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

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

Results :

Failed tests: 
  TestAbstractYarnScheduler.testResourceRequestRecoveryToTheRightAppAttempt:578 
Attempt state is not correct (timeout). expected:<SCHEDULED> but was:<ALLOCATED>
  TestDelegationTokenRenewer.testCancelWithMultipleAppSubmissions:1156 null
  TestRMRestart.testQueueMetricsOnRMRestart:1849->assertQueueMetrics:1876 
expected:<0> but was:<1>
  TestRMRestart.testFinishedAppRemovalAfterRMRestart:1592 expected null, but 
was:<submit_time: 1462239943795 application_submission_context { application_id 
{ id: 1 cluster_timestamp: 1462239943726 } application_name: "" queue: 
"default" priority { priority: 0 } am_container_spec { } 
cancel_tokens_when_complete: true maxAppAttempts: 2 resource { memory: 1024 
virtual_cores: 1 } applicationType: "YARN" 
keep_containers_across_application_attempts: false 
attempt_failures_validity_interval: 0 } user: "jenkins" start_time: 
1462239943796 application_state: RMAPP_FINISHED finish_time: 1462239943876>

Tests run: 1355, Failures: 4, Errors: 0, Skipped: 3

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop YARN ................................ SUCCESS [  6.538 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [02:07 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [03:39 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [  0.151 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 58.683 s]
[INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [14:11 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 28.366 s]
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... SUCCESS [04:34 min]
[INFO] Apache Hadoop YARN ResourceManager ................ FAILURE [54:38 min]
[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:20 h
[INFO] Finished at: 2016-05-03T02:20:02+00:00
[INFO] Final Memory: 64M/1073M
[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.TestRMRestart.testFinishedAppRemovalAfterRMRestart

Error Message:
expected null, but was:<submit_time: 1462239943795 
application_submission_context { application_id { id: 1 cluster_timestamp: 
1462239943726 } application_name: "" queue: "default" priority { priority: 0 } 
am_container_spec { } cancel_tokens_when_complete: true maxAppAttempts: 2 
resource { memory: 1024 virtual_cores: 1 } applicationType: "YARN" 
keep_containers_across_application_attempts: false 
attempt_failures_validity_interval: 0 } user: "jenkins" start_time: 
1462239943796 application_state: RMAPP_FINISHED finish_time: 1462239943876>

Stack Trace:
java.lang.AssertionError: expected null, but was:<submit_time: 1462239943795 
application_submission_context { application_id { id: 1 cluster_timestamp: 
1462239943726 } application_name: "" queue: "default" priority { priority: 0 } 
am_container_spec { } cancel_tokens_when_complete: true maxAppAttempts: 2 
resource { memory: 1024 virtual_cores: 1 } applicationType: "YARN" 
keep_containers_across_application_attempts: false 
attempt_failures_validity_interval: 0 } user: "jenkins" start_time: 
1462239943796 application_state: RMAPP_FINISHED finish_time: 1462239943876>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotNull(Assert.java:664)
        at org.junit.Assert.assertNull(Assert.java:646)
        at org.junit.Assert.assertNull(Assert.java:656)
        at 
org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testFinishedAppRemovalAfterRMRestart(TestRMRestart.java:1592)


FAILED:  
org.apache.hadoop.yarn.server.resourcemanager.scheduler.TestAbstractYarnScheduler.testResourceRequestRecoveryToTheRightAppAttempt

Error Message:
Attempt state is not correct (timeout). expected:<SCHEDULED> but was:<ALLOCATED>

Stack Trace:
java.lang.AssertionError: Attempt state is not correct (timeout). 
expected:<SCHEDULED> but was:<ALLOCATED>
        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.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:266)
        at 
org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:225)
        at 
org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:207)
        at 
org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForAttemptScheduled(MockRM.java:955)
        at 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.TestAbstractYarnScheduler.testResourceRequestRecoveryToTheRightAppAttempt(TestAbstractYarnScheduler.java:578)


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to