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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 3893 lines...]
    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 31 new 
or modified test files.

      {color:red}-1 javac{color}.  The applied patch generated 1267 javac 
compiler warnings (more than the trunk's current 1258 warnings).

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 5 
warning messages.
        See 
https://builds.apache.org/job/PreCommit-YARN-Build/4133//artifact/trunk/patchprocess/diffJavadocWarnings.txt
 for details.

    {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-common-project/hadoop-common:

                  org.apache.hadoop.service.launcher.TestServiceLaunchedRunning
                  
org.apache.hadoop.service.launcher.TestServiceLaunchNoArgsAllowed

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

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

This message is automatically generated.


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


Comment added.
93750862e5c6ec80c9e09300460f84644401302b logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #4132
Archived 18 artifacts
Archive block size is 32768
Received 38 blocks and 7649714 bytes
Compression is 14.0%
Took 4.9 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) 
##############################
2 tests failed.
FAILED:  
org.apache.hadoop.service.launcher.TestServiceLaunchNoArgsAllowed.testConfsStripped

Error Message:
Expected exception with exit code 0 and text "" but got the exit code 36 and 
text "36: Expected 0 arguments but got 2"

Stack Trace:
java.lang.AssertionError: Expected exception with exit code 0 and text "" but 
got the exit code 36 and text "36: Expected 0 arguments but got 2"
        at 
org.apache.hadoop.service.launcher.testservices.NoArgsAllowedService.bindArgs(NoArgsAllowedService.java:51)
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.coreServiceLaunch(ServiceLauncher.java:421)
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.launchService(ServiceLauncher.java:325)
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.launchServiceAndExit(ServiceLauncher.java:226)
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.serviceMain(ServiceLauncher.java:893)
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.serviceMain(ServiceLauncher.java:874)
        at 
org.apache.hadoop.service.launcher.AbstractServiceLauncherTestBase.assertLaunchOutcome(AbstractServiceLauncherTestBase.java:179)
        at 
org.apache.hadoop.service.launcher.AbstractServiceLauncherTestBase.assertRuns(AbstractServiceLauncherTestBase.java:190)
        at 
org.apache.hadoop.service.launcher.TestServiceLaunchNoArgsAllowed.testConfsStripped(TestServiceLaunchNoArgsAllowed.java:39)


FAILED:  
org.apache.hadoop.service.launcher.TestServiceLaunchedRunning.testConfPropagationOverInitBindings

Error Message:
Expected exception with exit code -1 and text "failed" but got the exit code 0 
and text "0: service LaunchableRunningService succeeded"

Stack Trace:
java.lang.AssertionError: Expected exception with exit code -1 and text 
"failed" but got the exit code 0 and text "0: service LaunchableRunningService 
succeeded"
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.launchService(ServiceLauncher.java:347)
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.launchServiceAndExit(ServiceLauncher.java:226)
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.serviceMain(ServiceLauncher.java:893)
        at 
org.apache.hadoop.service.launcher.ServiceLauncher.serviceMain(ServiceLauncher.java:874)
        at 
org.apache.hadoop.service.launcher.AbstractServiceLauncherTestBase.assertLaunchOutcome(AbstractServiceLauncherTestBase.java:179)
        at 
org.apache.hadoop.service.launcher.TestServiceLaunchedRunning.testConfPropagationOverInitBindings(TestServiceLaunchedRunning.java:35)


Reply via email to