Jira: https://issues.apache.org/jira/browse/YARN-1297
Build: https://builds.apache.org/job/PreCommit-YARN-Build/7887/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 300 lines...]
| | | | whitespace.
| +1 | install | 1m 35s | mvn install still works.
| +1 | eclipse:eclipse | 0m 33s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 1m 16s | The patch does not introduce any
| | | | new Findbugs (version 2.0.3)
| | | | warnings.
| -1 | yarn tests | 52m 19s | Tests failed in
| | | | hadoop-yarn-server-resourcemanager.
| | | 89m 20s |
Reason | Tests
Failed unit tests |
hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairScheduler
|
hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12732250/YARN-1297.4.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 6d5da94 |
| checkstyle |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffcheckstylehadoop-yarn-server-resourcemanager.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/7887/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf906.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.
4b93392873f018d149663297156714f31bcec50c logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #7884
Archived 25 artifacts
Archive block size is 32768
Received 35 blocks and 12189305 bytes
Compression is 8.6%
Took 4.7 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
2 tests failed.
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testMoveRunnableApp
Error Message:
expected:<<memory:0, vCores:0>> but was:<<memory:1024, vCores:1>>
Stack Trace:
java.lang.AssertionError: expected:<<memory:0, vCores:0>> but
was:<<memory:1024, vCores: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:144)
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testMoveRunnableApp(TestAppRunnability.java:234)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairScheduler.testChoiceOfPreemptedContainers
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.scheduler.fair.TestFairScheduler.testChoiceOfPreemptedContainers(TestFairScheduler.java:1630)