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/10/12 06:18:48 UTC

Failed: TEZ-2882 PreCommit Build #1207

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2626 lines...]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[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/12766045/TEZ-2882.1.patch
  against master revision ba63219.

    {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: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.shuffle.orderedgrouped.TestFetcher
                  org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped

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

This message is automatically generated.


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


Comment added.
17742bea564651e924214870752073f2af892eb2 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.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch

Error Message:

Invalid use of argument matchers!
7 matchers expected, 6 recorded:
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)

This exception may occur if matchers are combined with raw values:
    //incorrect:
    someMethod(anyObject(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
    //correct:
    someMethod(anyObject(), eq("String by matcher"));

For more info see javadoc for Matchers class.


Stack Trace:
org.mockito.exceptions.misusing.InvalidUseOfMatchersException: 
Invalid use of argument matchers!
7 matchers expected, 6 recorded:
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)

This exception may occur if matchers are combined with raw values:
    //incorrect:
    someMethod(anyObject(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
    //correct:
    someMethod(anyObject(), eq("String by matcher"));

For more info see javadoc for Matchers class.

	at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestFetcher.testSetupLocalDiskFetch(TestFetcher.java:280)


FAILED:  org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty

Error Message:

Invalid use of argument matchers!
7 matchers expected, 6 recorded:
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)

This exception may occur if matchers are combined with raw values:
    //incorrect:
    someMethod(anyObject(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
    //correct:
    someMethod(anyObject(), eq("String by matcher"));

For more info see javadoc for Matchers class.


Stack Trace:
org.mockito.exceptions.misusing.InvalidUseOfMatchersException: 
Invalid use of argument matchers!
7 matchers expected, 6 recorded:
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)

This exception may occur if matchers are combined with raw values:
    //incorrect:
    someMethod(anyObject(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
    //correct:
    someMethod(anyObject(), eq("String by matcher"));

For more info see javadoc for Matchers class.

	at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testAllPartitionsEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:290)


FAILED:  org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty

Error Message:

Invalid use of argument matchers!
7 matchers expected, 6 recorded:
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)

This exception may occur if matchers are combined with raw values:
    //incorrect:
    someMethod(anyObject(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
    //correct:
    someMethod(anyObject(), eq("String by matcher"));

For more info see javadoc for Matchers class.


Stack Trace:
org.mockito.exceptions.misusing.InvalidUseOfMatchersException: 
Invalid use of argument matchers!
7 matchers expected, 6 recorded:
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)
-> at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)

This exception may occur if matchers are combined with raw values:
    //incorrect:
    someMethod(anyObject(), "raw String");
When using matchers, all arguments have to be provided by matchers.
For example:
    //correct:
    someMethod(anyObject(), eq("String by matcher"));

For more info see javadoc for Matchers class.

	at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testCurrentPartitionEmpty(TestShuffleInputEventHandlerOrderedGrouped.java:304)


FAILED:  org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testPiplinedShuffleEvents

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
	at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.ShuffleScheduler.copySucceeded(ShuffleScheduler.java:416)
	at org.apache.tez.runtime.library.common.shuffle.orderedgrouped.TestShuffleInputEventHandlerOrderedGrouped.testPiplinedShuffleEvents(TestShuffleInputEventHandlerOrderedGrouped.java:213)



Success: TEZ-2882 PreCommit Build #1209

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 3448 lines...]
[INFO] Tez ............................................... SUCCESS [  0.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46:02 min
[INFO] Finished at: 2015-10-12T07:05:52+00:00
[INFO] Final Memory: 81M/934M
[INFO] ------------------------------------------------------------------------




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

    {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: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/1209//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1209//console

This message is automatically generated.


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


Comment added.
cebe2c189e530fdbfa89b12d3f0d810f135f475a logged out


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


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



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

Failed: TEZ-2850 PreCommit Build #1208

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 2549 lines...]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[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/12766061/TEZ-2850.1.patch
  against master revision ba63219.

    {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 2 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.api.TestTezRuntimeConfiguration

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

This message is automatically generated.


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


Comment added.
dcd8535754055b5f04683281e94dd4119f7d4f2a 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) ##############################
1 tests failed.
FAILED:  org.apache.tez.runtime.library.api.TestTezRuntimeConfiguration.testKeySet

Error Message:
Missing keys in key set: [tez.runtime.shuffle.in-memory.segments.max]

Stack Trace:
java.lang.AssertionError: Missing keys in key set: [tez.runtime.shuffle.in-memory.segments.max]
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.tez.runtime.library.api.TestTezRuntimeConfiguration.testKeySet(TestTezRuntimeConfiguration.java:52)