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/31 21:09:11 UTC

Failed: YARN-3176 PreCommit Build #8738

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 285 lines...]
|      |                     |            | issues.
|  +1  |         whitespace  |  0m 0s     | The patch has no lines that end in 
|      |                     |            | whitespace.
|  +1  |            install  |  1m 41s    | mvn install still works. 
|  +1  |    eclipse:eclipse  |  0m 44s    | The patch built with 
|      |                     |            | eclipse:eclipse.
|  +1  |           findbugs  |  1m 55s    | The patch does not introduce any 
|      |                     |            | new Findbugs (version 3.0.0)
|      |                     |            | warnings.
|  -1  |         yarn tests  |  56m 22s   | Tests failed in 
|      |                     |            | hadoop-yarn-server-resourcemanager.
|      |                     |  100m 16s  | 


             Reason | Tests
 Failed unit tests  |  hadoop.yarn.server.resourcemanager.resource.TestResources 


|| Subsystem || Report/Notes ||
============================================================================
| Patch URL | http://issues.apache.org/jira/secure/attachment/12740742/YARN-3176.v2.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 93d50b7 |
| 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/8738/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.
112136d34f6a652bb60afcc2f8dc011f192eac0b logged out


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


Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #8718
Archived 29 artifacts
Archive block size is 32768
Received 100 blocks and 9686574 bytes
Compression is 25.3%
Took 2.3 sec
Description set: MAPREDUCE-6433
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.resource.TestResources.testComponentwiseMin

Error Message:
test timed out after 1000 milliseconds

Stack Trace:
java.lang.Exception: test timed out after 1000 milliseconds
	at org.apache.xerces.impl.XMLEntityScanner.scanContent(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
	at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150)
	at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2546)
	at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2534)
	at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2605)
	at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2558)
	at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2469)
	at org.apache.hadoop.conf.Configuration.get(Configuration.java:1294)
	at org.apache.hadoop.yarn.factory.providers.RecordFactoryProvider.getRecordFactory(RecordFactoryProvider.java:49)
	at org.apache.hadoop.yarn.util.Records.<clinit>(Records.java:32)
	at org.apache.hadoop.yarn.util.resource.Resources.createResource(Resources.java:102)
	at org.apache.hadoop.yarn.server.resourcemanager.resource.TestResources.testComponentwiseMin(TestResources.java:36)