See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2901/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 31484 lines...] Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesAttempts Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.095 sec - in org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesAttempts Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServices Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.086 sec - in org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServices Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestBlocks Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 sec - in org.apache.hadoop.mapreduce.v2.hs.webapp.TestBlocks Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHSWebApp Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.43 sec - in org.apache.hadoop.mapreduce.v2.hs.webapp.TestHSWebApp Running org.apache.hadoop.mapreduce.v2.hs.TestCompletedTask Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 sec - in org.apache.hadoop.mapreduce.v2.hs.TestCompletedTask Results : Tests in error: TestJobHistoryServer.testReports:139 ยป NoClassDefFound org/apache/hadoop/io/Fa... TestJobHistoryServer.testLaunch:204 NoClassDefFound org/apache/hadoop/util/Exi... Tests run: 200, Failures: 0, Errors: 2, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop MapReduce Client .................... SUCCESS [ 3.819 s] [INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:52 min] [INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 28.456 s] [INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [ 4.868 s] [INFO] Apache Hadoop MapReduce App ....................... SUCCESS [09:13 min] [INFO] Apache Hadoop MapReduce HistoryServer ............. FAILURE [05:27 min] [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: 17:12 min [INFO] Finished at: 2016-02-01T09:17:32+00:00 [INFO] Final Memory: 42M/808M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-mapreduce-client-hs: 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-hs/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-hs 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.hs.TestJobHistoryServer.testReports Error Message: org/apache/hadoop/io/FastByteComparisons Stack Trace: java.lang.NoClassDefFoundError: org/apache/hadoop/io/FastByteComparisons 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.io.WritableComparator.compareBytes(WritableComparator.java:188) at org.apache.hadoop.io.BinaryComparable.compareTo(BinaryComparable.java:50) at org.apache.hadoop.io.BinaryComparable.equals(BinaryComparable.java:72) at org.apache.hadoop.io.Text.equals(Text.java:348) at org.apache.hadoop.mapreduce.JobID.equals(JobID.java:89) at org.apache.hadoop.mapreduce.TaskID.equals(TaskID.java:151) at java.util.HashMap.getEntry(HashMap.java:471) at java.util.HashMap.get(HashMap.java:421) at org.apache.hadoop.mapreduce.jobhistory.JobHistoryParser.handleTaskAttemptStartedEvent(JobHistoryParser.java:332) at org.apache.hadoop.mapreduce.jobhistory.JobHistoryParser.handleEvent(JobHistoryParser.java:213) at org.apache.hadoop.mapreduce.jobhistory.JobHistoryParser.parse(JobHistoryParser.java:112) at org.apache.hadoop.mapreduce.jobhistory.JobHistoryParser.parse(JobHistoryParser.java:153) at org.apache.hadoop.mapreduce.jobhistory.JobHistoryParser.parse(JobHistoryParser.java:139) at org.apache.hadoop.mapreduce.v2.hs.CompletedJob.loadFullHistoryData(CompletedJob.java:361) at org.apache.hadoop.mapreduce.v2.hs.CompletedJob.<init>(CompletedJob.java:105) at org.apache.hadoop.mapreduce.v2.hs.HistoryFileManager$HistoryFileInfo.loadJob(HistoryFileManager.java:451) at org.apache.hadoop.mapreduce.v2.hs.CachedHistoryStorage.loadJob(CachedHistoryStorage.java:106) at org.apache.hadoop.mapreduce.v2.hs.CachedHistoryStorage.getFullJob(CachedHistoryStorage.java:137) at org.apache.hadoop.mapreduce.v2.hs.JobHistory.getJob(JobHistory.java:218) at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService$HSClientProtocolHandler$1.run(HistoryClientService.java:209) at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService$HSClientProtocolHandler$1.run(HistoryClientService.java:205) 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:1727) at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService$HSClientProtocolHandler.verifyAndGetJob(HistoryClientService.java:205) at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService$HSClientProtocolHandler.getTaskAttemptReport(HistoryClientService.java:257) at org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryServer.testReports(TestJobHistoryServer.java:139) FAILED: org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryServer.testLaunch Error Message: org/apache/hadoop/util/ExitUtil Stack Trace: java.lang.NoClassDefFoundError: org/apache/hadoop/util/ExitUtil 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.TestJobHistoryServer.testLaunch(TestJobHistoryServer.java:204)