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/06/10 12:48:47 UTC

Failed: YARN-3044 PreCommit Build #8233

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

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

             Reason | Tests
          FindBugs  |  module:hadoop-yarn-applications-distributedshell 
          FindBugs  |  module:hadoop-yarn-server-resourcemanager 
 Failed unit tests  |  hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels 
                    |  hadoop.yarn.applications.distributedshell.TestDistributedShell 
                    |  hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart 
   Timed out tests  |  org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.TestNodeLabelContainerAllocation 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12738768/YARN-3044-YARN-2928.011.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | YARN-2928 / 0a3c147 |
| Pre-patch Findbugs warnings | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/YARN-2928FindbugsWarningshadoop-yarn-server-common.html |
| checkstyle |  /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffcheckstylehadoop-yarn-api.txt |
| Findbugs warnings | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/newPatchFindbugsWarningshadoop-yarn-applications-distributedshell.html |
| Findbugs warnings | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-resourcemanager.html |
| hadoop-yarn-api test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-api.txt |
| hadoop-yarn-applications-distributedshell test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-applications-distributedshell.txt |
| hadoop-yarn-server-common test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-common.txt |
| hadoop-yarn-server-resourcemanager test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt |
| hadoop-yarn-server-timelineservice test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-timelineservice.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8233/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf903.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.
7f901634dd212c29901a76027d33f9c1bc414d9e logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8232
Archived 80 artifacts
Archive block size is 32768
Received 27 blocks and 32836996 bytes
Compression is 2.6%
Took 8 sec
Description set: MAPREDUCE-6350
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
4 tests failed.
FAILED:  org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShellWithoutDomainV2CustomizedFlow

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.applications.distributedshell.TestDistributedShell.verifyEntityTypeFileExists(TestDistributedShell.java:443)
	at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.checkTimelineV2(TestDistributedShell.java:400)
	at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShell(TestDistributedShell.java:310)
	at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShellWithoutDomainV2CustomizedFlow(TestDistributedShell.java:198)


FAILED:  org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.testDSShellWithoutDomainV2DefaultFlow

Error Message:
org.apache.hadoop.yarn.server.timelineservice.collector.NodeTimelineCollectorManager cannot enter state INITED from state STOPPED

Stack Trace:
org.apache.hadoop.service.ServiceStateException: org.apache.hadoop.yarn.server.timelineservice.collector.NodeTimelineCollectorManager cannot enter state INITED from state STOPPED
	at org.apache.hadoop.service.ServiceStateModel.checkStateTransition(ServiceStateModel.java:129)
	at org.apache.hadoop.service.ServiceStateModel.enterState(ServiceStateModel.java:111)
	at org.apache.hadoop.service.AbstractService.enterState(AbstractService.java:449)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:160)
	at org.apache.hadoop.yarn.server.timelineservice.collector.PerNodeTimelineCollectorsAuxService.serviceInit(PerNodeTimelineCollectorsAuxService.java:71)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.yarn.server.nodemanager.containermanager.AuxServices.serviceInit(AuxServices.java:143)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
	at org.apache.hadoop.yarn.server.nodemanager.containermanager.ContainerManagerImpl.serviceInit(ContainerManagerImpl.java:250)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
	at org.apache.hadoop.yarn.server.nodemanager.NodeManager.serviceInit(NodeManager.java:322)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.yarn.server.MiniYARNCluster$NodeManagerWrapper.serviceInit(MiniYARNCluster.java:541)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.service.CompositeService.serviceInit(CompositeService.java:107)
	at org.apache.hadoop.yarn.server.MiniYARNCluster.serviceInit(MiniYARNCluster.java:271)
	at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
	at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setupInternal(TestDistributedShell.java:129)
	at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setup(TestDistributedShell.java:88)


FAILED:  org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels.testDSShellWithNodeLabelExpression

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
	at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.setupInternal(TestDistributedShell.java:101)
	at org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShellWithNodeLabels.setup(TestDistributedShellWithNodeLabels.java:47)


FAILED:  org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart.testSchedulerRecovery[1]

Error Message:
expected:<6144> but was:<8192>

Stack Trace:
java.lang.AssertionError: expected:<6144> but was:<8192>
	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.TestWorkPreservingRMRestart.assertMetrics(TestWorkPreservingRMRestart.java:852)
	at org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart.checkFSQueue(TestWorkPreservingRMRestart.java:341)
	at org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart.testSchedulerRecovery(TestWorkPreservingRMRestart.java:240)



Success: YARN-3768 PreCommit Build #8241

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 274 lines...]
|  +1  |            javadoc  |  9m 36s    | There were no new javadoc warning 
|      |                     |            | messages.
|  +1  |      release audit  |  0m 22s    | The applied patch does not increase 
|      |                     |            | the total number of release audit
|      |                     |            | warnings.
|  +1  |         checkstyle  |  0m 55s    | There were no new checkstyle 
|      |                     |            | issues.
|  +1  |         whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 33s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 32s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 35s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  +1  |         yarn tests  |  1m 56s    | Tests passed in hadoop-yarn-common. 
|      |                     |  40m 2s    | 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12739173/YARN-3768.000.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 83e8110 |
| hadoop-yarn-common test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-common.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8241/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf906.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.
ec563a62b61b489f13646c3901a00567194613fd logged out


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


Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8232
Archived 29 artifacts
Archive block size is 32768
Received 45 blocks and 10140699 bytes
Compression is 12.7%
Took 3.6 sec
Description set: YARN-3768
Recording test results
Email was triggered for: Success
Sending email for trigger: Success



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed

Failed: YARN-3768 PreCommit Build #8240

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 279 lines...]
|  +1  |      release audit  |  0m 24s    | The applied patch does not increase 
|      |                     |            | the total number of release audit
|      |                     |            | warnings.
|  +1  |         checkstyle  |  0m 53s    | There were no new checkstyle 
|      |                     |            | issues.
|  +1  |         whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 37s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 33s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 35s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  +1  |         yarn tests  |  1m 57s    | Tests passed in hadoop-yarn-common. 
|      |                     |  40m 31s   | 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12739163/YARN-3768.000.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 83e8110 |
| javac | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffJavacWarnings.txt |
| hadoop-yarn-common test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-common.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8240/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf906.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.
22a55156a9d0bde2584c9b398d8e71a9b5ab5680 logged out


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


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



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed

Failed: YARN-3705 PreCommit Build #8239

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 305 lines...]
|  +1  |            install  |  1m 34s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 32s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  2m 18s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  +1  |         yarn tests  |  7m 5s     | Tests passed in hadoop-yarn-client. 
|  -1  |         yarn tests  |  50m 41s   | Tests failed in 
|      |                     |            | hadoop-yarn-server-resourcemanager.
|      |                     |  98m 15s   | 


             Reason | Tests
 Failed unit tests  |  hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12739126/YARN-3705.001.patch |
| Optional Tests | javac unit findbugs checkstyle javadoc |
| git revision | trunk / b258b34 |
| whitespace | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/whitespace.txt |
| hadoop-yarn-client test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-client.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/8239/testReport/ |
| 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.
1e2a6f1d2bea31c77d6191ea31ee08fa3aeb60cc logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8232
Archived 43 artifacts
Archive block size is 32768
Received 42 blocks and 11896114 bytes
Compression is 10.4%
Took 4 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.server.resourcemanager.TestWorkPreservingRMRestart.testSchedulerRecovery[1]

Error Message:
expected:<6144> but was:<8192>

Stack Trace:
java.lang.AssertionError: expected:<6144> but was:<8192>
	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.TestWorkPreservingRMRestart.assertMetrics(TestWorkPreservingRMRestart.java:853)
	at org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart.checkFSQueue(TestWorkPreservingRMRestart.java:342)
	at org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart.testSchedulerRecovery(TestWorkPreservingRMRestart.java:241)



Failed: YARN-3779 PreCommit Build #8238

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by remote host 127.0.0.1
Building remotely on H4 (Mapreduce zookeeper Hadoop Pig falcon 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 95c73d49b1bb459b626a9ac52acadb8f5fa724de (refs/remotes/origin/trunk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 95c73d49b1bb459b626a9ac52acadb8f5fa724de
 > git rev-list 95c73d49b1bb459b626a9ac52acadb8f5fa724de # 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/hudson6869302928676234567.sh


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


Running in Jenkins mode
YARN-3779 patch is being downloaded at Thu Jun 11 14:07:02 UTC 2015 from
http://issues.apache.org/jira/secure/attachment/12739045/log_aggr_deletion_on_refresh_fix.log
ERROR: http://issues.apache.org/jira/secure/attachment/12739045/log_aggr_deletion_on_refresh_fix.log is not a patch file.


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8232
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 464367 bytes
Compression is 0.0%
Took 1.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) ##############################
No tests ran.

Failed: YARN-3706 PreCommit Build #8237

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 397 lines...]
|  +1  |      release audit  |  0m 25s    | The applied patch does not increase 
|      |                     |            | the total number of release audit
|      |                     |            | warnings.
|  +1  |         checkstyle  |  0m 14s    | There were no new checkstyle 
|      |                     |            | issues.
|  +1  |         whitespace  |  0m 9s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 44s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 43s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  0m 47s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  +1  |         yarn tests  |  1m 15s    | Tests passed in 
|      |                     |            | hadoop-yarn-server-timelineservice.
|      |                     |  39m 7s    | 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12739010/YARN-3706-YARN-2928.012.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | YARN-2928 / 0a3c147 |
| hadoop-yarn-server-timelineservice test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-timelineservice.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8237/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.
148d84f057662df8d9ad1f8ec2ac19314960932f logged out


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


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



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed

