See http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/467/changes
Changes: [gkesavan] HADOOP-5457. Fix to continue to run builds even if contrib test fails. ------------------------------------------ started Building remotely on vesta.apache.org (Ubuntu) Updating http://svn.apache.org/repos/asf/hadoop/core/trunk U CHANGES.txt U src/contrib/build-contrib.xml U src/contrib/build.xml At revision 782076 [Hadoop-Patch-vesta.apache.org] $ /bin/bash -xe /tmp/hudson5411477040409652264.sh + set +x /home/hudson/tools/java/latest1.6/bin/java Buildfile: build.xml check-for-findbugs: findbugs.check: java5.check: forrest.check: hudson-test-patch: [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Testing patch for HADOOP-5785. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] Reverted 'src/test/findbugsExcludeFile.xml' [exec] Reverted 'src/c++/pipes/configure' [exec] Reverted 'src/c++/pipes/Makefile.in' [exec] Reverted 'src/c++/pipes/depcomp' [exec] Reverted 'src/c++/pipes/config.guess' [exec] Reverted 'src/c++/pipes/ltmain.sh' [exec] Reverted 'src/c++/pipes/config.sub' [exec] Reverted 'src/c++/pipes/impl/config.h.in' [exec] Reverted 'src/c++/pipes/missing' [exec] Reverted 'src/c++/pipes/aclocal.m4' [exec] Reverted 'src/c++/pipes/install-sh' [exec] Reverted 'src/c++/utils/configure' [exec] Reverted 'src/c++/utils/Makefile.in' [exec] Reverted 'src/c++/utils/depcomp' [exec] Reverted 'src/c++/utils/config.guess' [exec] Reverted 'src/c++/utils/ltmain.sh' [exec] Reverted 'src/c++/utils/config.sub' [exec] Reverted 'src/c++/utils/impl/config.h.in' [exec] Reverted 'src/c++/utils/missing' [exec] Reverted 'src/c++/utils/aclocal.m4' [exec] Reverted 'src/c++/utils/install-sh' [exec] Reverted 'src/examples/pipes/configure' [exec] Reverted 'src/examples/pipes/Makefile.in' [exec] Reverted 'src/examples/pipes/depcomp' [exec] Reverted 'src/examples/pipes/config.guess' [exec] Reverted 'src/examples/pipes/ltmain.sh' [exec] Reverted 'src/examples/pipes/config.sub' [exec] Reverted 'src/examples/pipes/impl/config.h.in' [exec] Reverted 'src/examples/pipes/missing' [exec] Reverted 'src/examples/pipes/aclocal.m4' [exec] Reverted 'src/examples/pipes/install-sh' [exec] Reverted 'build.xml' [exec] At revision 782076. [exec] HADOOP-5785 patch is being downloaded at Fri Jun 5 18:03:33 UTC 2009 from [exec] http://issues.apache.org/jira/secure/attachment/12409758/patch-5785-1.txt [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Pre-building trunk to determine trunk number [exec] of release audit, javac, and Findbugs warnings. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] /home/hudson/tools/ant/latest/bin/ant -Dversion=781968_HADOOP-5785_PATCH-12409758 -Djava5.home=/home/hudson/tools/java/latest1.5 -Dforrest.home=/home/nigel/tools/forrest/latest -DHadoopPatchProcess= releaseaudit > http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/ws/patchprocess/trunkReleaseAuditWarnings.txt 2>&1 [exec] /home/hudson/tools/ant/latest/bin/ant -Dversion=781968_HADOOP-5785_PATCH-12409758 -Djavac.args=-Xlint -Xmaxwarns 1000 -Declipse.home=/home/nigel/tools/eclipse/latest -Djava5.home=/home/hudson/tools/java/latest1.5 -Dforrest.home=/home/nigel/tools/forrest/latest -DHadoopPatchProcess= clean tar > http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/ws/patchprocess/trunkJavacWarnings.txt 2>&1 [exec] /home/hudson/tools/ant/latest/bin/ant -Dversion=781968_HADOOP-5785_PATCH-12409758 -Dfindbugs.home=/home/nigel/tools/findbugs/latest -Djava5.home=/home/hudson/tools/java/latest1.5 -Dforrest.home=/home/nigel/tools/forrest/latest -DHadoopPatchProcess= findbugs > /dev/null 2>&1 [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Checking there are no @author tags in the patch. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] There appear to be 0 @author tags in the patch. [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Checking there are new or changed tests in the patch. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] There appear to be 18 test files referenced in the patch. [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Applying patch. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] patching file src/contrib/capacity-scheduler/src/java/org/apache/hadoop/mapred/CapacityTaskScheduler.java [exec] Reversed (or previously applied) patch detected! Assume -R? [n] [exec] Apply anyway? [n] [exec] Skipping patch. [exec] 3 out of 3 hunks ignored -- saving rejects to file src/contrib/capacity-scheduler/src/java/org/apache/hadoop/mapred/CapacityTaskScheduler.java.rej [exec] patching file src/contrib/capacity-scheduler/src/java/org/apache/hadoop/mapred/JobInitializationPoller.java [exec] patching file src/contrib/capacity-scheduler/src/test/org/apache/hadoop/mapred/TestCapacityScheduler.java [exec] Hunk #1 succeeded at 97 (offset -2 lines). [exec] Hunk #2 succeeded at 475 (offset -2 lines). [exec] Hunk #3 succeeded at 728 (offset -2 lines). [exec] Hunk #4 succeeded at 756 (offset -2 lines). [exec] Hunk #5 succeeded at 776 (offset -2 lines). [exec] Hunk #6 succeeded at 806 (offset -2 lines). [exec] patching file src/contrib/fairscheduler/src/java/org/apache/hadoop/mapred/FairScheduler.java [exec] patching file src/contrib/fairscheduler/src/test/org/apache/hadoop/mapred/TestFairScheduler.java [exec] patching file src/mapred/mapred-default.xml [exec] patching file src/mapred/org/apache/hadoop/mapred/EagerTaskInitializationListener.java [exec] patching file src/mapred/org/apache/hadoop/mapred/JobInProgress.java [exec] Hunk #1 succeeded at 101 (offset 6 lines). [exec] Hunk #2 succeeded at 182 (offset 6 lines). [exec] Hunk #3 FAILED at 265. [exec] Hunk #4 succeeded at 468 (offset 11 lines). [exec] Hunk #5 succeeded at 512 (offset 11 lines). [exec] Hunk #6 succeeded at 1114 (offset 11 lines). [exec] Hunk #7 succeeded at 1202 (offset 11 lines). [exec] Hunk #8 succeeded at 2131 (offset 55 lines). [exec] Hunk #9 succeeded at 2146 (offset 55 lines). [exec] Hunk #10 succeeded at 2257 (offset 55 lines). [exec] Hunk #11 succeeded at 2568 (offset 55 lines). [exec] Hunk #12 succeeded at 2602 (offset 55 lines). [exec] Hunk #13 succeeded at 2616 (offset 55 lines). [exec] 1 out of 13 hunks FAILED -- saving rejects to file src/mapred/org/apache/hadoop/mapred/JobInProgress.java.rej [exec] patching file src/mapred/org/apache/hadoop/mapred/JobQueueTaskScheduler.java [exec] patching file src/mapred/org/apache/hadoop/mapred/JobTracker.java [exec] patching file src/mapred/org/apache/hadoop/mapred/TaskTrackerManager.java [exec] patching file src/test/mapred/org/apache/hadoop/mapred/MiniMRCluster.java [exec] patching file src/test/mapred/org/apache/hadoop/mapred/TestJobQueueTaskScheduler.java [exec] patching file src/test/mapred/org/apache/hadoop/mapred/TestMiniMRWithDFS.java [exec] patching file src/test/mapred/org/apache/hadoop/mapred/TestParallelInitialization.java [exec] PATCH APPLICATION FAILED [exec] [exec] [exec] [exec] [exec] -1 overall. Here are the results of testing the latest attachment [exec] http://issues.apache.org/jira/secure/attachment/12409758/patch-5785-1.txt [exec] against trunk revision 781968. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] +1 tests included. The patch appears to include 18 new or modified tests. [exec] [exec] -1 patch. The patch command could not apply the patch. [exec] [exec] Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/467/console [exec] [exec] This message is automatically generated. [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Adding comment to Jira. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [exec] Dload Upload Total Spent Left Speed [exec] [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Finished build. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 BUILD FAILED http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/ws/trunk/build.xml :1880: exec returned: 1 Total time: 5 minutes 42 seconds Recording test results Description found: HADOOP-5785