You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/07/03 07:50:40 UTC

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #499-master-ATLAS-upgrade-guava-version-to-25.1-3.patch

See <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/499/display/redirect>

------------------------------------------
[...truncated 339.40 KB...]
Running org.apache.atlas.web.service.SecureEmbeddedServerTest
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 191.432 sec <<< FAILURE! - in org.apache.atlas.web.service.SecureEmbeddedServerTest
testServerConfiguredUsingCredentialProvider(org.apache.atlas.web.service.SecureEmbeddedServerTest)  Time elapsed: 96.122 sec  <<< FAILURE!
java.lang.AssertionError: War deploy failed
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:372)
	at org.testng.Assert.assertEquals(Assert.java:382)
	at org.apache.atlas.web.service.SecureEmbeddedServerTest.testServerConfiguredUsingCredentialProvider(SecureEmbeddedServerTest.java:77)

Running org.apache.atlas.web.service.CuratorFactoryTest$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec - in org.apache.atlas.web.service.CuratorFactoryTest$1
Running org.apache.atlas.web.security.SSLTest$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec - in org.apache.atlas.web.security.SSLTest$1
Running org.apache.atlas.web.security.SSLAndKerberosTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 103.674 sec <<< FAILURE! - in org.apache.atlas.web.security.SSLAndKerberosTest
testService(org.apache.atlas.web.security.SSLAndKerberosTest)  Time elapsed: 0.242 sec  <<< FAILURE!
com.sun.jersey.api.client.ClientHandlerException: java.io.IOException: org.apache.hadoop.security.authentication.client.AuthenticationException: Authentication failed, status: 503, message: Service Unavailable
	at org.apache.hadoop.security.authentication.client.AuthenticatedURL.extractToken(AuthenticatedURL.java:275)
	at org.apache.hadoop.security.authentication.client.PseudoAuthenticator.authenticate(PseudoAuthenticator.java:77)
	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128)
	at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:214)
	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.DelegationTokenAuthenticatedURL.openConnection(DelegationTokenAuthenticatedURL.java:322)
	at org.apache.atlas.security.SecureClientUtils$1$1.run(SecureClientUtils.java:97)
	at org.apache.atlas.security.SecureClientUtils$1$1.run(SecureClientUtils.java:92)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
	at org.apache.atlas.security.SecureClientUtils$1.getHttpURLConnection(SecureClientUtils.java:92)
	at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:165)
	at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:153)
	at com.sun.jersey.api.client.Client.handle(Client.java:652)
	at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)
	at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
	at com.sun.jersey.api.client.WebResource$Builder.method(WebResource.java:634)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:352)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:323)
	at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:239)
	at org.apache.atlas.AtlasClient.callAPIWithQueryParams(AtlasClient.java:926)
	at org.apache.atlas.AtlasClient.listTypes(AtlasClient.java:341)
	at org.apache.atlas.web.security.SSLAndKerberosTest.testService(SSLAndKerberosTest.java:185)

Running org.apache.atlas.web.security.SSLAndKerberosTest$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in org.apache.atlas.web.security.SSLAndKerberosTest$1
Running org.apache.atlas.web.security.SSLAndKerberosTest$3
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec - in org.apache.atlas.web.security.SSLAndKerberosTest$3
Running org.apache.atlas.web.security.NegativeSSLAndKerberosTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 102.013 sec <<< FAILURE! - in org.apache.atlas.web.security.NegativeSSLAndKerberosTest
testUnsecuredClient(org.apache.atlas.web.security.NegativeSSLAndKerberosTest)  Time elapsed: 0.255 sec  <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertTrue(Assert.java:42)
	at org.testng.Assert.assertTrue(Assert.java:52)
	at org.apache.atlas.web.security.NegativeSSLAndKerberosTest.testUnsecuredClient(NegativeSSLAndKerberosTest.java:139)

Running org.apache.atlas.web.security.NegativeSSLAndKerberosTest$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec - in org.apache.atlas.web.security.NegativeSSLAndKerberosTest$1
Running org.apache.atlas.web.security.SSLAndKerberosTest$2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 sec - in org.apache.atlas.web.security.SSLAndKerberosTest$2
Running org.apache.atlas.web.security.SSLTest$TestSecureEmbeddedServer
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec - in org.apache.atlas.web.security.SSLTest$TestSecureEmbeddedServer
Running org.apache.atlas.web.security.SSLTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 118.737 sec <<< FAILURE! - in org.apache.atlas.web.security.SSLTest
testService(org.apache.atlas.web.security.SSLTest)  Time elapsed: 21.294 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasClient$API_V1@f723cdb failed with status 503 (Service Unavailable) Response Body (<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 </title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /api/atlas/types. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>
)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:395)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:323)
	at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:239)
	at org.apache.atlas.AtlasClient.callAPIWithQueryParams(AtlasClient.java:926)
	at org.apache.atlas.AtlasClient.listTypes(AtlasClient.java:341)
	at org.apache.atlas.web.security.SSLTest.testService(SSLTest.java:147)