Failed: YARN-3794 PreCommit Build #8236

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 263 lines...]
|      |                     |            | issues.
|  +1  |         whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 31s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 33s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 24s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  -1  |         yarn tests  |  50m 49s   | Tests failed in 
|      |                     |            | hadoop-yarn-server-resourcemanager.
|      |                     |  69m 33s   | 


             Reason | Tests
 Failed unit tests  |  hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12738994/YARN-3794.01.patch |
| Optional Tests | javac unit findbugs checkstyle |
| git revision | trunk / 95c73d4 |
| 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/8236/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.
f3ec454536e756a26e976500a02eaf913a676c13 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8232
Archived 27 artifacts
Archive block size is 32768
Received 36 blocks and 6426086 bytes
Compression is 15.5%
Took 3.4 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.
REGRESSION:  org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart.testSchedulerRecovery[1]

Error Message:
expected:<6144> but was:<8192>

Stack Trace:
java.lang.AssertionError: expected:<6144> but was:<8192>
	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.TestWorkPreservingRMRestart.assertMetrics(TestWorkPreservingRMRestart.java:853)
	at org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart.checkFSQueue(TestWorkPreservingRMRestart.java:342)
	at org.apache.hadoop.yarn.server.resourcemanager.TestWorkPreservingRMRestart.testSchedulerRecovery(TestWorkPreservingRMRestart.java:241)



Failed: YARN-3790 PreCommit Build #8235

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 279 lines...]
|  +1  |      release audit  |  0m 23s    | The applied patch does not increase 
|      |                     |            | the total number of release audit
|      |                     |            | warnings.
|  +1  |         checkstyle  |  0m 45s    | There were no new checkstyle 
|      |                     |            | issues.
|  +1  |         whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 33s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 33s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 26s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  +1  |         yarn tests  |  50m 55s   | Tests passed in 
|      |                     |            | hadoop-yarn-server-resourcemanager.
|      |                     |  88m 51s   | 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12738905/YARN-3790.000.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / c7729ef |
| 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/8235/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.
9f9427b508227c13e06425b8e81cb70b6765fa98 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8232
Archived 29 artifacts
Archive block size is 32768
Received 40 blocks and 11520772 bytes
Compression is 10.2%
Took 4 sec
Description set: MAPREDUCE-6389
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed

Failed: YARN-3051 PreCommit Build #8234

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 463 lines...]
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  +1  |         yarn tests  |  0m 22s    | Tests passed in hadoop-yarn-api. 
|  +1  |         yarn tests  |  1m 59s    | Tests passed in hadoop-yarn-common. 
|  +1  |         yarn tests  |  1m 27s    | Tests passed in 
|      |                     |            | hadoop-yarn-server-timelineservice.
|      |                     |  48m 2s    | 


    Reason | Tests
 FindBugs  |  module:hadoop-yarn-server-timelineservice 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12738884/YARN-3051-YARN-2928.04.patch |
| Optional Tests | shellcheck javadoc javac unit findbugs checkstyle |
| git revision | YARN-2928 / 0a3c147 |
| javadoc | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffJavadocWarnings.txt |
| checkstyle |  /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffcheckstylehadoop-yarn-api.txt |
| Findbugs warnings | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-timelineservice.html |
| hadoop-yarn-api test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-api.txt |
| hadoop-yarn-common test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-common.txt |
| hadoop-yarn-server-timelineservice test log | /home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-timelineservice.txt |
| Test Results | https://builds.apache.org/job/PreCommit-YARN-Build/8234/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf903.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.
aec8a63184d39b7172ec03c6fb3b43ec566154fb logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8232
Archived 57 artifacts
Archive block size is 32768
Received 28 blocks and 28230914 bytes
Compression is 3.1%
Took 7.5 sec
Description set: MAPREDUCE-6389
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed