You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/07/22 15:36:19 UTC

Failed: YARN-3877 PreCommit Build #8610

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)



Failed: YARN-3887 PreCommit Build #8612

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/YARN-3887
Build: https://builds.apache.org/job/PreCommit-YARN-Build/8612/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 316 lines...]
|      |                     |            | whitespace.
|  +1  |            install  |  1m 22s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 33s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 25s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  -1  |         yarn tests  |  51m 0s    | Tests failed in 
|      |                     |            | hadoop-yarn-server-resourcemanager.
|      |                     |  90m 1s    | 


           Reason | Tests
 Timed out tests  |  org.apache.hadoop.yarn.server.resourcemanager.TestApplicationCleanup 
                  |  org.apache.hadoop.yarn.server.resourcemanager.TestRM 
                  |  org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12746548/0001-YARN-3887.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 4025326 |
| 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/8612/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.
2ba758e60d06a38784fb7b977f970952e116a416 logged out


============================================================================
============================================================================
                              Finished build.
============================================================================
============================================================================


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8600
Archived 27 artifacts
Archive block size is 32768
Received 41 blocks and 8314549 bytes
Compression is 13.9%
Took 1.8 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed

Failed: YARN-3954 PreCommit Build #8611

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/YARN-3954
Build: https://builds.apache.org/job/PreCommit-YARN-Build/8611/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 232 lines...]
|  +1  |              javac  |  8m 31s    | There were no new javac warning 
|      |                     |            | messages.
|  +1  |            javadoc  |  10m 30s   | There were no new javadoc warning 
|      |                     |            | messages.
|  +1  |      release audit  |  0m 21s    | The applied patch does not increase 
|      |                     |            | the total number of release audit
|      |                     |            | warnings.
|  -1  |         whitespace  |  0m 0s     | The patch has 1 line(s) that end in 
|      |                     |            | whitespace. Use git apply
|      |                     |            | --whitespace=fix.
|  +1  |            install  |  1m 28s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 36s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |         yarn tests  |  2m 0s     | Tests passed in hadoop-yarn-common. 
|      |                     |  40m 3s    | 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12746540/YARN-3954.01.patch |
| Optional Tests | javadoc javac unit |
| git revision | trunk / 4025326 |
| whitespace | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/whitespace.txt |
| hadoop-yarn-common test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-common.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8611/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.
f27d88a72ca20646f4899d76111bd9b35d455ab2 logged out


============================================================================
============================================================================
                              Finished build.
============================================================================
============================================================================


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8600
Archived 16 artifacts
Archive block size is 32768
Received 216 blocks and 1899574 bytes
Compression is 78.8%
Took 0.8 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed