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 0BA4D980D for ; Wed, 19 Oct 2011 12:56:38 +0000 (UTC) Received: (qmail 27589 invoked by uid 500); 19 Oct 2011 12:56:37 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 27549 invoked by uid 500); 19 Oct 2011 12:56:37 -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 27538 invoked by uid 99); 19 Oct 2011 12:56:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 12:56:36 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 12:56:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8D887310CC0 for ; Wed, 19 Oct 2011 12:56:11 +0000 (UTC) Date: Wed, 19 Oct 2011 12:56:11 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <498190199.10304.1319028971581.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-7755) Detect MapReduce PreCommit Trunk builds silently failing when running test-patch.sh MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13130564#comment-13130564 ] Hudson commented on HADOOP-7755: -------------------------------- Integrated in Hadoop-Hdfs-0.23-Build #44 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/44/]) Merge -r 1185921:1185922 from trunk to branch-0.23. Fixes:HADOOP-7755. tomwhite : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1185923 Files : * /hadoop/common/branches/branch-0.23/dev-support/test-patch.sh * /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt > Detect MapReduce PreCommit Trunk builds silently failing when running test-patch.sh > ----------------------------------------------------------------------------------- > > Key: HADOOP-7755 > URL: https://issues.apache.org/jira/browse/HADOOP-7755 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 0.23.0, 0.24.0 > Reporter: Jonathan Eagles > Assignee: Jonathan Eagles > Priority: Blocker > Attachments: HADOOP-7755.patch > > > MapReduce PreCommit build is silently failing only running a very small portion of tests. The build then errors out, yet +1 it given to the patch. > Last known Success build - 307 tests run and passed > https://builds.apache.org/view/G-L/view/Hadoop/job/PreCommit-MAPREDUCE-Build/990/testReport/ > First known Error build - 69 tests run and passed > https://builds.apache.org/view/G-L/view/Hadoop/job/PreCommit-MAPREDUCE-Build/994/testReport/ > Snippet from failed build log - Errors out and then +1 the patch > https://builds.apache.org/view/G-L/view/Hadoop/job/PreCommit-MAPREDUCE-Build/994/console > [INFO] ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] hadoop-yarn-api ................................... SUCCESS [19.512s] > [INFO] hadoop-yarn-common ................................ FAILURE [13.835s] > [INFO] hadoop-yarn-server-common ......................... SKIPPED > [INFO] hadoop-yarn-server-nodemanager .................... SKIPPED > [INFO] hadoop-yarn-server-resourcemanager ................ SKIPPED > [INFO] hadoop-yarn-server-tests .......................... SKIPPED > [INFO] hadoop-yarn-server ................................ SKIPPED > [INFO] hadoop-yarn-applications-distributedshell ......... SKIPPED > [INFO] hadoop-yarn-applications .......................... SKIPPED > [INFO] hadoop-yarn-site .................................. SKIPPED > [INFO] hadoop-yarn ....................................... SKIPPED > [INFO] hadoop-mapreduce-client-core ...................... SKIPPED > [INFO] hadoop-mapreduce-client-common .................... SKIPPED > [INFO] hadoop-mapreduce-client-shuffle ................... SKIPPED > [INFO] hadoop-mapreduce-client-app ....................... SKIPPED > [INFO] hadoop-mapreduce-client-hs ........................ SKIPPED > [INFO] hadoop-mapreduce-client-jobclient ................. SKIPPED > [INFO] hadoop-mapreduce-client ........................... SKIPPED > [INFO] hadoop-mapreduce .................................. SKIPPED > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 33.784s > [INFO] Finished at: Wed Oct 12 12:03:22 UTC 2011 > [INFO] Final Memory: 40M/630M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:single (tar) on project hadoop-yarn-common: Failed to create assembly: Error adding file 'org.apache.hadoop:hadoop-yarn-api:jar:0.24.0-SNAPSHOT' to archive: /home/jenkins/jenkins-slave/workspace/PreCommit-MAPREDUCE-Build/trunk/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-api/target/classes isn't a file. -> [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 :hadoop-yarn-common > ====================================================================== > ====================================================================== > Running contrib tests. > ====================================================================== > ====================================================================== > /bin/kill -9 27543 > kill: No such process > NOP > ====================================================================== > ====================================================================== > Checking the integrity of system test framework code. > ====================================================================== > ====================================================================== > /bin/kill -9 27548 > kill: No such process > NOP > +1 overall. Here are the results of testing the latest attachment > http://issues.apache.org/jira/secure/attachment/12498577/MR3166.patch > against trunk revision . > +1 @author. The patch does not contain any @author tags. > +1 tests included. The patch appears to include 3 new or modified tests. > +1 javadoc. The javadoc tool did not generate any warning messages. > +1 javac. The applied patch does not increase the total number of javac compiler warnings. > +1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9) warnings. > +1 release audit. The applied patch does not increase the total number of release audit warnings. > +1 core tests. The patch passed unit tests in . > +1 contrib tests. The patch passed contrib unit tests. > Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/994//testReport/ > Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/994//console > This message is automatically generated. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira