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/03/02 01:00:46 UTC

Hadoop-Yarn-trunk - Build # 1847 - Failure

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 11521 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 sec - in org.apache.hadoop.registry.client.impl.TestMicroZookeeperService
Running org.apache.hadoop.registry.client.impl.TestCuratorService
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.064 sec - in org.apache.hadoop.registry.client.impl.TestCuratorService

Results :

Tests in error: 
  TestSecureLogins>AbstractSecureRegistryTest.beforeSecureRegistryTestClass:133->AbstractSecureRegistryTest.setupKDCAndPrincipals:204 ยป IO

Tests run: 114, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop YARN ................................ SUCCESS [  3.297 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [04:27 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [03:08 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [  0.091 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 47.203 s]
[INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [10:11 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 26.235 s]
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... SUCCESS [04:15 min]
[INFO] Apache Hadoop YARN ResourceManager ................ SUCCESS [  01:14 h]
[INFO] Apache Hadoop YARN Server Tests ................... SUCCESS [03:07 min]
[INFO] Apache Hadoop YARN Client ......................... SUCCESS [08:03 min]
[INFO] Apache Hadoop YARN SharedCacheManager ............. SUCCESS [ 27.707 s]
[INFO] Apache Hadoop YARN Timeline Plugin Storage ........ SUCCESS [ 59.342 s]
[INFO] Apache Hadoop YARN Applications ................... SUCCESS [  0.062 s]
[INFO] Apache Hadoop YARN DistributedShell ............... SUCCESS [06:57 min]
[INFO] Apache Hadoop YARN Unmanaged Am Launcher .......... SUCCESS [ 36.708 s]
[INFO] Apache Hadoop YARN Site ........................... SUCCESS [  0.052 s]
[INFO] Apache Hadoop YARN Registry ....................... FAILURE [01:41 min]
[INFO] Apache Hadoop YARN Project ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:59 h
[INFO] Finished at: 2016-03-02T00:00:42+00:00
[INFO] Final Memory: 83M/654M
[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) ##############################
1 tests failed.
FAILED:  org.apache.hadoop.registry.secure.TestSecureLogins.org.apache.hadoop.registry.secure.TestSecureLogins

Error Message:
Can not read resource file 'minikdc-krb5.conf'

Stack Trace:
java.io.IOException: Can not read resource file 'minikdc-krb5.conf'
	at org.apache.hadoop.minikdc.MiniKdc.getResourceAsStream(MiniKdc.java:407)
	at org.apache.hadoop.minikdc.MiniKdc.initKDCServer(MiniKdc.java:474)
	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)