See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/1415/
################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 4928 lines...] Results : Failed tests: TestApplicationHistoryServer.testLaunch:102 expected:<0> but was:<-1> Tests in error: TestApplicationHistoryServer.testStartStopServer:84 » test timed out after 60... TestApplicationHistoryServer.testFilterOverrides:170 » YarnRuntime java.net.Bi... Tests run: 201, Failures: 1, Errors: 2, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop YARN ................................ SUCCESS [ 3.545 s] [INFO] Apache Hadoop YARN API ............................ SUCCESS [01:27 min] [INFO] Apache Hadoop YARN Common ......................... SUCCESS [02:43 min] [INFO] Apache Hadoop YARN Server ......................... SUCCESS [ 0.083 s] [INFO] Apache Hadoop YARN Server Common .................. SUCCESS [ 42.537 s] [INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [12:10 min] [INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 18.181 s] [INFO] Apache Hadoop YARN ApplicationHistoryService ...... FAILURE [04:04 min] [INFO] Apache Hadoop YARN ResourceManager ................ SKIPPED [INFO] Apache Hadoop YARN Server Tests ................... SKIPPED [INFO] Apache Hadoop YARN Client ......................... SKIPPED [INFO] Apache Hadoop YARN SharedCacheManager ............. SKIPPED [INFO] Apache Hadoop YARN Timeline Plugin Storage ........ 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: 21:32 min [INFO] Finished at: 2016-05-11T02:22:13+00:00 [INFO] Final Memory: 94M/1116M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project hadoop-yarn-server-applicationhistoryservice: 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-server/hadoop-yarn-server-applicationhistoryservice/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-server-applicationhistoryservice Build step 'Execute shell' marked build as failure Archiving artifacts Recording test results Sending e-mails to: [email protected] Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ################################################################################### ############################## FAILED TESTS (if any) ############################## 3 tests failed. FAILED: org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer.testStartStopServer Error Message: test timed out after 60000 milliseconds Stack Trace: java.lang.Exception: test timed out after 60000 milliseconds at org.mortbay.io.nio.SelectorManager$SelectSet.stop(SelectorManager.java:879) at org.mortbay.io.nio.SelectorManager.doStop(SelectorManager.java:240) at org.mortbay.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:76) at org.mortbay.jetty.nio.SelectChannelConnector.close(SelectChannelConnector.java:136) at org.apache.hadoop.http.HttpServer2.stop(HttpServer2.java:936) at org.apache.hadoop.yarn.webapp.WebApp.stop(WebApp.java:97) at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceStop(ApplicationHistoryServer.java:128) at org.apache.hadoop.service.AbstractService.stop(AbstractService.java:221) at org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer.testStartStopServer(TestApplicationHistoryServer.java:84) FAILED: org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer.testFilterOverrides Error Message: java.net.BindException: Problem binding to [0.0.0.0:10200] java.net.BindException: Address already in use; For more details see: http://wiki.apache.org/hadoop/BindException Stack Trace: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: java.net.BindException: Problem binding to [0.0.0.0:10200] java.net.BindException: Address already in use; For more details see: http://wiki.apache.org/hadoop/BindException at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:414) at sun.nio.ch.Net.bind(Net.java:406) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) at org.apache.hadoop.ipc.Server.bind(Server.java:530) at org.apache.hadoop.ipc.Server$Listener.<init>(Server.java:793) at org.apache.hadoop.ipc.Server.<init>(Server.java:2592) at org.apache.hadoop.ipc.RPC$Server.<init>(RPC.java:958) at org.apache.hadoop.ipc.ProtobufRpcEngine$Server.<init>(ProtobufRpcEngine.java:563) at org.apache.hadoop.ipc.ProtobufRpcEngine.getServer(ProtobufRpcEngine.java:538) at org.apache.hadoop.ipc.RPC$Builder.build(RPC.java:800) at org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.createServer(RpcServerFactoryPBImpl.java:173) at org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.getServer(RpcServerFactoryPBImpl.java:132) at org.apache.hadoop.yarn.ipc.HadoopYarnProtoRPC.getServer(HadoopYarnProtoRPC.java:65) at org.apache.hadoop.yarn.ipc.YarnRPC.getServer(YarnRPC.java:54) at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryClientService.serviceStart(ApplicationHistoryClientService.java:94) 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.applicationhistoryservice.ApplicationHistoryServer.serviceStart(ApplicationHistoryServer.java:121) at org.apache.hadoop.service.AbstractService.start(AbstractService.java:193) at org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer.testFilterOverrides(TestApplicationHistoryServer.java:170) FAILED: org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer.testLaunch Error Message: expected:<0> but was:<-1> Stack Trace: java.lang.AssertionError: expected:<0> but was:<-1> 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.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer.testLaunch(TestApplicationHistoryServer.java:102)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
