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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 14018 lines...]
  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 2 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 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any 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 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager
 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager:

                  org.apache.hadoop.mapred.TestTaskAttemptListenerImpl
                  org.apache.hadoop.yarn.util.TestFSDownload

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

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

This message is automatically generated.


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


Comment added.
1a6400887c518ffcc7dd157888df8698e2e27b00 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #4224
Archived 47 artifacts
Archive block size is 32768
Received 35 blocks and 8745939 bytes
Compression is 11.6%
Took 5 sec
[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.TestTaskAttemptListenerImpl.testGetMapCompletionEvents

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
sun.net.util.IPAddressUtil.textToNumericFormatV4(IPAddressUtil.java:24)
        at 
sun.net.util.IPAddressUtil.isIPv4LiteralAddress(IPAddressUtil.java:237)
        at 
org.apache.hadoop.security.SecurityUtil$QualifiedHostResolver.getByName(SecurityUtil.java:521)
        at 
org.apache.hadoop.security.SecurityUtil.getByName(SecurityUtil.java:461)
        at 
org.apache.hadoop.net.NetUtils.createSocketAddrForHost(NetUtils.java:235)
        at 
org.apache.hadoop.mapred.TaskAttemptListenerImpl.startRpcServer(TaskAttemptListenerImpl.java:144)
        at 
org.apache.hadoop.mapred.TaskAttemptListenerImpl.serviceStart(TaskAttemptListenerImpl.java:113)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at 
org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testGetMapCompletionEvents(TestTaskAttemptListenerImpl.java:222)


FAILED:  
org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCheckpointIDTracking

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
sun.net.util.IPAddressUtil.textToNumericFormatV4(IPAddressUtil.java:24)
        at 
sun.net.util.IPAddressUtil.isIPv4LiteralAddress(IPAddressUtil.java:237)
        at 
org.apache.hadoop.security.SecurityUtil$QualifiedHostResolver.getByName(SecurityUtil.java:521)
        at 
org.apache.hadoop.security.SecurityUtil.getByName(SecurityUtil.java:461)
        at 
org.apache.hadoop.net.NetUtils.createSocketAddrForHost(NetUtils.java:235)
        at 
org.apache.hadoop.mapred.TaskAttemptListenerImpl.startRpcServer(TaskAttemptListenerImpl.java:144)
        at 
org.apache.hadoop.mapred.TaskAttemptListenerImpl.serviceStart(TaskAttemptListenerImpl.java:113)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at 
org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCheckpointIDTracking(TestTaskAttemptListenerImpl.java:342)


FAILED:  org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
sun.net.util.IPAddressUtil.textToNumericFormatV4(IPAddressUtil.java:24)
        at 
sun.net.util.IPAddressUtil.isIPv4LiteralAddress(IPAddressUtil.java:237)
        at 
org.apache.hadoop.security.SecurityUtil$QualifiedHostResolver.getByName(SecurityUtil.java:521)
        at 
org.apache.hadoop.security.SecurityUtil.getByName(SecurityUtil.java:461)
        at 
org.apache.hadoop.net.NetUtils.createSocketAddrForHost(NetUtils.java:235)
        at 
org.apache.hadoop.mapred.TaskAttemptListenerImpl.startRpcServer(TaskAttemptListenerImpl.java:144)
        at 
org.apache.hadoop.mapred.TaskAttemptListenerImpl.serviceStart(TaskAttemptListenerImpl.java:113)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at 
org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow(TestTaskAttemptListenerImpl.java:284)


REGRESSION:  
org.apache.hadoop.yarn.util.TestFSDownload.testDownloadPublicWithStatCache

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.hadoop.yarn.util.TestFSDownload.testDownloadPublicWithStatCache(TestFSDownload.java:363)


Reply via email to