You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/05/21 07:49:58 UTC

Failed: TEZ-1273 PreCommit Build #715

Jira: https://issues.apache.org/jira/browse/TEZ-1273
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/715/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2570 lines...]


{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12734332/TEZ-1273-7.patch
  against master revision 7c16b10.

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 10 new or modified test files.

      {color:red}-1 javac{color}.  The applied patch generated 162 javac compiler warnings (more than the master's current 161 warnings).

    {color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

    {color:red}-1 findbugs{color}.  The patch appears to introduce 1 new Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in :
                   org.apache.tez.dag.app.TestMockDAGAppMaster

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/715//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-TEZ-Build/715//artifact/patchprocess/newPatchFindbugsWarningstez-dag.html
Javac warnings: https://builds.apache.org/job/PreCommit-TEZ-Build/715//artifact/patchprocess/diffJavacWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/715//console

This message is automatically generated.


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================


Comment added.
8ad9a5be7259769f42cd3ddbb7040693758e47e5 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #714
Archived 48 artifacts
Archive block size is 32768
Received 22 blocks and 2171413 bytes
Compression is 24.9%
Took 1.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.
FAILED:  org.apache.tez.dag.app.TestMockDAGAppMaster.testSessionTimeoutWhenRunning

Error Message:
test timed out after 20000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 20000 milliseconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Thread.join(Thread.java:1281)
	at java.lang.Thread.join(Thread.java:1355)
	at org.apache.tez.common.AsyncDispatcher.serviceStop(AsyncDispatcher.java:161)
	at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221)
	at org.apache.hadoop.service.ServiceOperations.stop(ServiceOperations.java:52)
	at org.apache.hadoop.service.ServiceOperations.stopQuietly(ServiceOperations.java:80)
	at org.apache.hadoop.service.ServiceOperations.stopQuietly(ServiceOperations.java:65)
	at org.apache.tez.dag.app.DAGAppMaster.stopServices(DAGAppMaster.java:1803)
	at org.apache.tez.dag.app.DAGAppMaster.serviceStop(DAGAppMaster.java:1950)
	at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221)
	at org.apache.tez.client.LocalClient.close(LocalClient.java:115)
	at org.apache.tez.client.TezClient.stop(TezClient.java:528)
	at org.apache.tez.dag.app.TestMockDAGAppMaster.testSessionTimeoutWhenRunning(TestMockDAGAppMaster.java:1119)