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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 8806 lines...]
Running org.apache.hadoop.yarn.server.timeline.TestRollingLevelDBTimelineStore
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.67 sec - in 
org.apache.hadoop.yarn.server.timeline.TestRollingLevelDBTimelineStore
Running org.apache.hadoop.yarn.server.timeline.TestMemoryTimelineStore
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.415 sec - in 
org.apache.hadoop.yarn.server.timeline.TestMemoryTimelineStore

Results :

Tests in error: 
  TestTimelineAuthenticationFilter.testDelegationTokenOperations:235 ยป IO 
org.ap...

Tests run: 197, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop YARN ................................ SUCCESS [  4.431 s]
[INFO] Apache Hadoop YARN API ............................ SUCCESS [05:21 min]
[INFO] Apache Hadoop YARN Common ......................... SUCCESS [03:52 min]
[INFO] Apache Hadoop YARN Server ......................... SUCCESS [  0.130 s]
[INFO] Apache Hadoop YARN Server Common .................. SUCCESS [01:02 min]
[INFO] Apache Hadoop YARN NodeManager .................... SUCCESS [11:15 min]
[INFO] Apache Hadoop YARN Web Proxy ...................... SUCCESS [ 44.442 s]
[INFO] Apache Hadoop YARN ApplicationHistoryService ...... FAILURE [04:00 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 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: 26:24 min
[INFO] Finished at: 2015-12-15T19:25:21+00:00
[INFO] Final Memory: 89M/1008M
[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/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: yarn-dev@hadoop.apache.org
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
1 tests failed.
FAILED:  
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter.testDelegationTokenOperations[1]

Error Message:
org.apache.hadoop.security.authentication.client.AuthenticationException: 
GSSException: No valid credentials provided (Mechanism level: Cannot get a KDC 
reply)

Stack Trace:
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:311)
        at 
org.apache.hadoop.security.authentication.client.KerberosAuthenticator$1.run(KerberosAuthenticator.java:287)
        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:287)
        at 
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:205)
        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128)
        at 
org.apache.hadoop.security.authentication.client.AuthenticatedURL.openConnection(AuthenticatedURL.java:215)
        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$2.run(TimelineClientImpl.java:363)
        at 
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$2.run(TimelineClientImpl.java:355)
        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:1669)
        at 
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$5.run(TimelineClientImpl.java:455)
        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:470)
        at 
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.getDelegationToken(TimelineClientImpl.java:367)
        at 
org.apache.hadoop.yarn.server.timeline.security.TestTimelineAuthenticationFilter.testDelegationTokenOperations(TestTimelineAuthenticationFilter.java:235)


Reply via email to