Jira: https://issues.apache.org/jira/browse/YARN-313
Build: https://builds.apache.org/job/PreCommit-YARN-Build/9100/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 409 lines...]
| | | | new Findbugs (version 3.0.0)
| | | | warnings.
| +1 | yarn tests | 0m 24s | Tests passed in hadoop-yarn-api.
| +1 | yarn tests | 6m 56s | Tests passed in hadoop-yarn-client.
| +1 | yarn tests | 1m 58s | Tests passed in hadoop-yarn-common.
| -1 | yarn tests | 54m 7s | Tests failed in
| | | | hadoop-yarn-server-resourcemanager.
| | | 111m 46s |
Reason | Tests
Failed unit tests |
hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesDelegationTokenAuthentication
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12755528/YARN-313-v11.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / d845547 |
| checkstyle |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/diffcheckstylehadoop-yarn-api.txt
|
| hadoop-yarn-api test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-api.txt
|
| hadoop-yarn-client test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-client.txt
|
| hadoop-yarn-common test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-common.txt
|
| hadoop-yarn-server-resourcemanager test log |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/patchprocess/testrun_hadoop-yarn-server-resourcemanager.txt
|
| Test Results |
https://builds.apache.org/job/PreCommit-YARN-Build/9100/testReport/ |
| Java | 1.7.0_55 |
| uname | Linux asf906.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
============================================================================
============================================================================
Adding comment to JIRA
============================================================================
============================================================================
Comment added.
09010b60e4d62bb2caffca7290f5cf4e6863764d logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #9090
Archived 72 artifacts
Archive block size is 32768
Received 66 blocks and 30630173 bytes
Compression is 6.6%
Took 6.7 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
1 tests failed.
REGRESSION:
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesDelegationTokenAuthentication.testDelegationTokenOps[0]
Error Message:
Server returned HTTP response code: 403 for URL:
http://localhost:8088/ws/v1/cluster/delegation-token
Stack Trace:
java.io.IOException: Server returned HTTP response code: 403 for URL:
http://localhost:8088/ws/v1/cluster/delegation-token
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1626)
at
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesDelegationTokenAuthentication$3.call(TestRMWebServicesDelegationTokenAuthentication.java:407)
at
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesDelegationTokenAuthentication$3.call(TestRMWebServicesDelegationTokenAuthentication.java:398)
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.security.authentication.KerberosTestUtils.doAsClient(KerberosTestUtils.java:133)
at
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesDelegationTokenAuthentication.getDelegationToken(TestRMWebServicesDelegationTokenAuthentication.java:398)
at
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesDelegationTokenAuthentication.testDelegationTokenOps(TestRMWebServicesDelegationTokenAuthentication.java:279)