Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 238DF180A3 for ; Tue, 16 Jun 2015 18:18:42 +0000 (UTC) Received: (qmail 14194 invoked by uid 500); 16 Jun 2015 18:18:42 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 14151 invoked by uid 500); 16 Jun 2015 18:18:42 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 14128 invoked by uid 99); 16 Jun 2015 18:18:41 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 18:18:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 35EA5C08EB for ; Tue, 16 Jun 2015 18:18:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.792 X-Spam-Level: * X-Spam-Status: No, score=1.792 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id FEwBK9zRDhVl for ; Tue, 16 Jun 2015 18:18:33 +0000 (UTC) Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 3A5F547C16 for ; Tue, 16 Jun 2015 18:18:33 +0000 (UTC) Received: by pdbki1 with SMTP id ki1so19708752pdb.1 for ; Tue, 16 Jun 2015 11:18:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LO3oiJ5umvsnAubTD24Wl2n8aaY0YHaGFlG//yypw70=; b=zUjWqGYW8xdFpZvTPSiFDLOA+W8xsbo3yp6MwP52uGG97u+IywVf7tfWjCV76DBh3D JSk7yjT2O8/W4g/EFbghiv113ogwd85P348S+9ObhLKIcmSr3Ozb0WjgQjz+Wo2WLe3z bSkIFvhA2qu8al/uDmjgz9c/MBbuiYvOMNIvz+sCgCw0XEQRNaunnGHFPjOK2rGDRPzW O5J8xgIGr+6FEP0hTpkgeS2yKNutydlZa4vggR/nulq6kUTPSigpl3Bvjk1erKDE3v6S vYBB9+BukC7bzKVVzx9zUt6hxOFjOmqcgwTIPfRsgWhfZyQrup6SS1sohjJhLeWAtFXU Wc/w== MIME-Version: 1.0 X-Received: by 10.70.36.139 with SMTP id q11mr3028082pdj.38.1434478712343; Tue, 16 Jun 2015 11:18:32 -0700 (PDT) Received: by 10.70.119.74 with HTTP; Tue, 16 Jun 2015 11:18:32 -0700 (PDT) In-Reply-To: <55803C50.8010505@gmail.com> References: <55803C50.8010505@gmail.com> Date: Tue, 16 Jun 2015 11:18:32 -0700 Message-ID: Subject: Re: Build failure in master brach From: Leon Xu To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=047d7bfe9f9216529e0518a69aed --047d7bfe9f9216529e0518a69aed Content-Type: text/plain; charset=UTF-8 Thanks Josh. That help skip the findbugs. I am then running into another issue which failed the build: *Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (check-licenses) on project accumulo-mrit: Too many files with unapproved license: 1 See RAT report in: /Users/leoxu/Projects/accumulo/mrit/target/rat.txt* Taking a look at the RAT report, it shows: *JavaDocs are generated and so license header is optional Generated files do not required license headers 1 Unknown Licenses ******************************* Unapproved licenses: /Users/leoxu/Projects/accumulo/mrit/dependency-reduced-pom.xml ******************************** *......* The file 'dependency-reduced-pom.xml' is auto-generated. Any idea on this issue? Thanks Leon On Tue, Jun 16, 2015 at 8:10 AM, Josh Elser wrote: > They're bugs that were committed by someone and need to be fixed. > > If you don't care about them and just want to build, you can provide > `-Dfindbugs.skip` on the command line when you build. > > Leon Xu wrote: > >> Hi Accumulo devs, >> >> I am checking out the accumulo master branch and try to build it by >> running: >> *mvn package -P assemble -DskipTests* >> Just want to give a try so I skip tests to save time. >> >> But I am getting the following error when it is building the *Testing* >> Module. >> >> [INFO] BugInstance size is 2 >> [INFO] Error size is 0 >> [INFO] Total bugs: 2 >> [INFO] Exceptional return value of java.io.File.mkdirs() ignored in >> org.apache >> .accumulo.test.UserCompactionStrategyIT.testPerTableClasspath() [ >> org.apache.ac >> cumulo.test.UserCompactionStrategyIT] At >> UserCompactionStrategyIT.java:[line 1 >> 36] >> [INFO] Usage of GetResource in >> org.apache.accumulo.test.proxy.SimpleProxyBase. >> testCompactionStrategy() may be unsafe if class is extended >> [org.apache.accumu >> lo.test.proxy.SimpleProxyBase] At SimpleProxyBase.java:[line 2251] >> [INFO] >> >> Can anyone shed some lights on it? >> >> >> Leon >> >> --047d7bfe9f9216529e0518a69aed--