See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/425/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 10923 lines...] Tests in error: TestJobHistoryEventHandler.testTimelineEventHandling:647 » NoClassDefFound org... TestJobHistoryEventHandler.testProcessDoneFilesOnLastAMRetry:284->access$000:81->setupTestWorkDir:736 YarnRuntime TestJobHistoryEventHandler.testDefaultFsIsUsedForHistory:387->access$000:81->setupTestWorkDir:736 YarnRuntime TestJobHistoryEventHandler.testMaxUnflushedCompletionEvents:152->access$000:81->setupTestWorkDir:736 YarnRuntime TestJobHistoryEventHandler.testAMStartedEvent:447->access$000:81->setupTestWorkDir:736 YarnRuntime TestJobHistoryEventHandler.testUnflushedTimer:197->access$000:81->setupTestWorkDir:736 YarnRuntime TestJobHistoryEventHandler.testBatchedFlushJobEndMultiplier:240->access$000:81->setupTestWorkDir:736 YarnRuntime TestJobHistoryEventHandler.cleanUpClass:99 » NoClassDefFound org/apache/hadoop... Tests run: 332, Failures: 1, Errors: 8, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop MapReduce Client .................... SUCCESS [ 2.557 s] [INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:19 min] [INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 26.718 s] [INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [ 5.297 s] [INFO] Apache Hadoop MapReduce App ....................... FAILURE [10:21 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: 12:16 min [INFO] Finished at: 2015-09-23T04:44:28+00:00 [INFO] Final Memory: 40M/281M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-mapreduce-client-app: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app && /home/jenkins/tools/java/jdk1.8.0/jre/bin/java -Xmx4096m -XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError -jar /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefirebooter7208778369490938398.jar /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefire2670464651845338165tmp /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefire_8963866015344364271tmp [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 Sending artifact delta relative to Hadoop-Mapreduce-trunk-Java8 #378 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 20477265 bytes Compression is 0.0% Took 5.3 sec Recording test results Updating HDFS-9039 Updating HDFS-8733 Email was triggered for: Failure Sending email for trigger: Failure ################################################################################### ############################## FAILED TESTS (if any) ############################## 9 tests failed. REGRESSION: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testTimelineEventHandling Error Message: org/apache/hadoop/service/ServiceOperations Stack Trace: java.lang.NoClassDefFoundError: org/apache/hadoop/service/ServiceOperations 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.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.mapreduce.jobhistory.TestJobHistoryEventHandler.testTimelineEventHandling(TestJobHistoryEventHandler.java:647) REGRESSION: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testProcessDoneFilesOnLastAMRetry Error Message: could not cleanup test dir Stack Trace: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test dir 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:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.setupTestWorkDir(TestJobHistoryEventHandler.java:731) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.access$000(TestJobHistoryEventHandler.java:81) REGRESSION: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testDefaultFsIsUsedForHistory Error Message: could not cleanup test dir Stack Trace: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test dir 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:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.setupTestWorkDir(TestJobHistoryEventHandler.java:731) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.access$000(TestJobHistoryEventHandler.java:81) REGRESSION: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testMaxUnflushedCompletionEvents Error Message: could not cleanup test dir Stack Trace: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test dir 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:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.setupTestWorkDir(TestJobHistoryEventHandler.java:731) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.access$000(TestJobHistoryEventHandler.java:81) REGRESSION: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testAMStartedEvent Error Message: could not cleanup test dir Stack Trace: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test dir 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:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.setupTestWorkDir(TestJobHistoryEventHandler.java:731) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.access$000(TestJobHistoryEventHandler.java:81) REGRESSION: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testUnflushedTimer Error Message: could not cleanup test dir Stack Trace: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test dir 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:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.setupTestWorkDir(TestJobHistoryEventHandler.java:731) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.access$000(TestJobHistoryEventHandler.java:81) REGRESSION: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testBatchedFlushJobEndMultiplier Error Message: could not cleanup test dir Stack Trace: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test dir 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:329) at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:422) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667) at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443) at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420) at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.setupTestWorkDir(TestJobHistoryEventHandler.java:731) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.access$000(TestJobHistoryEventHandler.java:81) REGRESSION: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testGetHistoryIntermediateDoneDirForUser Error Message: expected:<[hdfs://localhost:55525]/mapred/history/done...> but was:<[]/mapred/history/done...> Stack Trace: org.junit.ComparisonFailure: expected:<[hdfs://localhost:55525]/mapred/history/done...> but was:<[]/mapred/history/done...> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testGetHistoryIntermediateDoneDirForUser(TestJobHistoryEventHandler.java:439) FAILED: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler Error Message: org/apache/hadoop/util/IntrusiveCollection$IntrusiveIterator Stack Trace: java.lang.NoClassDefFoundError: org/apache/hadoop/util/IntrusiveCollection$IntrusiveIterator at org.apache.hadoop.util.IntrusiveCollection.iterator(IntrusiveCollection.java:213) at org.apache.hadoop.util.IntrusiveCollection.clear(IntrusiveCollection.java:368) at org.apache.hadoop.hdfs.server.blockmanagement.DatanodeManager.clearPendingCachingCommands(DatanodeManager.java:1558) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.stopActiveServices(FSNamesystem.java:1212) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.close(FSNamesystem.java:1539) at org.apache.hadoop.hdfs.server.namenode.NameNode.stopCommonServices(NameNode.java:721) at org.apache.hadoop.hdfs.server.namenode.NameNode.stop(NameNode.java:886) at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1866) at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1835) at org.apache.hadoop.hdfs.MiniDFSCluster.shutdown(MiniDFSCluster.java:1828) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.cleanUpClass(TestJobHistoryEventHandler.java:99)