You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/02/08 17:24:06 UTC

Hadoop-Yarn-trunk-Java8 - Build # 98 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 4942 lines...]
[INFO] Reactor Summary:
[INFO] 
[INFO] hadoop-yarn ....................................... SUCCESS [  2.673 s]
[INFO] hadoop-yarn-api ................................... SUCCESS [ 57.231 s]
[INFO] hadoop-yarn-common ................................ SUCCESS [02:01 min]
[INFO] hadoop-yarn-server ................................ SUCCESS [  0.061 s]
[INFO] hadoop-yarn-server-common ......................... SUCCESS [ 32.265 s]
[INFO] hadoop-yarn-server-nodemanager .................... SUCCESS [06:03 min]
[INFO] hadoop-yarn-server-web-proxy ...................... SUCCESS [ 13.936 s]
[INFO] hadoop-yarn-server-applicationhistoryservice ...... SUCCESS [02:46 min]
[INFO] hadoop-yarn-server-resourcemanager ................ FAILURE [47:00 min]
[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: 59:38 min
[INFO] Finished at: 2015-02-08T16:23:45+00:00
[INFO] Final Memory: 74M/885M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-yarn-server-resourcemanager: 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-resourcemanager/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-resourcemanager
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Updating YARN-3089
Updating HDFS-7732
Updating HADOOP-11485
Updating HDFS-7710
Updating HADOOP-11520
Updating HDFS-7720
Updating HDFS-7751
Updating MAPREDUCE-6227
Updating HDFS-7738
Updating HADOOP-11535
Updating YARN-2694
Updating YARN-3144
Updating YARN-3143
Sending e-mails to: yarn-dev@hadoop.apache.org
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
FAILED:  org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testRMRestartGetApplicationList[1]

Error Message:

rMAppManager.logApplicationSummary(
    isA(org.apache.hadoop.yarn.api.records.ApplicationId)
);
Wanted 3 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testRMRestartGetApplicationList(TestRMRestart.java:965)
But was 2 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.handle(RMAppManager.java:66)


Stack Trace:
org.mockito.exceptions.verification.TooLittleActualInvocations: 
rMAppManager.logApplicationSummary(
    isA(org.apache.hadoop.yarn.api.records.ApplicationId)
);
Wanted 3 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testRMRestartGetApplicationList(TestRMRestart.java:965)
But was 2 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.RMAppManager.handle(RMAppManager.java:66)

	at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testRMRestartGetApplicationList(TestRMRestart.java:965)