See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2711/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 32900 lines...] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.437 sec - in org.apache.hadoop.mapred.TestReduceTask Running org.apache.hadoop.mapred.TestBadRecords Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.046 sec - in org.apache.hadoop.mapred.TestBadRecords Running org.apache.hadoop.mapred.TestMiniMRDFSCaching Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.047 sec - in org.apache.hadoop.mapred.TestMiniMRDFSCaching Running org.apache.hadoop.io.TestSequenceFileMergeProgress Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.49 sec - in org.apache.hadoop.io.TestSequenceFileMergeProgress Running org.apache.hadoop.conf.TestNoDefaultsJobConf Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.664 sec - in org.apache.hadoop.conf.TestNoDefaultsJobConf Results : Tests in error: TestMiniMRClasspath.testClassPath:185 » NoClassDefFound org/apache/hadoop/util... TestMiniMRClasspath.testExternalWritable:207 » YarnRuntime could not cleanup t... TestMiniMRChildTask.tearDown:383 » NoClassDefFound org/apache/hadoop/hdfs/serv... Tests run: 527, Failures: 0, Errors: 3, Skipped: 11 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop MapReduce Client .................... SUCCESS [ 3.002 s] [INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:54 min] [INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 29.231 s] [INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [ 4.972 s] [INFO] Apache Hadoop MapReduce App ....................... SUCCESS [09:17 min] [INFO] Apache Hadoop MapReduce HistoryServer ............. SUCCESS [05:35 min] [INFO] Apache Hadoop MapReduce JobClient ................. FAILURE [ 01:40 h] [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: 01:58 h [INFO] Finished at: 2015-12-10T23:57:45+00:00 [INFO] Final Memory: 35M/751M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-mapreduce-client-jobclient: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/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-jobclient 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) ############################## 3 tests failed. FAILED: org.apache.hadoop.mapred.TestMiniMRChildTask.org.apache.hadoop.mapred.TestMiniMRChildTask Error Message: org/apache/hadoop/hdfs/server/namenode/JournalSet$5 Stack Trace: java.lang.NoClassDefFoundError: org/apache/hadoop/hdfs/server/namenode/JournalSet$5 at org.apache.hadoop.hdfs.server.namenode.JournalSet.close(JournalSet.java:243) at org.apache.hadoop.hdfs.server.namenode.FSEditLog.close(FSEditLog.java:368) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.stopActiveServices(FSNamesystem.java:1191) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.close(FSNamesystem.java:1548) at org.apache.hadoop.hdfs.server.namenode.NameNode.stopCommonServices(NameNode.java:774) at org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:953) at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1913) at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1882) at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1875) at org.apache.hadoop.mapred.TestMiniMRChildTask.tearDown(TestMiniMRChildTask.java:383) FAILED: org.apache.hadoop.mapred.TestMiniMRClasspath.testClassPath Error Message: org/apache/hadoop/util/ShutdownThreadsHelper Stack Trace: java.lang.NoClassDefFoundError: org/apache/hadoop/util/ShutdownThreadsHelper at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at org.apache.hadoop.mapreduce.v2.hs.HistoryFileManager.serviceStop(HistoryFileManager.java:635) at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221) at org.apache.hadoop.mapreduce.v2.hs.JobHistory.serviceStop(JobHistory.java:171) at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221) at org.apache.hadoop.service.ServiceOperations.stop(ServiceOperations.java:52) at org.apache.hadoop.service.ServiceOperations.stopQuietly(ServiceOperations.java:80) at org.apache.hadoop.service.CompositeService.stop(CompositeService.java:157) at org.apache.hadoop.service.CompositeService.serviceStop(CompositeService.java:131) at org.apache.hadoop.mapreduce.v2.hs.JobHistoryServer.serviceStop(JobHistoryServer.java:208) at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221) at org.apache.hadoop.mapreduce.v2.MiniMRYarnCluster$JobHistoryServerWrapper.serviceStop(MiniMRYarnCluster.java:257) at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221) at org.apache.hadoop.service.ServiceOperations.stop(ServiceOperations.java:52) at org.apache.hadoop.service.ServiceOperations.stopQuietly(ServiceOperations.java:80) at org.apache.hadoop.service.CompositeService.stop(CompositeService.java:157) at org.apache.hadoop.service.CompositeService.serviceStop(CompositeService.java:131) at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221) at org.apache.hadoop.mapred.MiniMRYarnClusterAdapter.stop(MiniMRYarnClusterAdapter.java:55) at org.apache.hadoop.mapred.MiniMRCluster.shutdown(MiniMRCluster.java:267) at org.apache.hadoop.mapred.TestMiniMRClasspath.testClassPath(TestMiniMRClasspath.java:185) FAILED: org.apache.hadoop.mapred.TestMiniMRClasspath.testExternalWritable Error Message: could not cleanup test dir: org.apache.hadoop.fs.UnsupportedFileSystemException: fs.AbstractFileSystem.file.impl=null: No AbstractFileSystem configured for scheme: file Stack Trace: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test dir: org.apache.hadoop.fs.UnsupportedFileSystemException: fs.AbstractFileSystem.file.impl=null: No AbstractFileSystem configured for scheme: file at org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:161) at org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:332) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1690) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:329) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:446) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:423) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:409) at org.apache.hadoop.yarn.server.MiniYARNCluster.<init>(MiniYARNCluster.java:149) at org.apache.hadoop.mapreduce.v2.MiniMRYarnCluster.<init>(MiniMRYarnCluster.java:79) at org.apache.hadoop.mapreduce.v2.MiniMRYarnCluster.<init>(MiniMRYarnCluster.java:75) at org.apache.hadoop.mapred.MiniMRClientClusterFactory.create(MiniMRClientClusterFactory.java:73) at org.apache.hadoop.mapred.MiniMRCluster.<init>(MiniMRCluster.java:187) at org.apache.hadoop.mapred.MiniMRCluster.<init>(MiniMRCluster.java:175) at org.apache.hadoop.mapred.MiniMRCluster.<init>(MiniMRCluster.java:167) at org.apache.hadoop.mapred.MiniMRCluster.<init>(MiniMRCluster.java:159) at org.apache.hadoop.mapred.MiniMRCluster.<init>(MiniMRCluster.java:152) at org.apache.hadoop.mapred.MiniMRCluster.<init>(MiniMRCluster.java:145) at org.apache.hadoop.mapred.MiniMRCluster.<init>(MiniMRCluster.java:138) at org.apache.hadoop.mapred.MiniMRCluster.<init>(MiniMRCluster.java:133) at org.apache.hadoop.mapred.TestMiniMRClasspath.testExternalWritable(TestMiniMRClasspath.java:207)