See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1148/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 8770 lines...] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.587 sec - in org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesJobs Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0 Running org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempt Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.29 sec - in org.apache.hadoop.mapreduce.v2.app.webapp.TestAMWebServicesAttempt Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0 Running org.apache.hadoop.mapreduce.TestMapreduceConfigFields Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 sec - in org.apache.hadoop.mapreduce.TestMapreduceConfigFields Results : Failed tests: TestJobImpl.testUnusableNodeTransition:629->assertJobState:1012 expected:<SUCCEEDED> but was:<ERROR> Tests in error: TestJobHistoryEventHandler.setUpClass:93 ยป IO Failed on local exception: java.... TestJobHistoryEventHandler.cleanUpClass:98 NullPointer Tests run: 329, Failures: 1, Errors: 2, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop MapReduce Client .................... SUCCESS [ 4.144 s] [INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [02:20 min] [INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 34.182 s] [INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [ 8.188 s] [INFO] Apache Hadoop MapReduce App ....................... FAILURE [12:40 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: 15:48 min [INFO] Finished at: 2016-03-11T07:44:12+00:00 [INFO] Final Memory: 36M/231M [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) ############################## 3 tests failed. FAILED: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler Error Message: Failed on local exception: java.io.IOException: Couldn't set up IO streams: java.lang.IllegalArgumentException: timeout can't be negative; Host Details : local host is: "asf909.gq1.ygridcore.net/67.195.81.153"; destination host is: "localhost":49033; Stack Trace: java.io.IOException: Failed on local exception: java.io.IOException: Couldn't set up IO streams: java.lang.IllegalArgumentException: timeout can't be negative; Host Details : local host is: "asf909.gq1.ygridcore.net/67.195.81.153"; destination host is: "localhost":49033; at sun.nio.ch.SocketAdaptor.setSoTimeout(SocketAdaptor.java:342) at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:643) at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:738) at org.apache.hadoop.ipc.Client$Connection.access$3000(Client.java:378) at org.apache.hadoop.ipc.Client.getConnection(Client.java:1515) at org.apache.hadoop.ipc.Client.call(Client.java:1430) at org.apache.hadoop.ipc.Client.call(Client.java:1391) at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:230) at com.sun.proxy.$Proxy22.getDatanodeReport(Unknown Source) at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getDatanodeReport(ClientNamenodeProtocolTranslatorPB.java:603) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:257) at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:103) at com.sun.proxy.$Proxy23.getDatanodeReport(Unknown Source) at org.apache.hadoop.hdfs.DFSClient.datanodeReport(DFSClient.java:1919) at org.apache.hadoop.hdfs.MiniDFSCluster.waitActive(MiniDFSCluster.java:2469) at org.apache.hadoop.hdfs.MiniDFSCluster.waitActive(MiniDFSCluster.java:2512) at org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:1632) at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:844) at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:482) at org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:441) at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.setUpClass(TestJobHistoryEventHandler.java:93) FAILED: org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler Error Message: null Stack Trace: java.lang.NullPointerException: null at org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.cleanUpClass(TestJobHistoryEventHandler.java:98) FAILED: org.apache.hadoop.mapreduce.v2.app.job.impl.TestJobImpl.testUnusableNodeTransition Error Message: expected:<SUCCEEDED> but was:<ERROR> Stack Trace: java.lang.AssertionError: expected:<SUCCEEDED> but was:<ERROR> 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:144) at org.apache.hadoop.mapreduce.v2.app.job.impl.TestJobImpl.assertJobState(TestJobImpl.java:1012) at org.apache.hadoop.mapreduce.v2.app.job.impl.TestJobImpl.testUnusableNodeTransition(TestJobImpl.java:629)
