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/07/22 21:20:38 UTC

Failed: YARN-3212 PreCommit Build #8618

Jira: https://issues.apache.org/jira/browse/YARN-3212
Build: https://builds.apache.org/job/PreCommit-YARN-Build/8618/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 300 lines...]
|      |                     |            | --whitespace=fix.
|  +1  |            install  |  1m 22s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 33s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 26s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  -1  |         yarn tests  |  51m 46s   | Tests failed in 
|      |                     |            | hadoop-yarn-server-resourcemanager.
|      |                     |  90m 8s    | 


             Reason | Tests
 Failed unit tests  |  hadoop.yarn.server.resourcemanager.TestRMNodeTransitions 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12746591/YARN-3212-v4.1.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 4025326 |
| checkstyle |  /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffcheckstylehadoop-yarn-server-resourcemanager.txt |
| whitespace | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/whitespace.txt |
| hadoop-yarn-server-resourcemanager test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8618/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf905.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |


============================================================================
============================================================================
                          Adding comment to JIRA
============================================================================
============================================================================


Comment added.
9872d313728d20beacf3e938436c26afebde33f8 logged out


============================================================================
============================================================================
                              Finished build.
============================================================================
============================================================================


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8600
Archived 30 artifacts
Archive block size is 32768
Received 39 blocks and 11852708 bytes
Compression is 9.7%
Took 2.4 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
FAILED:  org.apache.hadoop.yarn.server.resourcemanager.TestRMNodeTransitions.testStatusUpdateOnDecommissioningNode

Error Message:
expected:<DECOMMISSIONING> but was:<DECOMMISSIONED>

Stack Trace:
java.lang.AssertionError: expected:<DECOMMISSIONING> but was:<DECOMMISSIONED>
	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:144)
	at org.apache.hadoop.yarn.server.resourcemanager.TestRMNodeTransitions.testStatusUpdateOnDecommissioningNode(TestRMNodeTransitions.java:238)