Its the common build that failed to publish. I ve it published manually and 
triggered the mapreduce trunk build. 

I may have to restart the common build slave and trigger the common build to 
publish artifacts automatically.

On Jan 28, 2011, at 10:28 AM, Todd Lipcon wrote:

> These are caused by HADOOP-7118, which was committed to common trunk on
> Wednesday. Again seems like MR build isn't pulling the Common artifacts (or
> Common isn't publishing them)
> 
> On Fri, Jan 28, 2011 at 8:13 AM, Apache Hudson Server <
> hud...@hudson.apache.org> wrote:
> 
>> See https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/574/
>> 
>> 
>> ###################################################################################
>> ########################## LAST 60 LINES OF THE CONSOLE
>> ###########################
>> [...truncated 225572 lines...]
>>   [javac]     assertFalse(new Pair<Integer, Integer>(
>>   [javac]     ^
>>   [javac]
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/mrunit/src/test/org/apache/hadoop/mrunit/types/TestPair.java:54:
>> cannot find symbol
>>   [javac] symbol  : method assertFalse(boolean)
>>   [javac] location: class org.apache.hadoop.mrunit.types.TestPair
>>   [javac]     assertFalse(new Pair<Integer, Integer>(
>>   [javac]     ^
>>   [javac]
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/mrunit/src/test/org/apache/hadoop/mrunit/types/TestPair.java:74:
>> cannot find symbol
>>   [javac] symbol  : method assertFalse(boolean)
>>   [javac] location: class org.apache.hadoop.mrunit.types.TestPair
>>   [javac]     assertFalse(new Pair<Integer, Integer>(null, null)
>>   [javac]     ^
>>   [javac]
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/mrunit/src/test/org/apache/hadoop/mrunit/types/TestPair.java:80:
>> cannot find symbol
>>   [javac] symbol  : method assertFalse(boolean)
>>   [javac] location: class org.apache.hadoop.mrunit.types.TestPair
>>   [javac]     assertFalse(new Pair<Integer,
>> Integer>(Integer.valueOf(VAL_A), null)
>>   [javac]     ^
>>   [javac]
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/mrunit/src/test/org/apache/hadoop/mrunit/types/TestPair.java:92:
>> cannot find symbol
>>   [javac] symbol  : method assertFalse(boolean)
>>   [javac] location: class org.apache.hadoop.mrunit.types.TestPair
>>   [javac]     assertFalse(new Pair<Integer, Integer>(null, null)
>>   [javac]     ^
>>   [javac]
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/mrunit/src/test/org/apache/hadoop/mrunit/types/TestPair.java:98:
>> cannot find symbol
>>   [javac] symbol  : method assertFalse(boolean)
>>   [javac] location: class org.apache.hadoop.mrunit.types.TestPair
>>   [javac]     assertFalse(new Pair<Integer, Integer>(null,
>> Integer.valueOf(VAL_A))
>>   [javac]     ^
>>   [javac]
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/mrunit/src/test/org/apache/hadoop/mrunit/types/TestPair.java:117:
>> cannot find symbol
>>   [javac] symbol  : method assertFalse(boolean)
>>   [javac] location: class org.apache.hadoop.mrunit.types.TestPair
>>   [javac]     assertFalse(0 == new Pair<Integer,
>> Integer>(Integer.valueOf(VAL_A),
>>   [javac]     ^
>>   [javac]
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/mrunit/src/test/org/apache/hadoop/mrunit/types/TestPair.java:125:
>> cannot find symbol
>>   [javac] symbol  : method assertFalse(boolean)
>>   [javac] location: class org.apache.hadoop.mrunit.types.TestPair
>>   [javac]     assertFalse(0 == new Pair<Integer,
>> Integer>(Integer.valueOf(VAL_A),
>>   [javac]     ^
>>   [javac] Note: Some input files use or override a deprecated API.
>>   [javac] Note: Recompile with -Xlint:deprecation for details.
>>   [javac] Note: Some input files use unchecked or unsafe operations.
>>   [javac] Note: Recompile with -Xlint:unchecked for details.
>>   [javac] 22 errors
>> 
>> BUILD FAILED
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:821:
>> The following error occurred while executing this line:
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:805:
>> The following error occurred while executing this line:
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:60:
>> The following error occurred while executing this line:
>> /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build-contrib.xml:229:
>> Compile failed; see the compiler error output for details.
>> 
>> Total time: 184 minutes 23 seconds
>> [FINDBUGS] Skipping publisher since build result is FAILURE
>> Publishing Javadoc
>> Archiving artifacts
>> Recording test results
>> Recording fingerprints
>> Publishing Clover coverage report...
>> No Clover report will be published due to a Build Failure
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>> 
>> 
>> 
>> 
>> ###################################################################################
>> ############################## FAILED TESTS (if any)
>> ##############################
>> 2 tests failed.
>> FAILED:
>> org.apache.hadoop.mapred.TestCapacitySchedulerWithJobTracker.testFailingJobInitalization
>> 
>> Error Message:
>> null
>> 
>> Stack Trace:
>> java.lang.NullPointerException
>>       at
>> org.apache.hadoop.conf.Configuration.asXmlDocument(Configuration.java:1624)
>>       at
>> org.apache.hadoop.conf.Configuration.writeXml(Configuration.java:1592)
>>       at
>> org.apache.hadoop.conf.Configuration.writeXml(Configuration.java:1582)
>>       at
>> org.apache.hadoop.mapred.ClusterWithCapacityScheduler.setUpSchedulerConfigFile(ClusterWithCapacityScheduler.java:132)
>>       at
>> org.apache.hadoop.mapred.ClusterWithCapacityScheduler.startCluster(ClusterWithCapacityScheduler.java:103)
>>       at
>> org.apache.hadoop.mapred.TestCapacitySchedulerWithJobTracker.testFailingJobInitalization(TestCapacitySchedulerWithJobTracker.java:48)
>> 
>> 
>> FAILED:
>> org.apache.hadoop.mapred.TestCapacitySchedulerWithJobTracker.testJobTrackerIntegration
>> 
>> Error Message:
>> null
>> 
>> Stack Trace:
>> java.lang.NullPointerException
>>       at
>> org.apache.hadoop.conf.Configuration.asXmlDocument(Configuration.java:1624)
>>       at
>> org.apache.hadoop.conf.Configuration.writeXml(Configuration.java:1592)
>>       at
>> org.apache.hadoop.conf.Configuration.writeXml(Configuration.java:1582)
>>       at
>> org.apache.hadoop.mapred.ClusterWithCapacityScheduler.setUpSchedulerConfigFile(ClusterWithCapacityScheduler.java:132)
>>       at
>> org.apache.hadoop.mapred.ClusterWithCapacityScheduler.startCluster(ClusterWithCapacityScheduler.java:103)
>>       at
>> org.apache.hadoop.mapred.TestCapacitySchedulerWithJobTracker.testJobTrackerIntegration(TestCapacitySchedulerWithJobTracker.java:92)
>> 
>> 
>> 
>> 
> 
> 
> -- 
> Todd Lipcon
> Software Engineer, Cloudera

Reply via email to