See http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/463/changes
Changes: [szetszwo] HADOOP-5859. Fix "wait() or sleep() with locks held" findbugs warnings in DFSClient. Contributed by Kan Zhang [sharad] HADOOP-2838. Add mapred.child.env to pass environment variables to tasktracker's child processes. Contributed by Amar Kamat. [ddas] HADOOP-5746. Fixes a corner case problem in Streaming, where if an exception happens in MROutputThread after the last call to the map/reduce method, the exception goes undetected. Contributed by Amar Kamat. ------------------------------------------ started Building remotely on vesta.apache.org (Ubuntu) Updating http://svn.apache.org/repos/asf/hadoop/core/trunk U CHANGES.txt U src/hdfs/org/apache/hadoop/hdfs/DFSClient.java At revision 781865 [Hadoop-Patch-vesta.apache.org] $ /bin/bash -xe /tmp/hudson6202528642619558652.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-5862. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] Reverted 'src/contrib/build-contrib.xml' [exec] Reverted 'src/contrib/build.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] At revision 781865. [exec] HADOOP-5862 patch is being downloaded at Thu Jun 4 23:13:48 UTC 2009 from [exec] http://issues.apache.org/jira/secure/attachment/12409707/HADOOP-5862.patch [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=781816_HADOOP-5862_PATCH-12409707 -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=781816_HADOOP-5862_PATCH-12409707 -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=781816_HADOOP-5862_PATCH-12409707 -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 13 test files referenced in the patch. [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Applying patch. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] [exec] patching file src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml [exec] Hunk #1 succeeded at 16206 (offset 27 lines). [exec] Hunk #2 succeeded at 16274 (offset 27 lines). [exec] Hunk #3 succeeded at 16294 (offset 27 lines). [exec] patching file src/test/hdfs/org/apache/hadoop/hdfs/TestQuota.java [exec] patching file src/docs/src/documentation/content/xdocs/hdfs_quota_admin_guide.xml [exec] patching file src/hdfs/org/apache/hadoop/hdfs/protocol/DSQuotaExceededException.java [exec] patching file src/hdfs/org/apache/hadoop/hdfs/protocol/NSQuotaExceededException.java [exec] patching file src/hdfs/org/apache/hadoop/hdfs/protocol/QuotaExceededException.java [exec] patching file src/hdfs/org/apache/hadoop/hdfs/tools/DFSAdmin.java [exec] patching file src/hdfs/org/apache/hadoop/hdfs/DFSClient.java [exec] Hunk #1 succeeded at 460 (offset 1 line). [exec] Hunk #2 succeeded at 485 (offset 1 line). [exec] Hunk #3 succeeded at 500 (offset 1 line). [exec] Hunk #4 succeeded at 864 (offset 1 line). [exec] Hunk #5 succeeded at 899 (offset 1 line). [exec] Hunk #6 succeeded at 2938 (offset 240 lines). [exec] Hunk #7 FAILED at 3172. [exec] 1 out of 7 hunks FAILED -- saving rejects to file src/hdfs/org/apache/hadoop/hdfs/DFSClient.java.rej [exec] patching file src/hdfs/org/apache/hadoop/hdfs/server/namenode/INodeDirectoryWithQuota.java [exec] patching file src/hdfs/org/apache/hadoop/hdfs/server/namenode/FSDirectory.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/12409707/HADOOP-5862.patch [exec] against trunk revision 781816. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] +1 tests included. The patch appears to include 13 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/463/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] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [exec] [exec] [exec] ====================================================================== [exec] ====================================================================== [exec] Finished build. [exec] ====================================================================== [exec] ====================================================================== [exec] [exec] BUILD FAILED http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/ws/trunk/build.xml :1878: exec returned: 1 Total time: 5 minutes 46 seconds Recording test results Description found: HADOOP-5862