See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1366/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 8938 lines...] Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServices Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.903 sec - in org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServices Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0 Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestBlocks Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.221 sec - in org.apache.hadoop.mapreduce.v2.hs.webapp.TestBlocks Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0 Running org.apache.hadoop.mapreduce.v2.hs.webapp.TestHSWebApp Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.374 sec - in org.apache.hadoop.mapreduce.v2.hs.webapp.TestHSWebApp Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0 Running org.apache.hadoop.mapreduce.v2.hs.TestCompletedTask Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec - in org.apache.hadoop.mapreduce.v2.hs.TestCompletedTask Results : Tests in error: TestJobHistoryServer.testReports:111 » WebApp Error starting http server TestJobHistoryServer.testLaunch:206 » NoClassDefFound org/apache/hadoop/yarn/Y... Tests run: 200, Failures: 0, Errors: 2, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop MapReduce Client .................... SUCCESS [ 3.350 s] [INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:54 min] [INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 28.473 s] [INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [ 5.301 s] [INFO] Apache Hadoop MapReduce App ....................... SUCCESS [10:21 min] [INFO] Apache Hadoop MapReduce HistoryServer ............. FAILURE [06:16 min] [INFO] Apache Hadoop MapReduce JobClient ................. SKIPPED [INFO] Apache Hadoop MapReduce HistoryServer Plugins ..... SKIPPED [INFO] Apache Hadoop MapReduce NativeTask ................ SKIPPED [INFO] Apache Hadoop MapReduce Examples .................. SKIPPED [INFO] Apache Hadoop MapReduce ........................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19:10 min [INFO] Finished at: 2016-05-05T14:39:02+00:00 [INFO] Final Memory: 37M/215M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-mapreduce-client-hs: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs && /home/jenkins/tools/java/jdk1.8.0/jre/bin/java -Xmx2048m -XX:MaxPermSize=768m -XX:+HeapDumpOnOutOfMemoryError -jar /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/target/surefire/surefirebooter5185383303350461127.jar /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/target/surefire/surefire5446741497968842582tmp /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/target/surefire/surefire_1204097501565036334484tmp [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-mapreduce-client-hs Build step 'Execute shell' marked build as failure [FINDBUGS] Skipping publisher since build result is FAILURE Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ################################################################################### ############################## FAILED TESTS (if any) ############################## 2 tests failed. FAILED: org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryServer.testReports Error Message: Error starting http server Stack Trace: org.apache.hadoop.yarn.webapp.WebAppException: Error starting http server at org.apache.hadoop.http.HttpServer2.getWebAppsPath(HttpServer2.java:785) at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:341) at org.apache.hadoop.http.HttpServer2.<init>(HttpServer2.java:109) at org.apache.hadoop.http.HttpServer2$Builder.build(HttpServer2.java:291) at org.apache.hadoop.yarn.webapp.WebApps$Builder.build(WebApps.java:276) at org.apache.hadoop.yarn.webapp.WebApps$Builder.start(WebApps.java:345) at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService.initializeWebApp(HistoryClientService.java:164) at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService.serviceStart(HistoryClientService.java:121) at org.apache.hadoop.service.AbstractService.start(AbstractService.java:193) at org.apache.hadoop.service.CompositeService.serviceStart(CompositeService.java:120) at org.apache.hadoop.mapreduce.v2.hs.JobHistoryServer.serviceStart(JobHistoryServer.java:202) at org.apache.hadoop.service.AbstractService.start(AbstractService.java:193) at org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryServer.testReports(TestJobHistoryServer.java:111) FAILED: org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryServer.testLaunch Error Message: org/apache/hadoop/yarn/YarnUncaughtExceptionHandler Stack Trace: java.lang.NoClassDefFoundError: org/apache/hadoop/yarn/YarnUncaughtExceptionHandler 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.mapreduce.v2.hs.JobHistoryServer.launchJobHistoryServer(JobHistoryServer.java:217) at org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryServer.testLaunch(TestJobHistoryServer.java:206)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
