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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 10521 lines...]
    [javac]                                                                  ^
    [javac] 
/tmp/clover6764135148104356547.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_39vm9vmgsz32uus.R.inc(12871);theRecordWriter.write(key2, nullWritable);
    [javac]                                                                  ^
    [javac] 
/tmp/clover6764135148104356547.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_39vm9vmgsz32uus.R.inc(12872);theRecordWriter.write(key1, null);
    [javac]                                                                  ^
    [javac] 
/tmp/clover6764135148104356547.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_39vm9vmgsz32uus.R.inc(12873);theRecordWriter.write(null, null);
    [javac]                                                                  ^
    [javac] 
/tmp/clover6764135148104356547.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_39vm9vmgsz32uus.R.inc(12874);theRecordWriter.write(key2, val2);
    [javac]                                                                  ^
    [javac] 
/tmp/clover6764135148104356547.tmp/org/apache/hadoop/mapreduce/TestMRJobClient.java:79:
 __CLR2_4_3l8k0isisr(java.lang.String,org.apache.hadoop.conf.Configuration) in 
org.apache.hadoop.mapreduce.TestMRJobClient cannot be applied to ()
    [javac]       Configuration conf) throws Exception 
{__CLR2_4_3is6is6gsz32vcd.R.globalSliceStart(getClass().getName(),24363);int 
p=0;java.lang.Throwable 
t=null;try{__CLR2_4_3l8k0isisr();p=1;}catch(java.lang.Throwable 
t2){if(p==0&&t==null){t=t2;}__CLR2_4_3is6is6gsz32vcd.R.rethrow(t2);}finally{__CLR2_4_3is6is6gsz32vcd.R.globalSliceEnd(getClass().getName(),"org.apache.hadoop.mapreduce.TestMRJobClient.testGetCounter",24363,p,t);}}private
 void  __CLR2_4_3l8k0isisr(String jobId, Configuration conf) throws 
Exception{__CLR2_4_3is6is6gsz32vcd.R.inc(24363);
    [javac]                                                                     
                                                                                
       ^
    [javac] 
/tmp/clover6764135148104356547.tmp/org/apache/hadoop/mapreduce/TestMRJobClient.java:91:
 __CLR2_4_3buo4k5isw(java.lang.String,org.apache.hadoop.conf.Configuration) in 
org.apache.hadoop.mapreduce.TestMRJobClient cannot be applied to ()
    [javac]       Configuration conf) throws Exception 
{__CLR2_4_3is6is6gsz32vcd.R.globalSliceStart(getClass().getName(),24368);int 
p=0;java.lang.Throwable 
t=null;try{__CLR2_4_3buo4k5isw();p=1;}catch(java.lang.Throwable 
t2){if(p==0&&t==null){t=t2;}__CLR2_4_3is6is6gsz32vcd.R.rethrow(t2);}finally{__CLR2_4_3is6is6gsz32vcd.R.globalSliceEnd(getClass().getName(),"org.apache.hadoop.mapreduce.TestMRJobClient.testJobList",24368,p,t);}}private
 void  __CLR2_4_3buo4k5isw(String jobId, Configuration conf) throws 
Exception{__CLR2_4_3is6is6gsz32vcd.R.inc(24368);
    [javac]                                                                     
                                                                                
       ^
    [javac] 
/tmp/clover6764135148104356547.tmp/org/apache/hadoop/mapreduce/TestMRJobClient.java:118:
 __CLR2_4_3ouihteitg(java.lang.String,org.apache.hadoop.conf.Configuration) in 
org.apache.hadoop.mapreduce.TestMRJobClient cannot be applied to ()
    [javac]       throws Exception 
{__CLR2_4_3is6is6gsz32vcd.R.globalSliceStart(getClass().getName(),24388);int 
p=0;java.lang.Throwable 
t=null;try{__CLR2_4_3ouihteitg();p=1;}catch(java.lang.Throwable 
t2){if(p==0&&t==null){t=t2;}__CLR2_4_3is6is6gsz32vcd.R.rethrow(t2);}finally{__CLR2_4_3is6is6gsz32vcd.R.globalSliceEnd(getClass().getName(),"org.apache.hadoop.mapreduce.TestMRJobClient.testChangingJobPriority",24388,p,t);}}private
 void  __CLR2_4_3ouihteitg(String jobId, Configuration conf) throws 
Exception{__CLR2_4_3is6is6gsz32vcd.R.inc(24388);
    [javac]                                                                     
                                                                   ^
    [javac] 
/tmp/clover6764135148104356547.tmp/org/apache/hadoop/mapreduce/lib/partition/TestInputSampler.java:115:
 warning: [unchecked] unchecked conversion
    [javac] found   : org.apache.hadoop.io.IntWritable.Comparator
    [javac] required: java.util.Comparator<? super java.lang.Object>
    [javac]     __CLR2_4_3gwagwagsz32v8g.R.inc(21945);Arrays.sort(samples, new 
IntWritable.Comparator());
    [javac]                                                                ^
    [javac] 
/tmp/clover6764135148104356547.tmp/org/apache/hadoop/mapreduce/lib/partition/TestInputSampler.java:115:
 warning: [unchecked] unchecked method invocation: 
<T>sort(T[],java.util.Comparator<? super T>) in java.util.Arrays is applied to 
(java.lang.Object[],org.apache.hadoop.io.IntWritable.Comparator)
    [javac]     __CLR2_4_3gwagwagsz32v8g.R.inc(21945);Arrays.sort(samples, new 
IntWritable.Comparator());
    [javac]                                                      ^
    [javac] 
/tmp/clover6764135148104356547.tmp/org/apache/hadoop/mapreduce/lib/partition/TestInputSampler.java:143:
 warning: [unchecked] unchecked conversion
    [javac] found   : org.apache.hadoop.io.IntWritable.Comparator
    [javac] required: java.util.Comparator<? super java.lang.Object>
    [javac]     __CLR2_4_3gwagwagsz32v8g.R.inc(21964);Arrays.sort(samples, new 
IntWritable.Comparator());
    [javac]                                                                ^
    [javac] 
/tmp/clover6764135148104356547.tmp/org/apache/hadoop/mapreduce/lib/partition/TestInputSampler.java:143:
 warning: [unchecked] unchecked method invocation: 
<T>sort(T[],java.util.Comparator<? super T>) in java.util.Arrays is applied to 
(java.lang.Object[],org.apache.hadoop.io.IntWritable.Comparator)
    [javac]     __CLR2_4_3gwagwagsz32v8g.R.inc(21964);Arrays.sort(samples, new 
IntWritable.Comparator());
    [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
Updating MAPREDUCE-3026
Email was triggered for: Failure
Sending email for trigger: Failure



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

Reply via email to