You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@hbase.apache.org by gm...@apache.org on 2015/12/31 21:05:10 UTC

Build failed in Jenkins: hbase #1029

See <https://analysis.apache.org/jenkins/job/hbase/1029/changes>

Changes:

[jmhsieh] HBASE-15060 Cull TestHFileV2 and HFileWriterFactory

------------------------------------------
[...truncated 657 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 816 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 24.065 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.882 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.294 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.834 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 22.966 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 32.480 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.399 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 10.808 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.218 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  7.924 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  4.778 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 24.236 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.657 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.729 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:41 min
[INFO] Finished at: 2015-12-31T20:05:05+00:00
[INFO] Final Memory: 94M/664M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1138

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1138/changes>

Changes:

[tedyu] HBASE-15357 TableInputFormatBase getSplitKey does not handle signed

[chenheng] HBASE-15278 AsyncRPCClient hangs if Connection closes before RPC call

[chenheng] Revert "HBASE-15278 AsyncRPCClient hangs if Connection closes before

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.424 s
[INFO] Finished at: 2016-04-30T20:31:00+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.533 s
[INFO] Finished at: 2016-04-30T20:31:00+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.059 s
[INFO] Finished at: 2016-04-30T20:31:09+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.545 s
[INFO] Finished at: 2016-04-30T20:31:16+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [01:02 min]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  8.633 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.777 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.113 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 40.511 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 59.745 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 12.609 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 24.870 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.439 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.274 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.953 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 47.670 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.963 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.991 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.847 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[JENKINS] Archiving disabled
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:05 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:38 min
[INFO] Finished at: 2016-04-30T20:31:19+00:00
[INFO] Final Memory: 104M/723M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1137

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1137/changes>

Changes:

[enis] HBASE-15732 hbase-rsgroups should be in the assembly

[liyu] HBASE-15711 Add client side property to allow logging details for batch

[anoopsamjohn] HBASE-15706 HFilePrettyPrinter should print out nicely formatted tags.

[busbey] Revert "Correct Bloom filter documentation in the book (yi liang)"

[busbey] HBASE-14898 Correct Bloom filter documentation in the book (yi liang)

[antonov] HBASE-15551 Make call queue too big exception use servername

------------------------------------------
[...truncated 975 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.129 s
[INFO] Finished at: 2016-04-29T20:10:49+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.022 s
[INFO] Finished at: 2016-04-29T20:10:50+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.871 s
[INFO] Finished at: 2016-04-29T20:11:00+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.760 s
[INFO] Finished at: 2016-04-29T20:11:10+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 50.945 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.292 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.958 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.861 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 47.157 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:06 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.222 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 27.210 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  8.490 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 17.724 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 15.118 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 59.117 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.623 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  9.714 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.020 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:35 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:31 min
[INFO] Finished at: 2016-04-29T20:11:15+00:00
[INFO] Final Memory: 103M/734M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1136

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1136/changes>

Changes:

[stack] HBASE-15708 Docker for dev-support scripts. (Apekshit)

[enis] HBASE-15685 Typo in REST documentation (Bin Wang)

[chenheng] HBASE-15720 Print row locks at the debug dump page

[tedyu] HBASE-15676 FuzzyRowFilter fails and matches all the rows in the table

[ramkrishna] HBASE-15697 Excessive TestHRegion running time on branch-1 (Ram)

[tedyu] HBASE-15686 Add override mechanism for the exempt classes when

------------------------------------------
[...truncated 975 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.112 s
[INFO] Finished at: 2016-04-28T20:10:04+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.793 s
[INFO] Finished at: 2016-04-28T20:10:05+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.095 s
[INFO] Finished at: 2016-04-28T20:10:15+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.156 s
[INFO] Finished at: 2016-04-28T20:10:26+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[JENKINS] Archiving disabled
[INFO] Apache HBase ...................................... SUCCESS [ 38.517 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.035 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.611 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.254 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 49.804 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 56.980 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.469 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 21.823 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  6.195 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.831 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.851 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 59.502 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.734 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.169 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.863 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:34 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:49 min
[INFO] Finished at: 2016-04-28T20:10:29+00:00
[INFO] Final Memory: 102M/705M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1135

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1135/changes>

Changes:

[garyh] HBASE-15658 Avoid excess meta cache clearing for RegionServerCallable

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.316 s
[INFO] Finished at: 2016-04-27T20:10:04+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.072 s
[INFO] Finished at: 2016-04-27T20:10:04+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.883 s
[INFO] Finished at: 2016-04-27T20:10:20+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.298 s
[INFO] Finished at: 2016-04-27T20:10:32+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 42.028 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.118 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.742 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.596 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 50.905 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:00 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.969 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 21.814 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.638 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 17.459 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 11.974 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 52.556 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.043 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  9.182 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.690 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:44 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:06 min
[INFO] Finished at: 2016-04-27T20:10:37+00:00
[INFO] Final Memory: 106M/531M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1134

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1134/changes>

Changes:

[tedyu] HBASE-14252 RegionServers fail to start when setting

[stack] HBASE-15689 Changes in hbase-personality.sh to include/exclude tests

[stack] HBASE-15710 Include issue servers information in

[tedyu] HBASE-15634 TestDateTieredCompactionPolicy#negativeForMajor is flaky

[stack] HBASE-15645 hbase.rpc.timeout is not used in operations of HTable

[tedyu] HBASE-15707 ImportTSV bulk output does not support tags with

[stack] HBASE-15680 Examples in shell help message for TIMERANGE scanner

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.465 s
[INFO] Finished at: 2016-04-26T21:25:28+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.369 s
[INFO] Finished at: 2016-04-26T21:25:28+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.928 s
[INFO] Finished at: 2016-04-26T21:25:40+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.265 s
[INFO] Finished at: 2016-04-26T21:25:49+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [01:09 min]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [ 10.886 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.607 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  8.694 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [01:13 min]
[INFO] Apache HBase - Common ............................. SUCCESS [01:18 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 12.637 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 35.248 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.423 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 18.706 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 18.278 s]
[INFO] Apache HBase - Server ............................. FAILURE [01:01 min]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.530 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 10.131 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.958 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:35 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:14 min
[INFO] Finished at: 2016-04-26T21:25:55+00:00
[INFO] Final Memory: 105M/721M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1133

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1133/changes>

Changes:

[zhangduo] HBASE-15699 Can not sync AsyncFSWAL if no edit is appended

[zhangduo] HBASE-15628 Implement an AsyncOutputStream which can work with any

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.587 s
[INFO] Finished at: 2016-04-25T20:09:32+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.773 s
[INFO] Finished at: 2016-04-25T20:09:32+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.640 s
[INFO] Finished at: 2016-04-25T20:09:48+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.492 s
[INFO] Finished at: 2016-04-25T20:10:01+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 32.059 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.057 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.531 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.498 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 47.118 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 51.809 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 12.064 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 25.093 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 10.802 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.025 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.550 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 50.561 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.082 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.085 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.651 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:44 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:40 min
[INFO] Finished at: 2016-04-25T20:10:06+00:00
[INFO] Final Memory: 104M/743M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1132

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1132/changes>

Changes:

[zhangduo] HBASE-15693 Reconsider the ImportOrder rule of checkstyle

------------------------------------------
[...truncated 975 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.640 s
[INFO] Finished at: 2016-04-24T20:09:58+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.818 s
[INFO] Finished at: 2016-04-24T20:09:59+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.536 s
[INFO] Finished at: 2016-04-24T20:10:08+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.583 s
[INFO] Finished at: 2016-04-24T20:10:16+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 50.021 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  8.979 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.379 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.676 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 42.145 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:01 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.531 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 25.908 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.336 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.933 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 13.775 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 38.380 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  2.535 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  4.619 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.023 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:15 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:33 min
[INFO] Finished at: 2016-04-24T20:10:21+00:00
[INFO] Final Memory: 104M/725M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1131

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1131/changes>

Changes:

[stack] HBASE-15572 Adding optional timestamp semantics to HBase-Spark;

------------------------------------------
[...truncated 975 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.637 s
[INFO] Finished at: 2016-04-23T20:12:57+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.043 s
[INFO] Finished at: 2016-04-23T20:12:57+00:00
[INFO] Final Memory: 16M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.132 s
[INFO] Finished at: 2016-04-23T20:13:07+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.180 s
[INFO] Finished at: 2016-04-23T20:13:17+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 55.850 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.872 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.257 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [ 10.094 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [01:12 min]
[INFO] Apache HBase - Common ............................. SUCCESS [01:21 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 18.802 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 30.690 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 16.918 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 15.172 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 13.580 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 50.360 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.497 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  9.493 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  7.386 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:22 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:18 min
[INFO] Finished at: 2016-04-23T20:13:20+00:00
[INFO] Final Memory: 106M/529M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1130

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1130/changes>

Changes:

[stack] HBASE-15651 Script to report flaky tests. (Apekshit)

[matteo.bertozzi] HBASE-15579 Procedure v2 - Remove synchronized around nonce in

[matteo.bertozzi] HBASE-15688 Use MasterServices directly instead of casting to HMaster

[enis] HBASE-15670 Add missing Snapshot.proto to the maven profile for

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.269 s
[INFO] Finished at: 2016-04-22T20:10:42+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.326 s
[INFO] Finished at: 2016-04-22T20:10:43+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.961 s
[INFO] Finished at: 2016-04-22T20:10:53+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.461 s
[INFO] Finished at: 2016-04-22T20:11:05+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 45.924 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  8.387 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  3.781 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.173 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 57.317 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 59.913 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.073 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 35.061 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.241 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 18.272 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 13.574 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 55.183 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.255 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 17.213 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.627 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:34 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:35 min
[INFO] Finished at: 2016-04-22T20:11:09+00:00
[INFO] Final Memory: 104M/729M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1129

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1129/changes>

Changes:

[stack] HBASE-15640 L1 cache doesn't give fair warning that it is showing

[enis] HBASE-15518 Add Per-Table metrics back (Alicia Ying Shu)

[apurtell] HBASE-15614 Report metrics from JvmPauseMonitor

[apurtell] HBASE-15662 Hook up JvmPauseMonitor to REST server

[apurtell] HBASE-15663 Hook up JvmPauseMonitor to ThriftServer

[zhangduo] HBASE-15368 Add pluggable window support

[chenheng] HBASE-15674 HRegionLocator#getAllRegionLocations should put the results

[tedyu] HBASE-15641 Shell "alter" should do a single modifyTable operation

[enis] HBASE-15683 Min latency in latency histograms are emitted as

[enis] HBASE-15671 Add per-table metrics on memstore, storefile and regionsize

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.139 s
[INFO] Finished at: 2016-04-21T21:07:02+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.427 s
[INFO] Finished at: 2016-04-21T21:07:03+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.653 s
[INFO] Finished at: 2016-04-21T21:07:16+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.468 s
[INFO] Finished at: 2016-04-21T21:07:29+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [01:02 min]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [ 10.112 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.976 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.188 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [01:13 min]
[INFO] Apache HBase - Common ............................. SUCCESS [01:17 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 13.836 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 44.011 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  6.038 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 23.641 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 12.581 s]
[INFO] Apache HBase - Server ............................. FAILURE [01:01 min]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.235 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  9.984 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.970 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:45 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:13 min
[INFO] Finished at: 2016-04-21T21:07:36+00:00
[INFO] Final Memory: 103M/749M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1128

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1128/changes>

Changes:

[stack] HBASE-15673 Fix latency metrics for multiGet. - Also fixes some stuff

[stack] HBASE-15672

[tedyu] HBASE-15679 Assertion on wrong variable in

[stack] HBASE-15385 PREFETCH_BLOCKS_ON_OPEN in HColumnDescriptor is ignored

------------------------------------------
[...truncated 975 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.433 s
[INFO] Finished at: 2016-04-20T20:11:13+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.123 s
[INFO] Finished at: 2016-04-20T20:11:14+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.555 s
[INFO] Finished at: 2016-04-20T20:11:24+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.180 s
[INFO] Finished at: 2016-04-20T20:11:34+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [01:14 min]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [ 18.851 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.324 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  7.391 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [01:04 min]
[INFO] Apache HBase - Common ............................. SUCCESS [01:02 min]

[INFO] Apache HBase - Procedure .......................... SUCCESS [ 13.285 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 33.454 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.778 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 17.460 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.816 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 49.621 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.987 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.229 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.932 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:24 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:05 min
[INFO] Finished at: 2016-04-20T20:11:37+00:00
[INFO] Final Memory: 104M/721M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1127

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1127/changes>

Changes:

[jerryjch] Correct Bloom filter documentation in the book (yi liang)

[apurtell] HBASE-13372 Add unit tests for SplitTransaction and

[zhangduo] HBASE-15665 Support using different StoreFileComparators for different

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.917 s
[INFO] Finished at: 2016-04-19T20:09:55+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.672 s
[INFO] Finished at: 2016-04-19T20:09:56+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.222 s
[INFO] Finished at: 2016-04-19T20:10:09+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.414 s
[INFO] Finished at: 2016-04-19T20:10:17+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 37.869 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.685 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.874 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.511 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 55.626 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 59.350 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.376 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 34.558 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  6.983 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.465 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.714 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 57.268 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.953 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  9.834 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED

[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.574 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:30 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:58 min
[INFO] Finished at: 2016-04-19T20:10:20+00:00
[INFO] Final Memory: 102M/706M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1126

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1126/changes>

Changes:

[busbey] HBASE-15644 Use org.scala-tools:mave-scala-plugin for scaladocs.

[zhangduo] HBASE-15664 Use Long.MAX_VALUE instead of HConstants.FOREVER in

[ashish.singhi] HBASE-15668 HFileReplicator fails to replicate other hfiles in the

------------------------------------------
[...truncated 975 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.379 s
[INFO] Finished at: 2016-04-18T20:20:15+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.905 s
[INFO] Finished at: 2016-04-18T20:20:15+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.223 s
[INFO] Finished at: 2016-04-18T20:20:35+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.330 s
[INFO] Finished at: 2016-04-18T20:20:47+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [01:06 min]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [ 12.734 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.824 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.107 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [01:17 min]
[INFO] Apache HBase - Common ............................. SUCCESS [01:42 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 15.616 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 45.713 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 10.019 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 24.219 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 16.186 s]
[INFO] Apache HBase - Server ............................. FAILURE [01:00 min]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  2.333 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 11.063 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.963 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:51 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:58 min
[INFO] Finished at: 2016-04-18T20:20:51+00:00
[INFO] Final Memory: 106M/672M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1125

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1125/changes>

Changes:

[tedyu] HBASE-15287 mapreduce.RowCounter returns incorrect result with binary

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.573 s
[INFO] Finished at: 2016-04-16T20:10:23+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.487 s
[INFO] Finished at: 2016-04-16T20:10:23+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.420 s
[INFO] Finished at: 2016-04-16T20:10:33+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.704 s
[INFO] Finished at: 2016-04-16T20:10:40+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [01:04 min]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [ 10.432 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.814 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.153 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 49.356 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:03 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.746 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 30.906 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.101 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 19.094 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.412 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 45.800 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.672 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.969 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.339 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:07 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:11 min
[JENKINS] Archiving disabled
[INFO] Finished at: 2016-04-16T20:10:45+00:00
[INFO] Final Memory: 103M/716M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1124

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1124/changes>

Changes:

[chenheng] HBASE-15406 Split / merge switch left disabled after early termination

[matteo.bertozzi] HBASE-15622 Superusers does not consider the keytab credentials

[tedyu] HBASE-15187 Integrate CSRF prevention filter to REST gateway

[stack]     HBASE-15650 Remove TimeRangeTracker as point of contention when

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.345 s
[INFO] Finished at: 2016-04-15T20:11:31+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.169 s
[INFO] Finished at: 2016-04-15T20:11:32+00:00
[INFO] Final Memory: 16M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.732 s
[INFO] Finished at: 2016-04-15T20:11:46+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.697 s
[INFO] Finished at: 2016-04-15T20:11:58+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [01:01 min]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  8.243 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.878 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.521 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 57.313 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 58.869 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.282 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 36.609 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.590 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.993 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.203 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 48.917 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.310 s]

[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  8.863 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.677 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:46 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:51 min
[INFO] Finished at: 2016-04-15T20:12:03+00:00
[INFO] Final Memory: 105M/701M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1123

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1123/changes>

Changes:

[eclark] HBASE-15504 Fix Balancer in 1.3 not moving regions off overloaded

[busbey] HBASE-15572 Adding optional timestamp semantics to HBase-Spark

[busbey] HBASE-13129 Add troubleshooting hints around WAL retention from

[stack] HBASE-15296 Break out writer and reader from StoreFile. Done using

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.077 s
[INFO] Finished at: 2016-04-14T20:23:34+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.653 s
[INFO] Finished at: 2016-04-14T20:23:34+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.958 s
[INFO] Finished at: 2016-04-14T20:23:46+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.395 s
[INFO] Finished at: 2016-04-14T20:23:56+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 40.959 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.227 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  3.017 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.039 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 48.361 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:19 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 14.874 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 42.187 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.597 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 18.572 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.392 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 58.616 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.136 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 10.381 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.448 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:31 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:43 min
[INFO] Finished at: 2016-04-14T20:23:58+00:00
[INFO] Final Memory: 105M/602M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1122

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1122/changes>

Changes:

[syuanjiangdev] HBASE-15636 hard coded wait time out value in

[busbey] HBASE-15481 Add pre/post roll to WALObserver

[tedyu] HBASE-15639 Unguarded access to stackIndexes in

[stack] HBASE-15405 Fix PE logging and wrong defaults in help message.

[antonov] HBASE-15637 TSHA Thrift-2 server should allow limiting call queue size

------------------------------------------
[...truncated 975 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.174 s
[INFO] Finished at: 2016-04-13T20:09:21+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.893 s
[INFO] Finished at: 2016-04-13T20:09:21+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.587 s
[INFO] Finished at: 2016-04-13T20:09:36+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.724 s
[INFO] Finished at: 2016-04-13T20:09:50+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 21.538 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.536 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  3.047 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.648 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 51.131 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:00 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.712 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 36.726 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.911 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 20.329 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 11.461 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 47.055 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.834 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.188 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.938 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:31 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:44 min
[INFO] Finished at: 2016-04-13T20:09:56+00:00
[INFO] Final Memory: 102M/718M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1121

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1121/changes>

Changes:

[tedyu] HBASE-14985 TimeRange constructors should set allTime when appropriate

[matteo.bertozzi] HBASE-15632 Undo the checking of lastStoreFlushTimeMap.isEmpty()

[matteo.bertozzi] HBASE-15621 Suppress Hbase SnapshotHFile cleaner error messages when a

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.966 s
[INFO] Finished at: 2016-04-12T20:09:17+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.788 s
[INFO] Finished at: 2016-04-12T20:09:18+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.314 s
[INFO] Finished at: 2016-04-12T20:09:31+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.005 s
[INFO] Finished at: 2016-04-12T20:09:40+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 32.668 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.103 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.794 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.834 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 44.500 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 55.061 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 14.609 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 34.288 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 13.275 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 11.467 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 13.697 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 53.769 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.003 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  8.133 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  3.255 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:17 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:31 min
[INFO] Finished at: 2016-04-12T20:09:44+00:00
[INFO] Final Memory: 105M/605M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1120

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1120/changes>

Changes:

[jerryjch] HBASE-15591 ServerCrashProcedure not yielding

[ramkrishna.s.vasudevan] HBASE-15605 Remove PB references from HCD and HTD for 2.0 (Ram)

[tedyu] HBASE-15093 Replication can report incorrect size of log queue for the

[matteo.bertozzi] HBASE-15627 Miss space and closing quote in

------------------------------------------
[...truncated 975 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.933 s
[INFO] Finished at: 2016-04-11T20:09:34+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.632 s
[INFO] Finished at: 2016-04-11T20:09:35+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.400 s
[INFO] Finished at: 2016-04-11T20:09:47+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.364 s
[INFO] Finished at: 2016-04-11T20:09:55+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 47.258 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.979 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.315 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.576 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 45.114 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:00 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 12.903 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 24.806 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 13.071 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.822 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.669 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 59.171 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.022 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.865 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.256 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:29 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:58 min
[INFO] Finished at: 2016-04-11T20:09:58+00:00
[INFO] Final Memory: 106M/669M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1119

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1119/changes>

Changes:

[stack] HBASE-15623 Update refguide to change hadoop <= 2.3.x from NT to X for

[zhangduo] HBASE-15527 Refactor Compactor related classes

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.267 s
[INFO] Finished at: 2016-04-10T20:08:58+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.597 s
[INFO] Finished at: 2016-04-10T20:08:58+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.714 s
[INFO] Finished at: 2016-04-10T20:09:06+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.662 s
[INFO] Finished at: 2016-04-10T20:09:13+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 50.126 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.055 s]
[JENKINS] Archiving disabled[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.672 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.177 s]

[INFO] Apache HBase - Protocol ........................... SUCCESS [ 35.654 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 50.427 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 15.356 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 22.323 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  8.498 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.210 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.013 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 41.305 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.831 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  8.265 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  3.180 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:01 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:58 min
[INFO] Finished at: 2016-04-10T20:09:17+00:00
[INFO] Final Memory: 103M/592M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1118

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1118/changes>

Changes:

[tedyu] HBASE-15507 Online modification of enabled ReplicationPeerConfig

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.604 s
[INFO] Finished at: 2016-04-09T20:08:42+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.673 s
[INFO] Finished at: 2016-04-09T20:08:42+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.187 s
[INFO] Finished at: 2016-04-09T20:08:50+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.565 s
[INFO] Finished at: 2016-04-09T20:08:57+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 41.590 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.580 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.613 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.839 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 39.296 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 59.022 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.027 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 21.780 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.207 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 23.921 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.534 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.502 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.886 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.617 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.605 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:06 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:55 min
[INFO] Finished at: 2016-04-09T20:09:02+00:00
[INFO] Final Memory: 105M/653M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1117

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1117/changes>

Changes:

[stack] HBASE-15606 Limit creating zk connection in

[tedyu] HBASE-15400 Use DateTieredCompactor for Date Tiered Compaction (Clara

[tedyu] HBASE-15400 Use DateTieredCompactor for Date Tiered Compaction - drop

[enis] HBASE-15586 Unify human readable numbers in the web UI

[zhangduo] HBASE-15537 Make multi WAL work with WALs other than FSHLog

[stack] HBASE-15380 Purge rollback support in Store etc.

[zhangduo] HBASE-15407 Add SASL support for fan out OutputStream

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.194 s
[INFO] Finished at: 2016-04-08T20:08:52+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.177 s
[INFO] Finished at: 2016-04-08T20:08:52+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.767 s
[INFO] Finished at: 2016-04-08T20:09:00+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.628 s
[INFO] Finished at: 2016-04-08T20:09:07+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 31.200 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.824 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.884 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.848 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 46.765 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 54.677 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 14.531 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 26.389 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  6.636 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 21.818 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 11.060 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 53.622 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.799 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  8.926 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.564 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:05 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:14 min
[INFO] Finished at: 2016-04-08T20:09:11+00:00
[INFO] Final Memory: 106M/659M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1116

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1116/changes>

Changes:

[jerryjch] HBASE-15592 Print Procedure WAL content

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.448 s
[INFO] Finished at: 2016-04-07T20:09:17+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.146 s
[INFO] Finished at: 2016-04-07T20:09:17+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.428 s
[INFO] Finished at: 2016-04-07T20:09:26+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.218 s
[INFO] Finished at: 2016-04-07T20:09:38+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 41.884 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.461 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.457 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.802 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 45.734 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:02 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 14.008 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 29.490 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  8.332 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 19.403 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 11.381 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 42.017 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.871 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 10.451 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.550 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:13 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:41 min
[INFO] Finished at: 2016-04-07T20:09:41+00:00
[INFO] Final Memory: 103M/613M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1115

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1115/changes>

Changes:

[enis] HBASE-15587 FSTableDescriptors.getDescriptor() logs stack trace

[tedyu] HBASE-15369 Handle NPE in region.jsp (Samir Ahmic)

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.913 s
[INFO] Finished at: 2016-04-06T20:13:30+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.387 s
[INFO] Finished at: 2016-04-06T20:13:30+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.462 s
[INFO] Finished at: 2016-04-06T20:13:40+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.920 s
[INFO] Finished at: 2016-04-06T20:13:49+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [01:26 min]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [ 12.465 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  5.899 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.670 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 59.047 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:16 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.533 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 31.679 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.784 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 17.908 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.501 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 47.802 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.102 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  8.832 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.428 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:09 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:00 min
[INFO] Finished at: 2016-04-06T20:13:53+00:00
[INFO] Final Memory: 107M/532M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1114

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1114/changes>

Changes:

[enis] HBASE-15505 ReplicationPeerConfig should be builder-style (Gabor

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.517 s
[INFO] Finished at: 2016-04-05T20:08:37+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.853 s
[INFO] Finished at: 2016-04-05T20:08:37+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.968 s
[INFO] Finished at: 2016-04-05T20:08:47+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.105 s
[INFO] Finished at: 2016-04-05T20:08:54+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 30.514 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.365 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.529 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.581 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 46.063 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 56.385 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  9.610 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 19.773 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.647 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.563 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 15.640 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.030 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.944 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.483 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.010 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:04 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:40 min
[INFO] Finished at: 2016-04-05T20:09:00+00:00
[INFO] Final Memory: 102M/721M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1113

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1113/changes>

Changes:

[ashishsinghi] HBASE-15578 Handle HBASE-15234 for ReplicationHFileCleaner

[tedyu] HBASE-15485 Filter.reset() should not be called between batches (Phil

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.166 s
[INFO] Finished at: 2016-04-04T20:08:17+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.598 s
[INFO] Finished at: 2016-04-04T20:08:18+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.013 s
[INFO] Finished at: 2016-04-04T20:08:25+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.869 s
[INFO] Finished at: 2016-04-04T20:08:32+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 39.918 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.992 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.779 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.870 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 33.687 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 49.953 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  9.229 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 23.361 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.625 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.393 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.867 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 38.245 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.935 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.313 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.682 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:09 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:30 min
[INFO] Finished at: 2016-04-04T20:08:36+00:00
[INFO] Final Memory: 105M/514M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1112

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1112/changes>

Changes:

[matteo.bertozzi] HBASE-15582 SnapshotManifestV1 too verbose when there are no regions

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.144 s
[INFO] Finished at: 2016-04-02T20:08:50+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.218 s
[INFO] Finished at: 2016-04-02T20:08:50+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.960 s
[INFO] Finished at: 2016-04-02T20:08:58+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.821 s
[INFO] Finished at: 2016-04-02T20:09:05+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 53.945 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.426 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.924 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.104 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 35.607 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 53.808 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 12.196 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 19.836 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.686 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 18.789 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.071 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 42.208 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.056 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.616 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.704 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 58.345 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:51 min
[INFO] Finished at: 2016-04-02T20:09:09+00:00
[INFO] Final Memory: 105M/647M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1111

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1111/changes>

Changes:

[tedyu] HBASE-15571 Make MasterProcedureManagerHost accessible through

[tedyu] HBASE-15572 Adding optional timestamp semantics to HBase-Spark (Weiqing

[busbey] Revert "HBASE-15572 Adding optional timestamp semantics to HBase-Spark

[busbey] HBASE-15396 Enhance mapreduce.TableSplit to add encoded region name

[stack] HBASE-15569 Make Bytes.toStringBinary faster

[syuanjiangdev] HBASE-15521 Procedure V2 - RestoreSnapshot and CloneSnapshot (Stephen

[garyh] HBASE-15234 Don't abort ReplicationLogCleaner on ZooKeeper errors

[syuanjiangdev] HBASE-15568 Procedure V2 - Remove CreateTableHandler in HBase Apache

[tedyu] HBASE-15293 Handle TableNotFound and IllegalArgument exceptions in

[ashishsinghi] HBASE-15424 Add bulk load hfile-refs for replication in ZK after the

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.237 s
[INFO] Finished at: 2016-04-01T20:09:09+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.855 s
[INFO] Finished at: 2016-04-01T20:09:09+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.040 s
[INFO] Finished at: 2016-04-01T20:09:17+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.891 s
[INFO] Finished at: 2016-04-01T20:09:25+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 23.700 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.170 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.315 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.040 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 43.584 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 54.512 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.339 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 33.088 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  6.137 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.838 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.509 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 53.507 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.331 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.155 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.630 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:06 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:04 min
[INFO] Finished at: 2016-04-01T20:09:28+00:00
[JENKINS] Archiving disabled
[INFO] Final Memory: 103M/731M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1110

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1110/changes>

Changes:

[stack] HBASE-15566 Add timeouts on TestMobFlushSnapshotFromClient and

[stack] HBASE-15324 Jitter may cause desiredMaxFileSize overflow in

[zhangduo] HBASE-15538 Implement secure async protobuf wal writer

[enis] HBASE-15567 TestReplicationShell broken by recent replication changes

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.313 s
[INFO] Finished at: 2016-03-31T20:09:26+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.006 s
[INFO] Finished at: 2016-03-31T20:09:26+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.457 s
[INFO] Finished at: 2016-03-31T20:09:37+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.531 s
[INFO] Finished at: 2016-03-31T20:09:46+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 38.250 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.509 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.737 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.092 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 49.376 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:01 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.071 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 25.234 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 10.685 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.297 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.550 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 54.597 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.926 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 11.417 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.068 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:17 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:38 min
[INFO] Finished at: 2016-03-31T20:09:49+00:00
[INFO] Final Memory: 105M/597M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1109

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1109/changes>

Changes:

[enis] HBASE-15295 MutateTableAccess.multiMutate() does not get high priority

[ashish.singhi] Add ashishsinghi to pom.xml

[tedyu] HBASE-15327 Canary will always invoke admin.balancer() in each sniffing

[eclark] HBASE-15559 Fix  BaseMasterAndRegionObserver doesn't implement all the

[eclark] HBASE-14983 Create metrics for per block type hit/miss ratios

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.143 s
[INFO] Finished at: 2016-03-30T20:08:43+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.943 s
[INFO] Finished at: 2016-03-30T20:08:43+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.839 s
[INFO] Finished at: 2016-03-30T20:08:57+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.686 s
[INFO] Finished at: 2016-03-30T20:09:07+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 32.114 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.808 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.322 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.853 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 41.573 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 59.052 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 12.123 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 24.829 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 12.482 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.442 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.237 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 42.911 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.926 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.635 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.915 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:16 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:59 min
[INFO] Finished at: 2016-03-30T20:09:10+00:00
[INFO] Final Memory: 104M/726M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1108

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1108/changes>

Changes:

[tedyu] HBASE-15548 SyncTable: sourceHashDir is supposed to be optional but

[tedyu] HBASE-15191 CopyTable and VerifyReplication - Option to specify batch

[enis] HBASE-15295 MutateTableAccess.multiMutate() does not get high priority

[chenheng] HBASE-11393 Replication TableCfs should be a PB object rather than a

------------------------------------------
[...truncated 975 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.204 s
[INFO] Finished at: 2016-03-29T20:09:17+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.456 s
[INFO] Finished at: 2016-03-29T20:09:17+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.441 s
[INFO] Finished at: 2016-03-29T20:09:28+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.783 s
[INFO] Finished at: 2016-03-29T20:09:37+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 55.666 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.022 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.893 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.225 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 46.918 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 47.812 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.540 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 31.279 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.599 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 15.915 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 13.907 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.648 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.086 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  8.266 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.745 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:16 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:28 min
[JENKINS] Archiving disabled
[INFO] Finished at: 2016-03-29T20:09:40+00:00
[INFO] Final Memory: 105M/712M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1107

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1107/changes>

Changes:

[tedyu] HBASE-15496 Throw RowTooBigException only for user scan/get (Guanghao

[zhangduo] HBASE-15265 Implement an asynchronous FSHLog

------------------------------------------
[...truncated 984 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.313 s
[INFO] Finished at: 2016-03-26T20:08:00+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.107 s
[INFO] Finished at: 2016-03-26T20:08:00+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.074 s
[INFO] Finished at: 2016-03-26T20:08:08+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.877 s
[INFO] Finished at: 2016-03-26T20:08:15+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 19.960 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.133 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.918 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.770 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 37.467 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 56.837 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.884 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 19.230 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.292 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 18.014 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.068 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 38.469 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.229 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.441 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.565 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:14 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:14 min
[INFO] Finished at: 2016-03-26T20:08:20+00:00
[INFO] Final Memory: 104M/576M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1106

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1106/changes>

Changes:

[tedyu] HBASE-15526 Make SnapshotManager accessible through MasterServices

[chenheng] HBASE-15384 Avoid using '/tmp' directory in TestBulkLoad

[zhangduo] HBASE-15389 Write out multiple files when compaction

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.258 s
[INFO] Finished at: 2016-03-25T20:07:31+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.680 s
[INFO] Finished at: 2016-03-25T20:07:31+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.199 s
[INFO] Finished at: 2016-03-25T20:07:39+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.500 s
[INFO] Finished at: 2016-03-25T20:07:45+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 23.301 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.047 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.630 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.414 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 36.632 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 37.835 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.861 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 18.572 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.150 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 15.530 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.789 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 36.716 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.177 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.725 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.568 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:08 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:55 min
[INFO] Finished at: 2016-03-25T20:07:49+00:00
[INFO] Final Memory: 103M/604M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1105

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1105/changes>

Changes:

[tedyu] HBASE-15300 Upgrade to zookeeper 3.4.8

[stack] HBASE-15392 Single Cell Get reads two HFileBlocks

[eclark] HBASE-15475 Allow TimestampsFilter to provide a seek hint

[zhangduo] HBASE-15520 Fix broken TestAsyncIPC

[antonov] HBASE-15524 Fix NPE in client-side metrics

[tedyu] HBASE-15486 Avoid multiple disable/enable balancer calls while running

[eclark] HBASE-15475 Addendum

[jerryjch] HBASE-14256 Flush task message may be confusing when region is

[tedyu] HBASE-15515 Improve LocalityBasedCandidateGenerator in Balancer

------------------------------------------
[...truncated 985 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.246 s
[INFO] Finished at: 2016-03-24T20:07:58+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.097 s
[INFO] Finished at: 2016-03-24T20:07:58+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.138 s
[INFO] Finished at: 2016-03-24T20:08:06+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.660 s
[INFO] Finished at: 2016-03-24T20:08:12+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 29.698 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.852 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.777 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.665 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 37.582 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 47.333 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  9.452 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 22.578 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.014 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.785 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.185 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 38.277 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.970 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.754 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.524 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:11 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:19 min
[INFO] Finished at: 2016-03-24T20:08:17+00:00
[INFO] Final Memory: 105M/606M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1104

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1104/changes>

Changes:

[stack] HBASE-15477 Purge 'next block header' from cached blocks

[stack] HBASE-15477 Purge 'next block header' from cached blocks

[stack] HBASE-15360 addendum fix testCoDelScheduling

[enis] HBASE-15412 Add average region size metric (Alicia Ying Shu)

[stack] HBASE-15416 TestHFileBackedByBucketCache is flakey since it went in

[enis] HBASE-15212 RRCServer should enforce max request size

[stack] Revert "HBASE-15477 Purge 'next block header' from cached blocks"

[stack] Revert "HBASE-15477 Purge 'next block header' from cached blocks"

[stack] Revert "HBASE-15392 Single Cell Get reads two HFileBlocks M

[stack] HBASE-15477 Purge 'next block header' from cached blocks

[zhangduo] HBASE-15495 Connection leak in FanOutOneBlockAsyncDFSOutputHelper

[anoopsamjohn] HBASE-15064 BufferUnderflowException after last Cell fetched from an

[matteo.bertozzi] HBASE-15508 Add command for exporting snapshot in hbase command script

------------------------------------------
[...truncated 974 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.352 s
[INFO] Finished at: 2016-03-23T20:08:22+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.446 s
[INFO] Finished at: 2016-03-23T20:08:22+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.108 s
[INFO] Finished at: 2016-03-23T20:08:31+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.337 s
[INFO] Finished at: 2016-03-23T20:08:38+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 22.162 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.968 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.602 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.246 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 47.755 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 50.493 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.199 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 31.817 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 10.336 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.853 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 12.308 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 41.253 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.836 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.692 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.260 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:11 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:44 min
[INFO] Finished at: 2016-03-23T20:08:42+00:00
[INFO] Final Memory: 102M/773M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1103

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1103/changes>

Changes:

[enis] HBASE-15464 Flush / Compaction metrics revisited

[tedyu] HBASE-15488 Add ACL for setting split merge switch

[mstanleyjones] HBASE-15447 Improve javadocs description for Delete methods <Wellington

[stack] HBASE-15392 Single Cell Get reads two HFileBlocks M

[stack] Add javadoc on how BBIOEngine works (by Anoop Sam John)

------------------------------------------
[...truncated 976 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.983 s
[INFO] Finished at: 2016-03-22T20:08:45+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.288 s
[INFO] Finished at: 2016-03-22T20:08:46+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.842 s
[INFO] Finished at: 2016-03-22T20:08:54+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.792 s
[INFO] Finished at: 2016-03-22T20:09:01+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 29.898 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.699 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.768 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  6.000 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 46.185 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 55.957 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 13.431 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 28.327 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.854 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 11.153 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 11.461 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.649 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.827 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.642 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.710 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:12 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:56 min
[INFO] Finished at: 2016-03-22T20:09:06+00:00
[INFO] Final Memory: 105M/711M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1102

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1102/changes>

Changes:

[busbey] HBASE-15478 add comments to syncRunnerIndex handling explaining

[tedyu] HBASE-15433 SnapshotManager#restoreSnapshot not update table and region

[stack] HBASE-15502 Skeleton unit test to copy/paste

[eclark] HBASE-15460 Fix infer issues in hbase-common

------------------------------------------
[...truncated 976 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.049 s
[INFO] Finished at: 2016-03-21T20:11:18+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.225 s
[INFO] Finished at: 2016-03-21T20:11:18+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.122 s
[INFO] Finished at: 2016-03-21T20:11:28+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.119 s
[INFO] Finished at: 2016-03-21T20:11:40+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 49.588 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.391 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.096 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.137 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 53.680 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:04 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 19.332 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 30.590 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.274 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 15.660 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 16.468 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 57.614 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.037 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  4.793 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  4.221 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:22 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] Total time: 07:27 min
[INFO] Finished at: 2016-03-21T20:11:44+00:00
[INFO] Final Memory: 104M/605M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1101

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1101/changes>

Changes:

[tedyu] HBASE-15479 No more garbage or beware of autoboxing (Vladimir Rodionov)

[stack] HBASE-15349 Update surefire version to 2.19.1; Trying a REVERT to see

------------------------------------------
[...truncated 977 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.074 s
[INFO] Finished at: 2016-03-20T20:07:47+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.349 s
[INFO] Finished at: 2016-03-20T20:07:48+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.947 s
[INFO] Finished at: 2016-03-20T20:07:55+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.510 s
[INFO] Finished at: 2016-03-20T20:08:02+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 36.393 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.444 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.174 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.589 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 36.020 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 45.638 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  9.031 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 16.204 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.551 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.563 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.138 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.750 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.130 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  4.681 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.362 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:09 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:19 min
[INFO] Finished at: 2016-03-20T20:08:05+00:00
[INFO] Final Memory: 104M/722M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1100

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1100/changes>

Changes:

[liyu] HBASE-15451 Remove unnecessary wait in MVCC

------------------------------------------
[...truncated 976 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.374 s
[INFO] Finished at: 2016-03-19T20:08:58+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.426 s
[INFO] Finished at: 2016-03-19T20:08:58+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.761 s
[INFO] Finished at: 2016-03-19T20:09:05+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.730 s
[INFO] Finished at: 2016-03-19T20:09:12+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 48.252 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  8.240 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.757 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.770 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 38.622 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 54.798 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.603 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 21.004 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 12.250 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.741 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.123 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 41.871 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.089 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.916 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.909 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:01 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:59 min
[INFO] Finished at: 2016-03-19T20:09:16+00:00
[INFO] Final Memory: 102M/606M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1099

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1099/changes>

Changes:

[tedyu] HBASE-15456 Revert due to unit test failure in thrift module

[tedyu] HBASE-15456 CreateTableProcedure/ModifyTableProcedure needs to fail

------------------------------------------
[...truncated 977 lines...]
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.063 s
[INFO] Finished at: 2016-03-18T20:08:37+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.054 s
[INFO] Finished at: 2016-03-18T20:08:38+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.166 s
[INFO] Finished at: 2016-03-18T20:08:46+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.964 s
[INFO] Finished at: 2016-03-18T20:08:53+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 35.102 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.868 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.751 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.261 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 45.117 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 51.021 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.117 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 31.034 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.384 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 15.182 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.813 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 44.484 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.826 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 13.181 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.708 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 58.695 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:52 min
[INFO] Finished at: 2016-03-18T20:08:56+00:00
[INFO] Final Memory: 104M/603M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1098

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1098/changes>

Changes:

[antonov] HBASE-15390 Unnecessary MetaCache evictions cause elevated number of

[eclark] HBASE-15441 Fix WAL splitting when region has moved multiple times

[eclark] HBASE-15470 Add a setting for Priority queue length

[tedyu] HBASE-12940 Expose listPeerConfigs and getPeerConfig to the HBase shell

[liyu] Add liyu to pom.xml

[antonov] HBASE-15390 Unnecessary MetaCache evictions cause elevated number of

[tedyu] HBASE-15334 Add avro support for spark hbase connector (Zhan Zhang)

[tedyu] HBASE-15325 ResultScanner allowing partial result will miss the rest of

------------------------------------------
[...truncated 977 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.501 s
[INFO] Finished at: 2016-03-17T20:08:31+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.592 s
[INFO] Finished at: 2016-03-17T20:08:31+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.117 s
[INFO] Finished at: 2016-03-17T20:08:41+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.776 s
[INFO] Finished at: 2016-03-17T20:08:49+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 41.267 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.520 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.847 s]
[JENKINS] Archiving disabled[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.898 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 48.655 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 56.063 s]

[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.161 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 24.274 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.711 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.639 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.438 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 35.524 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.854 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.021 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.543 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:12 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:53 min
[INFO] Finished at: 2016-03-17T20:08:52+00:00
[INFO] Final Memory: 103M/599M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1097

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1097/changes>

Changes:

[enis] HBASE-15377 Per-RS Get metric is time based, per-region metric is

[tedyu] HBASE-15456 CreateTableProcedure/ModifyTableProcedure needs to fail

[stack] HBASE-15360 Fix flaky TestSimpleRpcScheduler (Duo Zhang)

[matteo.bertozzi] HBASE-15430 Failed taking snapshot - Manifest proto-message too large

------------------------------------------
[...truncated 976 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.174 s
[INFO] Finished at: 2016-03-16T20:08:19+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.570 s
[INFO] Finished at: 2016-03-16T20:08:20+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.142 s
[INFO] Finished at: 2016-03-16T20:08:29+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.253 s
[INFO] Finished at: 2016-03-16T20:08:38+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 27.637 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.394 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.187 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.392 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 42.818 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 51.097 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.332 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 23.616 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.623 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 15.061 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 11.248 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.563 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.801 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.877 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.695 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:08 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:37 min
[INFO] Finished at: 2016-03-16T20:08:41+00:00
[INFO] Final Memory: 103M/612M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1096

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1096/changes>

Changes:

[enis] HBASE-6721 RegionServer Group based Assignment (Francis Liu)

[tedyu] HBASE-15463 Region normalizer should check whether split/merge is

------------------------------------------
[...truncated 978 lines...]
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.841 s
[INFO] Finished at: 2016-03-15T20:07:22+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.764 s
[INFO] Finished at: 2016-03-15T20:07:22+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.618 s
[INFO] Finished at: 2016-03-15T20:07:27+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.584 s
[INFO] Finished at: 2016-03-15T20:07:32+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 32.985 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.805 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.476 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.560 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 30.033 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 39.151 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  4.387 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 23.443 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.124 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.064 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 16.216 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 33.674 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - RSGroup ............................ SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.697 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.123 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.602 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 47.472 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:37 min
[INFO] Finished at: 2016-03-15T20:07:37+00:00
[INFO] Final Memory: 103M/595M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1095

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1095/changes>

Changes:

[tedyu] HBASE-15439 getMaximumAllowedTimeBetweenRuns in ScheduledChore ignores

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.866 s
[INFO] Finished at: 2016-03-14T20:09:59+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.193 s
[INFO] Finished at: 2016-03-14T20:09:59+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.799 s
[INFO] Finished at: 2016-03-14T20:10:05+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.611 s
[INFO] Finished at: 2016-03-14T20:10:10+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 42.208 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.511 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.403 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.109 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 36.842 s]
[INFO] Apache HBase - Common ............................. SUCCESS [01:02 min]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.554 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 31.323 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.181 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.036 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.012 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 54.537 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.796 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.791 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  9.216 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 58.923 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:16 min
[INFO] Finished at: 2016-03-14T20:10:14+00:00
[INFO] Final Memory: 103M/606M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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.
Sending e-mails to: builds@hbase.apache.org
[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 :hbase-server
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1094

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1094/changes>

Changes:

[anoopsamjohn] HBASE-15379 Fake cells created in read path not implementing

------------------------------------------
[...truncated 969 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.190 s
[INFO] Finished at: 2016-03-13T20:06:55+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.078 s
[INFO] Finished at: 2016-03-13T20:06:55+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.180 s
[INFO] Finished at: 2016-03-13T20:07:01+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.680 s
[INFO] Finished at: 2016-03-13T20:07:06+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 28.748 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.214 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.609 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.194 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.434 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 38.626 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.313 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 20.768 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.666 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.367 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.163 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 34.695 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.595 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.136 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.579 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 55.766 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:31 min
[INFO] Finished at: 2016-03-13T20:07:10+00:00
[INFO] Final Memory: 105M/595M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1093

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1093/changes>

Changes:

[apurtell] Amend HBASE-15322 Operations using Unsafe path broken for platforms not

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.105 s
[INFO] Finished at: 2016-03-12T20:07:33+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.914 s
[INFO] Finished at: 2016-03-12T20:07:33+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.327 s
[INFO] Finished at: 2016-03-12T20:07:39+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.620 s
[INFO] Finished at: 2016-03-12T20:07:45+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 30.035 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.691 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.660 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.637 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 28.265 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 36.229 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.164 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 16.307 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  9.072 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.236 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.825 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 35.555 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.964 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.364 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  3.409 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 59.785 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:49 min
[INFO] Finished at: 2016-03-12T20:07:50+00:00
[INFO] Final Memory: 102M/712M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1092

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1092/changes>

Changes:

[stack] Revert "HBASE-15261 Make Throwable t in DaughterOpener volatile

[anoopsamjohn] HBASE-15322 Operations using Unsafe path broken for platforms not

[enis] HBASE-15435 Add WAL (in bytes) written metric (Alicia Ying Shu)

[anoopsamjohn] HBASE-15180 Reduce garbage created while reading Cells from Codec

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.112 s
[INFO] Finished at: 2016-03-11T20:06:57+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.745 s
[INFO] Finished at: 2016-03-11T20:06:57+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.424 s
[INFO] Finished at: 2016-03-11T20:07:03+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.517 s
[INFO] Finished at: 2016-03-11T20:07:10+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 22.386 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.725 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.963 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.919 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 23.807 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 43.475 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.408 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 17.358 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.994 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.455 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.052 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 36.419 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.250 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.883 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.681 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 54.949 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:24 min
[INFO] Finished at: 2016-03-11T20:07:13+00:00
[INFO] Final Memory: 105M/595M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1091

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1091/changes>

Changes:

[tedyu] HBASE-15425 Failing to write bulk load event marker in the WAL is

[tedyu] HBASE-15336 Support Dataframe writer to the spark connector (Zhan

[jmhsieh] HBASE-15434 [findbugs] Exclude scala generated source and protobuf

------------------------------------------
[...truncated 969 lines...]
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.121 s
[INFO] Finished at: 2016-03-10T20:07:00+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.914 s
[INFO] Finished at: 2016-03-10T20:07:00+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.722 s
[INFO] Finished at: 2016-03-10T20:07:09+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.226 s
[INFO] Finished at: 2016-03-10T20:07:17+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 28.099 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.200 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.890 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.005 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 29.151 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 37.642 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.915 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 16.128 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.656 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.462 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 14.558 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 31.005 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.765 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.240 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.632 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 58.677 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:34 min
[INFO] Finished at: 2016-03-10T20:07:21+00:00
[INFO] Final Memory: 103M/532M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1090

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1090/changes>

Changes:

[mstanleyjones] HBASE-15364 Fix unescaped < and > characters in Javadoc

[busbey] HBASE-15271 Spark bulk load should write to temporary location and then

[liushaohui] HBASE-15420: TestCacheConfig failed after HBASE-15338

[matteo.bertozzi] HBASE-15422 Procedure v2 - Avoid double yield

[matteo.bertozzi] HBASE-15113 Procedure v2 - Speedup eviction of sys operation results

[tedyu] HBASE-15378 Scanner cannot handle heartbeat message with no results

[jmhsieh] HBASE-14801 Enhance the Spark-HBase connector catalog with json format

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.664 s
[INFO] Finished at: 2016-03-09T20:07:42+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.067 s
[INFO] Finished at: 2016-03-09T20:07:42+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.963 s
[INFO] Finished at: 2016-03-09T20:07:49+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.007 s
[INFO] Finished at: 2016-03-09T20:07:56+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 46.385 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.413 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.028 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.136 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 26.880 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 45.109 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.917 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 26.133 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.372 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.525 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.017 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 37.483 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.859 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.327 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.673 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 55.827 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:08 min
[INFO] Finished at: 2016-03-09T20:07:59+00:00
[INFO] Final Memory: 104M/526M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1089

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1089/changes>

Changes:

[tedyu] HBASE-15243 Utilize the lowest seek value when all Filters in

[tedyu] HBASE-15243 Revert due to compilation error - master branch change

[tedyu] HBASE-15243 Utilize the lowest seek value when all Filters in

[stack] HBASE-15416 TestHFileBackedByBucketCache is flakey since it went in

[stack] HBASE-15261 Make Throwable t in DaughterOpener volatile (Huaxiang Sun)

[antonov] HBASE-15354 Use same criteria for clearing meta cache for all

[syuanjiangdev] HBASE-15413 Procedure-V2: print out ProcedureInfo during trace (Stephen

[stack] HBASE-15421 Convert TestStoreScanner to junit4 from junit3 and clean up

[antonov] HBASE-15137 CallTimeoutException and CallQueueTooBigException should

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.456 s
[INFO] Finished at: 2016-03-08T20:06:30+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.653 s
[INFO] Finished at: 2016-03-08T20:06:31+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.612 s
[INFO] Finished at: 2016-03-08T20:06:36+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.490 s
[INFO] Finished at: 2016-03-08T20:06:41+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 20.556 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  3.828 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.339 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.734 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.086 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 34.102 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.364 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 15.797 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.392 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 12.438 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.603 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 36.019 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.396 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.065 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.735 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 45.340 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:58 min
[INFO] Finished at: 2016-03-08T20:06:46+00:00
[INFO] Final Memory: 104M/594M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1088

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1088/changes>

Changes:

[liushaohui] HBASE-15338: Add a option to disable the data block cache for testing

[chenheng] HBASE-15376 ScanNext metric is size-based while every other

[tedyu] HBASE-15393 Addendum adds

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.221 s
[INFO] Finished at: 2016-03-07T20:08:55+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.848 s
[INFO] Finished at: 2016-03-07T20:08:56+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.012 s
[INFO] Finished at: 2016-03-07T20:09:04+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.422 s
[INFO] Finished at: 2016-03-07T20:09:13+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 49.361 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  8.710 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.976 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.534 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 32.130 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 53.770 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.624 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 19.728 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.127 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 21.816 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 11.502 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 42.645 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  2.746 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.739 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.129 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[JENKINS] Archiving disabled
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 56.335 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:46 min
[INFO] Finished at: 2016-03-07T20:09:16+00:00
[INFO] Final Memory: 104M/569M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1087

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1087/changes>

Changes:

[tedyu] HBASE-15397 Create bulk load replication znode(hfile-refs) in ZK

[antonov] HBASE-15354 Same criteria to clear metacache across operations (Ashu

[tedyu] HBASE-15393 Enable table replication command will fail when parent

[jyates] HBASE-14703 HTable.mutateRow does not collect stats (Heng Chen)

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.829 s
[INFO] Finished at: 2016-03-05T20:06:47+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.357 s
[INFO] Finished at: 2016-03-05T20:06:47+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.689 s
[INFO] Finished at: 2016-03-05T20:06:52+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.639 s
[INFO] Finished at: 2016-03-05T20:06:57+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 27.986 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.357 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.294 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.119 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.135 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 40.427 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.151 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 15.074 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.722 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 15.275 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.927 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 27.959 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  2.149 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.598 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.499 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 46.938 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:09 min
[INFO] Finished at: 2016-03-05T20:07:01+00:00
[INFO] Final Memory: 104M/714M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1086

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1086/changes>

Changes:

[tedyu] HBASE-15291 FileSystem not closed in secure bulkLoad (Yong Zhang)

[stack] HBASE-15373 DEPRECATED_NAME_OF_NO_LIMIT_THROUGHPUT_CONTROLLER_CLASS

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.037 s
[INFO] Finished at: 2016-03-04T20:07:38+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.850 s
[INFO] Finished at: 2016-03-04T20:07:38+00:00
[INFO] Final Memory: 16M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.902 s
[INFO] Finished at: 2016-03-04T20:07:44+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.185 s
[INFO] Finished at: 2016-03-04T20:07:50+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 35.290 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.567 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.237 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.893 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.220 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 44.415 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  5.381 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 24.693 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.137 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.296 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 14.672 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 35.115 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.863 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 10.859 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.193 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 50.484 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:53 min
[INFO] Finished at: 2016-03-04T20:07:54+00:00
[INFO] Final Memory: 103M/515M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1085

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1085/changes>

Changes:

[chenheng] HBASE-15329 Cross-Site Scripting: Reflected in table.jsp (Samir Ahmic)

[stack] HBASE-15366 Add doc, trace-level logging, and test around hfileblock

[jmhsieh] HBASE-15356 Remove unused imports (Youngjoon Kim)

------------------------------------------
[...truncated 968 lines...]
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.174 s
[INFO] Finished at: 2016-03-03T20:06:29+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.098 s
[INFO] Finished at: 2016-03-03T20:06:29+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.459 s
[INFO] Finished at: 2016-03-03T20:06:34+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.435 s
[INFO] Finished at: 2016-03-03T20:06:39+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 33.502 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.385 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.433 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.728 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.433 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 34.503 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.075 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 15.317 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  1.796 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.844 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.033 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 29.999 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.156 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.197 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.878 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 45.999 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:03 min
[INFO] Finished at: 2016-03-03T20:06:42+00:00
[INFO] Final Memory: 102M/527M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,39] getBufferReadOnly() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[122,21] getUncompressedSizeWithoutHeader() is not public in org.apache.hadoop.hbase.io.hfile.HFileBlock; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1084

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1084/changes>

Changes:

[eclark] HBASE-15315 Remove always set super user call as high priority (Yong

[tedyu] HBASE-15181 Addendum fixes findbugs warning (Clara Xiong)

[zhangduo] HBASE-15365 Do not write to '/tmp' in TestHBaseConfiguration

[syuanjiangdev] HBASE-15371: Procedure V2 - Completed support parent-child procedure

[liushaohui] HBASE-15312 Addendum - Update the dependences of pom for mini cluster

[stack] HBASE-15359 Simplifying segment hierarchy

[tedyu] HBASE-15291 Revert due to the bug Haitao discovered

[zhangduo] HBASE-15375 Do not write to '/tmp' in TestRegionMover

------------------------------------------
[...truncated 964 lines...]
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-shaded-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.155 s
[INFO] Finished at: 2016-03-02T20:06:09+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.918 s
[INFO] Finished at: 2016-03-02T20:06:10+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.547 s
[INFO] Finished at: 2016-03-02T20:06:17+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.631 s
[INFO] Finished at: 2016-03-02T20:06:23+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 13.302 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  3.971 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.620 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.232 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 27.877 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 34.186 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  5.535 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 15.912 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.513 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.669 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.310 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 31.137 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.570 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.655 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  3.385 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 48.725 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:41 min
[INFO] Finished at: 2016-03-02T20:06:26+00:00
[INFO] Final Memory: 104M/727M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1083

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1083/changes>

Changes:

[enis] HBASE-15323 Hbase Rest CheckAndDeleteAPi should be able to delete more

------------------------------------------
[...truncated 1002 lines...]
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-shaded-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-shaded-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.189 s
[INFO] Finished at: 2016-03-01T20:06:55+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.291 s
[INFO] Finished at: 2016-03-01T20:06:55+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.342 s
[INFO] Finished at: 2016-03-01T20:07:01+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.691 s
[INFO] Finished at: 2016-03-01T20:07:06+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 27.998 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.588 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.463 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.789 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 27.088 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 34.189 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.772 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 16.829 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.384 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.177 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.738 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.343 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.802 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.045 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  3.174 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 55.624 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:26 min
[INFO] Finished at: 2016-03-01T20:07:13+00:00
[INFO] Final Memory: 104M/714M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1082

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1082/changes>

Changes:

[zhangduo] HBASE-15358 canEnforceTimeLimitFromScope should use timeScope instead

[eclark] HBASE-14878 Add hbase-shaded-client archetype to hbase-archetypes

[antonov] HBASE-15346 add 1.3 RM to docs

------------------------------------------
[...truncated 966 lines...]
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-shaded-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase.archetypes.exemplars.shaded_client
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.154 s
[INFO] Finished at: 2016-02-29T20:08:25+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.814 s
[INFO] Finished at: 2016-02-29T20:08:25+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-shaded-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-shaded-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.694 s
[INFO] Finished at: 2016-02-29T20:08:30+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-shaded-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-shaded-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-shaded-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-shaded-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-shaded-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-shaded-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-shaded-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-shaded-client-project-archetype/2.0.0-SNAPSHOT/hbase-shaded-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-shaded-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.333 s
[INFO] Finished at: 2016-02-29T20:08:35+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 44.738 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  8.645 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.137 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.241 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 32.190 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 51.769 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.034 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 27.885 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  8.475 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.151 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.479 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.129 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.703 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.259 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.161 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [01:06 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:40 min
[INFO] Finished at: 2016-02-29T20:08:38+00:00
[INFO] Final Memory: 103M/636M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1081

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1081/changes>

Changes:

[stack] HBASE-15349 Update surefire version to 2.19.1. (Apekshit)

[stack] HBASE-15351 Fix description of hbase.bucketcache.size in

[enis] HBASE-15290 Hbase Rest CheckAndAPI should save other cells along with

[chenheng] HBASE-15128 Disable region splits and merges switch in master

[tedyu] HBASE-15181 A simple implementation of date based tiered compaction

[tedyu] HBASE-15181 adds TestCompactionPolicy which was missing in first commit

------------------------------------------
[...truncated 905 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-exemplar-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (make-scripts-executable) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-createArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom
4/6 KB   
6/6 KB   
         
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 12.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom
4/19 KB   
8/19 KB   
12/19 KB   
13/19 KB   
17/19 KB   
19/19 KB   
           
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 214.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar
4/38 KB    
8/38 KB   
12/38 KB   
16/38 KB   
20/38 KB   
24/38 KB   
28/38 KB   
28/38 KB   
32/38 KB   
36/38 KB   
38/38 KB   
           
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 KB at 446.5 KB/sec)
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Exemplar for hbase-client archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project >>>
[INFO] 
[INFO] <<< maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project <<<
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.498 s
[INFO] Finished at: 2016-02-27T20:07:14+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.280 s
[INFO] Finished at: 2016-02-27T20:07:14+00:00
[INFO] Final Memory: 16M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.126 s
[INFO] Finished at: 2016-02-27T20:07:24+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 29.297 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.842 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  3.892 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.327 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 28.221 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 40.844 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.183 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 20.960 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.197 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.414 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.049 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 33.162 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.141 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.397 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.323 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 45.230 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:35 min
[INFO] Finished at: 2016-02-27T20:07:28+00:00
[INFO] Final Memory: 103M/638M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1080

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1080/changes>

Changes:

[stack] HBASE-15311 Prevent NPE in BlockCacheViewTmpl.

[chenheng] HBASE-15128 Disable region splits and merges switch in master

[chenheng] Revert "HBASE-15128 Disable region splits and merges switch in master"

[ramkrishna] HBASE-15215 TestBlockEvictionFromClient is flaky in jdk1.7 build

[ramkrishna] HBASE-15205 Do not find the replication scope for every WAL#append()

[eclark] HBASE-15348 Disable metrics tests until fixed.

[mstanleyjones] HBASE-15332 Document how to take advantage of HDFS-6133 in HBase

------------------------------------------
[...truncated 837 lines...]
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetypes ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetypes/2.0.0-SNAPSHOT/hbase-archetypes-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Exemplar for hbase-client archetype
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Archetype builder 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-archetype-builder ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-src-to-build-archetype-subdir) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-exemplar-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (make-scripts-executable) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-createArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Exemplar for hbase-client archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project >>>
[INFO] 
[INFO] <<< maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project <<<
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.480 s
[INFO] Finished at: 2016-02-26T20:06:45+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.209 s
[INFO] Finished at: 2016-02-26T20:06:45+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.645 s
[INFO] Finished at: 2016-02-26T20:06:50+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 24.747 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.016 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.794 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.720 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.583 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 38.543 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.305 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 19.568 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.551 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.349 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.679 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 31.990 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.806 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.750 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.452 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 35.337 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:55 min
[INFO] Finished at: 2016-02-26T20:06:54+00:00
[INFO] Final Memory: 103M/505M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1079

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1079/changes>

Changes:

[eclark] HBASE-15222 Use less contended classes for metrics

[eclark] HBASE-15319 clearJmxCache does not take effect actually

[zhangduo] HBASE-15264 Implement a fan out HDFS OutputStream

[antonov] HBASE-15136 Explore different queuing behaviors while busy

[eclark] HBASE-15222 Addendum - Use less contended classes for metrics

[matteo.bertozzi] HBASE-15144 Procedure v2 - Web UI displaying Store state

------------------------------------------
[...truncated 838 lines...]
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetypes ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetypes/2.0.0-SNAPSHOT/hbase-archetypes-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Exemplar for hbase-client archetype
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Archetype builder 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-archetype-builder ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-src-to-build-archetype-subdir) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-exemplar-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (make-scripts-executable) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-createArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Exemplar for hbase-client archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project >>>
[INFO] 
[INFO] <<< maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project <<<
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.027 s
[INFO] Finished at: 2016-02-25T20:06:13+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.540 s
[INFO] Finished at: 2016-02-25T20:06:14+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.194 s
[INFO] Finished at: 2016-02-25T20:06:25+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 20.606 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.363 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.403 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.985 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.010 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 37.870 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.135 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 14.178 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.490 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.509 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.723 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 37.485 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.817 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.345 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.516 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 32.381 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:53 min
[INFO] Finished at: 2016-02-25T20:06:29+00:00
[INFO] Final Memory: 102M/534M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1078

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1078/changes>

Changes:

[antonov] HBASE-15306 Make RPC call queue length dynamically configurable

[tedyu] HBASE-15184 SparkSQL Scan operation doesn't work on kerberos cluster

[stack] HBASE-15277 TestRegionMergeTransactionOnCluster.testWholesomeMerge

[stack] HBASE-15016 Services a Store needs from a Region

[stack] HBASE-15302 Reenable the other tests disabled by HBASE-14678

[stack] HBASE-15312 Update the dependences of pom for mini cluster in HBase

[jmhsieh] HBASE-15310 hbase-spark module has compilation failures with clover

------------------------------------------
[...truncated 856 lines...]
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.1/xml-maven-plugin-1.0.1.pom
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.1/xml-maven-plugin-1.0.1.pom (9 KB at 13.5 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/codehaus/mojo/xml-maven-plugin/1.0.1/xml-maven-plugin-1.0.1.jar
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.1/xml-maven-plugin-1.0.1.jar
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0.1/xml-maven-plugin-1.0.1.jar (54 KB at 516.1 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-archetype-builder ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-src-to-build-archetype-subdir) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-exemplar-pom-files-via-xslt) @ hbase-archetype-builder ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom (4 KB at 66.5 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar (84 KB at 786.2 KB/sec)
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (make-scripts-executable) @ hbase-archetype-builder ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 KB at 191.7 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 KB at 478.8 KB/sec)
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-createArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Exemplar for hbase-client archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project >>>
[INFO] 
[INFO] <<< maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project <<<
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.117 s
[INFO] Finished at: 2016-02-24T20:06:26+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.294 s
[INFO] Finished at: 2016-02-24T20:06:26+00:00
[INFO] Final Memory: 16M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.831 s
[INFO] Finished at: 2016-02-24T20:06:34+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 23.594 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  3.825 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.850 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.397 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 27.695 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 42.737 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.308 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 11.692 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.797 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.966 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.840 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 40.691 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.005 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.828 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.366 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 36.997 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:00 min
[INFO] Finished at: 2016-02-24T20:06:38+00:00
[INFO] Final Memory: 104M/603M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1077

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1077/changes>

Changes:

[anoopsamjohn] HBASE-15247 InclusiveStopFilter does not respect reverse Filter

[stack] HBASE-15301 Remove the never-thrown NamingException from

[stack] HBASE-15232 Handle region location cache mgmt in AsyncProcess for

[ramkrishna] HBASE-13259 mmap() based BucketCache IOEngine (Zee Chen & Ram)

[tedyu] HBASE-15291 FileSystem not closed in secure bulkLoad (Yong Zhang)

------------------------------------------
[...truncated 838 lines...]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetypes ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetypes/2.0.0-SNAPSHOT/hbase-archetypes-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Exemplar for hbase-client archetype
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Archetype builder 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-archetype-builder ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-src-to-build-archetype-subdir) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-exemplar-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (make-scripts-executable) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-createArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Exemplar for hbase-client archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project >>>
[INFO] 
[INFO] <<< maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project <<<
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.747 s
[INFO] Finished at: 2016-02-23T20:06:09+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.147 s
[INFO] Finished at: 2016-02-23T20:06:10+00:00
[INFO] Final Memory: 16M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.425 s
[INFO] Finished at: 2016-02-23T20:06:19+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[JENKINS] Archiving disabled
[INFO] Apache HBase ...................................... SUCCESS [ 15.233 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.449 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.552 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.234 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 29.461 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 36.342 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.762 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 11.516 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.858 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 16.047 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  4.782 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 38.427 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.739 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.117 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.429 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 30.496 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:41 min
[INFO] Finished at: 2016-02-23T20:06:22+00:00
[INFO] Final Memory: 99M/569M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1076

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1076/changes>

Changes:

[antonov] HBASE-15135 Add metrics for storefile age

[mstanleyjones] HBASE-15298 Fix missing or wrong asciidoc anchors in the reference

------------------------------------------
[...truncated 838 lines...]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetypes ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetypes/2.0.0-SNAPSHOT/hbase-archetypes-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Exemplar for hbase-client archetype
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Archetype builder 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-archetype-builder ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-src-to-build-archetype-subdir) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-exemplar-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (make-scripts-executable) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-createArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Exemplar for hbase-client archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project >>>
[INFO] 
[INFO] <<< maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project <<<
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.563 s
[INFO] Finished at: 2016-02-22T21:10:54+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.161 s
[INFO] Finished at: 2016-02-22T21:10:54+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.946 s
[INFO] Finished at: 2016-02-22T21:11:00+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 53.960 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.656 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.702 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.123 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 30.688 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 54.805 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 13.270 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 22.761 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.235 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 11.665 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 13.596 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 33.302 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.715 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.194 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.191 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 37.625 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:32 min
[INFO] Finished at: 2016-02-22T21:11:03+00:00
[INFO] Final Memory: 100M/505M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1075

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1075/changes>

Changes:

[tedyu] HBASE-15219 Canary tool does not return non-zero exit code when one of

------------------------------------------
[...truncated 837 lines...]
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetypes ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetypes/2.0.0-SNAPSHOT/hbase-archetypes-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Exemplar for hbase-client archetype
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Archetype builder 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-archetype-builder ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-src-to-build-archetype-subdir) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-exemplar-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (make-scripts-executable) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-createArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Exemplar for hbase-client archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project >>>
[INFO] 
[INFO] <<< maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project <<<
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.708 s
[INFO] Finished at: 2016-02-21T20:07:12+00:00
[INFO] Final Memory: 13M/491M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.796 s
[INFO] Finished at: 2016-02-21T20:07:12+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.227 s
[INFO] Finished at: 2016-02-21T20:07:18+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 39.767 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.755 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.865 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.142 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 26.357 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 41.291 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.293 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 11.930 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.734 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.534 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.680 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 34.937 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.066 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.290 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  2.660 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 34.549 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:21 min
[INFO] Finished at: 2016-02-21T20:07:21+00:00
[INFO] Final Memory: 102M/605M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1074

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1074/changes>

Changes:

[mstanleyjones] HBASE-15250 Fix old URLs that currently get redirected

[mstanleyjones] HBASE-13883 Clarify the MemStore Flush section in the RefGuide

[mstanleyjones] HBASE-15289 Add details about how to get usage instructions for Import

[chenheng] HBASE-15259 WALEdits under replay will also be replicated

------------------------------------------
[...truncated 838 lines...]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default) @ hbase-archetypes ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetypes ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetypes/2.0.0-SNAPSHOT/hbase-archetypes-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Exemplar for hbase-client archetype
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Archetype builder 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-archetype-builder ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-src-to-build-archetype-subdir) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-exemplar-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (make-scripts-executable) @ hbase-archetype-builder ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-createArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Exemplar for hbase-client archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project >>>
[INFO] 
[INFO] <<< maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project <<<
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:create-from-project (default-cli) @ hbase-client-project ---
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.090 s
[INFO] Finished at: 2016-02-20T20:07:59+00:00
[INFO] Final Memory: 16M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.940 s
[INFO] Finished at: 2016-02-20T20:07:59+00:00
[INFO] Final Memory: 15M/491M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.648 s
[INFO] Finished at: 2016-02-20T20:08:07+00:00
[INFO] Final Memory: 17M/620M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 41.004 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.745 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.038 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.846 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 29.218 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 56.520 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.695 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 19.967 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.858 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.812 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 16.726 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 37.872 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.355 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.110 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  0.557 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 51.305 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:13 min
[INFO] Finished at: 2016-02-20T20:08:10+00:00
[INFO] Final Memory: 101M/578M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1073

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1073/changes>

Changes:

[jmhsieh] HBASE-15282 Bump hbase-spark to use Spark 1.6.0

[tedyu] HBASE-15251 During a cluster restart, Hmaster thinks it is a failover

[jmhsieh] HBASE-14877 maven archetype: client application (Daniel Vimont)

------------------------------------------
[...truncated 1010 lines...]
19/19 KB   17/23 KB   22/170 KB   
19/19 KB   21/23 KB   26/170 KB   
19/19 KB   21/23 KB   26/170 KB   
19/19 KB   23/23 KB   26/170 KB   
19/19 KB   23/23 KB   30/170 KB   
19/19 KB   23/23 KB   34/170 KB   
19/19 KB   23/23 KB   38/170 KB   
19/19 KB   23/23 KB   42/170 KB   
19/19 KB   23/23 KB   42/170 KB   
19/19 KB   23/23 KB   46/170 KB   
19/19 KB   23/23 KB   50/170 KB   
19/19 KB   23/23 KB   54/170 KB   
19/19 KB   23/23 KB   58/170 KB   
19/19 KB   23/23 KB   62/170 KB   
19/19 KB   23/23 KB   66/170 KB   
19/19 KB   23/23 KB   67/170 KB   
                                  
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/2.4/archetype-catalog-2.4.jar (19 KB at 72.9 KB/sec)
                                  
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/2.4/archetype-descriptor-2.4.jar (23 KB at 90.0 KB/sec)
71/170 KB                         
75/170 KB   
79/170 KB   
83/170 KB   
87/170 KB   
91/170 KB   
95/170 KB   
98/170 KB   
102/170 KB   
106/170 KB   
110/170 KB   
114/170 KB   
118/170 KB   
122/170 KB   
126/170 KB   
130/170 KB   
134/170 KB   
138/170 KB   
142/170 KB   
146/170 KB   
150/170 KB   
154/170 KB   
158/170 KB   
162/170 KB   
166/170 KB   
170/170 KB   
             
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/2.4/archetype-common-2.4.jar (170 KB at 810.2 KB/sec)
[INFO] Setting default groupId: org.apache.hbase
[INFO] Setting default artifactId: hbase-client-project
[INFO] Setting default version: 2.0.0-SNAPSHOT
[INFO] Setting default package: org.apache.hbase.archetypes.exemplars.client
[INFO] Scanning for projects...
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/2.4/archetype-packaging-2.4.pom
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/2.4/archetype-packaging-2.4.pom (2 KB at 6.1 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/2.4/archetype-packaging-2.4.jar
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/2.4/archetype-packaging-2.4.jar (8 KB at 118.7 KB/sec)
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (623 B at 10.3 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (715 B at 12.0 KB/sec)
[INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml
[INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (709 B at 11.4 KB/sec)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.370 s
[INFO] Finished at: 2016-02-19T20:09:46+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] Archetype project created in <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.890 s
[INFO] Finished at: 2016-02-19T20:09:46+00:00
[INFO] Final Memory: 18M/620M
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (hbase-client-ARCHETYPE__copy-pom-to-temp-for-xslt-processing) @ hbase-archetype-builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- xml-maven-plugin:1.0.1:transform (modify-archetype-pom-files-via-xslt) @ hbase-archetype-builder ---
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Transforming file: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch/pom.xml>
[INFO] Transformed 1 file(s).
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-archetype-builder ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-archetype-builder/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-archetype-builder/2.0.0-SNAPSHOT/hbase-archetype-builder-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (run-installArchetypes-script) @ hbase-archetype-builder ---
[INFO] Scanning for projects...
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hbase-client-project-archetype 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ hbase-client-project-archetype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ hbase-client-project-archetype ---
[INFO] Building archetype jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT>
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ hbase-client-project-archetype ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: hbase-client-project-archetype:2.0.0-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: packageInPathFormat, Value: it/pkg
[INFO] Parameter: version, Value: 0.1-SNAPSHOT
[INFO] Parameter: package, Value: it.pkg
[INFO] Parameter: groupId, Value: archetype.it
[INFO] Parameter: artifactId, Value: basic
[INFO] project created from Archetype in dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/test-classes/projects/basic/project/basic>
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ hbase-client-project-archetype ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/target/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-archetypes/hbase-client-project/target/build-archetype/target/generated-sources/archetype/pom.xml> to /x1/jenkins/mvn-repo/org/apache/hbase/hbase-client-project-archetype/2.0.0-SNAPSHOT/hbase-client-project-archetype-2.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ hbase-client-project-archetype ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.519 s
[INFO] Finished at: 2016-02-19T20:09:56+00:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 26.870 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.296 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.741 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  5.786 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 29.402 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 37.075 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  9.775 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 12.530 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.095 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.434 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  9.730 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 30.414 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.125 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.929 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Archetypes ......................... SUCCESS [  1.315 s]
[INFO] Apache HBase - Exemplar for hbase-client archetype  SKIPPED
[INFO] Apache HBase - Archetype builder .................. SUCCESS [ 38.712 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:02 min
[INFO] Finished at: 2016-02-19T20:09:59+00:00
[INFO] Final Memory: 100M/575M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1072

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1072/changes>

Changes:

[matteo.bertozzi] HBASE-15100 ProcedureInfo constructor should be

[stack] HBASE-15285 Forward-port respect for isReturnResult from HBASE-15095

[busbey] Revert "HBASE-15120 Use appropriate encoding for "filter" field in

[busbey] HBASE-15270 Use appropriate encoding for "filter" field in

[stack] HBASE-15279 OrderedBytes.isEncodedValue does not check for int8 and

[zhangduo] HBASE-14949 Resolve name conflict when splitting if there are

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 836 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[JENKINS] Archiving disabled
[INFO] Apache HBase ...................................... SUCCESS [ 32.422 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.988 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.656 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.993 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 28.140 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 39.372 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.546 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.195 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.947 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 15.717 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.153 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 32.634 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.588 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.642 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:42 min
[INFO] Finished at: 2016-02-18T20:58:23+00:00
[INFO] Final Memory: 95M/547M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1071

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1071/changes>

Changes:

[chenheng] HBASE-15120 Use appropriate encoding for "filter" field in

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 836 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 36.072 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.786 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.968 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.542 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 27.355 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 43.403 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 10.208 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 19.135 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.212 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.495 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.074 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 32.014 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.959 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.125 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:51 min
[INFO] Finished at: 2016-02-17T20:59:15+00:00
[INFO] Final Memory: 96M/670M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1070

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1070/changes>

Changes:

[stack]     HBASE-13839 Fix AssgnmentManagerTmpl.jamon issues (coloring,

[stack] HBASE-15263

[stack] HBASE-15276 TestFlushSnapshotFromClient hung

[stack] HBASE-15277 TestRegionMergeTransactionOnCluster.testWholesomeMerge

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 836 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 42.052 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.009 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.543 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.315 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 26.366 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 38.935 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.327 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 17.542 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  6.880 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 14.039 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.202 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 33.650 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.871 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.439 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:55 min
[INFO] Finished at: 2016-02-16T21:23:51+00:00
[INFO] Final Memory: 95M/575M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1069

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1069/changes>

Changes:

[chenheng] HBASE-15122 Servlets generate XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER

------------------------------------------
[...truncated 665 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 836 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------

[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 32.339 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.996 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.557 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.437 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 28.957 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 38.427 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.568 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 18.939 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.465 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 11.943 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.698 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 35.191 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.967 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.551 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:34 min
[INFO] Finished at: 2016-02-15T20:59:02+00:00
[INFO] Final Memory: 97M/635M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1068

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1068/changes>

Changes:

[stack] HBASE-9393 Hbase does not closing a closed socket resulting in many

[stack] HBASE-13839 Fix AssgnmentManagerTmpl.jamon issues (coloring, content

[busbey] Revert "HBASE-9393 Hbase does not closing a closed socket resulting in

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 836 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 40.405 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.659 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.737 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.900 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 26.329 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 42.804 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.347 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 18.521 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.857 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.897 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.703 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 32.812 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.817 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.506 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:50 min
[INFO] Finished at: 2016-02-13T20:56:57+00:00
[INFO] Final Memory: 94M/577M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1067

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1067/changes>

Changes:

[stack] HBASE-15255 Add pointer to linkedin blog on putting jvm logs on fast

[anoopsamjohn] HBASE-15198 RPC client not using Codec and CellBlock for puts by

[zhangduo] HBASE-15252 Data loss when replaying wal if HDFS timeout

[tedyu] HBASE-15219 Revert pending verification of test result

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 836 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 39.721 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.585 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.616 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.508 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.782 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 36.122 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.049 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 12.801 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  6.235 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.509 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.429 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 29.925 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.891 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  4.526 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:39 min
[INFO] Finished at: 2016-02-12T20:59:26+00:00
[INFO] Final Memory: 94M/586M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1066

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1066/changes>

Changes:

[jerryjch] HBASE-15223 Make convertScanToString public for Spark

[ramkrishna] HBASE-15204 Try to estimate the cell count for adding into WALEdit

[anoopsamjohn] HBASE-15198 RPC client not using Codec and CellBlock for puts by

[ramkrishna] HBASE-15253 Small bug in CellUtil.matchingRow(Cell, byte[]) (Ram)

[stack] HBASE-14919 Refactoring for in-memory flush and compaction

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 836 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 37.743 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.103 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.462 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.412 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 30.185 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 43.104 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.392 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 15.808 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.500 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 11.314 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.614 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 31.124 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.869 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.063 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:48 min
[INFO] Finished at: 2016-02-11T21:02:44+00:00
[INFO] Final Memory: 94M/593M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1065

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1065/changes>

Changes:

[stack] HBASE-15238 HFileReaderV2 prefetch overreaches; runs off the end of the

[apurtell] HBASE-15216 Canary does not accept config params from command line

[stack] HBASE-15244 More doc around native lib setup and check and crc

[tedyu] HBASE-15219 Canary tool does not return non-zero exit code when one of

[matteo.bertozzi] HBASE-15239 Remove unused LoadBalancer.immediateAssignment()

[apurtell] HBASE-15229 Canary Tools should not call System.Exit on error (Vishal

[apurtell] HBASE-14192 Fix REST Cluster Constructor with String List

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 36.092 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.801 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.493 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.625 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 32.222 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 44.636 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.430 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 17.749 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.065 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.075 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.990 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 31.207 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.769 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.593 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:47 min
[INFO] Finished at: 2016-02-10T21:03:08+00:00
[INFO] Final Memory: 93M/570M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1064

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1064/changes>

Changes:

[jerryjch] HBASE-15201 Add hbase-spark to hbase assembly

[tedyu] HBASE-15231 Make TableState.State private (Misty Stanley-Jones)

[mstanleyjones] HBASE-11792 Organize Performance Evaluation usage output

------------------------------------------
[...truncated 659 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 37.851 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.685 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.368 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.912 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 29.181 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 40.730 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.703 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 19.124 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.888 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.029 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.376 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 32.907 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.768 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.900 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:40 min
[INFO] Finished at: 2016-02-09T20:58:03+00:00
[INFO] Final Memory: 94M/675M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1063

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1063/changes>

Changes:

[busbey] HBASE-15221 Reload the cache on re-tried puts in HTableMultiplexer and

[stack] HBASE-15158 Change order in which we do write pipeline operations; do

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 30.378 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.605 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.558 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.952 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.987 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 34.030 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.595 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 11.301 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.262 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.801 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.236 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 23.848 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.784 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.757 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:06 min
[INFO] Finished at: 2016-02-08T20:57:33+00:00
[INFO] Final Memory: 95M/591M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1062

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1062/changes>

Changes:

[anoopsamjohn] HBASE-15214 Valid mutate Ops fail with RPC Codec in use and region

[stack] HBASE-15157 Add *PerformanceTest for Append, CheckAnd*

[stack] HBASE-15209 (compatibility) Disable table in

[tedyu] HBASE-15220 Change two logs in SimpleRegionNormalizer to INFO level

[stack] HBASE-15122 Servlets generate XSS_REQUEST_PARAMETER_TO_SERVLET_WRITER

[stack] HBASE-14770 RowCounter argument input parse error

[ramkrishna] HBASE-15204 Try to estimate the cell count for adding into WALEdit

[stack] Revert "HBASE-15122 Servlets generate

[stack] HBASE-15163 Add sampling code and metrics for get/scan/multi/mutate

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 36.225 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.644 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.477 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.928 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.865 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 41.506 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.155 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 15.002 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.900 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  7.675 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.732 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 32.791 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.279 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.996 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:34 min
[INFO] Finished at: 2016-02-06T20:06:19+00:00
[INFO] Final Memory: 94M/677M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1061

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1061/changes>

Changes:

[enis] HBASE-15177 Reduce garbage created under high load

[stack] HBASE-15120 Undo aggressive load balancer logging at tens of lines per

[stack] Revert "HBASE-15120 Undo aggressive load balancer logging at tens of

[stack] HBASE-15210 Undo aggressive load balancer logging at tens of lines per

[stack]  HBASE-15210 Undo aggressive load balancer logging at tens of lines per

[apurtell] Amend HBASE-15200 ZooKeeper znode ACL checks should only compare the

[chenheng] HBASE-15197 Expose filtered read requests metric to metrics framework

[zhangduo] update zhangduo affiliation

[ramkrishna] HBASE-15204 Try to estimate the cell count for adding into WALEdit

[tedyu] HBASE-11262 Avoid empty columns while doing bulk-load (Ashish Kumar)

[stack] Fixup on the hbasecon banner image.. add date and location -- git add

[stack] HBASE-15218 On RS crash and replay of WAL, loosing all Tags in Cells

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 40.422 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.010 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.624 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.501 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 28.339 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 38.880 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.871 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 16.819 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.358 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.117 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.257 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 33.482 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.993 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.621 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:47 min
[INFO] Finished at: 2016-02-05T20:06:38+00:00
[INFO] Final Memory: 94M/665M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1060

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1060/changes>

Changes:

[apurtell] HBASE-15200 ZooKeeper znode ACL checks should only compare the

[ramkrishna] HBASE-HBASE-15203 Reduce garbage created by path.toString() during

[eclark] HBASE-15211 Don't run the CatalogJanitor if there are regions in

[ramkrishna] HBASE-15202 Reduce garbage while setting response (Ram)

[stack] Fixup on the hbasecon banner image.. add date and location

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 43.426 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.268 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.569 s]
[JENKINS] Archiving disabled
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.451 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.838 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 38.278 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  4.986 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 14.782 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.388 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.847 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.413 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 30.183 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.789 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.597 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:34 min
[INFO] Finished at: 2016-02-04T20:06:10+00:00
[INFO] Final Memory: 94M/594M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1059

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1059/changes>

Changes:

[jmhsieh] HBASE-15206 Fix flakey testSplitDaughtersNotInMeta test (Huaxiang Sun)

[enis] HBASE-15129 Set default value for hbase.fs.tmp.dir rather than fully

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 32.901 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.869 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.248 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.777 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.260 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 38.457 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.135 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 11.622 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.098 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 13.545 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  3.514 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 29.743 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.682 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.483 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:12 min
[INFO] Finished at: 2016-02-03T20:05:44+00:00
[INFO] Final Memory: 96M/588M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1058

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1058/changes>

Changes:

[tedyu] HBASE-15192 TestRegionMergeTransactionOnCluster#testCleanMergeReference

[stack] HBASE-15196 HBASE-15158 Preamble 2 of 2:Add Increment tests

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 15.521 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  3.043 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.398 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.724 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.106 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 28.147 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  4.434 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.460 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.179 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  7.311 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.450 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 24.089 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.626 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.464 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:29 min
[INFO] Finished at: 2016-02-02T20:05:04+00:00
[INFO] Final Memory: 94M/670M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1057

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1057/changes>

Changes:

[stack] HBASE-15158 HBASE-15158 Preamble 1 of 2: fix findbugs, add javadoc,

[stack] HBASE-14969 Add throughput controller for flush; ADDENDUM

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 25.890 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.009 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.790 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.055 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.345 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 28.113 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  3.510 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 10.510 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.158 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.892 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.180 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 25.824 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.729 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.567 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:48 min
[INFO] Finished at: 2016-02-01T20:05:27+00:00
[INFO] Final Memory: 94M/668M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1056

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1056/changes>

Changes:

[stack] HBASE-15195 Don't run findbugs on hbase-it; it has nothing in

[stack] HBASE-15190 Monkey dies when running on shared cluster (gives up when

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 51.340 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.666 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.579 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.344 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 28.743 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 41.800 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.201 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 14.805 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.238 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 11.765 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.181 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 27.269 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.729 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.453 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:52 min
[INFO] Finished at: 2016-01-31T20:06:28+00:00
[INFO] Final Memory: 94M/663M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1055

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1055/changes>

Changes:

[mstanleyjones] HBASE-14810 Update Hadoop support description to explain "not tested"

[stack] TestStochasticLoadBalancer.testRegionReplicationOnMidClusterSameHosts

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 27.338 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.528 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.419 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.593 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.772 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 37.403 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.330 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.887 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.085 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  7.732 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  4.887 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 24.962 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.833 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.026 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:59 min
[INFO] Finished at: 2016-01-30T20:05:39+00:00
[INFO] Final Memory: 94M/574M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1054

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1054/changes>

Changes:

[zhangduo] HBASE-14969 Add throughput controller for flush

[stack] Add hbasecon2016 logo

[stack] Make hbasecon2016 image half size

[ramkrishna] HBASE-14841 Allow Dictionary to work with BytebufferedCells (Ram)

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 826 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[623,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[622,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 20.334 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.056 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.762 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.559 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 23.812 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 33.014 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.425 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.366 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.206 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  6.983 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 10.573 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 24.631 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.085 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.954 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:54 min
[INFO] Finished at: 2016-01-29T20:05:26+00:00
[INFO] Final Memory: 97M/671M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1053

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1053/changes>

Changes:

[eclark] HBASE-15146 Don't block on Reader threads queueing to a scheduler queue

[tedyu] HBASE-15171 Addendum removes extra loop (Yu Li)

[tedyu] HBASE-15173 Execute mergeRegions RPC call as the request user

[matteo.bertozzi] HBASE-15019 Replication stuck when HDFS is restarted.

[matteo.bertozzi] HBASE-15142 Procedure v2 - Basic WebUI listing the procedures

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 822 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 29.204 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.113 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.368 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.727 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.625 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 39.206 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  3.924 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.424 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.510 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.495 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.581 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 28.058 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.795 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.908 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:12 min
[INFO] Finished at: 2016-01-28T20:05:51+00:00
[INFO] Final Memory: 96M/606M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1052

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1052/changes>

Changes:

[eclark] HBASE-14526 Remove delayed rpc

[enis] HBASE-15145 HBCK and Replication should authenticate to zookepeer using

[stack] Add hbasecon2016 to news

[tedyu] HBASE-15171 Avoid counting duplicate kv and generating lots of small

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 32.975 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.360 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.542 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.709 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.214 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 37.671 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.126 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.235 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.551 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.531 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.903 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 26.952 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.836 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.478 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:14 min
[JENKINS] Archiving disabled
[INFO] Finished at: 2016-01-27T20:05:49+00:00
[INFO] Final Memory: 95M/600M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1051

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1051/changes>

Changes:

[mstanleyjones] HBASE-15184 Fix broken links found via LinkLint

[jmhsieh] HBASE-15036 Update HBase Spark documentation to include bulk load with

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 821 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 27.894 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.126 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.406 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.947 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.892 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 33.151 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.220 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.395 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  7.527 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  7.098 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.959 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 30.109 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.793 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.863 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:06 min
[INFO] Finished at: 2016-01-26T20:05:38+00:00
[INFO] Final Memory: 94M/667M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1050

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1050/changes>

Changes:

[stack] HBASE-15123 Remove duplicate code in LocalHBaseCluster and minor

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 821 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 30.286 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.235 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.535 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.490 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 26.368 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 41.311 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  9.604 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 12.615 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.355 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 11.763 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  8.243 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 30.202 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.688 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.881 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:20 min
[INFO] Finished at: 2016-01-25T20:05:57+00:00
[INFO] Final Memory: 95M/621M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1049

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1049/changes>

Changes:

[tedyu] HBASE-15125 HBaseFsck's adoptHdfsOrphan function creates region with

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 821 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 23.151 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  3.905 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.608 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.291 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 22.842 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 28.662 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.749 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 10.924 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.779 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.296 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  3.463 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 29.204 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.743 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.875 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:40 min
[INFO] Finished at: 2016-01-24T20:05:04+00:00
[INFO] Final Memory: 96M/623M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types

[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1048

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1048/changes>

Changes:

[ddas] HBASE-14963. Remove Guava dependency from HBase client code

[matteo.bertozzi] HBASE-15100 Master WALProcs are deleted out of order ending up with

[tedyu] HBASE-15132 Master region merge RPC should authorize user request

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 821 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 31.754 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.277 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  2.140 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.043 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.958 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 35.784 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.079 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 12.929 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.675 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.243 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  3.751 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 30.293 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.879 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.322 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:09 min
[INFO] Finished at: 2016-01-23T20:05:48+00:00
[INFO] Final Memory: 94M/611M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1047

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1047/changes>

Changes:

[jmhsieh] HBASE-15152 Automatically include prefix-tree module in MR jobs if

[tedyu] HBASE-15133 Data loss after compaction when a row has more than

[tedyu] HBASE-15148 Resolve IS2_INCONSISTENT_SYNC findbugs warning in

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 821 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 28.445 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.728 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.706 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.395 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 23.579 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 34.841 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  5.335 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.421 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.012 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.199 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.699 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 27.710 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.770 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.156 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:57 min
[INFO] Finished at: 2016-01-22T20:05:27+00:00
[INFO] Final Memory: 94M/677M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1046

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1046/changes>

Changes:

[antonov] HBASE-15139 Connection manager doesn't pass client metrics to RpcClient

[tedyu] HBASE-15126 HBaseFsck's checkRegionBoundaries function sets incorrect

[enis] HBASE-15147 Shell should use Admin.listTableNames() instead of

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 821 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 38.744 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.026 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.475 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.507 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.349 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 35.780 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.683 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 14.192 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.326 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.229 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  3.272 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 28.855 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.780 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.966 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:16 min
[INFO] Finished at: 2016-01-21T20:05:54+00:00
[INFO] Final Memory: 94M/592M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1045

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1045/changes>

Changes:

[matteo.bertozzi] HBASE-15106 Procedure v2 - Procedure Queue pass Procedure for better

[eclark] HBASE-15102 Fix HeapMemoryTuner overtuning memstore

[stack] HBASE-14902 Revert some of the stringency recently introduced by

[busbey] HBASE-15111 hbase version should write to stdout

[ndimiduk] HBASE-15119 Include git SHA in check_compatibility reports

[ramkrishna] HBASE-15101 Leaked References to StoreFile.Reader after HBASE-13082

[stack] Revert "HBASE-14902 Revert some of the stringency recently introduced

[stack] HBASE-15098 Normalizer switch in configuration is not used

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 821 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 26.806 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.383 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.559 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.694 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.232 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 30.630 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.152 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 14.664 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.359 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  7.452 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.611 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 28.227 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.693 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.837 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:53 min
[INFO] Finished at: 2016-01-20T20:05:36+00:00
[INFO] Final Memory: 94M/588M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1044

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1044/changes>

Changes:

[stack] HBASE-15118 Fix findbugs complaint in hbase-server

[tedyu] HBASE-15073 Revert due to different opinion on usefulness

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 821 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 22.106 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  3.971 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.825 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.525 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 23.029 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 24.635 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  3.586 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 14.211 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.759 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  6.252 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.660 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 26.555 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.900 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.917 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:32 min
[INFO] Finished at: 2016-01-19T20:05:00+00:00
[INFO] Final Memory: 94M/569M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1043

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1043/changes>

Changes:

[stack] HBASE-14962 TestSplitWalDataLoss fails on all branches

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 25.049 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.454 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.377 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.700 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 23.925 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 32.992 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.208 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 12.998 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  5.018 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  6.933 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.434 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 30.320 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.751 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.836 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:58 min
[INFO] Finished at: 2016-01-17T20:05:30+00:00
[INFO] Final Memory: 94M/693M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1042

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1042/changes>

Changes:

[enis] HBASE-15114 NPE when IPC server ByteBuffer reservoir is turned off

[apurtell] Amend HBASE-14771 RpcServer#getRemoteAddress always returns null

[apurtell] Amend HBASE-14512 Cache UGI groups

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 28.815 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.340 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.297 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.855 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 23.111 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 35.207 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.320 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 10.494 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.427 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.404 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.196 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 25.045 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.092 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.248 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:58 min
[INFO] Finished at: 2016-01-16T20:05:26+00:00
[INFO] Final Memory: 94M/694M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1041

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1041/changes>

Changes:

[matteo.bertozzi] HBASE-15105 Procedure V2 - Procedure Queue with Namespaces

[tedyu] HBASE-14865 Support passing multiple QOPs to SaslClient/Server via

[zhangduo] update zhangduo affiliation

[stack] HBASE-15117 Resolve ICAST findbugs warnings in current codes (Yu Li)

[stack] v1

[stack] Revert "v1" Bad commit message; revert

[stack] HBASE-15115 Fix findbugs complaints in hbase-client

------------------------------------------
[...truncated 658 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 37.620 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.419 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.411 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.473 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.283 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 33.684 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  7.708 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 14.165 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.074 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.688 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  4.973 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 38.958 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.792 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.938 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:24 min
[INFO] Finished at: 2016-01-15T20:05:49+00:00
[INFO] Final Memory: 94M/588M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1040

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1040/changes>

Changes:

[tedyu] HBASE-15099 Move RegionStateListener class out of quotas package

[jmhsieh] HBASE-15104 Occasional failures due to NotServingRegionException in IT

[matteo.bertozzi] HBASE-14837 Procedure v2 - Procedure Queue Improvement

------------------------------------------
[...truncated 659 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 39.139 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.377 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.925 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.464 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 26.730 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 36.601 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  5.874 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 15.658 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.975 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.748 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.237 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 33.917 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.662 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  3.213 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:40 min
[INFO] Finished at: 2016-01-14T20:06:20+00:00
[INFO] Final Memory: 94M/668M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1039

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1039/changes>

Changes:

[anoopsamjohn] HBASE-15077 Support OffheapKV write in compaction with out copying data

[chenheng] HBASE-15083 Gets from Multiactions are not counted in metrics for gets

[stack] HBASE-15087 Fix hbase-common findbugs complaints

[ramkrishna] HBASE-15085 IllegalStateException was thrown when scanning on

[busbey] HBASE-14159 Add dependency on hadoop-mapreduce-client-jobclient from

------------------------------------------
[...truncated 659 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 19.836 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.106 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.770 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.169 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 40.732 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 42.133 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.473 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 18.450 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.061 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.559 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.220 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 27.877 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.958 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.776 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:24 min
[INFO] Finished at: 2016-01-12T20:05:57+00:00
[INFO] Final Memory: 94M/557M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1038

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1038/changes>

Changes:

[ramkrishna] HBASE-15027 - Findbug fix (addendum)

[matteo.bertozzi] HBASE-15052 Use EnvironmentEdgeManager in ReplicationSource

------------------------------------------
[...truncated 658 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 16.744 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.498 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.708 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.536 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 29.274 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 27.348 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.385 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 11.892 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.783 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  5.654 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.317 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 23.001 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.776 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  5.485 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:34 min
[INFO] Finished at: 2016-01-11T20:05:10+00:00
[INFO] Final Memory: 95M/512M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1037

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1037/changes>

Changes:

[eclark] HBASE-14975 Don't color the total RIT line yellow if it's zero (Pallavi

[tedyu] HBASE-15065 Addendum fixes checkstyle warnings

[tedyu] HBASE-15057 local-master-backup.sh doesn't start HMaster correctly

------------------------------------------
[...truncated 657 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 19.356 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.686 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.823 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.610 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 25.973 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 27.860 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  5.314 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.392 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  1.968 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  6.398 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.328 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 42.866 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.931 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.529 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:57 min
[INFO] Finished at: 2016-01-09T20:05:37+00:00
[INFO] Final Memory: 94M/668M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1036

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1036/changes>

Changes:

[stack] HBASE-15076 Add getScanner(Scan scan, List<KeyValueScanner>

[stack] HBASE-15079 TestMultiParallel.validateLoadedData AssertionError: null

[ramkrishna] HBASE-15027 Refactor the way the CompactedHFileDischarger threads are

[busbey] HBASE-13525 replace test-patch with customizations needed to use yetus

[tedyu] HBASE-15065 SimpleRegionNormalizer should return multiple normalization

------------------------------------------
[...truncated 657 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[614,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 26.494 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.075 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.731 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  4.093 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 28.791 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 28.648 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.862 s]
[INFO] Apache HBase - Client ............................. SUCCESS [  9.836 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  3.274 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  7.666 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.355 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 30.660 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.407 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.538 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:56 min
[INFO] Finished at: 2016-01-08T20:05:38+00:00
[INFO] Final Memory: 94M/675M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1035

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1035/changes>

Changes:

[tedyu] HBASE-15073 Finer grained control over normalization actions for

[tedyu] HBASE-15068 Add metrics for region normalization plans

[tedyu] HBASE-15070 DistributedHBaseCluster#restoreRegionServers() starts new

------------------------------------------
[...truncated 657 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 819 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 34.807 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.499 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.627 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.792 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 35.727 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 42.036 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.094 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 12.427 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.013 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.503 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.648 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 26.806 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED

[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.894 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.701 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:30 min
[INFO] Finished at: 2016-01-07T20:06:01+00:00
[INFO] Final Memory: 94M/518M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1034

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1034/changes>

Changes:

[stack] HBASE-14888 ClusterSchema: Add Namespace Operations

[stack] HBASE-14902 Revert some of the stringency recently introduced by

[larsh] HBASE-14468 addendum.

[anoopsamjohn] HBASE-15064 BufferUnderflowException after last Cell fetched from an

[ramkrishna] HBASE-14221 Reduce the number of time row comparison is done in a Scan

[enis] HBASE-15066 Small improvements to Canary tool

[anoopsamjohn] HBASE-12593 Tags to work with ByteBuffer.

------------------------------------------
[...truncated 657 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 820 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 38.628 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  6.194 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.409 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.018 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 31.621 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 35.311 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.450 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 14.726 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  2.297 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 11.930 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 13.971 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 32.704 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[JENKINS] Archiving disabled
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.099 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  7.444 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:46 min
[INFO] Finished at: 2016-01-06T20:06:28+00:00
[INFO] Final Memory: 94M/682M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1033

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1033/changes>

Changes:

[stack] HBASE-14902 Revert some of the stringency recently introduced by

[anoopsamjohn] HBASE-14524 Short-circuit comparison of rows in CellComparator. (Lars

[stack] Revert "HBASE-14902 Revert some of the stringency recently introduced

------------------------------------------
[...truncated 658 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 816 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 30.990 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  5.086 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.301 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.611 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 24.848 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 30.214 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  8.622 s]
[JENKINS] Archiving disabled[INFO] Apache HBase - Client ............................. SUCCESS [ 14.397 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.021 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.154 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  7.814 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 27.707 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.732 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.088 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:04 min

[INFO] Finished at: 2016-01-05T20:05:35+00:00
[INFO] Final Memory: 95M/629M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server

Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1032

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1032/changes>

Changes:

[garyh] HBASE-15038 ExportSnapshot should support separate configs for source

[tedyu] HBASE-14987 Compaction marker whose region name doesn't match current

------------------------------------------
[...truncated 657 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 816 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 32.285 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.834 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.364 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  3.001 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 28.768 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 36.724 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  5.206 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 23.768 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  1.906 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  9.133 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.351 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 27.123 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  1.072 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.752 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:22 min
[INFO] Finished at: 2016-01-04T20:05:59+00:00
[INFO] Final Memory: 94M/588M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1031

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1031/changes>

Changes:

[stack] HBASE-14888  ClusterSchema: Add Namespace Operations

[stack] Revert "HBASE-14888  ClusterSchema: Add Namespace Operations"

------------------------------------------
[...truncated 657 lines...]
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 816 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/0/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 18.378 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  4.060 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.337 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.461 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 23.794 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 31.520 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  6.564 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 13.859 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  1.880 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [  8.507 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  5.802 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 25.107 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.965 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  2.893 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:38 min
[INFO] Finished at: 2016-01-03T20:05:00+00:00
[INFO] Final Memory: 94M/676M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE

Build failed in Jenkins: hbase #1030

Posted by gm...@apache.org.
See <https://analysis.apache.org/jenkins/job/hbase/1030/changes>

Changes:

[anoopsamjohn] HBASE-15063 Bug in MultiByteBuf#toBytes. (deepankar)

------------------------------------------
[...truncated 658 lines...]
[INFO] --- maven-antrun-plugin:1.8:run (generate) @ hbase-server ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
     [copy] Copying 20 files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps>
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/master/WEB-INF>
    [mkdir] Created dir: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/hbase-webapps/regionserver/WEB-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-server ---
[INFO] Compiling 816 source files to <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/target/classes>
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Some input files use or override a deprecated API.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/coprocessor/WALObserver.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheConfig.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServerCommandLine.java>:[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,25] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[612,28] sun.misc.Signal is internal proprietary API and may be removed in a future release
[WARNING] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java>:[611,7] sun.misc.Signal is internal proprietary API and may be removed in a future release
[INFO] 6 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
  required: java.nio.ByteBuffer
  found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
  required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
  found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
  reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] method does not override or implement a method from a supertype
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Testing Util
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Thrift
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shell
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Integration Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Rest
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - External Block Cache
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Assembly
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded/2.0.0-SNAPSHOT/hbase-shaded-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache HBase - Shaded - Client 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hbase-shaded-client ---
[INFO] Deleting <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce) @ hbase-shaded-client ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hbase-shaded-client ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hbase-shaded-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/src/main/resources>
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ hbase-shaded-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hbase-shaded-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ hbase-shaded-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-shaded-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hbase-shaded-client ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hbase-shaded-client ---
[INFO] Building jar: <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client ---
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/target/hbase-shaded-client-2.0.0-SNAPSHOT.jar> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.jar
[INFO] Installing <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-shaded/hbase-shaded-client/pom.xml> to /x1/jenkins/jenkins-master/jenkins-home/maven-repositories/1/org/apache/hbase/hbase-shaded-client/2.0.0-SNAPSHOT/hbase-shaded-client-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Shaded - Server
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Apache HBase - Spark
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ...................................... SUCCESS [ 42.265 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [  7.332 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [  1.448 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [  2.659 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 26.057 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 41.498 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [  5.051 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 10.339 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [  4.705 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 10.422 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [  6.848 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 24.943 s]
[INFO] Apache HBase - Testing Util ....................... SKIPPED
[INFO] Apache HBase - Thrift ............................. SKIPPED
[INFO] Apache HBase - Shell .............................. SKIPPED
[INFO] Apache HBase - Integration Tests .................. SKIPPED
[INFO] Apache HBase - Examples ........................... SKIPPED
[INFO] Apache HBase - Rest ............................... SKIPPED
[INFO] Apache HBase - External Block Cache ............... SKIPPED
[INFO] Apache HBase - Assembly ........................... SKIPPED
[INFO] Apache HBase - Shaded ............................. SUCCESS [  0.793 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [  6.372 s]
[INFO] Apache HBase - Shaded - Server .................... SKIPPED
[INFO] Apache HBase - Spark .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:31 min
[INFO] Finished at: 2016-01-01T20:05:48+00:00
[INFO] Final Memory: 95M/521M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project hbase-server: Compilation failure: Compilation failure:
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[49,26] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[43,8] org.apache.hadoop.hbase.util.CompoundBloomFilter is not abstract and does not override abstract method contains(byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff) in org.apache.hadoop.hbase.util.BloomFilter
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[87,32] org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader is not public in org.apache.hadoop.hbase.io.hfile.HFileBlockIndex; cannot be accessed from outside package
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[91,3] method does not override or implement a method from a supertype
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[119,57] incompatible types
[ERROR] required: java.nio.ByteBuffer
[ERROR] found:    org.apache.hadoop.hbase.nio.ByteBuff
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[120,31] method contains in class org.apache.hadoop.hbase.util.BloomFilterUtil cannot be applied to given types;
[ERROR] required: byte[],int,int,org.apache.hadoop.hbase.nio.ByteBuff,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] found: byte[],int,int,java.nio.ByteBuffer,int,int,org.apache.hadoop.hbase.util.Hash,int
[ERROR] reason: actual argument java.nio.ByteBuffer cannot be converted to org.apache.hadoop.hbase.nio.ByteBuff by method invocation conversion
[ERROR] <https://analysis.apache.org/jenkins/job/hbase/ws/hbase-server/src/main/java/org/apache/hadoop/hbase/util/CompoundBloomFilter.java>:[135,3] 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 :hbase-server
Sending e-mails to: builds@hbase.apache.org
channel stopped
Skipping sonar analysis due to bad build status FAILURE