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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 339.94 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/12869739/TEZ-3739.1.patch
  against master revision a991f17.

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

    {color:green}+1 tests included{color}.  The patch appears to include 1 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:red}-1 findbugs{color}.  The patch appears to introduce 5 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.TestFaultTolerance
                  
org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter
                  org.apache.tez.dag.app.TestTaskCommunicatorContextImpl

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/2474//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TEZ-Build/2474//artifact/patchprocess/newPatchFindbugsWarningstez-runtime-library.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TEZ-Build/2474//artifact/patchprocess/newPatchFindbugsWarningstez-aux-services.html
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2474//console

This message is automatically generated.


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


Comment added.
322ef9e4ebe5260d1d4dc4f2fe5e4d433bdfafcb 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 - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
4 tests failed.
FAILED:  
org.apache.tez.dag.app.TestTaskCommunicatorContextImpl.testIsKnownContainer

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.tez.dag.app.rm.container.AMContainerMap.<init>(AMContainerMap.java:60)
        at 
org.apache.tez.dag.app.TestTaskCommunicatorContextImpl.testIsKnownContainer(TestTaskCommunicatorContextImpl.java:39)


FAILED:  
org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.testMultipleSpills[test[true,
 ENABLED]]

Error Message:
Task com.google.common.util.concurrent.ListenableFutureTask@2ff0a8a4 rejected 
from java.util.concurrent.ThreadPoolExecutor@60cfbf92[Running, pool size = 2, 
active threads = 2, queued tasks = 0, completed tasks = 1]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task 
com.google.common.util.concurrent.ListenableFutureTask@2ff0a8a4 rejected from 
java.util.concurrent.ThreadPoolExecutor@60cfbf92[Running, pool size = 2, active 
threads = 2, queued tasks = 0, completed tasks = 1]
        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
        at 
com.google.common.util.concurrent.MoreExecutors$ListeningDecorator.execute(MoreExecutors.java:440)
        at 
com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:56)
        at 
org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.setupNextBuffer(UnorderedPartitionedKVWriter.java:437)
        at 
org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:379)
        at 
org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:330)
        at 
org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.baseTest(TestUnorderedPartitionedKVWriter.java:832)
        at 
org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.testMultipleSpills(TestUnorderedPartitionedKVWriter.java:258)


FAILED:  
org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.testMergeBuffersAndSpill[test[true,
 NONE]]

Error Message:
Task com.google.common.util.concurrent.ListenableFutureTask@4aa637be rejected 
from java.util.concurrent.ThreadPoolExecutor@6695c13b[Running, pool size = 2, 
active threads = 2, queued tasks = 0, completed tasks = 0]

Stack Trace:
java.util.concurrent.RejectedExecutionException: Task 
com.google.common.util.concurrent.ListenableFutureTask@4aa637be rejected from 
java.util.concurrent.ThreadPoolExecutor@6695c13b[Running, pool size = 2, active 
threads = 2, queued tasks = 0, completed tasks = 0]
        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
        at 
com.google.common.util.concurrent.MoreExecutors$ListeningDecorator.execute(MoreExecutors.java:440)
        at 
com.google.common.util.concurrent.AbstractListeningExecutorService.submit(AbstractListeningExecutorService.java:56)
        at 
org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.setupNextBuffer(UnorderedPartitionedKVWriter.java:437)
        at 
org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:379)
        at 
org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:330)
        at 
org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.baseTest(TestUnorderedPartitionedKVWriter.java:832)
        at 
org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.testMergeBuffersAndSpill(TestUnorderedPartitionedKVWriter.java:263)


FAILED:  org.apache.tez.test.TestFaultTolerance.testBasicInputFailureWithoutExit

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.TestFaultTolerance.runDAGAndVerify(TestFaultTolerance.java:159)
        at 
org.apache.tez.test.TestFaultTolerance.runDAGAndVerify(TestFaultTolerance.java:142)
        at 
org.apache.tez.test.TestFaultTolerance.runDAGAndVerify(TestFaultTolerance.java:138)
        at 
org.apache.tez.test.TestFaultTolerance.testBasicInputFailureWithoutExit(TestFaultTolerance.java:334)

Reply via email to