You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/10/25 20:37:08 UTC

Hadoop-Mapreduce-0.23-Commit - Build # 49 - Still Failing

See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/49/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 12402 lines...]

create-c++-examples-pipes-makefile:

compile-c++-examples-pipes:
     [exec] make[1]: Entering directory `/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-build/Linux-i386-32/examples/pipes'
     [exec] test -z "/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-examples/Linux-i386-32/bin" || /bin/mkdir -p "/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-examples/Linux-i386-32/bin"
     [exec]   /bin/bash ./libtool   --mode=install /usr/bin/install -c wordcount-simple wordcount-part wordcount-nopipe pipes-sort '/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-examples/Linux-i386-32/bin'
     [exec] libtool: install: /usr/bin/install -c wordcount-simple /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-examples/Linux-i386-32/bin/wordcount-simple
     [exec] libtool: install: /usr/bin/install -c wordcount-part /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-examples/Linux-i386-32/bin/wordcount-part
     [exec] libtool: install: /usr/bin/install -c wordcount-nopipe /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-examples/Linux-i386-32/bin/wordcount-nopipe
     [exec] libtool: install: /usr/bin/install -c pipes-sort /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-examples/Linux-i386-32/bin/pipes-sort
     [exec] make[1]: Nothing to be done for `install-data-am'.
     [exec] make[1]: Leaving directory `/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/c++-build/Linux-i386-32/examples/pipes'

compile-c++-examples:

compile-examples:

ivy-resolve-test:

ivy-retrieve-test:

compile-mapred-test:
    [javac] Compiling 259 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/test/mapred/classes
    [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/NotificationTestCase.java:133: cannot find symbol
    [javac] symbol  : variable END_NOTIFICATION_RETRIES
    [javac] location: interface org.apache.hadoop.mapred.JobContext
    [javac]     conf.setInt(JobContext.END_NOTIFICATION_RETRIES, 3);
    [javac]                           ^
    [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/NotificationTestCase.java:134: cannot find symbol
    [javac] symbol  : variable END_NOTIFICATION_RETRIE_INTERVAL
    [javac] location: interface org.apache.hadoop.mapred.JobContext
    [javac]     conf.setInt(JobContext.END_NOTIFICATION_RETRIE_INTERVAL, 200);
    [javac]                           ^
    [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCombineOutputCollector.java:108: warning: [unchecked] unchecked conversion
    [javac] found   : org.apache.hadoop.mapred.IFile.Writer
    [javac] required: org.apache.hadoop.mapred.IFile.Writer<java.lang.String,java.lang.Integer>
    [javac]     Writer<String, Integer> mockWriter = mock(Writer.class);
    [javac]                                              ^
    [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapred/TestCombineOutputCollector.java:128: warning: [unchecked] unchecked conversion
    [javac] found   : org.apache.hadoop.mapred.IFile.Writer
    [javac] required: org.apache.hadoop.mapred.IFile.Writer<java.lang.String,java.lang.Integer>
    [javac]     Writer<String, Integer> mockWriter = mock(Writer.class);
    [javac]                                              ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 2 errors
    [javac] 2 warnings

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build.xml:538: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build.xml:615: Compile failed; see the compiler error output for details.

Total time: 34 seconds
Build step 'Execute shell' marked build as failure
Recording test results
Updating MAPREDUCE-3253
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed

Hadoop-Mapreduce-0.23-Commit - Build # 51 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/51/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 14410 lines...]
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.853 sec
    [junit] Running org.apache.hadoop.mapred.TestMapRed
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 24.263 sec
    [junit] Running org.apache.hadoop.mapred.TestMiniMRDFSCaching
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 31.524 sec
    [junit] Running org.apache.hadoop.mapred.TestQueueAclsForCurrentUser
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.617 sec
    [junit] Running org.apache.hadoop.mapred.TestRackAwareTaskPlacement
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.525 sec
    [junit] Running org.apache.hadoop.mapred.TestReduceFetchFromPartialMem
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 30.275 sec
    [junit] Running org.apache.hadoop.mapred.TestReduceTask
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.644 sec
    [junit] Running org.apache.hadoop.mapred.TestSequenceFileAsBinaryInputFormat
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.777 sec
    [junit] Running org.apache.hadoop.mapred.TestSequenceFileAsBinaryOutputFormat
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.05 sec
    [junit] Running org.apache.hadoop.mapred.TestSequenceFileInputFormat
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.138 sec
    [junit] Running org.apache.hadoop.mapred.TestSeveral
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 56.722 sec
    [junit] Test org.apache.hadoop.mapred.TestSeveral FAILED
    [junit] Running org.apache.hadoop.mapred.TestSpeculativeExecution
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.339 sec
    [junit] Running org.apache.hadoop.mapred.TestTaskLimits
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.912 sec
    [junit] Running org.apache.hadoop.mapred.TestTaskTrackerBlacklisting
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.795 sec
    [junit] Running org.apache.hadoop.mapred.TestTextInputFormat
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 100.802 sec
    [junit] Running org.apache.hadoop.mapred.TestTextOutputFormat
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.19 sec
    [junit] Running org.apache.hadoop.mapred.TestTrackerBlacklistAcrossJobs
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 41.983 sec
    [junit] Running org.apache.hadoop.mapreduce.TestCounters
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.345 sec
    [junit] Running org.apache.hadoop.mapreduce.TestMapCollection
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 21.599 sec
    [junit] Running org.apache.hadoop.mapreduce.TestMapReduceLocal
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 28.876 sec
    [junit] Running org.apache.hadoop.mapreduce.lib.input.TestFileInputFormat
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.979 sec
    [junit] Running org.apache.hadoop.mapreduce.lib.output.TestFileOutputCommitter
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.636 sec

checkfailure:
    [touch] Creating /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/test/testsfailed

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build.xml:792: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build.xml:755: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build.xml:816: Tests failed!

Total time: 7 minutes 45 seconds
Build step 'Execute shell' marked build as failure
Recording test results
Updating MAPREDUCE-2977
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed

Hadoop-Mapreduce-0.23-Commit - Build # 50 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/50/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 14436 lines...]
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 22.326 sec
    [junit] Running org.apache.hadoop.mapred.TestMiniMRDFSCaching
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 35.839 sec
    [junit] Running org.apache.hadoop.mapred.TestQueueAclsForCurrentUser
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.655 sec
    [junit] Running org.apache.hadoop.mapred.TestRackAwareTaskPlacement
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.523 sec
    [junit] Running org.apache.hadoop.mapred.TestReduceFetchFromPartialMem
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 32.062 sec
    [junit] Running org.apache.hadoop.mapred.TestReduceTask
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.644 sec
    [junit] Running org.apache.hadoop.mapred.TestSequenceFileAsBinaryInputFormat
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.778 sec
    [junit] Running org.apache.hadoop.mapred.TestSequenceFileAsBinaryOutputFormat
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.976 sec
    [junit] Running org.apache.hadoop.mapred.TestSequenceFileInputFormat
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.047 sec
    [junit] Running org.apache.hadoop.mapred.TestSeveral
    [junit] Running org.apache.hadoop.mapred.TestSeveral
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Test org.apache.hadoop.mapred.TestSeveral FAILED (timeout)
    [junit] Running org.apache.hadoop.mapred.TestSpeculativeExecution
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.291 sec
    [junit] Running org.apache.hadoop.mapred.TestTaskLimits
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.916 sec
    [junit] Running org.apache.hadoop.mapred.TestTaskTrackerBlacklisting
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.806 sec
    [junit] Running org.apache.hadoop.mapred.TestTextInputFormat
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 53.602 sec
    [junit] Running org.apache.hadoop.mapred.TestTextOutputFormat
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.19 sec
    [junit] Running org.apache.hadoop.mapred.TestTrackerBlacklistAcrossJobs
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 41.926 sec
    [junit] Running org.apache.hadoop.mapreduce.TestCounters
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.348 sec
    [junit] Running org.apache.hadoop.mapreduce.TestMapCollection
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 21.534 sec
    [junit] Running org.apache.hadoop.mapreduce.TestMapReduceLocal
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 28.855 sec
    [junit] Running org.apache.hadoop.mapreduce.lib.input.TestFileInputFormat
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.981 sec
    [junit] Running org.apache.hadoop.mapreduce.lib.output.TestFileOutputCommitter
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.634 sec

checkfailure:
    [touch] Creating /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build/test/testsfailed

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build.xml:792: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build.xml:755: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-0.23-Commit/trunk/hadoop-mapreduce-project/build.xml:816: Tests failed!

Total time: 21 minutes 3 seconds
Build step 'Execute shell' marked build as failure
Recording test results
Updating MAPREDUCE-3263
Updating MAPREDUCE-3269
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed