You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2018/09/04 21:46:00 UTC

[jira] [Updated] (HBASE-21151) triage no findbugs on precommit

     [ https://issues.apache.org/jira/browse/HBASE-21151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated HBASE-21151:
--------------------------------
    Summary: triage no findbugs on precommit  (was: traige no findbugs on precommit)

> triage no findbugs on precommit
> -------------------------------
>
>                 Key: HBASE-21151
>                 URL: https://issues.apache.org/jira/browse/HBASE-21151
>             Project: HBase
>          Issue Type: Task
>          Components: community, test
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Critical
>
> seen on a couple of branches I think so far. example on branch-1:
> https://builds.apache.org/job/PreCommit-HBASE-Build/14272/
> The docker step for findbugs doesn't look odd:
> {code}
> 00:00:18.220 Step 20/46 : RUN mkdir -p /opt/findbugs &&     curl -L -s -S          https://sourceforge.net/projects/findbugs/files/findbugs/3.0.1/findbugs-noUpdateChecks-3.0.1.tar.gz/download          -o /opt/findbugs.tar.gz &&     tar xzf /opt/findbugs.tar.gz --strip-components 1 -C /opt/findbugs
> 00:00:18.221  ---> Using cache
> 00:00:18.221  ---> bb68db5c0470
> 00:00:18.221 Step 21/46 : ENV FINDBUGS_HOME /opt/findbugs
> 00:00:18.221  ---> Using cache
> 00:00:18.221  ---> 7e2a9e0408db
> {code}
> but then test-patch reports no tools and skips findbugs:
> {code}
> 00:00:27.320 ============================================================================
> 00:00:27.320 ============================================================================
> 00:00:27.320                          Determining needed tests
> 00:00:27.320 ============================================================================
> 00:00:27.320 ============================================================================
> 00:00:27.320 
> 00:00:27.320 
> 00:00:27.320 (Depending upon input size and number of plug-ins, this may take a while)
> 00:00:27.830 executable '/usr/bin/findbugs' for 'findbugs' does not exist.
> 00:00:27.830 executable '/usr/bin/computeBugHistory' for 'computeBugHistory' does not exist.
> 00:00:27.831 executable '/usr/bin/convertXmlToText' for 'convertXmlToText' does not exist.
> 00:00:27.831 executable '/usr/bin/filterBugs' for 'filterBugs' does not exist.
> 00:00:27.831 executable '/usr/bin/setBugDatabaseInfo' for 'setBugDatabaseInfo' does not exist.
> 00:00:27.838 
> {code}
> {code}
> 01:02:44.667 |   0  |       findbugs  |   0m  0s   | Findbugs executables are not available. 
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)