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

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



{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12642187/yarn-1964-docker.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:red}-1 javac{color}.  The applied patch generated 1295 javac 
compiler warnings (more than the trunk's current 1278 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 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-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.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks
                  org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart

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

Test results: 
https://builds.apache.org/job/PreCommit-YARN-Build/3635//testReport/
Javac warnings: 
https://builds.apache.org/job/PreCommit-YARN-Build/3635//artifact/trunk/patchprocess/diffJavacWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/3635//console

This message is automatically generated.


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


Comment added.
8ddcf83cecd3851f371f212078aec8b472f1116a 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) 
##############################
5 tests failed.
FAILED:  
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.testContainerLaunchError

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
        at 
org.apache.hadoop.yarn.server.nodemanager.DockerContainerExecutor.launchContainer(DockerContainerExecutor.java:102)
        at 
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.testContainerLaunchError(TestDockerContainerExecutorWithMocks.java:266)


FAILED:  
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.testInit

Error Message:
./params.txt (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: ./params.txt (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:120)
        at java.io.FileReader.<init>(FileReader.java:55)
        at 
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.readMockParams(TestDockerContainerExecutorWithMocks.java:79)
        at 
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.testInit(TestDockerContainerExecutorWithMocks.java:282)


FAILED:  
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.testContainerKill

Error Message:
./params.txt (No such file or directory)

Stack Trace:
java.io.FileNotFoundException: ./params.txt (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:120)
        at java.io.FileReader.<init>(FileReader.java:55)
        at 
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.readMockParams(TestDockerContainerExecutorWithMocks.java:79)
        at 
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.testContainerKill(TestDockerContainerExecutorWithMocks.java:296)


FAILED:  
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.testStartLocalizer

Error Message:
File file:/bin/nmPrivateCTokensPath does not exist

Stack Trace:
java.io.FileNotFoundException: File file:/bin/nmPrivateCTokensPath does not 
exist
        at 
org.apache.hadoop.fs.RawLocalFileSystem.deprecatedGetFileStatus(RawLocalFileSystem.java:517)
        at 
org.apache.hadoop.fs.RawLocalFileSystem.getFileLinkStatusInternal(RawLocalFileSystem.java:726)
        at 
org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:507)
        at 
org.apache.hadoop.fs.DelegateToFileSystem.getFileStatus(DelegateToFileSystem.java:111)
        at org.apache.hadoop.fs.FilterFs.getFileStatus(FilterFs.java:118)
        at org.apache.hadoop.fs.FileContext$14.next(FileContext.java:1106)
        at org.apache.hadoop.fs.FileContext$14.next(FileContext.java:1102)
        at org.apache.hadoop.fs.FSLinkResolver.resolve(FSLinkResolver.java:90)
        at org.apache.hadoop.fs.FileContext.getFileStatus(FileContext.java:1102)
        at org.apache.hadoop.fs.FileContext$Util.copy(FileContext.java:1955)
        at org.apache.hadoop.fs.FileContext$Util.copy(FileContext.java:1914)
        at 
org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.startLocalizer(DefaultContainerExecutor.java:102)
        at 
org.apache.hadoop.yarn.server.nodemanager.TestDockerContainerExecutorWithMocks.testStartLocalizer(TestDockerContainerExecutorWithMocks.java:203)


REGRESSION:  
org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testQueueMetricsOnRMRestart

Error Message:
expected:<3> but was:<4>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<4>
        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.hadoop.yarn.server.resourcemanager.TestRMRestart.assertQueueMetrics(TestRMRestart.java:1731)
        at 
org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testQueueMetricsOnRMRestart(TestRMRestart.java:1687)


Reply via email to