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/05/02 16:40:33 UTC

Build failed in Jenkins: Atlas-master-IntegrationTests #1221

See <https://builds.apache.org/job/Atlas-master-IntegrationTests/1221/display/redirect>

------------------------------------------
[...truncated 569.68 KB...]
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:748)

127.0.0.1 - - [02/May/2018:15:43:44 +0000] "GET //localhost:31000/api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 500 89 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:15:43:44 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvdGHRXiADOO HTTP/1.1" 200 4015 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:15:43:44 +0000] "GET //localhost:31000/api/atlas/v2/lineage/9ed8efda-28b0-4117-98bd-94f72293ac08?depth=5&direction=INPUT HTTP/1.1" 200 3351 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:15:43:44 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvdGHRXiADOO HTTP/1.1" 200 4015 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:15:43:44 +0000] "GET //localhost:31000/api/atlas/v2/lineage/9ed8efda-28b0-4117-98bd-94f72293ac08?depth=5&direction=BOTH HTTP/1.1" 200 3350 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:15:43:45 +0000] "GET //localhost:31000/api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factS2WesGHAWO HTTP/1.1" 200 3958 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:15:43:45 +0000] "GET //localhost:31000/api/atlas/v2/lineage/2dde173b-7ba5-4520-b744-1a7668779622?depth=5&direction=OUTPUT HTTP/1.1" 200 2801 "-" "Java/1.8.0_172"
Tests run: 123, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 179.464 sec <<< FAILURE! - in TestSuite
testEnterEmptyValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 1.017 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterEmptyValues(CredentialProviderUtilityIT.java:138)

testEnterMismatchedValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.66 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterMismatchedValues(CredentialProviderUtilityIT.java:192)

testEnterValidValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.666 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterValidValues(CredentialProviderUtilityIT.java:76)

testOverwriteValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.621 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.util.CredentialProviderUtility.getCredentialProvider(CredentialProviderUtility.java:150)
	at org.apache.atlas.util.CredentialProviderUtility.main(CredentialProviderUtility.java:75)
	at org.apache.atlas.CredentialProviderUtilityIT.testOverwriteValues(CredentialProviderUtilityIT.java:251)


Results :

Failed tests: 
  CredentialProviderUtilityIT.testEnterEmptyValues:138 » IO Invalid secret key f...
  CredentialProviderUtilityIT.testEnterMismatchedValues:192 » IO Invalid secret ...
  CredentialProviderUtilityIT.testEnterValidValues:76 » IO Invalid secret key fo...
  CredentialProviderUtilityIT.testOverwriteValues:251 » IO Invalid secret key fo...

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

