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 2015/07/22 09:50:47 UTC

Failed: YARN-3952 PreCommit Build #8605

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

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



+1 overall

| Vote |         Subsystem |  Runtime   | Comment
============================================================================
|   0  |        pre-patch  |  0m 0s     | Pre-patch YARN-2928 compilation is 
|      |                   |            | healthy.
|  +1  |          @author  |  0m 0s     | The patch does not contain any 
|      |                   |            | @author tags.
|  +1  |    release audit  |  0m 16s    | The applied patch does not increase 
|      |                   |            | the total number of release audit
|      |                   |            | warnings.
|  +1  |       whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                   |            | whitespace.
|      |                   |  0m 21s    | 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12746491/YARN-3952-YARN-2928.01.patch |
| Optional Tests |  |
| git revision | YARN-2928 / eb1932d |
| Java | 1.7.0_55 |
| uname | Linux asf907.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.
fc12b3dff13e3444cce1fa78df1ee03d997b1d2a logged out


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


Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8600
Archived 7 artifacts
Archive block size is 32768
Received 20 blocks and 1026404 bytes
Compression is 39.0%
Took 0.36 sec
Description set: YARN-3952
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE
Email was triggered for: Failure
Sending email for trigger: Failure



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

Failed: YARN-3845 PreCommit Build #8607

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 312 lines...]
|      |                     |            | whitespace.
|  +1  |            install  |  1m 20s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 34s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  2m 59s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  -1  |         yarn tests  |  1m 54s    | Tests failed in hadoop-yarn-common. 
|  +1  |         yarn tests  |  51m 56s   | Tests passed in 
|      |                     |            | hadoop-yarn-server-resourcemanager.
|      |                     |  95m 43s   | 


             Reason | Tests
 Failed unit tests  |  hadoop.yarn.conf.TestYarnConfigurationFields 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12746518/YARN-3845__1.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 4025326 |
| hadoop-yarn-common test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-common.txt |
| hadoop-yarn-server-resourcemanager test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8607/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf909.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.
901ce83d0f5c2494a1c1bcc2c9d3f60044f728d1 logged out


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


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



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
FAILED:  org.apache.hadoop.yarn.conf.TestYarnConfigurationFields.testCompareConfigurationClassAgainstXml

Error Message:
class org.apache.hadoop.yarn.conf.YarnConfiguration has 1 variables missing in yarn-default.xml

Stack Trace:
java.lang.AssertionError: class org.apache.hadoop.yarn.conf.YarnConfiguration has 1 variables missing in yarn-default.xml
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.hadoop.conf.TestConfigurationFieldsBase.testCompareConfigurationClassAgainstXml(TestConfigurationFieldsBase.java:429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	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: YARN-YARN-3543 PreCommit Build #8606

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by user rohithsharmaks
Building remotely on H3 (Mapreduce Hadoop Zookeeper Hdfs) in workspace /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/hadoop.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/hadoop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/hadoop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/trunk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10
Checking out Revision 4025326288c0167ff300d4f7ecc96f84ed141912 (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4025326288c0167ff300d4f7ecc96f84ed141912
 > git rev-list 4025326288c0167ff300d4f7ecc96f84ed141912 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
No emails were triggered.
[PreCommit-YARN-Build] $ /bin/bash /tmp/hudson1306668038972501475.sh


============================================================================
============================================================================
                        Bootstrapping test harness
============================================================================
============================================================================


Running in Jenkins mode
ERROR: YARN-YARN-3543 is not "Patch Available".


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8600
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 28089 bytes
Compression is 0.0%
Took 0.16 sec
[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.