Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E77F69E78 for ; Sun, 3 Jun 2012 18:46:24 +0000 (UTC) Received: (qmail 98655 invoked by uid 500); 3 Jun 2012 18:46:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 98607 invoked by uid 500); 3 Jun 2012 18:46:23 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 98596 invoked by uid 99); 3 Jun 2012 18:46:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2012 18:46:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 314A1141663 for ; Sun, 3 Jun 2012 18:46:23 +0000 (UTC) Date: Sun, 3 Jun 2012 18:46:23 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <2078242353.32118.1338749183204.JavaMail.jiratomcat@issues-vm> In-Reply-To: <749859476.20243.1338438983022.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6138) HadoopQA not running findbugs [Trunk] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288233#comment-13288233 ] Hudson commented on HBASE-6138: ------------------------------- Integrated in HBase-TRUNK #2979 (See [https://builds.apache.org/job/HBase-TRUNK/2979/]) HBASE-6138 Addendum, the filter file location can be more general (Jesse Yates) (Revision 1345722) Result = SUCCESS tedyu : Files : * /hbase/trunk/pom.xml > HadoopQA not running findbugs [Trunk] > ------------------------------------- > > Key: HBASE-6138 > URL: https://issues.apache.org/jira/browse/HBASE-6138 > Project: HBase > Issue Type: Bug > Components: build > Affects Versions: 0.96.0 > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Fix For: 0.96.0 > > Attachments: 6138-addendum.txt, 6138.txt > > > HadoopQA shows like > -1 findbugs. The patch appears to cause Findbugs (version 1.3.9) to fail. > But not able to see any reports link > When I checked the console output for the build I can see > {code} > [INFO] --- findbugs-maven-plugin:2.4.0:findbugs (default-cli) @ hbase-common --- > [INFO] Fork Value is true > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] HBase ............................................. SUCCESS [1.890s] > [INFO] HBase - Common .................................... FAILURE [2.238s] > [INFO] HBase - Server .................................... SKIPPED > [INFO] HBase - Assembly .................................. SKIPPED > [INFO] HBase - Site ...................................... SKIPPED > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 4.856s > [INFO] Finished at: Thu May 31 03:35:35 UTC 2012 > [INFO] Final Memory: 23M/154M > [INFO] ------------------------------------------------------------------------ > [ERROR] Could not find resource '${parent.basedir}/dev-support/findbugs-exclude.xml'. -> [Help 1] > [ERROR] > {code} > Because of this error Findbugs is getting run! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira