Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8360718810 for ; Wed, 3 Feb 2016 14:37:48 +0000 (UTC) Received: (qmail 68103 invoked by uid 500); 3 Feb 2016 14:37:48 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 68071 invoked by uid 500); 3 Feb 2016 14:37:48 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 68058 invoked by uid 99); 3 Feb 2016 14:37:48 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 14:37:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E63A01804DD for ; Wed, 3 Feb 2016 14:37:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.236 X-Spam-Level: * X-Spam-Status: No, score=1.236 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.545, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id d6jmAm6Sr43m for ; Wed, 3 Feb 2016 14:37:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 8FCEF42A41 for ; Wed, 3 Feb 2016 14:37:40 +0000 (UTC) Received: (qmail 66794 invoked by uid 99); 3 Feb 2016 14:37:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 14:37:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D792D2C044E for ; Wed, 3 Feb 2016 14:37:39 +0000 (UTC) Date: Wed, 3 Feb 2016 14:37:39 +0000 (UTC) From: "Paul Isaychuk (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-1816) Fix findbugs-exclude.xml path in falcon-regression pom 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/FALCON-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Isaychuk updated FALCON-1816: ---------------------------------- Description: If we try to compile falcon-regression code it fails complaining on: {code} [WARNING] The POM for org.apache.hadoop:hadoop-azure:jar:2.6.2 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Falcon Regression ........................... SUCCESS [ 1.083 s] [INFO] Apache Falcon Regression Suite Core ................ SUCCESS [ 5.521 s] [INFO] Apache Falcon Regression Suite ..................... FAILURE [ 0.159 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.032 s [INFO] Finished at: 2016-02-03T16:32:31+02:00 [INFO] Final Memory: 39M/1332M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project falcon-merlin: Could not resolve dependencies for project org.apache.falcon.regression:falcon-merlin:jar:0.10-SNAPSHOT: Failure to find org.apache.hadoop:hadoop-azure:jar:2.6.2 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] {code} if reverted back to 2.7.1 it works ok. Then we have findbugs-exclude.xml moved. So mvn verify fails with the following: {code} [INFO] Reactor Summary: [INFO] [INFO] Apache Falcon Regression ........................... SUCCESS [ 4.269 s] [INFO] Apache Falcon Regression Suite Core ................ FAILURE [ 6.402 s] [INFO] Apache Falcon Regression Suite ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.948 s [INFO] Finished at: 2016-02-03T16:33:40+02:00 [INFO] Final Memory: 56M/1377M [INFO] ------------------------------------------------------------------------ [ERROR] Could not find resource '/home/fertrist/work/apache-falcon/falcon-regression/merlin-core/../../checkstyle/src/main/resources/falcon/findbugs-exclude.xml'. -> [Help 1] [ERROR] {code} After applying patch it works well: {code} [INFO] Apache Falcon Regression ........................... SUCCESS [ 4.043 s] [INFO] Apache Falcon Regression Suite Core ................ SUCCESS [ 21.876 s] [INFO] Apache Falcon Regression Suite ..................... SUCCESS [ 14.384 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40.617 s [INFO] Finished at: 2016-02-03T16:35:51+02:00 [INFO] Final Memory: 70M/1980M [INFO] ------------------------------------------------------------------------ {code} was: In FALCON-1721 (Move checkstyle under parent pom, b5c0b6139af40da69667c36ad0c06a36b87f5d8c) findbugs-exclude.xml was moved to another folder. Now when we run mvn verify -Phadoop-2 -DskipTests we get: {code} [INFO] Fork Value is true [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Falcon Regression ........................... SUCCESS [ 4.728 s] [INFO] Apache Falcon Regression Suite Core ................ FAILURE [ 9.243 s] [INFO] Apache Falcon Regression Suite ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14.247 s [INFO] Finished at: 2016-02-03T15:59:02+02:00 [INFO] Final Memory: 60M/1379M [INFO] ------------------------------------------------------------------------ [ERROR] Could not find resource '/home/fertrist/work/apache-falcon/falcon-regression/merlin-core/../../checkstyle/src/main/resources/falcon/findbugs-exclude.xml'. -> [Help 1] {code} After applying patch we get: {code} [INFO] BugInstance size is 0 [INFO] Error size is 0 [INFO] No errors/warnings found [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Falcon Regression ........................... SUCCESS [ 4.161 s] [INFO] Apache Falcon Regression Suite Core ................ SUCCESS [ 22.214 s] [INFO] Apache Falcon Regression Suite ..................... SUCCESS [ 14.591 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 41.242 s [INFO] Finished at: 2016-02-03T16:15:16+02:00 [INFO] Final Memory: 78M/2418M [INFO] ------------------------------------------------------------------------ {code} > Fix findbugs-exclude.xml path in falcon-regression pom > ------------------------------------------------------ > > Key: FALCON-1816 > URL: https://issues.apache.org/jira/browse/FALCON-1816 > Project: Falcon > Issue Type: Bug > Components: merlin > Affects Versions: trunk > Reporter: Paul Isaychuk > Assignee: Paul Isaychuk > Fix For: trunk > > > If we try to compile falcon-regression code it fails complaining on: > {code} > [WARNING] The POM for org.apache.hadoop:hadoop-azure:jar:2.6.2 is missing, no dependency information available > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Falcon Regression ........................... SUCCESS [ 1.083 s] > [INFO] Apache Falcon Regression Suite Core ................ SUCCESS [ 5.521 s] > [INFO] Apache Falcon Regression Suite ..................... FAILURE [ 0.159 s] > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 7.032 s > [INFO] Finished at: 2016-02-03T16:32:31+02:00 > [INFO] Final Memory: 39M/1332M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project falcon-merlin: Could not resolve dependencies for project org.apache.falcon.regression:falcon-merlin:jar:0.10-SNAPSHOT: Failure to find org.apache.hadoop:hadoop-azure:jar:2.6.2 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] > {code} > if reverted back to 2.7.1 it works ok. > Then we have findbugs-exclude.xml moved. So mvn verify fails with the following: > {code} > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Falcon Regression ........................... SUCCESS [ 4.269 s] > [INFO] Apache Falcon Regression Suite Core ................ FAILURE [ 6.402 s] > [INFO] Apache Falcon Regression Suite ..................... SKIPPED > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 10.948 s > [INFO] Finished at: 2016-02-03T16:33:40+02:00 > [INFO] Final Memory: 56M/1377M > [INFO] ------------------------------------------------------------------------ > [ERROR] Could not find resource '/home/fertrist/work/apache-falcon/falcon-regression/merlin-core/../../checkstyle/src/main/resources/falcon/findbugs-exclude.xml'. -> [Help 1] > [ERROR] > {code} > After applying patch it works well: > {code} > [INFO] Apache Falcon Regression ........................... SUCCESS [ 4.043 s] > [INFO] Apache Falcon Regression Suite Core ................ SUCCESS [ 21.876 s] > [INFO] Apache Falcon Regression Suite ..................... SUCCESS [ 14.384 s] > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 40.617 s > [INFO] Finished at: 2016-02-03T16:35:51+02:00 > [INFO] Final Memory: 70M/1980M > [INFO] ------------------------------------------------------------------------ > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)