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/10/10 10:15:56 UTC

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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 5568 lines...]
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0
Running org.apache.hadoop.yarn.client.cli.TestRMAdminCLI
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.673 sec - in org.apache.hadoop.yarn.client.cli.TestRMAdminCLI

Results :

Tests in error: 
  TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart:187 ยป NullPointer

Tests run: 168, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop YARN ................................ SUCCESS [  3.305 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [01:21 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [02:22 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [  0.067 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 39.426 s]
[INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [08:53 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 18.544 s]
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... SUCCESS [03:08 min]
[INFO] Apache Hadoop YARN ResourceManager ................ SUCCESS [57:20 min]
[INFO] Apache Hadoop YARN Server Tests ................... SUCCESS [01:55 min]
[INFO] Apache Hadoop YARN Client ......................... FAILURE [06:52 min]
[INFO] Apache Hadoop YARN SharedCacheManager ............. SKIPPED
[INFO] Apache Hadoop YARN Applications ................... SKIPPED
[INFO] Apache Hadoop YARN DistributedShell ............... SKIPPED
[INFO] Apache Hadoop YARN Unmanaged Am Launcher .......... SKIPPED
[INFO] Apache Hadoop YARN Site ........................... SKIPPED
[INFO] Apache Hadoop YARN Registry ....................... SKIPPED
[INFO] Apache Hadoop YARN Project ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:22 h
[INFO] Finished at: 2015-10-10T08:16:28+00:00
[INFO] Final Memory: 80M/990M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-yarn-client: 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-client/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-client
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Updating HADOOP-12469
Sending e-mails to: yarn-dev@hadoop.apache.org
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
FAILED:  org.apache.hadoop.yarn.client.api.impl.TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.AppSchedulingInfo.isRequestLabelChanged(AppSchedulingInfo.java:420)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.AppSchedulingInfo.updateResourceRequests(AppSchedulingInfo.java:342)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicationAttempt.updateResourceRequests(SchedulerApplicationAttempt.java:300)
	at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fifo.FifoScheduler.allocate(FifoScheduler.java:350)
	at org.apache.hadoop.yarn.client.api.impl.TestAMRMClientOnRMRestart$MyFifoScheduler.allocate(TestAMRMClientOnRMRestart.java:544)
	at org.apache.hadoop.yarn.server.resourcemanager.ApplicationMasterService.allocate(ApplicationMasterService.java:507)
	at org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl.allocate(AMRMClientImpl.java:277)
	at org.apache.hadoop.yarn.client.api.impl.TestAMRMClientOnRMRestart.testAMRMClientResendsRequestsOnRMRestart(TestAMRMClientOnRMRestart.java:187)