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 0148117E71 for ; Mon, 31 Aug 2015 12:34:46 +0000 (UTC) Received: (qmail 24652 invoked by uid 500); 31 Aug 2015 12:34:45 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24603 invoked by uid 500); 31 Aug 2015 12:34:45 -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 24588 invoked by uid 99); 31 Aug 2015 12:34:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2015 12:34:45 +0000 Date: Mon, 31 Aug 2015 12:34:45 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14337) build error on master 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-14337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723360#comment-14723360 ] Sean Busbey commented on HBASE-14337: ------------------------------------- That change shouldn't be relevant, because hadoop-core is a hadoop 1.x artifact. I'm trying to reproduce locally, the problem on the precommit build appears to happen both wiht default the hadoop version and against hadoop 2.4. so far no joy. > build error on master > --------------------- > > Key: HBASE-14337 > URL: https://issues.apache.org/jira/browse/HBASE-14337 > Project: HBase > Issue Type: Bug > Reporter: Gabor Liptak > > In https://builds.apache.org/job/PreCommit-HBASE-Build/15325//console > /home/jenkins/tools/maven/latest/bin/mvn clean package checkstyle:checkstyle-aggregate findbugs:findbugs -DskipTests -DHBasePatchProcess > /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/trunkJavacWarnings.txt 2>&1 > mvn exit code was 0 > mv: cannot stat 'target/checkstyle-result.xml': No such file or directory > Usage: edu.umd.cs.findbugs.workflow.UnionResults [options] [ ... ] > Expected 2...2147483647 file arguments, found 1 > Options: > -withMessages Generated XML should contain msgs for external processing > -output File in which to store combined results > Exception in thread "main" java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/trunkFindbugsWarnings.xml (No such file or directory) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.(FileInputStream.java:146) > at edu.umd.cs.findbugs.SortedBugCollection.progessMonitoredInputStream(SortedBugCollection.java:1231) > at edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:308) > at edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:295) > at edu.umd.cs.findbugs.PrintingBugReporter.xslt(PrintingBugReporter.java:235) > at edu.umd.cs.findbugs.PrintingBugReporter.main(PrintingBugReporter.java:159) > /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/trunkFindbugsWarnings.xml: ERROR: cannot open `/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/trunkFindbugsWarnings.xml' (No such file or directory) > /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/trunkFindbugsWarnings.html: ERROR: cannot open `/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/trunkFindbugsWarnings.html' (No such file or directory) > /home/jenkins/tools/maven/latest/bin/mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.4.0 > /home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/patchprocess/patchJavacWithHadoop-2.4.0.txt 2>&1 > ====================================================================== > There are compilation errors with Hadoop version 2.4.0. > ====================================================================== > [ERROR] Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at META-INF/LICENSE.vm[line 1619, column 22] > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project hbase-assembly: Error rendering velocity resource. Error invoking method 'get(java.lang.Integer)' in java.util.ArrayList at META-INF/LICENSE.vm[line 1619, column 22]: InvocationTargetException: Index: 0, Size: 0 -> [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/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the command > [ERROR] mvn -rf :hbase-assembly -- This message was sent by Atlassian JIRA (v6.3.4#6332)