[INFO] 
[INFO] --- jetty-maven-plugin:9.3.14.v20161028:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@39eae06e{HTTP/1.1,[http/1.1]}{0.0.0.0:31000}
[INFO] Closing Spring root WebApplicationContext
[INFO] Shutting down log4j
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@59042cad{/,file://<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-master-IntegrationTests/webapp/target/atlas-webapp-1.0.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-sources.jar>
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ClientCnxn).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ atlas-webapp ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.629 s]
[INFO] apache-atlas ....................................... SUCCESS [  3.898 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [ 10.321 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [ 10.627 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [ 33.297 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [  7.447 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  8.447 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  8.089 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  4.686 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 18.978 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  7.932 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.611 s]
[INFO] atlas-client-common ................................ SUCCESS [  7.101 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  7.263 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  5.785 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [  8.874 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  6.177 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.569 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  5.523 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  5.217 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 13.929 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.453 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  7.636 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 39.522 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 21.097 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  6.400 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 32.624 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:36 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [04:18 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 Migration Exporter .................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:41 min
[INFO] Finished at: 2018-05-02T15:43:51Z
[INFO] Final Memory: 387M/3180M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/failsafe-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
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 27 files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/checkstyle-result.xml> with 669 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml> with 1556 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml> with 1915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/checkstyle-result.xml> with 2406 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/target/checkstyle-result.xml> with 2406 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/checkstyle-result.xml> with 3463 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml> with 3463 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml> with 3763 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml> with 3989 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 3989 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml> with 5767 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/target/checkstyle-result.xml> with 5767 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/checkstyle-result.xml> with 8271 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/checkstyle-result.xml> with 20093 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/checkstyle-result.xml> with 21329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/om-fwk-ocf/target/checkstyle-result.xml> with 26370 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-api/target/checkstyle-result.xml> with 27925 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-server/target/checkstyle-result.xml> with 27934 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-assetconsumer/target/checkstyle-result.xml> with 30773 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-connectedasset/target/checkstyle-result.xml> with 34186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omrs/target/checkstyle-result.xml> with 74157 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/checkstyle-result.xml> with 94318 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/test-tools/target/checkstyle-result.xml> with 94522 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=11c540d2495e4d7e241341ad17d6c602d01143f4, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
 > git rev-parse 11c540d2495e4d7e241341ad17d6c602d01143f4^{commit} # timeout=10
[CHECKSTYLE] Computing warning deltas based on reference build #1179
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 20 files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/om-fwk-ocf/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-server/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-assetconsumer/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-connectedasset/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omrs/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/test-tools/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=11c540d2495e4d7e241341ad17d6c602d01143f4, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #1179
Archiving artifacts
[Fast Archiver] Compressed 165.45 MB of artifacts by 85.0% relative to #1179
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/1221/testng/testng-results.xml'
3.252033% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: Atlas-master-IntegrationTests #1223

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Atlas-master-IntegrationTests/1223/display/redirect>

------------------------------------------
[...truncated 567.63 KB...]
127.0.0.1 - - [02/May/2018:19:55:22 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700 HTTP/1.1" 200 1524 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:22 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:22 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700 HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:22 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700 HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:22 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 513 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700 HTTP/1.1" 200 1674 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraituXKzZQTpEF HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "DELETE //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classification/PII_TraituXKzZQTpEF HTTP/1.1" 400 114 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitQUDTEuprTF HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "GET //localhost:31000/api/atlas/v2/types/classificationdef/name/PII_TraitQUDTEuprTF HTTP/1.1" 200 332 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classifications HTTP/1.1" 200 868 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classifications HTTP/1.1" 200 868 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:23 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 359 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:24 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700 HTTP/1.1" 200 1854 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:24 +0000] "PUT //localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_table_v2?attr:qualifiedName=tableDcgMY9wycp HTTP/1.1" 200 510 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:24 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700 HTTP/1.1" 200 1930 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:57 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitBS5aInC4S3 HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:57 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:57 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:57 +0000] "GET //localhost:31000/api/atlas/entities/842b0537-2d49-45ac-9487-9a3d465fb700/audit?count=100 HTTP/1.1" 200 21392 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:57 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitPwh6tNDWNm HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:57 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:58 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:58 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700 HTTP/1.1" 200 2166 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:58 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitgIeRc0cyQE HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:58 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:58 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:59 +0000] "GET //localhost:31000/api/atlas/entities/842b0537-2d49-45ac-9487-9a3d465fb700/audit?count=100 HTTP/1.1" 200 22090 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:59 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classifications HTTP/1.1" 200 1315 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:59 +0000] "DELETE //localhost:31000/api/atlas/v2/entity/guid/842b0537-2d49-45ac-9487-9a3d465fb700/classification/PII_TraitgIeRc0cyQE HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:19:55:59 +0000] "GET //localhost:31000/api/atlas/entities/842b0537-2d49-45ac-9487-9a3d465fb700/audit?count=100 HTTP/1.1" 200 22321 "-" "Java/1.8.0_172"
Tests run: 123, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 210.071 sec <<< FAILURE! - in TestSuite
testEnterEmptyValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.994 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterEmptyValues(CredentialProviderUtilityIT.java:138)

testEnterMismatchedValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.602 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterMismatchedValues(CredentialProviderUtilityIT.java:192)

testEnterValidValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.678 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterValidValues(CredentialProviderUtilityIT.java:76)

testOverwriteValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.581 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.util.CredentialProviderUtility.getCredentialProvider(CredentialProviderUtility.java:150)
	at org.apache.atlas.util.CredentialProviderUtility.main(CredentialProviderUtility.java:75)
	at org.apache.atlas.CredentialProviderUtilityIT.testOverwriteValues(CredentialProviderUtilityIT.java:251)


Results :

Failed tests: 
  CredentialProviderUtilityIT.testEnterEmptyValues:138 » IO Invalid secret key f...
  CredentialProviderUtilityIT.testEnterMismatchedValues:192 » IO Invalid secret ...
  CredentialProviderUtilityIT.testEnterValidValues:76 » IO Invalid secret key fo...
  CredentialProviderUtilityIT.testOverwriteValues:251 » IO Invalid secret key fo...

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

[INFO] 
[INFO] --- jetty-maven-plugin:9.3.14.v20161028:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@285ad20f{HTTP/1.1,[http/1.1]}{0.0.0.0:31000}
[INFO] Closing Spring root WebApplicationContext
[INFO] Shutting down log4j
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@4570af93{/,file://<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-master-IntegrationTests/webapp/target/atlas-webapp-1.0.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-sources.jar>
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ClientCnxn).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ atlas-webapp ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.809 s]
[INFO] apache-atlas ....................................... SUCCESS [  4.650 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [ 11.797 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [ 12.534 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [ 38.292 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [ 10.180 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  8.609 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  9.181 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  4.297 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 23.471 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 11.212 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.526 s]
[INFO] atlas-client-common ................................ SUCCESS [  7.659 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  8.915 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  6.839 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 10.683 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  9.207 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.520 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  6.758 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  6.193 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 18.446 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.472 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [ 12.126 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 52.095 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 29.567 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  8.063 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 43.468 s]
[INFO] Apache Atlas UI .................................... SUCCESS [02:26 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [05:40 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 Migration Exporter .................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:07 min
[INFO] Finished at: 2018-05-02T19:56:05Z
[INFO] Final Memory: 391M/2365M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/failsafe-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
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 27 files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/checkstyle-result.xml> with 669 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml> with 1556 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml> with 1915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/checkstyle-result.xml> with 2406 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/target/checkstyle-result.xml> with 2406 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/checkstyle-result.xml> with 3463 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml> with 3463 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml> with 3763 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml> with 3989 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 3989 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml> with 5767 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/target/checkstyle-result.xml> with 5767 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/checkstyle-result.xml> with 8271 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/checkstyle-result.xml> with 20093 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/checkstyle-result.xml> with 21329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/om-fwk-ocf/target/checkstyle-result.xml> with 26370 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-api/target/checkstyle-result.xml> with 27925 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-server/target/checkstyle-result.xml> with 27934 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-assetconsumer/target/checkstyle-result.xml> with 30773 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-connectedasset/target/checkstyle-result.xml> with 34186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omrs/target/checkstyle-result.xml> with 74157 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/checkstyle-result.xml> with 94318 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/test-tools/target/checkstyle-result.xml> with 94522 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=7b694adc15a0446b60e740dbef7d65c6420d938a, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
 > git rev-parse 7b694adc15a0446b60e740dbef7d65c6420d938a^{commit} # timeout=10
[CHECKSTYLE] Computing warning deltas based on reference build #1179
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 20 files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/om-fwk-ocf/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-server/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-assetconsumer/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-connectedasset/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omrs/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/test-tools/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=7b694adc15a0446b60e740dbef7d65c6420d938a, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #1179
Archiving artifacts
[Fast Archiver] Compressed 165.45 MB of artifacts by 88.8% relative to #1179
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/1223/testng/testng-results.xml'
3.252033% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: Atlas-master-IntegrationTests #1222

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Atlas-master-IntegrationTests/1222/display/redirect?page=changes>

Changes:

[ssubramanian] Summary:ATLAS-2579 : UI : Block Propagation at classification level in

------------------------------------------
[...truncated 567.63 KB...]
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895 HTTP/1.1" 200 1524 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895 HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895 HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 513 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895 HTTP/1.1" 200 1674 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitsxNSel3HKp HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "DELETE //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classification/PII_TraitsxNSel3HKp HTTP/1.1" 400 114 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitSdAonrOgfj HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "GET //localhost:31000/api/atlas/v2/types/classificationdef/name/PII_TraitSdAonrOgfj HTTP/1.1" 200 332 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:39 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:40 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classifications HTTP/1.1" 200 868 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:40 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classifications HTTP/1.1" 200 868 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:40 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 359 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:40 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895 HTTP/1.1" 200 1854 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:40 +0000] "PUT //localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_table_v2?attr:qualifiedName=tablejpxSUDT2az HTTP/1.1" 200 510 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:40 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895 HTTP/1.1" 200 1930 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:59 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitsRhceYto4a HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:59 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:59 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:59 +0000] "GET //localhost:31000/api/atlas/entities/c4e3f530-fc33-4b2b-a278-75d863492895/audit?count=100 HTTP/1.1" 200 21392 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:59 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitNkcjpM0zFS HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:43:59 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:00 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:00 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895 HTTP/1.1" 200 2166 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:00 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraiteObdEfFqoX HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:00 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:00 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:01 +0000] "GET //localhost:31000/api/atlas/entities/c4e3f530-fc33-4b2b-a278-75d863492895/audit?count=100 HTTP/1.1" 200 22090 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:01 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classifications HTTP/1.1" 200 1315 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:01 +0000] "DELETE //localhost:31000/api/atlas/v2/entity/guid/c4e3f530-fc33-4b2b-a278-75d863492895/classification/PII_TraiteObdEfFqoX HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [02/May/2018:18:44:01 +0000] "GET //localhost:31000/api/atlas/entities/c4e3f530-fc33-4b2b-a278-75d863492895/audit?count=100 HTTP/1.1" 200 22321 "-" "Java/1.8.0_172"
Tests run: 123, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 153.714 sec <<< FAILURE! - in TestSuite
testEnterEmptyValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.869 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterEmptyValues(CredentialProviderUtilityIT.java:138)

testEnterMismatchedValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.603 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterMismatchedValues(CredentialProviderUtilityIT.java:192)

testEnterValidValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.558 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.CredentialProviderUtilityIT.testEnterValidValues(CredentialProviderUtilityIT.java:76)

testOverwriteValues(org.apache.atlas.CredentialProviderUtilityIT)  Time elapsed: 0.577 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
	at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
	at java.security.KeyStore.load(KeyStore.java:1445)
	at org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.<init>(AbstractJavaKeyStoreProvider.java:106)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:49)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider.<init>(JavaKeyStoreProvider.java:41)
	at org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
	at org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
	at org.apache.atlas.util.CredentialProviderUtility.getCredentialProvider(CredentialProviderUtility.java:150)
	at org.apache.atlas.util.CredentialProviderUtility.main(CredentialProviderUtility.java:75)
	at org.apache.atlas.CredentialProviderUtilityIT.testOverwriteValues(CredentialProviderUtilityIT.java:251)


Results :

Failed tests: 
  CredentialProviderUtilityIT.testEnterEmptyValues:138 » IO Invalid secret key f...
  CredentialProviderUtilityIT.testEnterMismatchedValues:192 » IO Invalid secret ...
  CredentialProviderUtilityIT.testEnterValidValues:76 » IO Invalid secret key fo...
  CredentialProviderUtilityIT.testOverwriteValues:251 » IO Invalid secret key fo...

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

[INFO] 
[INFO] --- jetty-maven-plugin:9.3.14.v20161028:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@285ad20f{HTTP/1.1,[http/1.1]}{0.0.0.0:31000}
[INFO] Closing Spring root WebApplicationContext
[INFO] Shutting down log4j
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@285a0199{/,file://<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-master-IntegrationTests/webapp/target/atlas-webapp-1.0.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-sources.jar>
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ClientCnxn).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ atlas-webapp ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.658 s]
[INFO] apache-atlas ....................................... SUCCESS [  4.351 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [ 10.353 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [ 10.553 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [ 34.413 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [  8.293 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  9.276 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  8.747 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  4.818 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 20.567 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  9.588 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.494 s]
[INFO] atlas-client-common ................................ SUCCESS [  8.014 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  8.845 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  6.678 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 12.120 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  6.648 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.457 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  6.363 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  6.744 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 17.748 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.244 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.304 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 42.574 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 21.356 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  7.254 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 34.378 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:46 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [03:53 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 Migration Exporter .................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:53 min
[INFO] Finished at: 2018-05-02T18:44:05Z
[INFO] Final Memory: 391M/2255M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/failsafe-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
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 27 files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/checkstyle-result.xml> with 669 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml> with 1556 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml> with 1915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/checkstyle-result.xml> with 2406 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/target/checkstyle-result.xml> with 2406 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/checkstyle-result.xml> with 3463 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml> with 3463 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml> with 3763 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml> with 3989 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 3989 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml> with 5767 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/target/checkstyle-result.xml> with 5767 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/checkstyle-result.xml> with 8271 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/checkstyle-result.xml> with 20093 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/checkstyle-result.xml> with 21329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/om-fwk-ocf/target/checkstyle-result.xml> with 26370 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-api/target/checkstyle-result.xml> with 27925 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-server/target/checkstyle-result.xml> with 27934 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-assetconsumer/target/checkstyle-result.xml> with 30773 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-connectedasset/target/checkstyle-result.xml> with 34186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omrs/target/checkstyle-result.xml> with 74157 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/checkstyle-result.xml> with 94318 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/target/checkstyle-result.xml> with 94484 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/test-tools/target/checkstyle-result.xml> with 94522 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=7b694adc15a0446b60e740dbef7d65c6420d938a, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
 > git rev-parse 7b694adc15a0446b60e740dbef7d65c6420d938a^{commit} # timeout=10
[CHECKSTYLE] Computing warning deltas based on reference build #1179
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 20 files in <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/om-fwk-ocf/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omag-server/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-assetconsumer/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omas-connectedasset/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/omrs/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/test-tools/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=7b694adc15a0446b60e740dbef7d65c6420d938a, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #1179
Archiving artifacts
[Fast Archiver] Compressed 165.45 MB of artifacts by 88.8% relative to #1179
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-IntegrationTests/builds/1222/testng/testng-results.xml'
3.252033% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH