See https://builds.apache.org/job/Hadoop-Mapreduce-22-branch/72/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 10521 lines...]
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:79:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12832);theRecordWriter.write(null, null);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:80:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12833);theRecordWriter.write(key2, val2);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:126:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12867);theRecordWriter.write(key1, val1);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:127:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12868);theRecordWriter.write(null, nullWritable);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:128:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12869);theRecordWriter.write(null, val1);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:129:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12870);theRecordWriter.write(nullWritable, val2);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:130:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12871);theRecordWriter.write(key2, nullWritable);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:131:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12872);theRecordWriter.write(key1, null);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:132:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12873);theRecordWriter.write(null, null);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestTextOutputFormat.java:133:
 warning: [unchecked] unchecked call to write(K,V) as a member of the raw type 
org.apache.hadoop.mapred.RecordWriter
    [javac]       
__CLR2_4_39vm9vmgss6ygad.R.inc(12874);theRecordWriter.write(key2, val2);
    [javac]                                                                  ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapred/TestCombineFileInputFormat.java:76:
 warning: [unchecked] unchecked call to 
CombineFileRecordReader(org.apache.hadoop.mapred.JobConf,org.apache.hadoop.mapred.lib.CombineFileSplit,org.apache.hadoop.mapred.Reporter,java.lang.Class<org.apache.hadoop.mapred.RecordReader<K,V>>)
 as a member of the raw type 
org.apache.hadoop.mapred.lib.CombineFileRecordReader
    [javac]         __CLR2_4_37jo7jogss6yg3s.R.inc(9797);return new 
CombineFileRecordReader(job, (CombineFileSplit)split, reporter, 
CombineFileRecordReader.class);
    [javac]                                                     ^
    [javac] 
/tmp/clover2005808645041714307.tmp/org/apache/hadoop/mapreduce/lib/input/TestDelegatingInputFormat.java:65:
 warning: [unchecked] unchecked cast
    [javac] found   : java.util.List
    [javac] required: java.util.List<org.apache.hadoop.mapreduce.InputSplit>
    [javac]       __CLR2_4_3hsphspgss6ygox.R.inc(23083);for (InputSplit split : 
(List<InputSplit>)inFormat.getSplits(job)) {{
    [javac]                                                                     
                                    ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 3 errors
    [javac] 22 warnings

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-22-branch/trunk/build.xml:523:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-22-branch/trunk/build.xml:592:
 Compile failed; see the compiler error output for details.

Total time: 1 minute 10 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Clover coverage report...
No Clover report will be published due to a Build Failure
Recording test results
Publishing Javadoc
Recording fingerprints
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) 
##############################
No tests ran.

Reply via email to