See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/139/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 4295 lines...]
[INFO] Reactor Summary:
[INFO] 
[INFO] hadoop-yarn ....................................... SUCCESS [  3.040 s]
[INFO] hadoop-yarn-api ................................... SUCCESS [ 55.562 s]
[INFO] hadoop-yarn-common ................................ SUCCESS [02:11 min]
[INFO] hadoop-yarn-server ................................ SUCCESS [  0.051 s]
[INFO] hadoop-yarn-server-common ......................... SUCCESS [ 34.244 s]
[INFO] hadoop-yarn-server-nodemanager .................... FAILURE [05:11 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:57 min
[INFO] Finished at: 2015-03-21T10:41:29+00:00
[INFO] Final Memory: 79M/766M
[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 YARN-3369
Updating HADOOP-11447
Updating YARN-3269
Updating MAPREDUCE-6282
Updating HDFS-7957
Updating YARN-3350
Updating HDFS-6841
Updating HDFS-7835
Updating HADOOP-11709
Updating YARN-2777
Updating YARN-3345
Updating HDFS-7829
Updating YARN-3356
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.
REGRESSION:  
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)


REGRESSION:  
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)


REGRESSION:  
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)


REGRESSION:  
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)


Reply via email to