See https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/1382/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 8943 lines...]
Results :

Failed tests: 
  TestKill.testKillJob:84 Task state not correct expected:<KILLED> but was:<NEW>

Tests in error: 
  TestContainerLauncher.testPoolLimits:184 NoClassDefFound 
org/apache/hadoop/yar...
  TestContainerLauncher.testPoolSize:98 NoClassDefFound 
org/apache/hadoop/yarn/a...
  TestMapReduceChildJVM.testCommandLine:54 » NoClassDefFound 
org/apache/hadoop/y...
  
TestMapReduceChildJVM.testReduceCommandLineWithSeparateShuffle:87->testReduceCommandLine:108
 » Metrics
  TestMapReduceChildJVM.testCommandLineWithLog4JConifg:153 » Metrics Metrics 
sou...
  TestMapReduceChildJVM.testReduceCommandLine:102->testReduceCommandLine:108 » 
Metrics
  TestMapReduceChildJVM.testAutoHeapSizes:183->testAutoHeapSize:227 » Metrics 
Me...
  TestMapReduceChildJVM.testEnvironmentVariables:281 » Metrics Metrics source 
MR...
  
TestMapReduceChildJVM.testReduceCommandLineWithSeparateCRLAShuffle:96->testReduceCommandLine:108
 » Metrics
  TestJobHistoryEventHandler.testTimelineEventHandling:497 » YarnRuntime 
org.apa...

Tests run: 345, Failures: 1, Errors: 8, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client .................... SUCCESS [  4.098 s]
[INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [02:36 min]
[INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 40.118 s]
[INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [  7.903 s]
[INFO] Apache Hadoop MapReduce App ....................... FAILURE [12:02 min]
[INFO] Apache Hadoop MapReduce HistoryServer ............. SKIPPED
[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: 15:32 min
[INFO] Finished at: 2016-05-11T00:32:20+00:00
[INFO] Final Memory: 35M/208M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "parallel-tests" could not be activated because 
it does not exist.
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-app: 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-app
 && /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-app/target/surefire/surefirebooter1838938381007601195.jar
 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefire8942351105962014646tmp
 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk-Java8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/target/surefire/surefire_866202727110070477838tmp
[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-app
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) 
##############################
9 tests failed.
FAILED:  
org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testTimelineEventHandling

Error Message:
org.apache.hadoop.yarn.webapp.WebAppException: Error starting http server

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: 
org.apache.hadoop.yarn.webapp.WebAppException: Error starting http server
        at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:866)
        at org.apache.hadoop.yarn.webapp.WebApps$Builder.start(WebApps.java:348)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.startWepApp(ResourceManager.java:987)
        at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.serviceStart(ResourceManager.java:1089)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.startResourceManager(MiniYARNCluster.java:335)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.access$300(MiniYARNCluster.java:112)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper.serviceStart(MiniYARNCluster.java:464)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at 
org.apache.hadoop.service.CompositeService.serviceStart(CompositeService.java:120)
        at 
org.apache.hadoop.yarn.server.MiniYARNCluster.serviceStart(MiniYARNCluster.java:292)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at 
org.apache.hadoop.mapreduce.jobhistory.TestJobHistoryEventHandler.testTimelineEventHandling(TestJobHistoryEventHandler.java:497)


FAILED:  org.apache.hadoop.mapreduce.v2.app.TestKill.testKillJob

Error Message:
Task state not correct expected:<KILLED> but was:<NEW>

Stack Trace:
java.lang.AssertionError: Task state not correct expected:<KILLED> but was:<NEW>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at 
org.apache.hadoop.mapreduce.v2.app.TestKill.testKillJob(TestKill.java:84)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testCommandLine

Error Message:
org/apache/hadoop/yarn/event/AsyncDispatcher$1

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/hadoop/yarn/event/AsyncDispatcher$1
        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.yarn.event.AsyncDispatcher.createThread(AsyncDispatcher.java:85)
        at 
org.apache.hadoop.yarn.event.AsyncDispatcher.serviceStart(AsyncDispatcher.java:129)
        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.app.MRAppMaster.serviceStart(MRAppMaster.java:1226)
        at 
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.submit(MRApp.java:301)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.submit(MRApp.java:285)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testCommandLine(TestMapReduceChildJVM.java:54)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLineWithSeparateShuffle

Error Message:
Metrics source MRAppMetrics already exists!

Stack Trace:
org.apache.hadoop.metrics2.MetricsException: Metrics source MRAppMetrics 
already exists!
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.newSourceName(DefaultMetricsSystem.java:143)
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.sourceName(DefaultMetricsSystem.java:120)
        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.register(MetricsSystemImpl.java:230)
        at 
org.apache.hadoop.metrics2.MetricsSystem.register(MetricsSystem.java:71)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:59)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:54)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.<init>(MRAppMaster.java:263)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:235)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:212)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:193)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:154)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM$MyMRApp.<init>(TestMapReduceChildJVM.java:256)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLine(TestMapReduceChildJVM.java:108)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLineWithSeparateShuffle(TestMapReduceChildJVM.java:87)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testCommandLineWithLog4JConifg

