See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/140/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 4287 lines...] TestLogAggregationService.testMultipleAppsLogAggregation:416->verifyContainerLogs:812 expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> TestLogAggregationService.testLogAggregationServiceWithRetention:1287->testLogAggregationService:1375->verifyContainerLogs:812 expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> TestLogAggregationService.testLogAggregationServiceWithInterval:1282->testLogAggregationService:1375->verifyContainerLogs:812 expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> TestLogAggregationService.testLogAggregationServiceWithPatterns:1250->verifyContainerLogs:812 expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> Tests run: 288, Failures: 4, Errors: 0, Skipped: 8 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] hadoop-yarn ....................................... SUCCESS [ 2.960 s] [INFO] hadoop-yarn-api ................................... SUCCESS [ 55.795 s] [INFO] hadoop-yarn-common ................................ SUCCESS [02:11 min] [INFO] hadoop-yarn-server ................................ SUCCESS [ 0.054 s] [INFO] hadoop-yarn-server-common ......................... SUCCESS [ 23.184 s] [INFO] hadoop-yarn-server-nodemanager .................... FAILURE [05:17 min] [INFO] hadoop-yarn-server-web-proxy ...................... SKIPPED [INFO] hadoop-yarn-server-applicationhistoryservice ...... SKIPPED [INFO] hadoop-yarn-server-resourcemanager ................ SKIPPED [INFO] hadoop-yarn-server-tests .......................... SKIPPED [INFO] hadoop-yarn-client ................................ SKIPPED [INFO] hadoop-yarn-server-sharedcachemanager ............. SKIPPED [INFO] hadoop-yarn-applications .......................... SKIPPED [INFO] hadoop-yarn-applications-distributedshell ......... SKIPPED [INFO] hadoop-yarn-applications-unmanaged-am-launcher .... SKIPPED [INFO] hadoop-yarn-site .................................. SKIPPED [INFO] hadoop-yarn-registry .............................. SKIPPED [INFO] hadoop-yarn-project ............................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:52 min [INFO] Finished at: 2015-03-22T10:40:57+00:00 [INFO] Final Memory: 78M/724M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-yarn-server-nodemanager: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/Hadoop-Yarn-trunk-Java8/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/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-yarn-server-nodemanager Build step 'Execute shell' marked build as failure Archiving artifacts Recording test results Updating MAPREDUCE-6286 Updating MAPREDUCE-6213 Updating MAPREDUCE-6239 Updating MAPREDUCE-5190 Updating MAPREDUCE-5448 Sending e-mails to: yarn-dev@hadoop.apache.org Email was triggered for: Failure Sending email for trigger: Failure ################################################################################### ############################## FAILED TESTS (if any) ############################## 4 tests failed. FAILED: org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testMultipleAppsLogAggregation Error Message: expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> Stack Trace: org.junit.ComparisonFailure: expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.verifyContainerLogs(TestLogAggregationService.java:812) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testMultipleAppsLogAggregation(TestLogAggregationService.java:416) FAILED: org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLogAggregationServiceWithRetention Error Message: expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> Stack Trace: org.junit.ComparisonFailure: expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.verifyContainerLogs(TestLogAggregationService.java:812) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLogAggregationService(TestLogAggregationService.java:1375) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLogAggregationServiceWithRetention(TestLogAggregationService.java:1287) FAILED: org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLogAggregationServiceWithInterval Error Message: expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> Stack Trace: org.junit.ComparisonFailure: expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.verifyContainerLogs(TestLogAggregationService.java:812) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLogAggregationService(TestLogAggregationService.java:1375) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLogAggregationServiceWithInterval(TestLogAggregationService.java:1282) FAILED: org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLogAggregationServiceWithPatterns Error Message: expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> Stack Trace: org.junit.ComparisonFailure: expected:<...000001 Hello stdout![]> but was:<...000001 Hello stdout![End of LogType:stdout]> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.verifyContainerLogs(TestLogAggregationService.java:812) at org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService.testLogAggregationServiceWithPatterns(TestLogAggregationService.java:1250)