You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/09/27 00:35:58 UTC

Failed: YARN-1199 PreCommit Build #2025

Jira: https://issues.apache.org/jira/browse/YARN-1199
Build: https://builds.apache.org/job/PreCommit-YARN-Build/2025/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 3407 lines...]
  http://issues.apache.org/jira/secure/attachment/12604092/YARN-1199.patch
  against trunk revision .

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

    {color:green}+1 tests included{color}.  The patch appears to include 5 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}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) 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 hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:

                  org.apache.hadoop.mapred.TestClusterMRNotification
                  org.apache.hadoop.mapred.TestJobCleanup
                  org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage

                                      The following test timeouts occurred in hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:

org.apache.hadoop.mapreduce.v2.TestUberAM

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.


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


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



###################################################################################
############################## FAILED TESTS (if any) ##############################
4 tests failed.
FAILED:  org.apache.hadoop.mapred.TestClusterMRNotification.testMR

Error Message:
expected:<2> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<2> but was:<0>
	at junit.framework.Assert.fail(Assert.java:50)
	at junit.framework.Assert.failNotEquals(Assert.java:287)
	at junit.framework.Assert.assertEquals(Assert.java:67)
	at junit.framework.Assert.assertEquals(Assert.java:199)
	at junit.framework.Assert.assertEquals(Assert.java:205)
	at org.apache.hadoop.mapred.NotificationTestCase.testMR(NotificationTestCase.java:163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


FAILED:  org.apache.hadoop.mapred.TestJobCleanup.testDefaultCleanupAndAbort

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
	at org.apache.hadoop.mapred.TestJobCleanup.testFailedJob(TestJobCleanup.java:199)
	at org.apache.hadoop.mapred.TestJobCleanup.testDefaultCleanupAndAbort(TestJobCleanup.java:275)


REGRESSION:  org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage.testNodesBlockRender

Error Message:

printWriter.print("<th");
Wanted 22 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage.testNodesBlockRender(TestNodesPage.java:82)
But was 23 times. Undesired invocation:
-> at org.apache.hadoop.yarn.webapp.hamlet.HamletImpl.printStartTag(HamletImpl.java:273)


Stack Trace:
org.mockito.exceptions.verification.TooManyActualInvocations: 
printWriter.print("<th");
Wanted 22 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage.testNodesBlockRender(TestNodesPage.java:82)
But was 23 times. Undesired invocation:
-> at org.apache.hadoop.yarn.webapp.hamlet.HamletImpl.printStartTag(HamletImpl.java:273)

	at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage.testNodesBlockRender(TestNodesPage.java:82)


REGRESSION:  org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage.testNodesBlockRenderForLostNodes

Error Message:

printWriter.print("<th");
Wanted 22 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage.testNodesBlockRenderForLostNodes(TestNodesPage.java:100)
But was 23 times. Undesired invocation:
-> at org.apache.hadoop.yarn.webapp.hamlet.HamletImpl.printStartTag(HamletImpl.java:273)


Stack Trace:
org.mockito.exceptions.verification.TooManyActualInvocations: 
printWriter.print("<th");
Wanted 22 times:
-> at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage.testNodesBlockRenderForLostNodes(TestNodesPage.java:100)
But was 23 times. Undesired invocation:
-> at org.apache.hadoop.yarn.webapp.hamlet.HamletImpl.printStartTag(HamletImpl.java:273)

	at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestNodesPage.testNodesBlockRenderForLostNodes(TestNodesPage.java:100)



Success: YARN-1245 PreCommit Build #2027

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

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

/bin/kill -9 2664 
kill: No such process
NOP




{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12605489/YARN-1245.patch
  against trunk revision .

    {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}.  The javadoc tool did not generate any warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 1.3.9) 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 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager.

    {color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

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

This message is automatically generated.


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


Comment added.
6ab3dd69a40a66c6959e8ce1840ef8401cf475ea logged out


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


Archiving artifacts
Description set: YARN-1245
Recording test results
Email was triggered for: Success
Sending email for trigger: Success



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

Failed: YARN-1221 PreCommit Build #2026

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

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

======================================================================
======================================================================
    Testing patch for YARN-1221.
======================================================================
======================================================================


At revision 1526757.
YARN-1221 patch is being downloaded at Fri Sep 27 00:21:11 UTC 2013 from
http://issues.apache.org/jira/secure/attachment/12605362/YARN1221_v2.patch.txt
cp: cannot stat `/home/jenkins/buildSupport/lib/*': No such file or directory
patch: **** malformed patch at line 22: @@ -215,8 +215,8 @@ private void unreserve(FSSchedulerApp application, Priority priority,

patch: **** malformed patch at line 22: @@ -215,8 +215,8 @@ private void unreserve(FSSchedulerApp application, Priority priority,

patch: **** malformed patch at line 22: @@ -215,8 +215,8 @@ private void unreserve(FSSchedulerApp application, Priority priority,

The patch does not appear to apply with p0 to p2
PATCH APPLICATION FAILED




{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12605362/YARN1221_v2.patch.txt
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-YARN-Build/2026//console

This message is automatically generated.


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


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



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.