See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/1369/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 5355 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.203 sec - in org.apache.hadoop.yarn.webapp.TestRMWithCSRFFilter Results : Failed tests: TestDelegationTokenRenewer.testCancelWithMultipleAppSubmissions:1150 null TestRMRestart.testQueueMetricsOnRMRestart:1849->assertQueueMetrics:1876 expected:<0> but was:<1> Tests in error: TestRMDelegationTokens.testRemoveExpiredMasterKeyInRMStateStore:146 » ConcurrentModification TestSchedulingPolicy.testIsApplicableTo:81 » test timed out after 1000 millis... Tests run: 1355, Failures: 2, Errors: 2, Skipped: 3 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop YARN ................................ SUCCESS [ 5.960 s] [INFO] Apache Hadoop YARN API ............................ SUCCESS [01:56 min] [INFO] Apache Hadoop YARN Common ......................... SUCCESS [03:10 min] [INFO] Apache Hadoop YARN Server ......................... SUCCESS [ 0.093 s] [INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 46.217 s] [INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [14:13 min] [INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 47.194 s] [INFO] Apache Hadoop YARN ApplicationHistoryService ...... SUCCESS [06:25 min] [INFO] Apache Hadoop YARN ResourceManager ................ FAILURE [ 01:01 h] [INFO] Apache Hadoop YARN Server Tests ................... SKIPPED [INFO] Apache Hadoop YARN Client ......................... SKIPPED [INFO] Apache Hadoop YARN SharedCacheManager ............. SKIPPED [INFO] Apache Hadoop YARN Timeline Plugin Storage ........ 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:29 h [INFO] Finished at: 2016-04-29T06:10:05+00:00 [INFO] Final Memory: 65M/976M [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 was a timeout or other error in the fork -> [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 Sending e-mails to: [email protected] Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ################################################################################### ############################## FAILED TESTS (if any) ############################## 4 tests failed. FAILED: org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testQueueMetricsOnRMRestart Error Message: expected:<0> but was:<1> Stack Trace: java.lang.AssertionError: expected:<0> but was:<1> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.assertQueueMetrics(TestRMRestart.java:1876) at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testQueueMetricsOnRMRestart(TestRMRestart.java:1849) FAILED: org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestSchedulingPolicy.testIsApplicableTo Error Message: test timed out after 1000 milliseconds Stack Trace: java.lang.Exception: test timed out after 1000 milliseconds at org.apache.xerces.dom.DeferredDocumentImpl.getNodeObject(Unknown Source) at org.apache.xerces.dom.DeferredDocumentImpl.synchronizeChildren(Unknown Source) at org.apache.xerces.dom.CoreDocumentImpl.getDocumentElement(Unknown Source) at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2656) at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2580) at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2484) at org.apache.hadoop.conf.Configuration.get(Configuration.java:1296) at org.apache.hadoop.yarn.factory.providers.RecordFactoryProvider.getRecordFactory(RecordFactoryProvider.java:49) at org.apache.hadoop.yarn.util.Records.<clinit>(Records.java:33) at org.apache.hadoop.yarn.util.resource.Resources.createResource(Resources.java:102) at org.apache.hadoop.yarn.util.resource.Resources.createResource(Resources.java:98) at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.FairSharePolicy$FairShareComparator.<clinit>(FairSharePolicy.java:71) at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies.FairSharePolicy.<clinit>(FairSharePolicy.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:408) at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:132) at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.SchedulingPolicy.getInstance(SchedulingPolicy.java:55) at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.SchedulingPolicy.<clinit>(SchedulingPolicy.java:43) at org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestSchedulingPolicy.testIsApplicableTo(TestSchedulingPolicy.java:81) FAILED: org.apache.hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer.testCancelWithMultipleAppSubmissions Error Message: null Stack Trace: java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertFalse(Assert.java:64) at org.junit.Assert.assertFalse(Assert.java:74) at org.apache.hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer.testCancelWithMultipleAppSubmissions(TestDelegationTokenRenewer.java:1150) FAILED: org.apache.hadoop.yarn.server.resourcemanager.security.TestRMDelegationTokens.testRemoveExpiredMasterKeyInRMStateStore Error Message: null Stack Trace: java.util.ConcurrentModificationException: null at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429) at java.util.HashMap$KeyIterator.next(HashMap.java:1453) at java.util.AbstractCollection.containsAll(AbstractCollection.java:317) at java.util.AbstractSet.equals(AbstractSet.java:95) at org.junit.Assert.isEquals(Assert.java:131) at org.junit.Assert.equalsRegardingNull(Assert.java:127) at org.junit.Assert.assertEquals(Assert.java:111) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.hadoop.yarn.server.resourcemanager.security.TestRMDelegationTokens.testRemoveExpiredMasterKeyInRMStateStore(TestRMDelegationTokens.java:146)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
