Return-Path: X-Original-To: apmail-hbase-builds-archive@minotaur.apache.org Delivered-To: apmail-hbase-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CFCB17BD7 for ; Sat, 9 Jan 2016 20:05:42 +0000 (UTC) Received: (qmail 59375 invoked by uid 500); 9 Jan 2016 20:05:42 -0000 Delivered-To: apmail-hbase-builds-archive@hbase.apache.org Received: (qmail 59342 invoked by uid 500); 9 Jan 2016 20:05:42 -0000 Mailing-List: contact builds-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@hbase.apache.org Delivered-To: mailing list builds@hbase.apache.org Received: (qmail 59331 invoked by uid 99); 9 Jan 2016 20:05:42 -0000 Received: from analysis-vm.apache.org (HELO analysis.apache.org) (140.211.11.61) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jan 2016 20:05:42 +0000 Received: from sonar.apache.org (localhost [127.0.0.1]) by analysis.apache.org (Postfix) with ESMTP id 130EB802FD for ; Sat, 9 Jan 2016 20:05:42 +0000 (UTC) Date: Sat, 9 Jan 2016 20:05:42 +0000 (UTC) From: gmcdonald@apache.org To: builds@hbase.apache.org Message-ID: <926302490.19.1452369942071.JavaMail.jenkins@analysis-vm> In-Reply-To: <92130925.4.1452283573215.JavaMail.jenkins@analysis-vm> References: <92130925.4.1452283573215.JavaMail.jenkins@analysis-vm> Subject: Build failed in Jenkins: hbase #1037 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk8xrrK5092fOB4OdlLqQk0MkK83p4s8kJjdro5tCUnyQ5tR1+R/i/2sSH4vggh5qk8BF/CYBGSaEdBbDl0DVj+CLoWNAFIg6/u/Wjaz/9Jt1wLlrAvJTTk4Ga8bS8YYhiCCev5xzRXhH0jd/laj6+Kp9m8wbIJlIxWSBrWql/Ky2kg9M+TkRAyr/Jet7z828AxT9WLc+EPuGL81+74c9smCl3H3sQC4oj7P2W4g1zUJCYsfyCTegGb+lbn7dOIrQKeO17jqJo1QL87xUy6UL8LIbl46Rkq6/uvyla4ZpOMHtlg25f8jurV9fMAYRmxZRUY71vSkIB25Z7ZU/XlQdNQIDAQAB X-Jenkins-Job: hbase X-Jenkins-Result: FAILURE See 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: [copy] Copying 20 files to [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog [mkdir] Created dir: [mkdir] Created dir: [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 [INFO] : Some input files use or override a deprecated API. [INFO] : Recompile with -Xlint:deprecation for details. [INFO] : Some input files use unchecked or unsafe operations. [INFO] : Recompile with -Xlint:unchecked for details. [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] :[100] sun.misc.Signal is internal proprietary API and may be removed in a future release [WARNING] :[100] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release [WARNING] :[614,25] sun.misc.Signal is internal proprietary API and may be removed in a future release [WARNING] :[614,44] sun.misc.SignalHandler is internal proprietary API and may be removed in a future release [WARNING] :[615,28] sun.misc.Signal is internal proprietary API and may be removed in a future release [WARNING] :[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] :[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] :[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] :[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] :[91,3] method does not override or implement a method from a supertype [ERROR] :[119,57] incompatible types required: java.nio.ByteBuffer found: org.apache.hadoop.hbase.nio.ByteBuff [ERROR] :[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] :[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 [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 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 [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 [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: [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ hbase-shaded-client --- [INFO] Installing 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 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] :[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] :[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] :[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] :[91,3] method does not override or implement a method from a supertype [ERROR] :[119,57] incompatible types [ERROR] required: java.nio.ByteBuffer [ERROR] found: org.apache.hadoop.hbase.nio.ByteBuff [ERROR] :[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] :[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 -rf :hbase-server Sending e-mails to: builds@hbase.apache.org channel stopped Skipping sonar analysis due to bad build status FAILURE