Jira: https://issues.apache.org/jira/browse/YARN-3271
Build: https://builds.apache.org/job/PreCommit-YARN-Build/7549/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 267 lines...]
| +1 | install | 1m 43s | mvn install still works.
| +1 | eclipse:eclipse | 0m 35s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 1m 30s | The patch does not introduce any
| | | | new Findbugs (version 2.0.3)
| | | | warnings.
| -1 | yarn tests | 51m 45s | Tests failed in
| | | | hadoop-yarn-server-resourcemanager.
| | | 76m 33s |
Reason | Tests
Failed unit tests |
hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability
|
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation
Timed out tests |
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacityScheduler
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12729398/YARN-3271.2.patch |
| Optional Tests | javac unit findbugs checkstyle |
| git revision | trunk / aa22450 |
| 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/7549/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf903.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.
7b6bd1c643e10e2cd130c5d9f453939994c8db62 logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #7545
Archived 19 artifacts
Archive block size is 32768
Received 469 blocks and 75051091 bytes
Compression is 17.0%
Took 40 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
9 tests failed.
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation.testAMContainerAllocationWhenDNSUnavailable
Error Message:
test timed out after 30000 milliseconds
Stack Trace:
java.lang.Exception: test timed out after 30000 milliseconds
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.yarn.server.resourcemanager.MockRM.waitForState(MockRM.java:151)
at
org.apache.hadoop.yarn.server.resourcemanager.MockRM.launchAM(MockRM.java:692)
at
org.apache.hadoop.yarn.server.resourcemanager.MockRM.launchAndRegisterAM(MockRM.java:702)
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation.testAMContainerAllocationWhenDNSUnavailable(TestContainerAllocation.java:329)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testMoveRunnableApp
Error Message:
Cannot initialize service
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
null configuration
Stack Trace:
org.apache.hadoop.service.ServiceStateException: Cannot initialize service
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
null configuration
at
org.apache.hadoop.service.AbstractService.init(AbstractService.java:153)
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testMoveRunnableApp(TestAppRunnability.java:217)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testMoveNonRunnableApp
Error Message:
Cannot initialize service
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
null configuration
Stack Trace:
org.apache.hadoop.service.ServiceStateException: Cannot initialize service
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
null configuration
at
org.apache.hadoop.service.AbstractService.init(AbstractService.java:153)
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testMoveNonRunnableApp(TestAppRunnability.java:256)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testAppAdditionAndRemoval
Error Message:
Cannot initialize service
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
null configuration
Stack Trace:
org.apache.hadoop.service.ServiceStateException: Cannot initialize service
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
null configuration
at
org.apache.hadoop.service.AbstractService.init(AbstractService.java:153)
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testAppAdditionAndRemoval(TestAppRunnability.java:115)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testNotUserAsDefaultQueue
Error Message:
null
Stack Trace:
java.lang.NullPointerException: null
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testNotUserAsDefaultQueue(TestAppRunnability.java:99)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testUserAsDefaultQueue
Error Message:
null
Stack Trace:
java.lang.NullPointerException: null
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testUserAsDefaultQueue(TestAppRunnability.java:83)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testPreemptionVariablesForQueueCreatedRuntime
Error Message:
null
Stack Trace:
java.lang.NullPointerException: null
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testPreemptionVariablesForQueueCreatedRuntime(TestAppRunnability.java:149)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testDontAllowUndeclaredPools
Error Message:
null
Stack Trace:
java.lang.NullPointerException: null
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testDontAllowUndeclaredPools(TestAppRunnability.java:175)
FAILED:
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testMoveMakesAppRunnable
Error Message:
Cannot initialize service
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
null configuration
Stack Trace:
org.apache.hadoop.service.ServiceStateException: Cannot initialize service
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
null configuration
at
org.apache.hadoop.service.AbstractService.init(AbstractService.java:153)
at
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.TestAppRunnability.testMoveMakesAppRunnable(TestAppRunnability.java:278)