Jira: https://issues.apache.org/jira/browse/YARN-3477
Build: https://builds.apache.org/job/PreCommit-YARN-Build/7475/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 285 lines...]
| | | | warnings.
| -1 | checkstyle | 5m 22s | The applied patch generated 1
| | | | additional checkstyle issues.
| +1 | install | 1m 34s | mvn install still works.
| +1 | eclipse:eclipse | 0m 33s | The patch built with
| | | | eclipse:eclipse.
| +1 | findbugs | 2m 8s | The patch does not introduce any
| | | | new Findbugs (version 2.0.3)
| | | | warnings.
| +1 | yarn tests | 7m 32s | Tests passed in hadoop-yarn-client.
| -1 | yarn tests | 1m 53s | Tests failed in hadoop-yarn-common.
| | | 51m 18s |
Reason | Tests
Failed unit tests | hadoop.yarn.client.api.impl.TestTimelineClient
|| Subsystem || Report/Notes ||
============================================================================
| Patch URL |
http://issues.apache.org/jira/secure/attachment/12727644/YARN-3477-001.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 49f6e3d |
| checkstyle |
/home/jenkins/jenkins-slave/workspace/PreCommit-YARN-Build/../patchprocess/checkstyle-result-diff.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
|
| Test Results |
https://builds.apache.org/job/PreCommit-YARN-Build/7475/testReport/ |
============================================================================
============================================================================
Adding comment to JIRA
============================================================================
============================================================================
Comment added.
176ef2268014df7b3d47da48ce315abbbdda810e logged out
============================================================================
============================================================================
Finished build.
============================================================================
============================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-YARN-Build #7452
Archived 26 artifacts
Archive block size is 32768
Received 787 blocks and 148967694 bytes
Compression is 14.8%
Took 33 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
4 tests failed.
FAILED:
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testDelegationTokenOperationsRetry
Error Message:
Connection refused
Stack Trace:
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:198)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
at sun.net.www.http.HttpClient.New(HttpClient.java:308)
at sun.net.www.http.HttpClient.New(HttpClient.java:326)
at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
at
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:190)
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:384)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$2.run(TimelineClientImpl.java:376)
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:464)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl$TimelineClientConnectionRetry.retryOn(TimelineClientImpl.java:185)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.operateDelegationToken(TimelineClientImpl.java:480)
at
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.getDelegationToken(TimelineClientImpl.java:388)
at
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testDelegationTokenOperationsRetry(TestTimelineClient.java:228)
FAILED:
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testCheckRetryCount
Error Message:
Handler exception for reason other than retry: java.net.ConnectException:
Connection refused
Stack Trace:
java.lang.AssertionError: Handler exception for reason other than retry:
java.net.ConnectException: Connection refused
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testCheckRetryCount(TestTimelineClient.java:195)
FAILED:
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testPostEntitiesNoResponse
Error Message:
null
Stack Trace:
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testPostEntitiesNoResponse(TestTimelineClient.java:106)
FAILED:
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testPutDomainNoResponse
Error Message:
null
Stack Trace:
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.hadoop.yarn.client.api.impl.TestTimelineClient.testPutDomainNoResponse(TestTimelineClient.java:139)