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/06 12:36:05 UTC

Hadoop-Yarn-trunk - Build # 830 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 8518 lines...]
[INFO] hadoop-yarn-server-nodemanager .................... SUCCESS [06:12 min]
[INFO] hadoop-yarn-server-web-proxy ...................... SUCCESS [ 23.660 s]
[INFO] hadoop-yarn-server-applicationhistoryservice ...... SUCCESS [03:01 min]
[INFO] hadoop-yarn-server-resourcemanager ................ FAILURE [47:38 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: 01:03 h
[INFO] Finished at: 2015-02-06T11:35:48+00:00
[INFO] Final Memory: 61M/714M
[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/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 HADOOP-6964
Updating MAPREDUCE-6233
Updating HADOOP-11543
Updating YARN-1582
Updating YARN-1537
Updating HADOOP-7713
Updating YARN-3101
Updating HDFS-7741
Updating HADOOP-9044
Updating YARN-3145
Updating YARN-1904
Updating HDFS-7270
Updating HDFS-7709
Updating MAPREDUCE-6186
Updating YARN-3149
Updating HDFS-7655
Updating HADOOP-11463
Updating HADOOP-11506
Updating HADOOP-11526
Updating HDFS-7698
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.webapp.TestRMWebServicesApps.testAppsQueryFinishBeginEnd

Error Message:
JSONObject["apps"] not found.

Stack Trace:
org.codehaus.jettison.json.JSONException: JSONObject["apps"] not found.
	at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:360)
	at org.codehaus.jettison.json.JSONObject.getJSONObject(JSONObject.java:454)
	at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesApps.testAppsQueryFinishBeginEnd(TestRMWebServicesApps.java:785)