Jira: https://issues.apache.org/jira/browse/YARN-3877
Build: https://builds.apache.org/job/PreCommit-YARN-Build/8610/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 279 lines...]
| +1 | checkstyle | 0m 35s | There were no new checkstyle
| | | | issues.
| +1 | whitespace | 0m 0s | The patch has no lines that end in
| | | | whitespace.
| +1 | install | 1m 25s | mvn install still works.
| +1 | eclipse:eclipse | 0m 35s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 0m 57s | The patch does not introduce any
| | | | new Findbugs (version 3.0.0)
| | | | warnings.
| -1 | yarn tests | 6m 55s | Tests failed in hadoop-yarn-client.
| | | 46m 52s |
Reason | Tests
Failed unit tests | hadoop.yarn.client.api.impl.TestYarnClient
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12746536/YARN-3877.03.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 4025326 |
| hadoop-yarn-client test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-client.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-YARN-Build/8610/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf907.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.
4e6c4809480175e82112ef731f5f2348bf001b8d logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8600
Archived 29 artifacts
Archive block size is 32768
Received 216 blocks and 2432490 bytes
Compression is 74.4%
Took 0.76 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.client.api.impl.TestYarnClient.testReservationAPIs
Error Message:
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException:
The GreedyAgent couldn't find a valid allocation for your request
at org.apache.hadoop.yarn.ipc.RPCUtil.getRemoteException(RPCUtil.java:38)
at
org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.submitReservation(ClientRMService.java:1140)
at
org.apache.hadoop.yarn.api.impl.pb.service.ApplicationClientProtocolPBServiceImpl.submitReservation(ApplicationClientProtocolPBServiceImpl.java:423)
at
org.apache.hadoop.yarn.proto.ApplicationClientProtocol$ApplicationClientProtocolService$2.callBlockingMethod(ApplicationClientProtocol.java:449)
at
org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:636)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:976)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2174)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2170)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2168)
Caused by:
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException:
The GreedyAgent couldn't find a valid allocation for your request
at
org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent.computeAllocation(GreedyReservationAgent.java:134)
at
org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent.createReservation(GreedyReservationAgent.java:58)
at
org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.submitReservation(ClientRMService.java:1123)
... 10 more
Stack Trace:
java.lang.AssertionError:
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException:
The GreedyAgent couldn't find a valid allocation for your request
at
org.apache.hadoop.yarn.ipc.RPCUtil.getRemoteException(RPCUtil.java:38)
at
org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.submitReservation(ClientRMService.java:1140)
at
org.apache.hadoop.yarn.api.impl.pb.service.ApplicationClientProtocolPBServiceImpl.submitReservation(ApplicationClientProtocolPBServiceImpl.java:423)
at
org.apache.hadoop.yarn.proto.ApplicationClientProtocol$ApplicationClientProtocolService$2.callBlockingMethod(ApplicationClientProtocol.java:449)
at
org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:636)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:976)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2174)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2170)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2168)
Caused by:
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException:
The GreedyAgent couldn't find a valid allocation for your request
at
org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent.computeAllocation(GreedyReservationAgent.java:134)
at
org.apache.hadoop.yarn.server.resourcemanager.reservation.GreedyReservationAgent.createReservation(GreedyReservationAgent.java:58)
at
org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.submitReservation(ClientRMService.java:1123)
... 10 more
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.hadoop.yarn.client.api.impl.TestYarnClient.testReservationAPIs(TestYarnClient.java:1253)