Running org.apache.atlas.web.listeners.LoginProcessorIT$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec - in org.apache.atlas.web.listeners.LoginProcessorIT$1
Running org.apache.atlas.web.listeners.LoginProcessorIT$2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 sec - in org.apache.atlas.web.listeners.LoginProcessorIT$2
Running org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest$TestEmbeddedServer
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest$TestEmbeddedServer
Running org.apache.atlas.web.filters.ActiveServerFilterTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.977 sec - in org.apache.atlas.web.filters.ActiveServerFilterTest
Running org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest$2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec - in org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest$2
Running org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec - in org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest$1
Running org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 sec - in org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest
Running org.apache.atlas.CredentialProviderUtilityIT$3
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec - in org.apache.atlas.CredentialProviderUtilityIT$3
Running org.apache.atlas.CredentialProviderUtilityIT$2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec - in org.apache.atlas.CredentialProviderUtilityIT$2
Running org.apache.atlas.CredentialProviderUtilityIT$5
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 sec - in org.apache.atlas.CredentialProviderUtilityIT$5
Running org.apache.atlas.CredentialProviderUtilityIT$4
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 sec - in org.apache.atlas.CredentialProviderUtilityIT$4
Running org.apache.atlas.CredentialProviderUtilityIT$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in org.apache.atlas.CredentialProviderUtilityIT$1
Running org.apache.atlas.notification.NotificationHookConsumerIT$6
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.apache.atlas.notification.NotificationHookConsumerIT$6
Running org.apache.atlas.notification.NotificationHookConsumerTest$2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec - in org.apache.atlas.notification.NotificationHookConsumerTest$2
Running org.apache.atlas.notification.NotificationHookConsumerKafkaTest$ExceptionThrowingCommitConsumer
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec - in org.apache.atlas.notification.NotificationHookConsumerKafkaTest$ExceptionThrowingCommitConsumer
Running org.apache.atlas.notification.NotificationHookConsumerIT$5
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec - in org.apache.atlas.notification.NotificationHookConsumerIT$5
Running org.apache.atlas.notification.NotificationHookConsumerTest$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec - in org.apache.atlas.notification.NotificationHookConsumerTest$1
Running org.apache.atlas.notification.NotificationHookConsumerIT$4
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in org.apache.atlas.notification.NotificationHookConsumerIT$4
Running org.apache.atlas.notification.NotificationHookConsumerIT$3
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in org.apache.atlas.notification.NotificationHookConsumerIT$3
Running org.apache.atlas.notification.NotificationHookConsumerIT$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec - in org.apache.atlas.notification.NotificationHookConsumerIT$1
Running org.apache.atlas.notification.NotificationHookConsumerTest$3
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec - in org.apache.atlas.notification.NotificationHookConsumerTest$3
Running org.apache.atlas.notification.NotificationHookConsumerIT$2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec - in org.apache.atlas.notification.NotificationHookConsumerIT$2

Results :

Failed tests: 
  NegativeSSLAndKerberosTest.testUnsecuredClient:139 expected [true] but found [false]
  SSLAndKerberosTest.testService:185 » ClientHandler java.io.IOException: org.ap...
  SSLTest.testService:147 » AtlasService Metadata service API org.apache.atlas.A...
  SecureEmbeddedServerTest.testServerConfiguredUsingCredentialProvider:79 War deploy failed

Tests run: 18, Failures: 4, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.938 s]
[INFO] apache-atlas ....................................... SUCCESS [  3.797 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [  4.760 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [  2.032 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [  6.452 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [  1.045 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  1.506 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  0.928 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  1.331 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 42.471 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  2.773 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.192 s]
[INFO] atlas-client-common ................................ SUCCESS [  0.789 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  2.688 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  0.808 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 16.408 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  0.782 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.110 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  1.366 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  0.793 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [02:12 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.095 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  7.666 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 22.309 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  2.390 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [03:31 min]
[INFO] Apache Atlas UI .................................... SUCCESS [01:55 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [10:49 min]
[INFO] Apache Atlas Documentation ......................... SKIPPED
[INFO] Apache Atlas FileSystem Model ...................... SKIPPED
[INFO] Apache Atlas Plugin Classloader .................... SKIPPED
[INFO] Apache Atlas Hive Bridge Shim ...................... SKIPPED
[INFO] Apache Atlas Hive Bridge ........................... SKIPPED
[INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED
[INFO] Apache Atlas Falcon Bridge ......................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED
[INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Storm Bridge .......................... SKIPPED
[INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:36 min
[INFO] Finished at: 2018-07-03T07:49:59Z
[INFO] Final Memory: 176M/1907M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (secure-tests) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/webapp/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 :atlas-webapp




{color:red}-1 overall{color}.  

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

Console output: https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/499//console

This message is automatically generated.


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================




======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================


+ EXIT_CODE=1
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_6582> ']'
+ '[' -d <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_6582> ']'
+ mv <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/atlas_patchprocess_6582> <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/patchprocess>
+ rm -f <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/ws/../atlas_patchprocess_6582>
+ exit 1
Build step 'Execute shell' marked build as failure
Set build name.
New build name is '#499-master-ATLAS-upgrade-guava-version-to-25.1-3.patch'
Archiving artifacts
[Fast Archiver] Compressed 173.68 MB of artifacts by 72.1% relative to #493

Jenkins build is back to normal : PreCommit-ATLAS-Build-Test #500-master-0001-ATLAS-2775-Enhance-basic-search-to-search-on-entitie-1.patch

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PreCommit-ATLAS-Build-Test/500/display/redirect>