See <https://builds.apache.org/job/Hadoop-Yarn-trunk/2006/changes>
Changes: [naganarasimha_gr] YARN-4810. NM applicationpage cause internal error 500. Contributed by ------------------------------------------ [...truncated 8694 lines...] [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hadoop-yarn-server-applicationhistoryservice --- [INFO] Compiling 67 source files to <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/target/classes> [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hadoop-yarn-server-applicationhistoryservice --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/resources> [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hadoop-yarn-server-applicationhistoryservice --- [INFO] Compiling 22 source files to <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/target/test-classes> [INFO] [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ hadoop-yarn-server-applicationhistoryservice --- [INFO] Building jar: <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/target/hadoop-yarn-server-applicationhistoryservice-3.0.0-SNAPSHOT-tests.jar> [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ hadoop-yarn-server-applicationhistoryservice --- [INFO] Surefire report directory: <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryManagerOnTimelineStore Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.174 sec - in org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryManagerOnTimelineStore Running org.apache.hadoop.yarn.server.applicationhistoryservice.TestMemoryApplicationHistoryStore Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.628 sec - in org.apache.hadoop.yarn.server.applicationhistoryservice.TestMemoryApplicationHistoryStore Running org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.63 sec - in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices Running org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebApp Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.354 sec - in org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebApp Running org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.708 sec - in org.apache.hadoop.yarn.server.applicationhistoryservice.TestFileSystemApplicationHistoryStore Running org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.581 sec - in org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryServer Running org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryManagerImpl Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.423 sec - in org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryManagerImpl Running org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryClientService Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.549 sec - in org.apache.hadoop.yarn.server.applicationhistoryservice.TestApplicationHistoryClientService Running org.apache.hadoop.yarn.server.timeline.TestGenericObjectMapper Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.969 sec - in org.apache.hadoop.yarn.server.timeline.TestGenericObjectMapper Running org.apache.hadoop.yarn.server.timeline.webapp.TestTimelineWebServices Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.049 sec - in org.apache.hadoop.yarn.server.timeline.webapp.TestTimelineWebServices Running org.apache.hadoop.yarn.server.timeline.webapp.TestTimelineWebServicesWithSSL Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.991 sec - in org.apache.hadoop.yarn.server.timeline.webapp.TestTimelineWebServicesWithSSL Running org.apache.hadoop.yarn.server.timeline.security.TestTimelineACLsManager Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.181 sec - in org.apache.hadoop.yarn.server.timeline.security.TestTimelineACLsManager Running org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter Tests run: 6, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 18.44 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter testPutDomains[1](org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter) Time elapsed: 0.222 sec <<< ERROR! com.sun.jersey.api.client.ClientHandlerException: java.io.IOException: org.apache.hadoop.security.authentication.client.AuthenticationException: GSSException: No valid credentials provided (Mechanism level: Cannot get a KDC reply) at sun.security.krb5.KdcComm.send(KdcComm.java:250) at sun.security.krb5.KdcComm.send(KdcComm.java:191) at sun.security.krb5.KrbTgsReq.send(KrbTgsReq.java:187) at sun.security.krb5.KrbTgsReq.sendAndGetCreds(KrbTgsReq.java:202) at sun.security.krb5.internal.CredentialsUtil.serviceCreds(CredentialsUtil.java:311) at sun.security.krb5.internal.CredentialsUtil.acquireServiceCreds(CredentialsUtil.java:115) at sun.security.krb5.Credentials.acquireServiceCreds(Credentials.java:449) at sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:641) at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:248) at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:179) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:309) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:285) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.doSpnegoSequence(KerberosAuthenticator.java:285) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:203) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128) at org.apache.hadoop.security.authentication.client.AuthenticatedURL.openConnection(AuthenticatedURL.java:216) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.openConnection(DelegationTokenAuthenticatedURL.java:322) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineURLConnectionFactory.getHttpURLConnection(TimelineClientImpl.java:484) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:159) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineJerseyRetryFilter$1.run(TimelineClientImpl.java:233) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientConnectionRetry.retryOn(TimelineClientImpl.java:182) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineJerseyRetryFilter.handle(TimelineClientImpl.java:244) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.put(WebResource.java:533) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter.doPostingObject(TimelineWriter.java:161) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter$1.run(TimelineWriter.java:115) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter$1.run(TimelineWriter.java:112) 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:1742) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter.doPosting(TimelineWriter.java:112) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter.putDomain(TimelineWriter.java:98) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.putDomain(TimelineClientImpl.java:345) at org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter$2.call(TestTimelineAuthenticationFilter.java:208) at org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter$2.call(TestTimelineAuthenticationFilter.java:200) at org.apache.hadoop.security.authentication.KerberosTestUtils$1.run(KerberosTestUtils.java:120) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.authentication.KerberosTestUtils.doAs(KerberosTestUtils.java:117) at org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter.testPutDomains(TestTimelineAuthenticationFilter.java:200) testDelegationTokenOperations[1](org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter) Time elapsed: 0.218 sec <<< ERROR! java.io.IOException: org.apache.hadoop.security.authentication.client.AuthenticationException: GSSException: No valid credentials provided (Mechanism level: Cannot get a KDC reply) at sun.security.krb5.KdcComm.send(KdcComm.java:250) at sun.security.krb5.KdcComm.send(KdcComm.java:191) at sun.security.krb5.KrbTgsReq.send(KrbTgsReq.java:187) at sun.security.krb5.KrbTgsReq.sendAndGetCreds(KrbTgsReq.java:202) at sun.security.krb5.internal.CredentialsUtil.serviceCreds(CredentialsUtil.java:311) at sun.security.krb5.internal.CredentialsUtil.acquireServiceCreds(CredentialsUtil.java:115) at sun.security.krb5.Credentials.acquireServiceCreds(Credentials.java:449) at sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:641) at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:248) at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:179) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:309) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:285) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.doSpnegoSequence(KerberosAuthenticator.java:285) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:203) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128) at org.apache.hadoop.security.authentication.client.AuthenticatedURL.openConnection(AuthenticatedURL.java:216) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.doDelegationTokenOperation(DelegationTokenAuthenticator.java:285) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.getDelegationToken(DelegationTokenAuthenticator.java:166) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.getDelegationToken(DelegationTokenAuthenticatedURL.java:371) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$1.run(TimelineClientImpl.java:361) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$1.run(TimelineClientImpl.java:353) 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:1742) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$4.run(TimelineClientImpl.java:459) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientConnectionRetry.retryOn(TimelineClientImpl.java:182) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.operateDelegationToken(TimelineClientImpl.java:474) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.getDelegationToken(TimelineClientImpl.java:365) at org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter.testDelegationTokenOperations(TestTimelineAuthenticationFilter.java:235) testPutTimelineEntities[1](org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter) Time elapsed: 0.174 sec <<< ERROR! com.sun.jersey.api.client.ClientHandlerException: java.io.IOException: org.apache.hadoop.security.authentication.client.AuthenticationException: GSSException: No valid credentials provided (Mechanism level: Cannot get a KDC reply) at sun.security.krb5.KdcComm.send(KdcComm.java:250) at sun.security.krb5.KdcComm.send(KdcComm.java:191) at sun.security.krb5.KrbTgsReq.send(KrbTgsReq.java:187) at sun.security.krb5.KrbTgsReq.sendAndGetCreds(KrbTgsReq.java:202) at sun.security.krb5.internal.CredentialsUtil.serviceCreds(CredentialsUtil.java:311) at sun.security.krb5.internal.CredentialsUtil.acquireServiceCreds(CredentialsUtil.java:115) at sun.security.krb5.Credentials.acquireServiceCreds(Credentials.java:449) at sun.security.jgss.krb5.Krb5Context.initSecContext(Krb5Context.java:641) at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:248) at sun.security.jgss.GSSContextImpl.initSecContext(GSSContextImpl.java:179) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:309) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:285) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.doSpnegoSequence(KerberosAuthenticator.java:285) at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:203) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128) at org.apache.hadoop.security.authentication.client.AuthenticatedURL.openConnection(AuthenticatedURL.java:216) at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.openConnection(DelegationTokenAuthenticatedURL.java:322) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineURLConnectionFactory.getHttpURLConnection(TimelineClientImpl.java:484) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:159) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineJerseyRetryFilter$1.run(TimelineClientImpl.java:233) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientConnectionRetry.retryOn(TimelineClientImpl.java:182) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineJerseyRetryFilter.handle(TimelineClientImpl.java:244) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter.doPostingObject(TimelineWriter.java:154) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter$1.run(TimelineWriter.java:115) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter$1.run(TimelineWriter.java:112) 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:1742) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter.doPosting(TimelineWriter.java:112) at org.apache.hadoop.yarn.client.api.impl.TimelineWriter.putEntities(TimelineWriter.java:92) at org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.putEntities(TimelineClientImpl.java:338) at org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter$1.call(TestTimelineAuthenticationFilter.java:187) at org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter$1.call(TestTimelineAuthenticationFilter.java:178) at org.apache.hadoop.security.authentication.KerberosTestUtils$1.run(KerberosTestUtils.java:120) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.authentication.KerberosTestUtils.doAs(KerberosTestUtils.java:117) at org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter.testPutTimelineEntities(TestTimelineAuthenticationFilter.java:178) Running org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterInitializer Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 sec - in org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilterInitializer Running org.apache.hadoop.yarn.server.timeline.TestLeveldbTimelineStore Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.628 sec - in org.apache.hadoop.yarn.server.timeline.TestLeveldbTimelineStore Running org.apache.hadoop.yarn.server.timeline.TestMemoryTimelineStore Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.475 sec - in org.apache.hadoop.yarn.server.timeline.TestMemoryTimelineStore Running org.apache.hadoop.yarn.server.timeline.TestRollingLevelDB Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.008 sec - in org.apache.hadoop.yarn.server.timeline.TestRollingLevelDB Running org.apache.hadoop.yarn.server.timeline.TestRollingLevelDBTimelineStore Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.313 sec - in org.apache.hadoop.yarn.server.timeline.TestRollingLevelDBTimelineStore Running org.apache.hadoop.yarn.server.timeline.recovery.TestLeveldbTimelineStateStore Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.564 sec - in org.apache.hadoop.yarn.server.timeline.recovery.TestLeveldbTimelineStateStore Running org.apache.hadoop.yarn.server.timeline.TestTimelineDataManager Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.467 sec - in org.apache.hadoop.yarn.server.timeline.TestTimelineDataManager Results : Tests in error: TestTimelineAuthenticationFilter.testPutDomains:200 » ClientHandler java.io.IO... TestTimelineAuthenticationFilter.testDelegationTokenOperations:235 » IO org.ap... TestTimelineAuthenticationFilter.testPutTimelineEntities:178 » ClientHandler j... Tests run: 197, Failures: 0, Errors: 3, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop YARN ................................ SUCCESS [ 7.822 s] [INFO] Apache Hadoop YARN API ............................ SUCCESS [07:13 min] [INFO] Apache Hadoop YARN Common ......................... SUCCESS [05:43 min] [INFO] Apache Hadoop YARN Server ......................... SUCCESS [ 0.133 s] [INFO] Apache Hadoop YARN Server Common .................. SUCCESS [01:35 min] [INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [14:18 min] [INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 48.182 s] [INFO] Apache Hadoop YARN ApplicationHistoryService ...... FAILURE [04:32 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: 34:22 min [INFO] Finished at: 2016-04-12T14:04:07+00:00 [INFO] Final Memory: 81M/924M [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 <https://builds.apache.org/job/Hadoop-Yarn-trunk/ws/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
