Jira: https://issues.apache.org/jira/browse/YARN-679
Build: https://builds.apache.org/job/PreCommit-YARN-Build/7664/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 473 lines...]
| | | | eclipse:eclipse.
| +1 | findbugs | 1m 40s | The patch does not introduce any
| | | | new Findbugs (version 2.0.3)
| | | | warnings.
| -1 | common tests | 22m 21s | Tests failed in hadoop-common.
| | | 59m 38s |
Reason | Tests
Failed unit tests | hadoop.service.launcher.TestServiceLaunchNoArgsAllowed
| hadoop.service.launcher.TestServiceLaunchedRunning
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12653051/YARN-679-003.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 6ae2a0d |
| javac |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/../patchprocess/diffJavacWarnings.txt
|
| javadoc |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/../patchprocess/diffJavadocWarnings.txt
|
| checkstyle |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/../patchprocess/diffcheckstylehadoop-common.txt
|
| whitespace |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/../patchprocess/whitespace.txt
|
| hadoop-common test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/../patchprocess/testrun_hadoop-common.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-YARN-Build/7664/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf905.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
============================================================================
============================================================================
Adding comment to JIRA
============================================================================
============================================================================
Comment added.
ea05303eccba1f7e51f5ae2bc41ecc94c039317a logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #7659
Archived 24 artifacts
Archive block size is 32768
Received 231 blocks and 11801434 bytes
Compression is 39.1%
Took 3 sec
[description-setter] Could not determine description.
Recording test results
Publish JUnit test result report is waiting for a checkpoint on
PreCommit-YARN-Build #7663
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)