Jira: https://issues.apache.org/jira/browse/YARN-3971
Build: https://builds.apache.org/job/PreCommit-YARN-Build/8670/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 306 lines...]
| +1 | install | 1m 22s | mvn install still works.
| +1 | eclipse:eclipse | 0m 34s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 3m 0s | The patch does not introduce any
| | | | new Findbugs (version 3.0.0)
| | | | warnings.
| +1 | yarn tests | 1m 58s | Tests passed in hadoop-yarn-common.
| -1 | yarn tests | 52m 58s | Tests failed in
| | | | hadoop-yarn-server-resourcemanager.
| | | 96m 55s |
Reason | Tests
Failed unit tests |
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestApplicationPriority
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12747193/0002-YARN-3971.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 156f24e |
| checkstyle |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffcheckstylehadoop-yarn-common.txt
|
| hadoop-yarn-common test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-common.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/8670/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.
d3110f42de98124ce4cf2f948c6f2b3e6ef8bcdc logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8664
Archived 44 artifacts
Archive block size is 32768
Received 61 blocks and 12101353 bytes
Compression is 14.2%
Took 2.5 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.
REGRESSION:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestApplicationPriority.testPriorityWithPendingApplications
Error Message:
Attempt state is not correct (timedout): expected: ALLOCATED actual: SCHEDULED
Stack Trace:
java.lang.AssertionError: Attempt state is not correct (timedout): expected:
ALLOCATED actual: SCHEDULED
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.hadoop.yarn.server.resourcemanager.MockAM.waitForState(MockAM.java:98)
at
org.apache.hadoop.yarn.server.resourcemanager.MockRM.sendAMLaunched(MockRM.java:573)
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestApplicationPriority.testPriorityWithPendingApplications(TestApplicationPriority.java:312)