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 2016/02/12 07:56:37 UTC

Hadoop-Yarn-trunk - Build # 1758 - Still Failing

See https://builds.apache.org/job/Hadoop-Yarn-trunk/1758/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 11576 lines...]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Tests in error: 
  TestSecureLogins>AbstractSecureRegistryTest.beforeSecureRegistryTestClass:133->AbstractSecureRegistryTest.setupKDCAndPrincipals:204 » IO
  TestCuratorService>AbstractZKRegistryTest.createZKServer:80 » Runtime org.xml....

Tests run: 95, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop YARN ................................ SUCCESS [  3.306 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [04:19 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [03:00 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [  0.092 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 46.495 s]
[INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [09:37 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 25.317 s]
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... SUCCESS [04:07 min]
[INFO] Apache Hadoop YARN ResourceManager ................ SUCCESS [  01:13 h]
[INFO] Apache Hadoop YARN Server Tests ................... SUCCESS [03:03 min]
[INFO] Apache Hadoop YARN Client ......................... SUCCESS [08:05 min]
[INFO] Apache Hadoop YARN SharedCacheManager ............. SUCCESS [ 26.942 s]
[INFO] Apache Hadoop YARN Timeline Plugin Storage ........ SUCCESS [ 56.613 s]
[INFO] Apache Hadoop YARN Applications ................... SUCCESS [  0.054 s]
[INFO] Apache Hadoop YARN DistributedShell ............... SUCCESS [07:02 min]
[INFO] Apache Hadoop YARN Unmanaged Am Launcher .......... SUCCESS [ 36.582 s]
[INFO] Apache Hadoop YARN Site ........................... SUCCESS [  0.056 s]
[INFO] Apache Hadoop YARN Registry ....................... FAILURE [01:36 min]
[INFO] Apache Hadoop YARN Project ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:57 h
[INFO] Finished at: 2016-02-12T06:56:34+00:00
[INFO] Final Memory: 83M/611M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-yarn-registry: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/Hadoop-Yarn-trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hadoop-yarn-registry
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Sending e-mails to: yarn-dev@hadoop.apache.org
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
2 tests failed.
FAILED:  org.apache.hadoop.registry.client.impl.TestCuratorService.org.apache.hadoop.registry.client.impl.TestCuratorService

Error Message:
org.xml.sax.SAXParseException; systemId: jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-SNAPSHOT.jar!/core-default.xml; lineNumber: 904; columnNumber: 3; The element type "description" must be terminated by the matching end-tag "</description>".

Stack Trace:
java.lang.RuntimeException: org.xml.sax.SAXParseException; systemId: jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-SNAPSHOT.jar!/core-default.xml; lineNumber: 904; columnNumber: 3; The element type "description" must be terminated by the matching end-tag "</description>".
	at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2735)
	at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2567)
	at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2471)
	at org.apache.hadoop.conf.Configuration.set(Configuration.java:1207)
	at org.apache.hadoop.conf.Configuration.set(Configuration.java:1179)
	at org.apache.hadoop.registry.AbstractZKRegistryTest.createZKServer(AbstractZKRegistryTest.java:80)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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)
Caused by: org.xml.sax.SAXParseException: The element type "description" must be terminated by the matching end-tag "</description>".
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:347)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:150)
	at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2555)
	at org.apache.hadoop.conf.Configuration.parse(Configuration.java:2543)
	at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2614)
	at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2567)
	at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2471)
	at org.apache.hadoop.conf.Configuration.set(Configuration.java:1207)
	at org.apache.hadoop.conf.Configuration.set(Configuration.java:1179)
	at org.apache.hadoop.registry.AbstractZKRegistryTest.createZKServer(AbstractZKRegistryTest.java:80)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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:  org.apache.hadoop.registry.secure.TestSecureLogins.org.apache.hadoop.registry.secure.TestSecureLogins

Error Message:
Can not read resource file 'minikdc.ldiff'

Stack Trace:
java.io.IOException: Can not read resource file 'minikdc.ldiff'
	at org.apache.hadoop.minikdc.MiniKdc.getResourceAsStream(MiniKdc.java:407)
	at org.apache.hadoop.minikdc.MiniKdc.initKDCServer(MiniKdc.java:424)
	at org.apache.hadoop.minikdc.MiniKdc.start(MiniKdc.java:315)
	at org.apache.hadoop.registry.secure.AbstractSecureRegistryTest.setupKDCAndPrincipals(AbstractSecureRegistryTest.java:204)
	at org.apache.hadoop.registry.secure.AbstractSecureRegistryTest.beforeSecureRegistryTestClass(AbstractSecureRegistryTest.java:133)
	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.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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)