You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/10/27 00:10:59 UTC

Failed: TEZ-3857 PreCommit Build #2675

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 333.28 KB...]
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[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/12894220/TEZ-3857.002.patch
  against master revision 8247a64.

    {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: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.runtime.library.common.writers.TestUnorderedPartitionedKVWriter
                  org.apache.tez.dag.app.rm.TestTaskScheduler
                  org.apache.tez.analyzer.TestAnalyzer

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

This message is automatically generated.


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


Comment added.
1ad35957522cdf9f7378f49bdbdf33c3caef54f4 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.rm.TestTaskScheduler.testTaskSchedulerDetermineMinHeldContainers

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
	at org.apache.tez.dag.app.rm.YarnTaskSchedulerService.shutdown(YarnTaskSchedulerService.java:397)
	at org.apache.tez.dag.app.rm.TestTaskScheduler.testTaskSchedulerDetermineMinHeldContainers(TestTaskScheduler.java:952)


FAILED:  org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.testMultipleSpills_WithFinalMergeDisabled[test[false, PRECISE]]

Error Message:
Task com.google.common.util.concurrent.ListenableFutureTask@581f804d rejected from java.util.concurrent.ThreadPoolExecutor@66099c12[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@581f804d rejected from java.util.concurrent.ThreadPoolExecutor@66099c12[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
	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.scheduleSpill(UnorderedPartitionedKVWriter.java:503)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.mayBeSpill(UnorderedPartitionedKVWriter.java:477)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.getNextAvailableBuffer(UnorderedPartitionedKVWriter.java:541)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.setupNextBuffer(UnorderedPartitionedKVWriter.java:467)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:413)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:365)
	at org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.baseTestWithFinalMergeDisabled(TestUnorderedPartitionedKVWriter.java:920)
	at org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.testMultipleSpills_WithFinalMergeDisabled(TestUnorderedPartitionedKVWriter.java:854)


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

Error Message:
Task com.google.common.util.concurrent.ListenableFutureTask@9be506e rejected from java.util.concurrent.ThreadPoolExecutor@747e6b2e[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@9be506e rejected from java.util.concurrent.ThreadPoolExecutor@747e6b2e[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 1]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
	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.scheduleSpill(UnorderedPartitionedKVWriter.java:503)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.mayBeSpill(UnorderedPartitionedKVWriter.java:477)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.getNextAvailableBuffer(UnorderedPartitionedKVWriter.java:541)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.setupNextBuffer(UnorderedPartitionedKVWriter.java:467)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:413)
	at org.apache.tez.runtime.library.common.writers.UnorderedPartitionedKVWriter.write(UnorderedPartitionedKVWriter.java:365)
	at org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.baseTest(TestUnorderedPartitionedKVWriter.java:1133)
	at org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.baseTest(TestUnorderedPartitionedKVWriter.java:1077)
	at org.apache.tez.runtime.library.common.writers.TestUnorderedPartitionedKVWriter.testMultipleSpills(TestUnorderedPartitionedKVWriter.java:258)


FAILED:  org.apache.tez.analyzer.TestAnalyzer.testWithATS

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.analyzer.TestAnalyzer.getDagInfo(TestAnalyzer.java:264)
	at org.apache.tez.analyzer.TestAnalyzer.verify(TestAnalyzer.java:251)
	at org.apache.tez.analyzer.TestAnalyzer.runTests(TestAnalyzer.java:390)
	at org.apache.tez.analyzer.TestAnalyzer.testWithATS(TestAnalyzer.java:354)

Success: TEZ-3857 PreCommit Build #2678

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/TEZ-3857
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/2678/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 339.64 KB...]
[INFO] Tez ................................................ SUCCESS [  0.023 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56:41 min
[INFO] Finished at: 2017-10-30T21:50:06Z
[INFO] Final Memory: 84M/1463M
[INFO] ------------------------------------------------------------------------




{color:green}+1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12894802/TEZ-3857.003.patch
  against master revision 87d7c14.

    {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: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:green}+1 core tests{color}.  The patch passed unit tests in .

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

This message is automatically generated.


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


Comment added.
67e5d43f51733114a7a193ef204d4882718287d3 logged out


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


Archiving artifacts
[description-setter] Description set: TEZ-3857
Recording test results
Email was triggered for: Success
Sending email for trigger: Success



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed

Failed: TEZ-3819 PreCommit Build #2677

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/TEZ-3819
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/2677/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 339.78 KB...]
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54:33 min
[INFO] Finished at: 2017-10-29T19:34:30Z
[INFO] Final Memory: 94M/1408M
[INFO] ------------------------------------------------------------------------




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

    {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:green}+1 core tests{color}.  The patch passed unit tests in .

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

This message is automatically generated.


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


Comment added.
ea2eb1c250d644cb613d1d0c7c6c54f7c44c2af7 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) ##############################
All tests passed

Failed: TEZ-3855 PreCommit Build #2676

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/TEZ-3855
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/2676/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 333.28 KB...]
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tez-yarn-timeline-history-with-acls
[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/12894041/TEZ-3855.1.patch
  against master revision 8247a64.

    {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:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 3.0.1) warnings.

        {color:red}-1 release audit{color}.  The applied patch generated 1 release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in :
                   org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/2676//testReport/
Release audit warnings: https://builds.apache.org/job/PreCommit-TEZ-Build/2676//artifact/patchprocess/patchReleaseAuditProblems.txt
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2676//console

This message is automatically generated.


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


Comment added.
fef0aa21944ea5b5e71f0541ce7b4a73ef651c31 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
[Fast Archiver] Compressed 3.27 MB of artifacts by 25.8% relative to #2672
[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) ##############################
3 tests failed.
FAILED:  org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testDagLoggingEnabled

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
	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.ats.acls.TestATSHistoryWithACLs.testDagLoggingEnabled(TestATSHistoryWithACLs.java:460)


FAILED:  org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testSimpleAMACls

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
	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.ats.acls.TestATSHistoryWithACLs.getTimelineData(TestATSHistoryWithACLs.java:149)
	at org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.getDomain(TestATSHistoryWithACLs.java:161)
	at org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testSimpleAMACls(TestATSHistoryWithACLs.java:238)


FAILED:  org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testDAGACls

Error Message:
expected:<200> but was:<404>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
	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.ats.acls.TestATSHistoryWithACLs.getTimelineData(TestATSHistoryWithACLs.java:149)
	at org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.getDomain(TestATSHistoryWithACLs.java:161)
	at org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testDAGACls(TestATSHistoryWithACLs.java:294)