Return-Path: X-Original-To: apmail-chukwa-dev-archive@www.apache.org Delivered-To: apmail-chukwa-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 EC72E1833C for ; Mon, 14 Sep 2015 19:14:46 +0000 (UTC) Received: (qmail 80458 invoked by uid 500); 14 Sep 2015 19:14:46 -0000 Delivered-To: apmail-chukwa-dev-archive@chukwa.apache.org Received: (qmail 80433 invoked by uid 500); 14 Sep 2015 19:14:46 -0000 Mailing-List: contact dev-help@chukwa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chukwa.apache.org Delivered-To: mailing list dev@chukwa.apache.org Received: (qmail 80398 invoked by uid 99); 14 Sep 2015 19:14:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2015 19:14:46 +0000 Date: Mon, 14 Sep 2015 19:14:46 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@chukwa.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CHUKWA-780) Chukwa master branch failing with RAT unapproved licsenses 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/CHUKWA-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744063#comment-14744063 ] ASF GitHub Bot commented on CHUKWA-780: --------------------------------------- GitHub user lewismc opened a pull request: https://github.com/apache/chukwa/pull/3 CHUKWA-780 Chukwa master branch failing with RAT unapproved licsenses This patch addresses https://issues.apache.org/jira/browse/CHUKWA-780 folks. It also sorts out a bit of XML formatting. Once patch is applied I am not getting successful build ``` ... [INFO] Installing /usr/local/chukwa_gh/target/chukwa-0.7.0-SNAPSHOT-client.jar to /Users/lmcgibbn/.m2/repository/org/apache/chukwa/chukwa/0.7.0-SNAPSHOT/chukwa-0.7.0-SNAPSHOT-client.jar [INFO] Installing /usr/local/chukwa_gh/target/chukwa-0.7.0.tar.gz to /Users/lmcgibbn/.m2/repository/org/apache/chukwa/chukwa/0.7.0-SNAPSHOT/chukwa-0.7.0-SNAPSHOT.tar.gz [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 56.539 s [INFO] Finished at: 2015-09-14T12:12:19-07:00 [INFO] Final Memory: 63M/260M [INFO] ------------------------------------------------------------------------ ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/chukwa CHUKWA-780 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/chukwa/pull/3.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3 ---- commit b4777cc66ed5e349e3f16570b5f84d2cc4cbc1df Author: Lewis John McGibbney Date: 2015-09-14T19:13:40Z CHUKWA-780 Chukwa master branch failing with RAT unapproved licsenses ---- > Chukwa master branch failing with RAT unapproved licsenses > ---------------------------------------------------------- > > Key: CHUKWA-780 > URL: https://issues.apache.org/jira/browse/CHUKWA-780 > Project: Chukwa > Issue Type: Bug > Components: Build and Test Code > Affects Versions: 0.7.0 > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Priority: Blocker > Fix For: 0.7.0 > > > When I attempt to build Chuwka master as of today the RAT task takes a long time then pits out the following > {code} > ... > [INFO] Exclude: src/main/web/hicc/home/fonts/codropsicons/* > [INFO] Exclude: src/main/web/hicc/home/fonts/ecoicons/* > [INFO] 871 resources included (use -debug for more details) > Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. > Compiler warnings: > WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' > Warning: org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized. > Warning: org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized. > Warning: org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. > [INFO] Rat check: Summary of files. Unapproved: 8 unknown: 8 generated: 0 approved: 723 licence. > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 08:35 min > [INFO] Finished at: 2015-09-14T11:51:46-07:00 > [INFO] Final Memory: 62M/251M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project chukwa: Too many files with unapproved license: 8 See RAT report in: /usr/local/chukwa_gh/target/rat.txt -> [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 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)