See <https://analysis.apache.org/jenkins/job/hbase/1022/changes>
Changes:
[stack] Revert "HBASE-15018 Inconsistent way of handling TimeoutException in
[anoopsamjohn] HBASE-14940 Make our unsafe based ops more safe.
[matteo.bertozzi] HBASE-15034 IntegrationTestDDLMasterFailover does not clean
created
[tedyu] HBASE-15032 hbase shell scan filter string assumes UTF-8 encoding
[tedyu] HBASE-14717 enable_table_replication command should only create
------------------------------------------
[...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 817 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 [ 24.010 s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [ 6.021 s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [ 1.463 s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [ 4.269 s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [ 27.729 s]
[INFO] Apache HBase - Common ............................. SUCCESS [ 33.662 s]
[INFO] Apache HBase - Procedure .......................... SUCCESS [ 11.166 s]
[INFO] Apache HBase - Client ............................. SUCCESS [ 16.137 s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [ 4.350 s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [ 8.567 s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [ 11.022 s]
[INFO] Apache HBase - Server ............................. FAILURE [ 29.098 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.713 s]
[INFO] Apache HBase - Shaded - Client .................... SUCCESS [ 6.481 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: 2015-12-24T20:05:52+00:00
[INFO] Final Memory: 94M/642M
[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: [email protected]
channel stopped
Skipping sonar analysis due to bad build status FAILURE