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 2015/01/19 12:23:07 UTC

Failed: TEZ-391 PreCommit Build #52

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2607 lines...]
[INFO] Finished at: 2015-01-19T11:22:54+00:00
[INFO] Final Memory: 72M/918M
[INFO] ------------------------------------------------------------------------




{color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12693059/TEZ-391-WIP-1.patch
  against master revision c684653.

    {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:red}-1 findbugs{color}.  The patch appears to introduce 64 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:green}+1 core tests{color}.  The patch passed unit tests in .

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

This message is automatically generated.


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


Comment added.
1ebefb86b09eaec78c5642d88242d4d284f5a6f0 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



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

Failed: TEZ-1803 PreCommit Build #55

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2058 lines...]
[ERROR]   mvn <goals> -rf :tez-runtime-library




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

    {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 64 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.common.sort.impl.dflt.TestDefaultSorter
                  org.apache.tez.runtime.library.output.TestOnFileSortedOutput

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

This message is automatically generated.


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


Comment added.
c876fa179c2f7bd0434f3cdf149654fe00b5eba9 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
9 tests failed.
FAILED:  org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter.testSortSpillPercent

Error Message:
InitialMemoryAssigned is <= 0: 2048

Stack Trace:
java.lang.RuntimeException: InitialMemoryAssigned is <= 0: 2048
	at org.apache.tez.runtime.library.common.sort.impl.dflt.DefaultSorter.<init>(DefaultSorter.java:128)
	at org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter.testSortSpillPercent(TestDefaultSorter.java:78)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)



Failed: TEZ-1803 PreCommit Build #54

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2056 lines...]
[ERROR]   mvn <goals> -rf :tez-runtime-library




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

    {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 64 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.TestOnFileSortedOutput
                  org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter

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

This message is automatically generated.


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


Comment added.
a508cafaff5c0a28cd4001a9bed89574394923c0 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
9 tests failed.
REGRESSION:  org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter.testSortSpillPercent

Error Message:
InitialMemoryAssigned is <= 0: 2048

Stack Trace:
java.lang.RuntimeException: InitialMemoryAssigned is <= 0: 2048
	at org.apache.tez.runtime.library.common.sort.impl.dflt.DefaultSorter.<init>(DefaultSorter.java:128)
	at org.apache.tez.runtime.library.common.sort.impl.dflt.TestDefaultSorter.testSortSpillPercent(TestDefaultSorter.java:78)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)


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

Error Message:
null

Stack Trace:
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.fail(Assert.java:95)
	at org.apache.tez.runtime.library.output.TestOnFileSortedOutput.testSortBufferSize(TestOnFileSortedOutput.java:168)



Failed: TEZ-1963 PreCommit Build #53

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2592 lines...]
[INFO] Finished at: 2015-01-19T11:32:50+00:00
[INFO] Final Memory: 64M/867M
[INFO] ------------------------------------------------------------------------




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

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

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

This message is automatically generated.


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


Comment added.
c185bb7b5960f24fa69e30b94a7e4c1a3f36e040 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



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