Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2150618E84 for ; Tue, 16 Jun 2015 17:34:02 +0000 (UTC) Received: (qmail 94705 invoked by uid 500); 16 Jun 2015 17:34:01 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 94662 invoked by uid 500); 16 Jun 2015 17:34:01 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 94643 invoked by uid 99); 16 Jun 2015 17:34:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 17:34:01 +0000 Date: Tue, 16 Jun 2015 17:34:01 +0000 (UTC) From: "Brahma Reddy Battula (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12093) pre-patch findbugs fails on a branch-based pre-commit runs 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/HADOOP-12093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588422#comment-14588422 ] Brahma Reddy Battula commented on HADOOP-12093: ----------------------------------------------- Dupe of HADOOP-12083..? please correct me , If I am wrong.. > pre-patch findbugs fails on a branch-based pre-commit runs > ---------------------------------------------------------- > > Key: HADOOP-12093 > URL: https://issues.apache.org/jira/browse/HADOOP-12093 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 3.0.0 > Reporter: Sangjin Lee > > On our branch development JIRAs (YARN-2928), we are starting to see pre-patch findbugs checks fail consistently. The relevant message: > {noformat} > findbugs baseline for /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build > Running findbugs in hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice > /home/jenkins/tools/maven/latest/bin/mvn clean test findbugs:findbugs -DskipTests -DhadoopPatchProcess > /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/YARN-2928FindBugsOutputhadoop-yarn-server-timelineservice.txt 2>&1 > Exception in thread "main" java.io.FileNotFoundException: /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/YARN-2928FindbugsWarningshadoop-yarn-server-timelineservice.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.workflow.Filter.main(Filter.java:712) > Pre-patch YARN-2928 findbugs is broken? > {noformat} > See YARN-3706 and YARN-3792 for instance. -- This message was sent by Atlassian JIRA (v6.3.4#6332)