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/17 22:43:48 UTC

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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 10523 lines...]

Results :

Tests in error: 
  TestNMClient.setup:98 » NoClassDefFound org/apache/hadoop/io/retry/FailoverPro...
  TestNMClient.tearDown:188 NullPointer
  TestNMClient.setup:88 » YarnRuntime could not cleanup test dir: org.apache.had...
  TestNMClient.tearDown:188 NullPointer

Tests run: 168, Failures: 0, Errors: 4, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop YARN ................................ SUCCESS [  4.123 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [03:53 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [02:55 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [  0.091 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 44.502 s]
[INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [08:10 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 25.887 s]
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... SUCCESS [03:59 min]
[INFO] Apache Hadoop YARN ResourceManager ................ SUCCESS [  01:01 h]
[INFO] Apache Hadoop YARN Server Tests ................... SUCCESS [02:17 min]
[INFO] Apache Hadoop YARN Client ......................... FAILURE [05:31 min]
[INFO] Apache Hadoop YARN SharedCacheManager ............. SKIPPED
[INFO] Apache Hadoop YARN Applications ................... SKIPPED
[INFO] Apache Hadoop YARN DistributedShell ............... SKIPPED
[INFO] Apache Hadoop YARN Unmanaged Am Launcher .......... SKIPPED
[INFO] Apache Hadoop YARN Site ........................... SKIPPED
[INFO] Apache Hadoop YARN Registry ....................... SKIPPED
[INFO] Apache Hadoop YARN Project ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:29 h
[INFO] Finished at: 2015-09-17T20:43:53+00:00
[INFO] Final Memory: 72M/783M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-yarn-client: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/Hadoop-Yarn-trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/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-client
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Updating MAPREDUCE-5002
Sending e-mails to: yarn-dev@hadoop.apache.org
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
4 tests failed.
FAILED:  org.apache.hadoop.yarn.client.api.impl.TestNMClient.testNMClient

Error Message:
org/apache/hadoop/io/retry/FailoverProxyProvider

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/hadoop/io/retry/FailoverProxyProvider
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
	at org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.serviceStart(YarnClientImpl.java:191)
	at org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
	at org.apache.hadoop.yarn.client.api.impl.TestNMClient.setup(TestNMClient.java:98)


FAILED:  org.apache.hadoop.yarn.client.api.impl.TestNMClient.testNMClient

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
	at org.apache.hadoop.yarn.client.api.impl.TestNMClient.tearDown(TestNMClient.java:188)


FAILED:  org.apache.hadoop.yarn.client.api.impl.TestNMClient.testNMClientNoCleanupOnStop

Error Message:
could not cleanup test dir: org.apache.hadoop.fs.UnsupportedFileSystemException: fs.AbstractFileSystem.file.impl=null: No AbstractFileSystem configured for scheme: file

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test dir: org.apache.hadoop.fs.UnsupportedFileSystemException: fs.AbstractFileSystem.file.impl=null: No AbstractFileSystem configured for scheme: file
	at org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:161)
	at org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250)
	at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329)
	at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:326)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
	at org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:326)
	at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:443)
	at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:420)
	at org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:406)
	at org.apache.hadoop.yarn.server.MiniYARNCluster.<init>(MiniYARNCluster.java:146)
	at org.apache.hadoop.yarn.server.MiniYARNCluster.<init>(MiniYARNCluster.java:202)
	at org.apache.hadoop.yarn.server.MiniYARNCluster.<init>(MiniYARNCluster.java:214)
	at org.apache.hadoop.yarn.client.api.impl.TestNMClient.setup(TestNMClient.java:88)


FAILED:  org.apache.hadoop.yarn.client.api.impl.TestNMClient.testNMClientNoCleanupOnStop

Error Message:
null

Stack Trace:
java.lang.NullPointerException: null
	at org.apache.hadoop.yarn.client.api.impl.TestNMClient.tearDown(TestNMClient.java:188)