Jira: https://issues.apache.org/jira/browse/YARN-3485
Build: https://builds.apache.org/job/PreCommit-YARN-Build/7499/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 268 lines...]
| +1 | release audit | 0m 22s | The applied patch does not increase
| | | | the total number of release audit
| | | | warnings.
| +1 | checkstyle | 5m 25s | There were no new checkstyle
| | | | issues.
| +1 | install | 1m 34s | mvn install still works.
| +1 | eclipse:eclipse | 0m 33s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 1m 15s | The patch does not introduce any
| | | | new Findbugs (version 2.0.3)
| | | | warnings.
| -1 | yarn tests | 52m 18s | Tests failed in
| | | | hadoop-yarn-server-resourcemanager.
| | | 93m 27s |
Reason | Tests
Failed unit tests |
hadoop.yarn.server.resourcemanager.applicationsmanager.TestAMRestart
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12728115/yarn-3485-1.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 78c6b46 |
| 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/7499/testReport/ |
============================================================================
============================================================================
Adding comment to JIRA
============================================================================
============================================================================
Comment added.
77e2cbee42abe3f615b00354397a661569a6d75c logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #7481
Archived 21 artifacts
Archive block size is 32768
Received 2890 blocks and 79933457 bytes
Compression is 54.2%
Took 19 sec
Description set: MAPREDUCE-6333
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.applicationsmanager.TestAMRestart.testShouldNotCountFailureToMaxAttemptRetry
Error Message:
AppAttempt state is not correct (timedout) expected:<ALLOCATED> but
was:<SCHEDULED>
Stack Trace:
java.lang.AssertionError: AppAttempt state is not correct (timedout)
expected:<ALLOCATED> but was:<SCHEDULED>
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.MockAM.waitForState(MockAM.java:86)
at
org.apache.hadoop.yarn.server.resourcemanager.MockRM.sendAMLaunched(MockRM.java:507)
at
org.apache.hadoop.yarn.server.resourcemanager.MockRM.launchAM(MockRM.java:689)
at
org.apache.hadoop.yarn.server.resourcemanager.MockRM.launchAndRegisterAM(MockRM.java:696)
at
org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForNewAMToLaunchAndRegister(MockRM.java:194)
at
org.apache.hadoop.yarn.server.resourcemanager.applicationsmanager.TestAMRestart.testShouldNotCountFailureToMaxAttemptRetry(TestAMRestart.java:392)