See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/934/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 8950 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 sec - in 
org.apache.hadoop.mapreduce.TestMapreduceConfigFields
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestTaskAttemptListenerImpl
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 sec - in 
org.apache.hadoop.mapred.TestTaskAttemptListenerImpl
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestLocalContainerLauncher
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.52 sec - in 
org.apache.hadoop.mapred.TestLocalContainerLauncher
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; 
support was removed in 8.0
Running org.apache.hadoop.mapred.TestTaskAttemptFinishingMonitor
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 sec - in 
org.apache.hadoop.mapred.TestTaskAttemptFinishingMonitor

Results :

Tests in error: 
  
TestStagingCleanup.testDeletionofStagingOnUnregistrationFailure:82->testDeletionofStagingOnUnregistrationFailure:103
 » NoClassDefFound
  TestStagingCleanup.testStagingCleanupOrder:469 » ExceptionInInitializer

Tests run: 340, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client .................... SUCCESS [  2.359 s]
[INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:40 min]
[INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 25.990 s]
[INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [  4.036 s]
[INFO] Apache Hadoop MapReduce App ....................... FAILURE [10:52 min]
[INFO] Apache Hadoop MapReduce HistoryServer ............. SKIPPED
[INFO] Apache Hadoop MapReduce JobClient ................. SKIPPED
[INFO] Apache Hadoop MapReduce HistoryServer Plugins ..... SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask ................ SKIPPED
[INFO] Apache Hadoop MapReduce Examples .................. SKIPPED
[INFO] Apache Hadoop MapReduce ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:06 min
[INFO] Finished at: 2016-01-22T18:44:22+00:00
[INFO] Final Memory: 41M/270M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-app: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hadoop-mapreduce-client-app
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
2 tests failed.
FAILED:  
org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup.testDeletionofStagingOnUnregistrationFailure

Error Message:
org/apache/hadoop/yarn/exceptions/ApplicationMasterNotRegisteredException

Stack Trace:
java.lang.NoClassDefFoundError: 
org/apache/hadoop/yarn/exceptions/ApplicationMasterNotRegisteredException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at 
org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup$TestMRApp.createContainerAllocator(TestStagingCleanup.java:280)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.serviceInit(MRAppMaster.java:421)
        at 
org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
        at 
org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup.testDeletionofStagingOnUnregistrationFailure(TestStagingCleanup.java:103)
        at 
org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup.testDeletionofStagingOnUnregistrationFailure(TestStagingCleanup.java:82)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup.testStagingCleanupOrder

Error Message:
null

Stack Trace:
java.lang.ExceptionInInitializerError: null
        at 
org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2165)
        at 
org.apache.hadoop.yarn.factories.impl.pb.RecordFactoryPBImpl.newRecordInstance(RecordFactoryPBImpl.java:56)
        at org.apache.hadoop.yarn.util.Records.newRecord(Records.java:36)
        at 
org.apache.hadoop.yarn.api.records.Priority.newInstance(Priority.java:39)
        at 
org.apache.hadoop.yarn.api.records.Priority.<clinit>(Priority.java:34)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.<init>(JobImpl.java:657)
        at 
org.apache.hadoop.mapreduce.v2.app.MRApp$TestJob.<init>(MRApp.java:741)
        at 
org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup$MRAppTestCleanup.createJob(TestStagingCleanup.java:397)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.serviceStart(MRAppMaster.java:1163)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.submit(MRApp.java:296)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.submit(MRApp.java:280)
        at 
org.apache.hadoop.mapreduce.v2.app.TestStagingCleanup.testStagingCleanupOrder(TestStagingCleanup.java:469)


Reply via email to