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

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

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

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

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

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

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 2 
warning messages.
        See 
https://builds.apache.org/job/PreCommit-TEZ-Build/389//artifact/patchprocess/diffJavadocWarnings.txt
 for details.

    {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.runtime.library.output.TestOnFileUnorderedKVOutput
                  org.apache.tez.runtime.library.output.TestOnFileSortedOutput

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

This message is automatically generated.


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


Comment added.
7376f53f1ceaa359de174a43c4b3a3315ca582f0 logged out


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


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



###################################################################################
############################## FAILED TESTS (if any) 
##############################
26 tests failed.
REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest[test[false,
 1, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest(TestOnFileSortedOutput.java:268)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition[test[false,
 1, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition(TestOnFileSortedOutput.java:314)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition[test[false,
 1, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition(TestOnFileSortedOutput.java:297)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest[test[false,
 1, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest(TestOnFileSortedOutput.java:268)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition[test[false,
 1, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition(TestOnFileSortedOutput.java:314)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition[test[false,
 1, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition(TestOnFileSortedOutput.java:297)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest[test[true,
 1, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest(TestOnFileSortedOutput.java:268)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition[test[true,
 1, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition(TestOnFileSortedOutput.java:314)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition[test[true,
 1, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition(TestOnFileSortedOutput.java:297)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest[test[true,
 1, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest(TestOnFileSortedOutput.java:268)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition[test[true,
 1, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition(TestOnFileSortedOutput.java:314)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition[test[true,
 1, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition(TestOnFileSortedOutput.java:297)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest[test[false,
 2, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest(TestOnFileSortedOutput.java:268)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition[test[false,
 2, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition(TestOnFileSortedOutput.java:314)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition[test[false,
 2, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition(TestOnFileSortedOutput.java:297)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest[test[false,
 2, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest(TestOnFileSortedOutput.java:268)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition[test[false,
 2, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition(TestOnFileSortedOutput.java:314)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition[test[false,
 2, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition(TestOnFileSortedOutput.java:297)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest[test[true,
 2, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest(TestOnFileSortedOutput.java:268)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition[test[true,
 2, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition(TestOnFileSortedOutput.java:314)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition[test[true,
 2, -1]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition(TestOnFileSortedOutput.java:297)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest[test[true,
 2, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.baseTest(TestOnFileSortedOutput.java:268)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition[test[true,
 2, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testAllEmptyPartition(TestOnFileSortedOutput.java:314)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition[test[true,
 2, 0]]

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.library.output.OrderedPartitionedKVOutput.close(OrderedPartitionedKVOutput.java:169)
        at 
org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testWithSomeEmptyPartition(TestOnFileSortedOutput.java:297)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.testWithPipelinedShuffle

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.api.impl.TezOutputContextImpl.<init>(TezOutputContextImpl.java:92)
        at 
org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.createOutputContext(TestOnFileUnorderedKVOutput.java:223)
        at 
org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.testWithPipelinedShuffle(TestOnFileUnorderedKVOutput.java:160)


REGRESSION:  
org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.testGeneratedDataMovementEvent

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.runtime.api.impl.TezOutputContextImpl.<init>(TezOutputContextImpl.java:92)
        at 
org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.createOutputContext(TestOnFileUnorderedKVOutput.java:223)
        at 
org.apache.tez.runtime.library.output.TestOnFileUnorderedKVOutput.testGeneratedDataMovementEvent(TestOnFileUnorderedKVOutput.java:120)


Reply via email to