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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 2799 lines...]
{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12750262/TEZ-2581-WIP-3.patch
  against master revision b8e8bcb.

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

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

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

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

    {color:red}-1 findbugs{color}.  The patch appears to introduce 8 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.dag.app.dag.impl.TestVertexImpl
                  
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion

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

This message is automatically generated.


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


Comment added.
c350ec8d25f8b9873941be3152b3c91452642bd2 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #982
Archived 51 artifacts
Archive block size is 32768
Received 4 blocks and 2948007 bytes
Compression is 4.3%
Took 5.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) 
##############################
3 tests failed.
REGRESSION:  
org.apache.tez.dag.app.dag.impl.TestVertexImpl.testBasicVertexCompletion

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.assertTrue(Assert.java:52)
        at 
org.apache.tez.dag.app.dag.impl.TestVertexImpl.testBasicVertexCompletion(TestVertexImpl.java:3013)


REGRESSION:  
org.apache.tez.dag.app.dag.impl.TestVertexImpl.testVertexInitWithCustomVertexManager

Error Message:
expected:<1439464010874> but was:<1439464010876>

Stack Trace:
java.lang.AssertionError: expected:<1439464010874> but was:<1439464010876>
        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.dag.app.dag.impl.TestVertexImpl.testVertexInitWithCustomVertexManager(TestVertexImpl.java:3727)


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

Error Message:
expected:<1439463987338> but was:<1439463987362>

Stack Trace:
java.lang.AssertionError: expected:<1439463987338> but was:<1439463987362>
        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.dag.history.events.TestHistoryEventsProtoConversion.testVertexInitGeneratedEvent(TestHistoryEventsProtoConversion.java:622)
        at 
org.apache.tez.dag.history.events.TestHistoryEventsProtoConversion.testDefaultProtoConversion(TestHistoryEventsProtoConversion.java:730)


Reply via email to