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/09/14 23:03:59 UTC

Failed: TEZ-2824 PreCommit Build #1131

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

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


{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12755790/TEZ-2824.1.txt
  against master revision b3ad595.

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

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

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

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

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 3.0.1) 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.mapreduce.TestMRRJobsDAGApi

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/1131//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1131//console

This message is automatically generated.


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


Comment added.
57ecde1e9f7c15a50b086750410e93b55294fff8 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #1128
Archived 53 artifacts
Archive block size is 32768
Received 12 blocks and 2827798 bytes
Compression is 12.2%
Took 1.2 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
6 tests failed.
FAILED:  org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMultipleMRRSleepJobViaSession

Error Message:
Duplicate dag name 'testMRRSleepJobDagSubmit-559'
 at org.apache.tez.dag.app.DAGAppMaster.startDAG(DAGAppMaster.java:2251)
 at org.apache.tez.dag.app.DAGAppMaster.submitDAGToAppMaster(DAGAppMaster.java:1273)
 at org.apache.tez.dag.api.client.DAGClientHandler.submitDAG(DAGClientHandler.java:120)
 at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolBlockingPBServerImpl.submitDAG(DAGClientAMProtocolBlockingPBServerImpl.java:161)
 at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC$DAGClientAMProtocol$2.callBlockingMethod(DAGClientAMProtocolRPC.java:7471)
 at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619)
 at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962)
 at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039)
 at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035)
 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:1628)
 at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033)


Stack Trace:
org.apache.tez.dag.api.TezException: Duplicate dag name 'testMRRSleepJobDagSubmit-559'
	at org.apache.tez.dag.app.DAGAppMaster.startDAG(DAGAppMaster.java:2251)
	at org.apache.tez.dag.app.DAGAppMaster.submitDAGToAppMaster(DAGAppMaster.java:1273)
	at org.apache.tez.dag.api.client.DAGClientHandler.submitDAG(DAGClientHandler.java:120)
	at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolBlockingPBServerImpl.submitDAG(DAGClientAMProtocolBlockingPBServerImpl.java:161)
	at org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC$DAGClientAMProtocol$2.callBlockingMethod(DAGClientAMProtocolRPC.java:7471)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035)
	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:1628)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033)

	at org.apache.hadoop.ipc.Client.call(Client.java:1468)
	at org.apache.hadoop.ipc.Client.call(Client.java:1399)
	at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
	at com.sun.proxy.$Proxy92.submitDAG(Unknown Source)
	at org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:532)
	at org.apache.tez.client.TezClient.submitDAG(TezClient.java:453)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitCore(TestMRRJobsDAGApi.java:797)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMultipleMRRSleepJobViaSession(TestMRRJobsDAGApi.java:554)


FAILED:  org.apache.tez.mapreduce.TestMRRJobsDAGApi.testNonDefaultFSStagingDir

Error Message:
test timed out after 60000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 60000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.tez.client.TezClient.waitNonSessionTillReady(TezClient.java:796)
	at org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:887)
	at org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:847)
	at org.apache.tez.client.TezClient.submitDAG(TezClient.java:455)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testNonDefaultFSStagingDir(TestMRRJobsDAGApi.java:296)


FAILED:  org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmit

Error Message:
test timed out after 60000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 60000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.tez.client.TezClient.waitNonSessionTillReady(TezClient.java:796)
	at org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:887)
	at org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:847)
	at org.apache.tez.client.TezClient.submitDAG(TezClient.java:455)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitCore(TestMRRJobsDAGApi.java:751)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitCore(TestMRRJobsDAGApi.java:594)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmit(TestMRRJobsDAGApi.java:376)


FAILED:  org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitAndKillViaRPC

Error Message:
test timed out after 60000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 60000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.tez.client.TezClient.waitForProxy(TezClient.java:827)
	at org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:516)
	at org.apache.tez.client.TezClient.submitDAG(TezClient.java:453)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitCore(TestMRRJobsDAGApi.java:797)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitCore(TestMRRJobsDAGApi.java:594)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitAndKillViaRPC(TestMRRJobsDAGApi.java:567)


FAILED:  org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitAndKill

Error Message:
test timed out after 60000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 60000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.tez.client.TezClient.waitNonSessionTillReady(TezClient.java:796)
	at org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:887)
	at org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:847)
	at org.apache.tez.client.TezClient.submitDAG(TezClient.java:455)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitCore(TestMRRJobsDAGApi.java:751)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitCore(TestMRRJobsDAGApi.java:594)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitAndKill(TestMRRJobsDAGApi.java:387)


FAILED:  org.apache.tez.mapreduce.TestMRRJobsDAGApi.testAMRelocalizationConflict

Error Message:
test timed out after 120000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 120000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.tez.client.TezClient.waitForProxy(TezClient.java:827)
	at org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:516)
	at org.apache.tez.client.TezClient.submitDAG(TezClient.java:453)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testMRRSleepJobDagSubmitCore(TestMRRJobsDAGApi.java:797)
	at org.apache.tez.mapreduce.TestMRRJobsDAGApi.testAMRelocalizationConflict(TestMRRJobsDAGApi.java:488)



Success: TEZ-2816 PreCommit Build #1134

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 3454 lines...]
[INFO] Final Memory: 82M/916M
[INFO] ------------------------------------------------------------------------




{color:green}+1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12755846/TEZ-2816.3.patch
  against master revision c4817a7.

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

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

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

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

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 3.0.1) warnings.

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

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/1134//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1134//console

This message is automatically generated.


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


Comment added.
7960d1b8044292c068a203f1e04cf94b4d7ab61a logged out


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


Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #1128
Archived 53 artifacts
Archive block size is 32768
Received 12 blocks and 2857804 bytes
Compression is 12.1%
Took 1.9 sec
Description set: TEZ-2816
Recording test results
Email was triggered for: Success
Sending email for trigger: Success



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

Failed: TEZ-2816 PreCommit Build #1133

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

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


======================================================================
======================================================================
    Applying patch.
======================================================================
======================================================================


/home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build@2/build-tools/smart-apply-patch.sh: line 29: /home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build@2/../patchprocess/patch: No such file or directory
/home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build@2/build-tools/smart-apply-patch.sh: line 91: /home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build@2/../patchprocess/patch: No such file or directory
/home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build@2/build-tools/smart-apply-patch.sh: line 128: /home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build@2/../patchprocess/patch: No such file or directory
/home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build@2/build-tools/smart-apply-patch.sh: line 130: /home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build@2/../patchprocess/patch: No such file or directory
The patch does not appear to apply with p0 to p2
rm: cannot remove '/tmp/tmp.paths.31760': No such file or directory
PATCH APPLICATION FAILED




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

    {color:red}-1 @author{color}.  The patch appears to contain  @author tags which the Tez community has agreed to not allow in code contributions.

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

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1133//console

This message is automatically generated.


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


Comment added.
67dd4bbc4c133b5c447e1fe6469bf250ec96790c logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

Failed: TEZ-2774 PreCommit Build #1132

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

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



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

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

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

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

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

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 3.0.1) warnings.

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

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/1132//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1132//console

This message is automatically generated.


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


Comment added.
9641e07a3994fa325e073bcf833607c0d537a8ca logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #1128
Archived 53 artifacts
Archive block size is 32768
Received 15 blocks and 2449603 bytes
Compression is 16.7%
Took 8.3 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