See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/336/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 11355 lines...] Running org.apache.hadoop.mapred.TestMRIntermediateDataEncryption Results : Failed tests: TestRMNMInfo.testRMNMInfo:111 Unexpected number of live nodes: expected:<4> but was:<0> TestMiniMRChildTask.testTaskOldEnv:492->runTestTaskEnv:546 The environment checker job failed. Tests in error: TestRMNMInfo.tearDown:91 ยป WebApp java.lang.NullPointerException: httpServer Tests run: 400, Failures: 2, Errors: 1, Skipped: 6 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop MapReduce Client .................... SUCCESS [ 2.115 s] [INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:18 min] [INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 25.447 s] [INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [ 3.964 s] [INFO] Apache Hadoop MapReduce App ....................... SUCCESS [10:09 min] [INFO] Apache Hadoop MapReduce HistoryServer ............. SUCCESS [06:06 min] [INFO] Apache Hadoop MapReduce JobClient ................. FAILURE [ 01:38 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:56 h [INFO] Finished at: 2015-09-02T22:19:41+00:00 [INFO] Final Memory: 42M/165M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-mapreduce-client-jobclient: 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-jobclient && /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-jobclient/target/surefire/surefirebooter6816855333749790768.jar /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire/surefire3528277506660784932tmp /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/target/surefire/surefire_1826905861796171185948tmp [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 Sending artifact delta relative to Hadoop-Mapreduce-trunk-Java8 #335 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 20466640 bytes Compression is 0.0% Took 5.3 sec Recording test results Updating HDFS-2070 Email was triggered for: Failure Sending email for trigger: Failure ################################################################################### ############################## FAILED TESTS (if any) ############################## 3 tests failed. REGRESSION: org.apache.hadoop.mapred.TestMiniMRChildTask.testTaskOldEnv Error Message: The environment checker job failed. Stack Trace: java.lang.AssertionError: The environment checker job failed. at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.apache.hadoop.mapred.TestMiniMRChildTask.runTestTaskEnv(TestMiniMRChildTask.java:546) at org.apache.hadoop.mapred.TestMiniMRChildTask.testTaskOldEnv(TestMiniMRChildTask.java:492) REGRESSION: org.apache.hadoop.mapreduce.v2.TestRMNMInfo.testRMNMInfo Error Message: Unexpected number of live nodes: expected:<4> but was:<0> Stack Trace: java.lang.AssertionError: Unexpected number of live nodes: expected:<4> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.apache.hadoop.mapreduce.v2.TestRMNMInfo.testRMNMInfo(TestRMNMInfo.java:111) FAILED: org.apache.hadoop.mapreduce.v2.TestRMNMInfo.org.apache.hadoop.mapreduce.v2.TestRMNMInfo Error Message: java.lang.NullPointerException: httpServer Stack Trace: org.apache.hadoop.yarn.webapp.WebAppException: java.lang.NullPointerException: httpServer at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204) at org.apache.hadoop.yarn.webapp.WebApp.stop(WebApp.java:97) at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService.serviceStop(HistoryClientService.java:176) 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:211) at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221) at org.apache.hadoop.mapreduce.v2.MiniMRYarnCluster$JobHistoryServerWrapper.serviceStop(MiniMRYarnCluster.java:248) 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.mapreduce.v2.TestRMNMInfo.tearDown(TestRMNMInfo.java:91)
