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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 346.56 KB...]




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

    {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.test.TestSecureShuffle
                  org.apache.tez.test.TestAMRecovery

                                      The following test timeouts occurred in :
 org.apache.tez.test.TestRecovery
org.apache.tez.tests.TestExternalTezServicesErrors

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

This message is automatically generated.


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




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


Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 3.61 MB of artifacts by 26.9% relative to #2805
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
5 tests failed.
FAILED:  
org.apache.tez.test.TestAMRecovery.testVertexCompletelyFinished_Broadcast

Error Message:
test timed out after 120000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 120000 milliseconds
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at org.apache.hadoop.ipc.Client.call(Client.java:1466)
        at org.apache.hadoop.ipc.Client.call(Client.java:1412)
        at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229)
        at com.sun.proxy.$Proxy98.getApplicationReport(Unknown Source)
        at 
org.apache.hadoop.yarn.api.impl.pb.client.ApplicationClientProtocolPBClientImpl.getApplicationReport(ApplicationClientProtocolPBClientImpl.java:191)
        at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:191)
        at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
        at com.sun.proxy.$Proxy99.getApplicationReport(Unknown Source)
        at 
org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.getApplicationReport(YarnClientImpl.java:430)
        at 
org.apache.tez.client.TezYarnClient.getApplicationReport(TezYarnClient.java:94)
        at 
org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl.getAppReport(DAGClientRPCImpl.java:245)
        at 
org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl.createAMProxyIfNeeded(DAGClientRPCImpl.java:270)
        at 
org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl.getDAGStatus(DAGClientRPCImpl.java:95)
        at 
org.apache.tez.dag.api.client.DAGClientImpl.getDAGStatusViaAM(DAGClientImpl.java:371)
        at 
org.apache.tez.dag.api.client.DAGClientImpl.getDAGStatusInternal(DAGClientImpl.java:221)
        at 
org.apache.tez.dag.api.client.DAGClientImpl.getDAGStatus(DAGClientImpl.java:208)
        at 
org.apache.tez.dag.api.client.DAGClientImpl._waitForCompletionWithStatusUpdates(DAGClientImpl.java:540)
        at 
org.apache.tez.dag.api.client.DAGClientImpl.waitForCompletionWithStatusUpdates(DAGClientImpl.java:349)
        at 
org.apache.tez.test.TestAMRecovery.runDAGAndVerify(TestAMRecovery.java:416)
        at 
org.apache.tez.test.TestAMRecovery.testVertexCompletelyFinished_Broadcast(TestAMRecovery.java:242)


FAILED:  
org.apache.tez.test.TestSecureShuffle.testSecureShuffle[test[sslInCluster:true, 
resultWithTezSSL:0, resultWithoutTezSSL:1, asyncHttp:false]]

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:542)
        at 
org.apache.tez.test.TestSecureShuffle.baseTest(TestSecureShuffle.java:158)
        at 
org.apache.tez.test.TestSecureShuffle.testSecureShuffle(TestSecureShuffle.java:171)


FAILED:  
org.apache.tez.test.TestSecureShuffle.testSecureShuffle[test[sslInCluster:true, 
resultWithTezSSL:0, resultWithoutTezSSL:1, asyncHttp:true]]

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:542)
        at 
org.apache.tez.test.TestSecureShuffle.baseTest(TestSecureShuffle.java:158)
        at 
org.apache.tez.test.TestSecureShuffle.testSecureShuffle(TestSecureShuffle.java:171)


FAILED:  
org.apache.tez.test.TestSecureShuffle.testSecureShuffle[test[sslInCluster:false,
 resultWithTezSSL:1, resultWithoutTezSSL:0, asyncHttp:true]]

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:542)
        at 
org.apache.tez.test.TestSecureShuffle.baseTest(TestSecureShuffle.java:158)
        at 
org.apache.tez.test.TestSecureShuffle.testSecureShuffle(TestSecureShuffle.java:176)


FAILED:  
org.apache.tez.test.TestSecureShuffle.testSecureShuffle[test[sslInCluster:false,
 resultWithTezSSL:1, resultWithoutTezSSL:0, asyncHttp:false]]

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:555)
        at org.junit.Assert.assertEquals(Assert.java:542)
        at 
org.apache.tez.test.TestSecureShuffle.baseTest(TestSecureShuffle.java:158)
        at 
org.apache.tez.test.TestSecureShuffle.testSecureShuffle(TestSecureShuffle.java:176)

Reply via email to