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/09/10 05:29:51 UTC

Hadoop-Yarn-trunk-Java8 - Build # 371 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 5898 lines...]
Running org.apache.hadoop.registry.operations.TestRegistryOperations
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.97 sec - in org.apache.hadoop.registry.operations.TestRegistryOperations

Results :

Tests in error: 
  TestSecureRegistry>AbstractSecureRegistryTest.beforeSecureRegistryTestClass:136->AbstractSecureRegistryTest.initHadoopSecurity:237 ยป NoClassDefFound

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop YARN ................................ SUCCESS [  3.446 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [01:16 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [02:23 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [  0.058 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 37.467 s]
[INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [07:51 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 16.199 s]
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... SUCCESS [03:53 min]
[INFO] Apache Hadoop YARN ResourceManager ................ SUCCESS [  01:00 h]
[INFO] Apache Hadoop YARN Server Tests ................... SUCCESS [02:18 min]
[INFO] Apache Hadoop YARN Client ......................... SUCCESS [07:01 min]
[INFO] Apache Hadoop YARN SharedCacheManager ............. SUCCESS [ 17.769 s]
[INFO] Apache Hadoop YARN Applications ................... SUCCESS [  0.031 s]
[INFO] Apache Hadoop YARN DistributedShell ............... SUCCESS [06:41 min]
[INFO] Apache Hadoop YARN Unmanaged Am Launcher .......... SUCCESS [ 30.772 s]
[INFO] Apache Hadoop YARN Site ........................... SUCCESS [  0.051 s]
[INFO] Apache Hadoop YARN Registry ....................... FAILURE [01:37 min]
[INFO] Apache Hadoop YARN Project ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:35 h
[INFO] Finished at: 2015-09-10T03:29:46+00:00
[INFO] Final Memory: 88M/1031M
[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-Java8/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
Updating MAPREDUCE-6415
Updating YARN-4086
Sending e-mails to: yarn-dev@hadoop.apache.org
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
FAILED:  org.apache.hadoop.registry.secure.TestSecureRegistry.org.apache.hadoop.registry.secure.TestSecureRegistry

Error Message:
org/apache/hadoop/util/PlatformName

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/hadoop/util/PlatformName
	at org.apache.hadoop.security.UserGroupInformation.getOSLoginModuleName(UserGroupInformation.java:378)
	at org.apache.hadoop.security.UserGroupInformation.<clinit>(UserGroupInformation.java:423)
	at org.apache.hadoop.registry.secure.AbstractSecureRegistryTest.initHadoopSecurity(AbstractSecureRegistryTest.java:237)
	at org.apache.hadoop.registry.secure.AbstractSecureRegistryTest.beforeSecureRegistryTestClass(AbstractSecureRegistryTest.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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: java.lang.ClassNotFoundException: org.apache.hadoop.util.PlatformName
	at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.apache.hadoop.security.UserGroupInformation.getOSLoginModuleName(UserGroupInformation.java:378)
	at org.apache.hadoop.security.UserGroupInformation.<clinit>(UserGroupInformation.java:423)
	at org.apache.hadoop.registry.secure.AbstractSecureRegistryTest.initHadoopSecurity(AbstractSecureRegistryTest.java:237)
	at org.apache.hadoop.registry.secure.AbstractSecureRegistryTest.beforeSecureRegistryTestClass(AbstractSecureRegistryTest.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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)