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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 297 lines...]
|  +1  |            install  |  1m 33s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 35s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  3m 9s     | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  +1  |         yarn tests  |  0m 21s    | Tests passed in hadoop-yarn-api. 
|  -1  |         yarn tests  |  1m 53s    | Tests failed in hadoop-yarn-common. 
|      |                     |  45m 28s   | 


             Reason | Tests
 Failed unit tests  |  hadoop.yarn.logaggregation.TestAggregatedLogsBlock 
                    |  hadoop.yarn.util.TestConverterUtils 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12735943/YARN-3017.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 94e7d49 |
| hadoop-yarn-api test log | 
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build@2/patchprocess/testrun_hadoop-yarn-api.txt
 |
| hadoop-yarn-common test log | 
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build@2/patchprocess/testrun_hadoop-yarn-common.txt
 |
| Test Results | 
https://builds.apache.org/job/PreCommit-YARN-Build/8117/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf904.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.
6dd6a2734ba8cddeb11ced400fa4da7ad7eca143 logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8110
Archived 43 artifacts
Archive block size is 32768
Received 9 blocks and 30078284 bytes
Compression is 1.0%
Took 7 sec
[description-setter] Could not determine description.
Recording test results
Publish JUnit test result report is waiting for a checkpoint on 
PreCommit-YARN-Build #8116
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) 
##############################
4 tests failed.
FAILED:  
org.apache.hadoop.yarn.logaggregation.TestAggregatedLogsBlock.testAggregatedLogsBlock

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.logaggregation.TestAggregatedLogsBlock.testAggregatedLogsBlock(TestAggregatedLogsBlock.java:144)


FAILED:  
org.apache.hadoop.yarn.logaggregation.TestAggregatedLogsBlock.testNoLogs

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.logaggregation.TestAggregatedLogsBlock.testNoLogs(TestAggregatedLogsBlock.java:175)


FAILED:  org.apache.hadoop.yarn.util.TestConverterUtils.testContainerIdWithEpoch

Error Message:
expected:<container_0_0000_00[]_25645811> but 
was:<container_0_0000_00[0000]_25645811>

Stack Trace:
org.junit.ComparisonFailure: expected:<container_0_0000_00[]_25645811> but 
was:<container_0_0000_00[0000]_25645811>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.yarn.util.TestConverterUtils.testContainerIdWithEpoch(TestConverterUtils.java:63)


FAILED:  org.apache.hadoop.yarn.util.TestConverterUtils.testContainerId

Error Message:
expected:<container_0_0000_00[]_000000> but 
was:<container_0_0000_00[0000]_000000>

Stack Trace:
org.junit.ComparisonFailure: expected:<container_0_0000_00[]_000000> but 
was:<container_0_0000_00[0000]_000000>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.yarn.util.TestConverterUtils.testContainerId(TestConverterUtils.java:54)


Reply via email to