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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 348.19 KB...]
[ERROR]   mvn <goals> -rf :tez-runtime-library
[INFO] Build failures were ignored.




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

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

    {color:green}+1 tests included{color}.  The patch appears to include 3 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:red}-1 core tests{color}.  The patch failed these unit tests in :
                   org.apache.tez.test.TestRecovery
                  org.apache.tez.test.TestDAGRecovery
                  org.apache.tez.test.TestAMRecovery
                  
org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter
                  
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion
                  org.apache.tez.dag.app.TestRecoveryParser
                  org.apache.tez.dag.app.dag.impl.TestDAGRecovery

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

This message is automatically generated.


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




======================================================================
======================================================================
    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 - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
28 tests failed.
FAILED:  org.apache.tez.dag.app.TestRecoveryParser.testRecoveryData

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:149)
        at java.lang.StringCoding.decode(StringCoding.java:193)
        at java.lang.String.<init>(String.java:426)
        at 
com.google.protobuf.LiteralByteString.toString(LiteralByteString.java:148)
        at com.google.protobuf.ByteString.toStringUtf8(ByteString.java:572)
        at 
com.google.protobuf.LazyStringArrayList.get(LazyStringArrayList.java:92)
        at 
com.google.protobuf.LazyStringArrayList.get(LazyStringArrayList.java:64)
        at java.util.AbstractList$Itr.next(AbstractList.java:358)
        at 
com.google.protobuf.UnmodifiableLazyStringList$2.next(UnmodifiableLazyStringList.java:138)
        at 
com.google.protobuf.UnmodifiableLazyStringList$2.next(UnmodifiableLazyStringList.java:128)
        at java.util.AbstractCollection.addAll(AbstractCollection.java:343)
        at java.util.HashSet.<init>(HashSet.java:120)
        at 
org.apache.tez.dag.api.DagTypeConverters.convertVertexLocationHintFromProto(DagTypeConverters.java:700)
        at 
org.apache.tez.dag.history.events.VertexConfigurationDoneEvent.fromProto(VertexConfigurationDoneEvent.java:126)
        at 
org.apache.tez.dag.history.events.VertexConfigurationDoneEvent.fromProtoStream(VertexConfigurationDoneEvent.java:168)
        at 
org.apache.tez.dag.app.RecoveryParser.getNextEvent(RecoveryParser.java:342)
        at 
org.apache.tez.dag.app.RecoveryParser.parseRecoveryData(RecoveryParser.java:756)
        at 
org.apache.tez.dag.app.TestRecoveryParser.testRecoveryData(TestRecoveryParser.java:727)


FAILED:  
org.apache.tez.dag.app.TestRecoveryParser.testLastCorruptedRecoveryRecord

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertNotNull(Assert.java:621)
        at org.junit.Assert.assertNotNull(Assert.java:631)
        at 
org.apache.tez.dag.app.TestRecoveryParser.testLastCorruptedRecoveryRecord(TestRecoveryParser.java:296)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testVertexRecoverFromInitedAndReconfigureDone

Error Message:
expected:<RUNNING> but was:<ERROR>

Stack Trace:
java.lang.AssertionError: expected:<RUNNING> but was:<ERROR>
        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:144)
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testVertexRecoverFromInitedAndReconfigureDone(TestDAGRecovery.java:753)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromNewToFailed

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromNewToFailed(TestDAGRecovery.java:948)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testVertexRecoverFromStart

Error Message:
expected:<RUNNING> but was:<ERROR>

Stack Trace:
java.lang.AssertionError: expected:<RUNNING> but was:<ERROR>
        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:144)
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testVertexRecoverFromStart(TestDAGRecovery.java:790)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromNewToKilled

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromNewToKilled(TestDAGRecovery.java:977)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTaskRecoverFromKilled

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTaskRecoverFromKilled(TestDAGRecovery.java:839)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTaskRecoverFromSucceeded

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTaskRecoverFromSucceeded(TestDAGRecovery.java:896)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromRunning

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromRunning(TestDAGRecovery.java:1003)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTaskRecoverFromStarted

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTaskRecoverFromStarted(TestDAGRecovery.java:859)


FAILED:  org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromFailed

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromFailed(TestDAGRecovery.java:1126)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromSucceeded

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromSucceeded(TestDAGRecovery.java:1037)


FAILED:  org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromKilled

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromKilled(TestDAGRecovery.java:1157)


FAILED:  
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromSucceeded_OutputCommitterRecoveryNotSupported

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.dag.impl.TestDAGRecovery.testTARecoverFromSucceeded_OutputCommitterRecoveryNotSupported(TestDAGRecovery.java:1095)


FAILED:  
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion.testDefaultProtoConversion

Error Message:
While parsing a protocol message, the input ended unexpectedly in the middle of 
a field.  This could mean either than the input has been truncated or that an 
embedded message misreported its own length.

Stack Trace:
com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol 
message, the input ended unexpectedly in the middle of a field.  This could 
mean either than the input has been truncated or that an embedded message 
misreported its own length.
        at 
com.google.protobuf.InvalidProtocolBufferException.truncatedMessage(InvalidProtocolBufferException.java:70)
        at 
com.google.protobuf.CodedInputStream.refillBuffer(CodedInputStream.java:728)
        at 
com.google.protobuf.CodedInputStream.readRawByte(CodedInputStream.java:769)
        at 
com.google.protobuf.CodedInputStream.readRawVarint32(CodedInputStream.java:373)
        at 
com.google.protobuf.CodedInputStream.readMessage(CodedInputStream.java:303)
        at 
org.apache.tez.dag.history.events.AMLaunchedEvent.fromProtoStream(AMLaunchedEvent.java:93)
        at 
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion.testProtoConversion(TestHistoryEventsProtoConversion.java:102)
        at 
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion.testAMLaunchedEvent(TestHistoryEventsProtoConversion.java:153)
        at 
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion.testDefaultProtoConversion(TestHistoryEventsProtoConversion.java:776)


FAILED:  
org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter.testEmptyCaseFileLengths

Error Message:
Number of empty partitions did not match!

Stack Trace:
java.lang.AssertionError: Number of empty partitions did not match!
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter.testEmptyCaseFileLengthsHelper(TestDefaultSorter.java:321)
        at 
org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter.testEmptyCaseFileLengths(TestDefaultSorter.java:288)


FAILED:  
org.apache.tez.test.TestAMRecovery.testVertexPartiallyFinished_Broadcast

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestAMRecovery.runDAGAndVerify(TestAMRecovery.java:414)
        at 
org.apache.tez.test.TestAMRecovery.testVertexPartiallyFinished_Broadcast(TestAMRecovery.java:207)


FAILED:  org.apache.tez.test.TestAMRecovery.testVertexPartialFinished_One2One

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestAMRecovery.runDAGAndVerify(TestAMRecovery.java:414)
        at 
org.apache.tez.test.TestAMRecovery.testVertexPartialFinished_One2One(TestAMRecovery.java:270)


FAILED:  
org.apache.tez.test.TestAMRecovery.testVertexPartiallyFinished_ScatterGather

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestAMRecovery.runDAGAndVerify(TestAMRecovery.java:414)
        at 
org.apache.tez.test.TestAMRecovery.testVertexPartiallyFinished_ScatterGather(TestAMRecovery.java:334)


FAILED:  
org.apache.tez.test.TestAMRecovery.testVertexCompletelyFinished_ScatterGather

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestAMRecovery.runDAGAndVerify(TestAMRecovery.java:414)
        at 
org.apache.tez.test.TestAMRecovery.testVertexCompletelyFinished_ScatterGather(TestAMRecovery.java:366)


FAILED:  org.apache.tez.test.TestAMRecovery.testVertexCompletelyFinished_One2One

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestAMRecovery.runDAGAndVerify(TestAMRecovery.java:414)
        at 
org.apache.tez.test.TestAMRecovery.testVertexCompletelyFinished_One2One(TestAMRecovery.java:302)


FAILED:  org.apache.tez.test.TestAMRecovery.testHighMaxAttempt

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestAMRecovery.runDAGAndVerify(TestAMRecovery.java:414)
        at 
org.apache.tez.test.TestAMRecovery.testHighMaxAttempt(TestAMRecovery.java:404)


FAILED:  
org.apache.tez.test.TestAMRecovery.testVertexCompletelyFinished_Broadcast

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestAMRecovery.runDAGAndVerify(TestAMRecovery.java:414)
        at 
org.apache.tez.test.TestAMRecovery.testVertexCompletelyFinished_Broadcast(TestAMRecovery.java:238)


FAILED:  org.apache.tez.test.TestDAGRecovery.testBasicRecovery

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestDAGRecovery.runDAGAndVerify(TestDAGRecovery.java:167)
        at 
org.apache.tez.test.TestDAGRecovery.testBasicRecovery(TestDAGRecovery.java:179)


FAILED:  org.apache.tez.test.TestDAGRecovery.testDelayedInit

Error Message:
expected:<SUCCEEDED> but was:<FAILED>

Stack Trace:
java.lang.AssertionError: expected:<SUCCEEDED> but was:<FAILED>
        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:144)
        at 
org.apache.tez.test.TestDAGRecovery.runDAGAndVerify(TestDAGRecovery.java:167)
        at 
org.apache.tez.test.TestDAGRecovery.testDelayedInit(TestDAGRecovery.java:191)


FAILED:  org.apache.tez.test.TestRecovery.testRecovery_HashJoin

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.TestRecovery.testHashJoinExample(TestRecovery.java:527)
        at 
org.apache.tez.test.TestRecovery.testRecovery_HashJoin(TestRecovery.java:456)


FAILED:  org.apache.tez.test.TestRecovery.testRecovery_OrderedWordCount

Error Message:
OrderedWordCount failed

Stack Trace:
java.lang.AssertionError: OrderedWordCount failed
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.tez.test.TestRecovery.testOrderedWordCount(TestRecovery.java:291)
        at 
org.apache.tez.test.TestRecovery.testRecovery_OrderedWordCount(TestRecovery.java:246)


FAILED:  org.apache.tez.test.TestRecovery.testTwoRoundsRecoverying

Error Message:
OrderedWordCount failed

Stack Trace:
java.lang.AssertionError: OrderedWordCount failed
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.tez.test.TestRecovery.testOrderedWordCountMultipleRoundRecoverying(TestRecovery.java:349)
        at 
org.apache.tez.test.TestRecovery.testTwoRoundsRecoverying(TestRecovery.java:619)

Reply via email to