Error Message:
Metrics source MRAppMetrics already exists!

Stack Trace:
org.apache.hadoop.metrics2.MetricsException: Metrics source MRAppMetrics 
already exists!
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.newSourceName(DefaultMetricsSystem.java:143)
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.sourceName(DefaultMetricsSystem.java:120)
        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.register(MetricsSystemImpl.java:230)
        at 
org.apache.hadoop.metrics2.MetricsSystem.register(MetricsSystem.java:71)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:59)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:54)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.<init>(MRAppMaster.java:263)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:235)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:212)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:193)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:154)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM$MyMRApp.<init>(TestMapReduceChildJVM.java:256)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testCommandLineWithLog4JConifg(TestMapReduceChildJVM.java:153)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLine

Error Message:
Metrics source MRAppMetrics already exists!

Stack Trace:
org.apache.hadoop.metrics2.MetricsException: Metrics source MRAppMetrics 
already exists!
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.newSourceName(DefaultMetricsSystem.java:143)
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.sourceName(DefaultMetricsSystem.java:120)
        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.register(MetricsSystemImpl.java:230)
        at 
org.apache.hadoop.metrics2.MetricsSystem.register(MetricsSystem.java:71)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:59)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:54)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.<init>(MRAppMaster.java:263)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:235)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:212)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:193)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:154)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM$MyMRApp.<init>(TestMapReduceChildJVM.java:256)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLine(TestMapReduceChildJVM.java:108)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLine(TestMapReduceChildJVM.java:102)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testAutoHeapSizes

Error Message:
Metrics source MRAppMetrics already exists!

Stack Trace:
org.apache.hadoop.metrics2.MetricsException: Metrics source MRAppMetrics 
already exists!
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.newSourceName(DefaultMetricsSystem.java:143)
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.sourceName(DefaultMetricsSystem.java:120)
        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.register(MetricsSystemImpl.java:230)
        at 
org.apache.hadoop.metrics2.MetricsSystem.register(MetricsSystem.java:71)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:59)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:54)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.<init>(MRAppMaster.java:263)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:235)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:212)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:193)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:154)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM$MyMRApp.<init>(TestMapReduceChildJVM.java:256)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testAutoHeapSize(TestMapReduceChildJVM.java:227)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testAutoHeapSizes(TestMapReduceChildJVM.java:183)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testEnvironmentVariables

Error Message:
Metrics source MRAppMetrics already exists!

Stack Trace:
org.apache.hadoop.metrics2.MetricsException: Metrics source MRAppMetrics 
already exists!
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.newSourceName(DefaultMetricsSystem.java:143)
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.sourceName(DefaultMetricsSystem.java:120)
        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.register(MetricsSystemImpl.java:230)
        at 
org.apache.hadoop.metrics2.MetricsSystem.register(MetricsSystem.java:71)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:59)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:54)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.<init>(MRAppMaster.java:263)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:235)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:212)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:193)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:154)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM$MyMRApp.<init>(TestMapReduceChildJVM.java:256)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testEnvironmentVariables(TestMapReduceChildJVM.java:281)


FAILED:  
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLineWithSeparateCRLAShuffle

Error Message:
Metrics source MRAppMetrics already exists!

Stack Trace:
org.apache.hadoop.metrics2.MetricsException: Metrics source MRAppMetrics 
already exists!
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.newSourceName(DefaultMetricsSystem.java:143)
        at 
org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.sourceName(DefaultMetricsSystem.java:120)
        at 
org.apache.hadoop.metrics2.impl.MetricsSystemImpl.register(MetricsSystemImpl.java:230)
        at 
org.apache.hadoop.metrics2.MetricsSystem.register(MetricsSystem.java:71)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:59)
        at 
org.apache.hadoop.mapreduce.v2.app.metrics.MRAppMetrics.create(MRAppMetrics.java:54)
        at 
org.apache.hadoop.mapreduce.v2.app.MRAppMaster.<init>(MRAppMaster.java:263)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:235)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:212)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:193)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:154)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM$MyMRApp.<init>(TestMapReduceChildJVM.java:256)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLine(TestMapReduceChildJVM.java:108)
        at 
org.apache.hadoop.mapreduce.v2.app.job.impl.TestMapReduceChildJVM.testReduceCommandLineWithSeparateCRLAShuffle(TestMapReduceChildJVM.java:96)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to