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 2017/06/13 10:20:08 UTC

Build failed in Jenkins: apache-atlas-nightly #774

See <https://builds.apache.org/job/apache-atlas-nightly/774/display/redirect?page=changes>

Changes:

[nixon] ATLAS-1823 - UI - Change in base path URL for few api/images to make it

[nixon] ATLAS-1832: If no attribute is present in tag then showing edit-button

------------------------------------------
[...truncated 552.30 KB...]
	at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
	at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
	at org.apache.atlas.web.filters.AuditFilter.doFilter(AuditFilter.java:76)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.apache.atlas.web.filters.AtlasAuthorizationFilter.doFilter(AtlasAuthorizationFilter.java:157)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter$ServletFilterHttpInteraction.proceed(AtlasCSRFPreventionFilter.java:235)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.handleHttpInteraction(AtlasCSRFPreventionFilter.java:177)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.doFilter(AtlasCSRFPreventionFilter.java:190)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasAuthenticationFilter.doFilter(AtlasAuthenticationFilter.java:325)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasKnoxSSOAuthenticationFilter.doFilter(AtlasKnoxSSOAuthenticationFilter.java:132)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.StaleTransactionCleanupFilter.doFilter(StaleTransactionCleanupFilter.java:55)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:745)

127.0.0.1 - - [13/Jun/2017:10:18:10 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbOQMCenyL7y HTTP/1.1" 500 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jun/2017:10:18:11 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbTGIJMyyyNG'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jun/2017:10:18:11 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbTGIJMyyyNG'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jun/2017:10:18:12 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbTGIJMyyyNG'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jun/2017:10:18:13 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jun/2017:10:18:13 +0000] "GET /api/atlas/entities/3dd531c2-1090-4024-9feb-60c602a1e114 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jun/2017:10:18:13 +0000] "GET /api/atlas/entities/3dd531c2-1090-4024-9feb-60c602a1e114 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jun/2017:10:18:13 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jun/2017:10:18:13 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 5, Errors: 0, Skipped: 5, Time elapsed: 294.208 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.515 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@70d28cd7 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 61.443 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testEntityDeduping(EntityJerseyResourceIT.java:221)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 62.224 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)

testUpdateEntityPartial(org.apache.atlas.notification.NotificationHookConsumerIT)  Time elapsed: 0.568 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@6e93bfcf failed with status 500 (Internal Server Error) Response Body ({"error":"Could not execute operation due to backend exception"})
	at org.apache.atlas.notification.NotificationHookConsumerIT.testUpdateEntityPartial(NotificationHookConsumerIT.java:127)

testDeleteEntity(org.apache.atlas.notification.EntityNotificationIT)  Time elapsed: 60.184 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.notification.EntityNotificationIT.testDeleteEntity(EntityNotificationIT.java:108)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityNotificationIT.testDeleteEntity:108->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 
  NotificationHookConsumerIT.testUpdateEntityPartial:127->BaseResourceIT.waitFor:620 » AtlasService
  EntityJerseyResourceIT.testEntityDeduping:221->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 5, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@4f543d20{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@3cd0954a{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.794 s]
[INFO] apache-atlas ....................................... SUCCESS [ 13.048 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 34.632 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 15.963 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:10 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.452 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.095 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.978 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.639 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.189 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.249 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 32.823 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.443 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:21 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.711 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.833 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:02 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.737 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.531 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 55.104 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [09:43 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:06 min
[INFO] Finished at: 2017-06-13T10:19:18Z
[INFO] Final Memory: 358M/1446M
[INFO] ------------------------------------------------------------------------
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.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 465 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2610 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4184 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5387 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5387 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5635 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8031 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8944 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15369 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16550 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33219 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 33598 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 33598 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 33598 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 33598 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 37816 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/774/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/774/testng/testng-results.xml'
0.757576% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #807

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/807/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1947: AtlasSearchResult to include referredEntity headers

[madhan] ATLAS-1952: UI optimization to use searchResult.referredEntity to render

------------------------------------------
[...truncated 542.96 KB...]
127.0.0.1 - - [15/Jul/2017:00:17:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:14 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitVAK5vI07Gh HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:14 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities/bf1cf4f7-99d9-4f1b-823e-f5bf56b70f9d/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "GET /api/atlas/entities/bf1cf4f7-99d9-4f1b-823e-f5bf56b70f9d/traitDefinitions/PII_TraitVAK5vI07Gh HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "GET /api/atlas/entities/bf1cf4f7-99d9-4f1b-823e-f5bf56b70f9d/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "GET /api/atlas/entities/818e9069-849f-493f-a0b8-ff63240d132d/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities/c3f3c80e-29eb-4e3b-a1e2-ccd2c71e4559 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "GET /api/atlas/entities/c3f3c80e-29eb-4e3b-a1e2-ccd2c71e4559 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableYwS4h86gDo HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "GET /api/atlas/entities/c3f3c80e-29eb-4e3b-a1e2-ccd2c71e4559 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "GET /api/atlas/entities/c87ac05a-4a5f-4a15-b92d-65ebc4cc6d09/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "GET /api/atlas/v2/types/typedef/name/mcPDkWit06 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:15 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "GET /api/atlas/entities/0acba12e-1527-4d16-a6ab-f2423fb2a66a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "GET /api/atlas/v2/entity/guid/a2b26161-b69e-4b05-8b63-7eec47709f2e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=52decc44-34a1-4366-8db0-a37395c70ee8&guid=5f1c71df-d67a-44e6-ac1a-caeba9992ef8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbwxVSQTPWCj%EB%AF%9A%E5%93%BB%DA%AF%EE%BB%BF%D0%98%E3%AC%84%C5%85%E3%BA%B4%E8%A8%89%E1%9D%9F HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:16 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbwxVSQTPWCj'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:17 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbwxVSQTPWCj'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:18 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:18 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbwxVSQTPWCj'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "GET /api/atlas/v2/entity/guid/35de12ec-da5b-4d9e-a193-f15b8f646c8d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbwxVSQTPWCj HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "GET /api/atlas/v2/types/typedef/name/GH7sigGfOc HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:19 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:20 +0000] "GET /api/atlas/v2/entity/guid/ec456840-d89e-4daa-9fa6-2e3e2af0ad42 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:20 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:20 +0000] "GET /api/atlas/entities/4c5c2e3a-be9a-41e0-a857-29c2f63c57f9/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:20 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbo7kOnkU2zQ%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:20 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:20 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:21 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbo7kOnkU2zQ%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:21 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:22 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AyGDENXCYdI&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BKBc1j8tqY2&supertype=AyGDENXCYdI&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:23 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "GET /api/atlas/v2/types/typedef/name/AMIbS5dMtNg HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "GET /api/atlas/v2/types/typedef/name/A1uIXEydWnhK HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "GET /api/atlas/v2/types/typedef/name/BNz5hyNjaZ9 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:25 +0000] "GET /api/atlas/v2/types/typedef/name/CdGxQTaLYMd HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:25 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:25 +0000] "GET /api/atlas/types?type=CLASS&supertype=AMIbS5dMtNg&notsupertype=BNz5hyNjaZ9 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:25 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:25 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jul/2017:00:17:25 +0000] "GET /api/atlas/types/obikJ0myqI HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 119.262 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.563 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@2e4c6722 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@18fc3ec4{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@7491f18e{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.838 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.034 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 33.499 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.415 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:08 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.035 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.635 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.800 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.608 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.412 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.472 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 32.008 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.268 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:24 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.738 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.741 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:49 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.705 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 22.200 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:02 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [07:09 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:25 min
[INFO] Finished at: 2017-07-15T00:17:38Z
[INFO] Final Memory: 375M/2110M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8189 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9137 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16306 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17510 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35599 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35978 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35978 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35978 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35978 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40196 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/807/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/807/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #806

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/806/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1940: fix to remove duplicate type which causes Atlas server to

[madhan] ATLAS-1908: updated to use existing Kafka consumer properties when

------------------------------------------
[...truncated 543.70 KB...]
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "POST /api/atlas/entities/2dcae9d3-2a2e-43b9-ad03-902f6f08f124/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "GET /api/atlas/entities/2dcae9d3-2a2e-43b9-ad03-902f6f08f124/traitDefinitions/PII_TraitX7vnSYCHUH HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "GET /api/atlas/entities/2dcae9d3-2a2e-43b9-ad03-902f6f08f124/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "GET /api/atlas/entities/4965fc49-ba89-49e8-8cdd-54bdfc3f17aa/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities/41c75895-92a2-4a69-b39c-0478094fb327 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "GET /api/atlas/entities/41c75895-92a2-4a69-b39c-0478094fb327 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableuKGfM1wzRG HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "GET /api/atlas/entities/41c75895-92a2-4a69-b39c-0478094fb327 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "GET /api/atlas/entities/65a96be2-ecbf-466c-808f-9b9beba25f65/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "GET /api/atlas/v2/types/typedef/name/DA1YlHRB4A HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "GET /api/atlas/entities/b8e80a60-814f-4ebb-bf04-f155138d9c4b HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "GET /api/atlas/v2/entity/guid/a0ca2872-7daf-4afb-afb4-5a569f43118d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:15:59 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:00 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:00 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=64a46400-94dd-4a71-aab1-320227221607&guid=8e166eb5-5c33-4a12-94bf-bd5e92b5f0c8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:00 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:00 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbFMfrHMpy1y%E0%A7%8F%EE%9C%83%EC%86%B0%E5%9F%A2%E5%B7%99%ED%8C%92%E6%B5%AF%EC%BE%BC%F0%9B%86%81 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:00 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:00 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbFMfrHMpy1y'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:00 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbFMfrHMpy1y'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:01 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbFMfrHMpy1y'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "GET /api/atlas/v2/entity/guid/57ff2690-5199-4caf-87d6-e69090163611 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbFMfrHMpy1y HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "GET /api/atlas/entities/22e49f81-7c9e-478c-b92a-1f8c1042d015/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:03 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:03 +0000] "GET /api/atlas/v2/types/typedef/name/TCJ5hZUmof HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:03 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:03 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:03 +0000] "GET /api/atlas/v2/entity/guid/330058b7-4241-405b-9f58-b42fadb8d164 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:03 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbXCSOBYB2mW%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:04 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:04 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:04 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbXCSOBYB2mW%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:04 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:05 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:05 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:05 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AWTMStXV1pF&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BAsgYN7pWPc&supertype=AWTMStXV1pF&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/v2/types/typedef/name/Apw31NrJJeu HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/v2/types/typedef/name/A1lBJzAM0xH9 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/v2/types/typedef/name/BHYxmSF9T83 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/v2/types/typedef/name/CyXJd1GXRO8 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "GET /api/atlas/types?type=CLASS&supertype=Apw31NrJJeu&notsupertype=BHYxmSF9T83 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:08 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [14/Jul/2017:23:16:08 +0000] "GET /api/atlas/types/ao2bg0IJaD HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 115.893 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.509 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@1cce10cc failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@1e721413{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@18af1e02{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.103 s]
[INFO] apache-atlas ....................................... SUCCESS [  9.681 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 34.682 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.083 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:08 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.639 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.112 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 21.387 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.660 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.291 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.457 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 32.837 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.518 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:19 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.728 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.506 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:01 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.399 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.006 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 59.755 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [06: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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:09 min
[INFO] Finished at: 2017-07-14T23:16:20Z
[INFO] Final Memory: 357M/1580M
[INFO] ------------------------------------------------------------------------
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.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8189 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9137 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16290 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17494 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35661 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36040 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36040 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36040 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36040 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40258 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/806/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/806/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #805

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/805/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1944: Implemented ShutdownableThread for HookConsumer

[madhan] ATLAS-1949: Fix coverity scan issues and IT failures due to ATLAS-1943

------------------------------------------
[...truncated 542.40 KB...]
127.0.0.1 - - [13/Jul/2017:21:15:50 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AD4QkRXPAjL&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BpFsQWYH2Z7&supertype=AD4QkRXPAjL&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "GET /api/atlas/v2/types/typedef/name/ARPFMT368v2 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "GET /api/atlas/v2/types/typedef/name/A1mi13jpUHBQ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "GET /api/atlas/v2/types/typedef/name/BtNStoAIWJW HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "GET /api/atlas/v2/types/typedef/name/CTm4xLLf5j2 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "GET /api/atlas/types?type=CLASS&supertype=ARPFMT368v2&notsupertype=BtNStoAIWJW HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:52 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:53 +0000] "GET /api/atlas/types/OSEJG2pEfG HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:57 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:57 +0000] "GET /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:57 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:57 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:57 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:57 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:58 +0000] "GET /api/atlas/discovery/search?query=from+DB_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:15:59 +0000] "GET /api/atlas/discovery/search?query=DB_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:00 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:00 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:01 +0000] "GET /api/atlas/discovery/search?query=DB_v1+name+%3D+%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:02 +0000] "GET /api/atlas/discovery/search?query=DB_v1+DB_v1.name+%3D+%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:03 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22+select+name,+owner&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:04 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22+select+name,+owner&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:06 +0000] "GET /api/atlas/discovery/search?query=DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:07 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:07 +0000] "GET /api/atlas/discovery/search?query=DB_v1,+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:08 +0000] "GET /api/atlas/discovery/search?query=DB_v1+is+JdbcAccess&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:08 +0000] "GET /api/atlas/discovery/search?query=from+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:09 +0000] "GET /api/atlas/discovery/search?query=Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:10 +0000] "GET /api/atlas/discovery/search?query=Table_v1+is+Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:11 +0000] "GET /api/atlas/discovery/search?query=Column_v1+where+Column_v1+isa+PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:11 +0000] "GET /api/atlas/discovery/search?query=View_v1+is+Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:12 +0000] "GET /api/atlas/discovery/search?query=Column_v1+select+Column_v1.name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:13 +0000] "GET /api/atlas/discovery/search?query=Column_v1+select+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:14 +0000] "GET /api/atlas/discovery/search?query=Column_v1+where+Column_v1.name%3D%22customer_id%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:15 +0000] "GET /api/atlas/discovery/search?query=from+Table_v1+select+Table_v1.name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:16 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:17 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+owner+as+_col_1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:18 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+is+JdbcAccess_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:19 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:20 +0000] "GET /api/atlas/discovery/search?query=DB_v1+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:21 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:21 +0000] "GET /api/atlas/discovery/search?query=DB_v1+as+db1+Table+where+(db1.name+%3D+%22Reporting%22)&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:21 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+(createTime+%2B+1)+as+_col_1+&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:23 +0000] "GET /api/atlas/discovery/search?query=Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:24 +0000] "GET /api/atlas/discovery/search?query=JdbcAccess_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:24 +0000] "GET /api/atlas/discovery/search?query=ETL_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:25 +0000] "GET /api/atlas/discovery/search?query=Metric_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:26 +0000] "GET /api/atlas/discovery/search?query=PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:27 +0000] "GET /api/atlas/discovery/search?query=%60Log+Data_v1%60&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:28 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:28 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns+as+column+select+column.name,+column.dataType,+column.comment&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:30 +0000] "GET /api/atlas/discovery/search?query=from+DataSet&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:31 +0000] "GET /api/atlas/discovery/search?query=from+Process&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=View_v1&property=qualifiedName&value=product_dim_view HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=product_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=LoadProcess_v1&property=qualifiedName&value=loadSalesDaily HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:32 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_daily_mv/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:34 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:21:16:34 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 119.12 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.666 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@349c78e0 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@8e5dcc0{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@296d736{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.973 s]
[INFO] apache-atlas ....................................... SUCCESS [ 10.206 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 34.672 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 15.650 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:10 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.323 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.383 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.249 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.644 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.425 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.647 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 32.541 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.018 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:21 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.737 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.518 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:09 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.080 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.019 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:00 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:57 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:29 min
[INFO] Finished at: 2017-07-13T21:16:42Z
[INFO] Final Memory: 357M/1953M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8189 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9137 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16290 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17487 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35650 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36029 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36029 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36029 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36029 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40247 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/805/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/805/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #804

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/804/display/redirect>

------------------------------------------
[...truncated 545.86 KB...]
127.0.0.1 - - [13/Jul/2017:06:24:42 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/entities/5a8aa048-5e4e-484f-a4bc-c0269d6a83bf HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "GET /api/atlas/entities/3670b2c1-bfae-4192-9f39-eaaf08088dfa/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "GET /api/atlas/v2/types/typedef/name/dviL1EbWzm HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "GET /api/atlas/entities/6b3eb330-4994-447b-998a-ed3adf5cf162 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "GET /api/atlas/v2/entity/guid/c59194dc-84f1-4d83-88a9-62b979f34487 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=03514801-03db-489b-b05e-d80c6460a4da&guid=4ba410be-0d11-44c4-a19a-f3c6f7fe7f3e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbo4panK5D5W%EE%B7%AD%E1%94%90%E6%AA%A4%E9%BB%BA%E5%9B%BA%EE%A9%AB%EA%8A%A8%E2%98%9D%E6%A8%93%E2%AE%84 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:43 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbo4panK5D5W'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:44 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbo4panK5D5W'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:45 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:45 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbo4panK5D5W'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "GET /api/atlas/v2/entity/guid/47a1cf05-f71f-4c2e-9db3-9730795eda0a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbo4panK5D5W HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "GET /api/atlas/entities/8600ec8c-f8ac-4d50-9da6-6f516c140097/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "GET /api/atlas/v2/types/typedef/name/xguadyGw6V HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:46 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:47 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:47 +0000] "GET /api/atlas/v2/entity/guid/74b7e951-cf53-4082-8d40-9f6fde9fd6b9 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:47 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbBi5XHlioVp%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:47 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:47 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:47 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbBi5XHlioVp%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:48 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:49 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AaJgHc4LU2x&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BoGOELDmxrU&supertype=AaJgHc4LU2x&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:50 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "GET /api/atlas/v2/types/typedef/name/ARiSSTqu0Ku HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "GET /api/atlas/v2/types/typedef/name/A1kFBfMQ6f8x HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "GET /api/atlas/v2/types/typedef/name/BQ9KjTuM7oy HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "GET /api/atlas/v2/types/typedef/name/CtAiJHsh7zY HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "GET /api/atlas/types?type=CLASS&supertype=ARiSSTqu0Ku&notsupertype=BQ9KjTuM7oy HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:51 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:52 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:06:24:52 +0000] "GET /api/atlas/types/Mp74SIXQHY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 116.622 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.553 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@bcde5d5 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testCompleteUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.138 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@2e474356 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testCompleteUpdate(EntityJerseyResourceIT.java:952)

testPartialUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.109 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@459dc460 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testPartialUpdate(EntityJerseyResourceIT.java:877)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityJerseyResourceIT.testCompleteUpdate:952 » AtlasService Metadata service ...
  EntityJerseyResourceIT.testPartialUpdate:877 » AtlasService Metadata service A...

Tests run: 129, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@150f5932{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@1e608f96{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.876 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.274 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 34.954 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.195 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:09 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.190 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.467 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.705 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.610 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.680 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.733 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 30.942 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.467 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:20 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.736 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.764 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:16 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.643 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.700 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:00 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:50 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:24 min
[INFO] Finished at: 2017-07-13T06:24:58Z
[INFO] Final Memory: 375M/2030M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8189 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9137 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16288 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17485 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40243 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/804/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/804/testng/testng-results.xml'
0.376648% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #803

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/803/display/redirect>

------------------------------------------
[...truncated 556.68 KB...]
	at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
	at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
	at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
	at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
	at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
	at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
	at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
	at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
	at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
	at org.apache.atlas.web.filters.AuditFilter.doFilter(AuditFilter.java:76)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.apache.atlas.web.filters.AtlasAuthorizationFilter.doFilter(AtlasAuthorizationFilter.java:157)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter$ServletFilterHttpInteraction.proceed(AtlasCSRFPreventionFilter.java:235)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.handleHttpInteraction(AtlasCSRFPreventionFilter.java:177)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.doFilter(AtlasCSRFPreventionFilter.java:190)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasAuthenticationFilter.doFilter(AtlasAuthenticationFilter.java:340)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasKnoxSSOAuthenticationFilter.doFilter(AtlasKnoxSSOAuthenticationFilter.java:132)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.StaleTransactionCleanupFilter.doFilter(StaleTransactionCleanupFilter.java:55)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:745)

127.0.0.1 - - [13/Jul/2017:04:32:34 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbAqqg3bbqDb HTTP/1.1" 500 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:04:32:35 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbn4H5XtgfE6'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:04:32:36 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbn4H5XtgfE6'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:04:32:37 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbn4H5XtgfE6'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:04:32:38 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:04:32:38 +0000] "GET /api/atlas/entities/c23c8d8a-47ed-4d8d-874b-54e6c1344ca0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [13/Jul/2017:04:32:38 +0000] "GET /api/atlas/entities/c23c8d8a-47ed-4d8d-874b-54e6c1344ca0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 4, Errors: 0, Skipped: 5, Time elapsed: 119.803 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.559 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@2d34913d failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testCompleteUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.133 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@72ab54c failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testCompleteUpdate(EntityJerseyResourceIT.java:952)

testPartialUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.122 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@587dc6f9 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testPartialUpdate(EntityJerseyResourceIT.java:877)

testUpdateEntityPartial(org.apache.atlas.notification.NotificationHookConsumerIT)  Time elapsed: 0.562 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@2ddadeed failed with status 500 (Internal Server Error) Response Body ({"error":"Could not execute operation due to backend exception"})
	at org.apache.atlas.notification.NotificationHookConsumerIT.testUpdateEntityPartial(NotificationHookConsumerIT.java:127)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  NotificationHookConsumerIT.testUpdateEntityPartial:127->BaseResourceIT.waitFor:621 » AtlasService
  EntityJerseyResourceIT.testCompleteUpdate:952 » AtlasService Metadata service ...
  EntityJerseyResourceIT.testPartialUpdate:877 » AtlasService Metadata service A...

Tests run: 129, Failures: 4, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@48ebf6e7{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@1c7561ce{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.964 s]
[INFO] apache-atlas ....................................... SUCCESS [  8.063 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 34.012 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 15.642 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:08 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.372 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.210 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.007 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.637 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.372 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.617 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 31.122 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.515 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:19 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.709 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.891 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:03 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.215 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.896 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:00 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:48 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:05 min
[INFO] Finished at: 2017-07-13T04:32:40Z
[INFO] Final Memory: 358M/1975M
[INFO] ------------------------------------------------------------------------
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.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8189 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9137 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16288 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17485 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40243 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/803/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/803/testng/testng-results.xml'
0.568182% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #802

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/802/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1943: Fix IT failure due to incorrect inverse reference check

------------------------------------------
[...truncated 544.02 KB...]
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "GET /api/atlas/entities/ef7a4de8-308c-4a87-b349-a2be842ca9b3/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "GET /api/atlas/v2/types/typedef/name/PII_Traituoq9VavZuE HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities/e9e5e3e2-8d30-454c-9a12-f1abab3b2123/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities/e9e5e3e2-8d30-454c-9a12-f1abab3b2123/traits HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities/random/traits HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities/38cad2aa-11b1-4212-a6ab-aabbcc0428d5?property=db HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:12 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:13 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitCooqUqpHIN HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:13 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:13 +0000] "DELETE /api/atlas/entities/10b5b243-735f-43a3-8d5c-66ac4c2ad680/traits/PII_TraitCooqUqpHIN HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:13 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:13 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=etTbDb6zbD HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:14 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:14 +0000] "GET /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:15 +0000] "GET /api/atlas/discovery/search?query=from+DB_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:16 +0000] "GET /api/atlas/discovery/search?query=DB_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:17 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:17 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:18 +0000] "GET /api/atlas/discovery/search?query=DB_v1+name+%3D+%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:19 +0000] "GET /api/atlas/discovery/search?query=DB_v1+DB_v1.name+%3D+%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:20 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22+select+name,+owner&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:21 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22+select+name,+owner&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:23 +0000] "GET /api/atlas/discovery/search?query=DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:23 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:24 +0000] "GET /api/atlas/discovery/search?query=DB_v1,+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:25 +0000] "GET /api/atlas/discovery/search?query=DB_v1+is+JdbcAccess&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:25 +0000] "GET /api/atlas/discovery/search?query=from+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:26 +0000] "GET /api/atlas/discovery/search?query=Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:27 +0000] "GET /api/atlas/discovery/search?query=Table_v1+is+Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:27 +0000] "GET /api/atlas/discovery/search?query=Column_v1+where+Column_v1+isa+PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:28 +0000] "GET /api/atlas/discovery/search?query=View_v1+is+Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:29 +0000] "GET /api/atlas/discovery/search?query=Column_v1+select+Column_v1.name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:30 +0000] "GET /api/atlas/discovery/search?query=Column_v1+select+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:31 +0000] "GET /api/atlas/discovery/search?query=Column_v1+where+Column_v1.name%3D%22customer_id%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:32 +0000] "GET /api/atlas/discovery/search?query=from+Table_v1+select+Table_v1.name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:33 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:34 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+owner+as+_col_1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:35 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+is+JdbcAccess_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:36 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:36 +0000] "GET /api/atlas/discovery/search?query=DB_v1+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:37 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:38 +0000] "GET /api/atlas/discovery/search?query=DB_v1+as+db1+Table+where+(db1.name+%3D+%22Reporting%22)&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:38 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+(createTime+%2B+1)+as+_col_1+&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:39 +0000] "GET /api/atlas/discovery/search?query=Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:40 +0000] "GET /api/atlas/discovery/search?query=JdbcAccess_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:41 +0000] "GET /api/atlas/discovery/search?query=ETL_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:42 +0000] "GET /api/atlas/discovery/search?query=Metric_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:43 +0000] "GET /api/atlas/discovery/search?query=PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:43 +0000] "GET /api/atlas/discovery/search?query=%60Log+Data_v1%60&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:44 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:45 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns+as+column+select+column.name,+column.dataType,+column.comment&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:47 +0000] "GET /api/atlas/discovery/search?query=from+DataSet&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:47 +0000] "GET /api/atlas/discovery/search?query=from+Process&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/entities?type=LoadProcess_v1&property=qualifiedName&value=loadSalesDaily HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:48 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_daily_mv/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:50 +0000] "GET /api/atlas/entities?type=View_v1&property=qualifiedName&value=product_dim_view HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:50 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=product_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:50 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:50 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:23:16:51 +0000] "GET /api/atlas/admin/version HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 116.039 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.52 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@3966b19e failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testCompleteUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.184 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@57ce0f9b failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testCompleteUpdate(EntityJerseyResourceIT.java:952)

testPartialUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.121 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@65f663c4 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testPartialUpdate(EntityJerseyResourceIT.java:877)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityJerseyResourceIT.testCompleteUpdate:952 » AtlasService Metadata service ...
  EntityJerseyResourceIT.testPartialUpdate:877 » AtlasService Metadata service A...

Tests run: 129, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@2eb11363{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@19b1fd32{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.928 s]
[INFO] apache-atlas ....................................... SUCCESS [  8.181 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 36.674 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 17.001 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:11 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.023 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.149 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.166 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.615 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.224 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.524 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 32.234 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.367 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:21 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.806 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.396 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:31 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.058 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.173 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 59.159 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:46 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:40 min
[INFO] Finished at: 2017-07-12T23:16:55Z
[INFO] Final Memory: 357M/2049M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8189 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9137 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16288 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17485 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36025 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40243 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/802/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/802/testng/testng-results.xml'
0.378788% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #801

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/801/display/redirect?page=changes>

Changes:

[nixon] ATLAS-1896:Fix for adding Cross Origin [CORS] headers for Atlas

------------------------------------------
[...truncated 545.70 KB...]
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitN9PhdpjC1P HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "POST /api/atlas/entities/3b1754a1-17be-4fcc-8fb7-7af1d707eb68/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "GET /api/atlas/entities/3b1754a1-17be-4fcc-8fb7-7af1d707eb68/audit?count=100 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "DELETE /api/atlas/entities/3b1754a1-17be-4fcc-8fb7-7af1d707eb68/traits/PII_TraitN9PhdpjC1P HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "GET /api/atlas/entities/3b1754a1-17be-4fcc-8fb7-7af1d707eb68/traitDefinitions/PII_TraitN9PhdpjC1P HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "GET /api/atlas/entities/3b1754a1-17be-4fcc-8fb7-7af1d707eb68/audit?count=100 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:17 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "PUT /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "GET /api/atlas/entities/e0f3dc53-bbbd-48a4-95ed-46faa6467dd0/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "GET /api/atlas/entities/652cea23-55bb-4d72-8e32-43f1583ec466/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitIMp2viN2cy HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities/68a84dbe-3b16-4c44-b70d-ab04c0e1729b/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities/68a84dbe-3b16-4c44-b70d-ab04c0e1729b/traits HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "GET /api/atlas/entities?type=hive_table HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "GET /api/atlas/v2/types/typedef/name/PII_Traitb3OYweUWQg HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities/43466b4f-bd84-4caf-b98e-a0303e8e90ca/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "GET /api/atlas/entities/43466b4f-bd84-4caf-b98e-a0303e8e90ca/traitDefinitions/PII_Traitb3OYweUWQg HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "GET /api/atlas/entities/43466b4f-bd84-4caf-b98e-a0303e8e90ca/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:18 +0000] "POST /api/atlas/entities/random/traits HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraithlOxfuwhe5 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities/33ac0685-3a7c-419d-80da-47c12f3b6964/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "GET /api/atlas/entities/33ac0685-3a7c-419d-80da-47c12f3b6964/audit?count=100 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities/fcf50202-3c20-41bc-b459-61489ec4c8ed?property=db HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "GET /api/atlas/entities/c8aabb57-3115-4df6-b0f8-a8aa61ab6d36 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "DELETE /api/atlas/entities/7990f0e7-e4e1-4a69-844d-2307aa27c11c/traits/blah_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "GET /api/atlas/entities/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities/8203b314-29e4-4679-9da3-802c091a3015 HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitOygoj7DCyj HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:19 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "DELETE /api/atlas/entities/c7b26a96-8412-46f9-a8d2-6ade2aad9ba6/traits/PII_TraitOygoj7DCyj HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "GET /api/atlas/v2/types/typedef/name/testhiqyq4ox47 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "GET /api/atlas/entities?type=testhiqyq4ox47 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=xjJn4GsgG9 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "GET /api/atlas/entities/ec157f68-618d-43d7-84a8-41fe86b92062 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "DELETE /api/atlas/entities?type=hive_db&property=qualifiedName&value=RuoH2AeYvE HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "GET /api/atlas/entities/0b929712-7f93-48ed-a92f-005ef28bc4ed HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:20 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=Ae3JjuaXVtb&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BvcrN7UlM5h&supertype=Ae3JjuaXVtb&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:12:16:21 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 117.878 sec <<< FAILURE! - in TestSuite
testCompleteUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.128 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@522d04a9 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testCompleteUpdate(EntityJerseyResourceIT.java:952)

testPartialUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.111 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@621b670 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testPartialUpdate(EntityJerseyResourceIT.java:877)

runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.685 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@3a67214f failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityJerseyResourceIT.testCompleteUpdate:952 » AtlasService Metadata service ...
  EntityJerseyResourceIT.testPartialUpdate:877 » AtlasService Metadata service A...

Tests run: 129, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@ba58c94{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@6d88dae3{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.920 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.741 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 33.946 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 15.899 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:08 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.198 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.169 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 21.627 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.609 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.706 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.558 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 32.829 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.647 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:21 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.697 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.781 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:08 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.744 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.035 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 59.548 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:45 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:09 min
[INFO] Finished at: 2017-07-12T12:16:25Z
[INFO] Final Memory: 359M/1937M
[INFO] ------------------------------------------------------------------------
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.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5459 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5915 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8189 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9137 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16288 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17485 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35634 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36013 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36013 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36013 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36013 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40231 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/801/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/801/testng/testng-results.xml'
0.375940% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #800

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/800/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1945: updated UI to use fixed version of plugins

[madhan] ATLAS-1902: updated search UI to allow user to select columns in search

------------------------------------------
[...truncated 545.26 KB...]
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitZs5XPF7fRD HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities/9aecc950-76f9-4413-af2e-637722a675c3/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities/9aecc950-76f9-4413-af2e-637722a675c3/traits HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "GET /api/atlas/entities?type=hive_table HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitS7sSyVfaYV HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities/0c4bf830-c4f5-4e9d-a875-646edf821967/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "GET /api/atlas/entities/0c4bf830-c4f5-4e9d-a875-646edf821967/traitDefinitions/PII_TraitS7sSyVfaYV HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "GET /api/atlas/entities/0c4bf830-c4f5-4e9d-a875-646edf821967/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities/random/traits HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitG8oGqeG7bH HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities/09a4ff89-3ea2-4de0-a044-b2dc0f0a351d/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "GET /api/atlas/entities/09a4ff89-3ea2-4de0-a044-b2dc0f0a351d/audit?count=100 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities/e4e3f501-fe5e-4ffa-a434-4a73f2236fca?property=db HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "GET /api/atlas/entities/563f9d7c-7d3a-4fc6-95ea-45dab9d71dc3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "DELETE /api/atlas/entities/09289367-185d-4a59-bf45-c4870f7642b9/traits/blah_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities/068c1e9f-91bb-4128-8b65-23bc3c744c11 HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "GET /api/atlas/entities/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitT3CfQqrfbG HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "DELETE /api/atlas/entities/84b3758f-f53c-431c-8fc9-372f493623a8/traits/PII_TraitT3CfQqrfbG HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "GET /api/atlas/v2/types/typedef/name/testz3fOs5FlIH HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "GET /api/atlas/entities?type=testz3fOs5FlIH HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=WyjJy34DO7 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:05 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/entities/e397ebbf-0147-4700-b4e4-1af9da0e4986 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "DELETE /api/atlas/entities?type=hive_db&property=qualifiedName&value=nebCs34Bhm HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/entities/bf64ab62-642a-4d84-9b3b-403416206cc2 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:06 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbmEGCeSYfM0'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:07 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbmEGCeSYfM0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:07 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:07 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbm5S10BMJ9I'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:08 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbSV0YG22EoL'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:09 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbHcYFECEZjx'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbHcYFECEZjx HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "GET /api/atlas/entities/6fca77f6-ca86-460a-843e-7871c57547e4/audit?count=1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbygs08Li8MC HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbygs08Li8MC HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbygs08Li8MC HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "GET /api/atlas/entities/504df12f-791a-40d4-ad8f-da090480d38a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "GET /api/atlas/entities/504df12f-791a-40d4-ad8f-da090480d38a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:10 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dby5rZFQvp18'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [12/Jul/2017:11:20:11 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dby5rZFQvp18'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 118.544 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.559 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@42c66f77 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testCompleteUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.127 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@1026e68e failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testCompleteUpdate(EntityJerseyResourceIT.java:952)

testPartialUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.109 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@7eedc2e9 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testPartialUpdate(EntityJerseyResourceIT.java:877)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityJerseyResourceIT.testCompleteUpdate:952 » AtlasService Metadata service ...
  EntityJerseyResourceIT.testPartialUpdate:877 » AtlasService Metadata service A...

Tests run: 129, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@729f3058{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@70d054d4{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.167 s]
[INFO] apache-atlas ....................................... SUCCESS [ 12.407 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 41.010 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 17.436 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:20 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 22.544 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 11.371 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 27.180 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.756 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  8.890 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  9.986 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 36.048 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.857 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:26 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  1.088 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 25.039 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [07:47 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 16.432 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 23.408 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:16 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [07:46 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:04 min
[INFO] Finished at: 2017-07-12T11:20:20Z
[INFO] Final Memory: 356M/1453M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5725 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9134 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16285 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17482 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35631 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40228 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/800/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/800/testng/testng-results.xml'
0.383877% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #799

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/799/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1733: updated atlas_stop.py script to work in Windows environment

------------------------------------------
[...truncated 543.40 KB...]
127.0.0.1 - - [11/Jul/2017:17:16:05 +0000] "GET /api/atlas/discovery/search?query=PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:06 +0000] "GET /api/atlas/discovery/search?query=%60Log+Data_v1%60&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:07 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:08 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns+as+column+select+column.name,+column.dataType,+column.comment&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:09 +0000] "GET /api/atlas/discovery/search?query=from+DataSet&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:10 +0000] "GET /api/atlas/discovery/search?query=from+Process&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=View_v1&property=qualifiedName&value=product_dim_view HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=product_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=LoadProcess_v1&property=qualifiedName&value=loadSalesDaily HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:11 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_daily_mv/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:13 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:13 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:13 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:15 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factovyy8zNIdu HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:15 +0000] "GET /api/atlas/lineage/ff318204-1d01-4989-8898-77f7914e7aad/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:16 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_monthly_mvSKwxMzWO2g/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:18 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvhl7kaDTVQe HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:18 +0000] "GET /api/atlas/v2/lineage/c3341c51-67e4-49c7-b9e1-f8e67fc3d81f?direction=BOTH&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:20 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factovyy8zNIdu HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:20 +0000] "GET /api/atlas/lineage/ff318204-1d01-4989-8898-77f7914e7aad/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:21 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factTsEEF7A3sZ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:21 +0000] "GET /api/atlas/v2/lineage/8b720a2a-26be-4c08-96f8-ed09f93d2220?direction=OUTPUT&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:22 +0000] "GET /api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:22 +0000] "GET /api/atlas/lineage/hive/table/sales_factovyy8zNIdu/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:23 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvSKwxMzWO2g HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:23 +0000] "GET /api/atlas/lineage/b6f53b20-3d5b-47e8-b7bb-8faef753533a/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:24 +0000] "GET /api/atlas/lineage/hive/table/sales_factovyy8zNIdu/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:26 +0000] "GET /api/atlas/lineage/hive/table/Salesz5PCitijlI/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:26 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvhl7kaDTVQe HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:17:16:26 +0000] "GET /api/atlas/v2/lineage/c3341c51-67e4-49c7-b9e1-f8e67fc3d81f?direction=INPUT&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 116.45 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.697 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@3aef6ccd failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testCompleteUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.158 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@43cb8c72 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testCompleteUpdate(EntityJerseyResourceIT.java:952)

testPartialUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.139 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@46e7a362 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testPartialUpdate(EntityJerseyResourceIT.java:877)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityJerseyResourceIT.testCompleteUpdate:952 » AtlasService Metadata service ...
  EntityJerseyResourceIT.testPartialUpdate:877 » AtlasService Metadata service A...

Tests run: 129, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@4dcf32f6{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@59676b49{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.072 s]
[INFO] apache-atlas ....................................... SUCCESS [  8.448 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 35.145 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 15.551 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:09 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.886 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.307 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.673 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.635 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.593 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.562 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 32.142 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.349 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:20 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.696 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.037 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:06 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.162 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.891 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 58.997 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:51 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:15 min
[INFO] Finished at: 2017-07-11T17:16:34Z
[INFO] Final Memory: 370M/1692M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5725 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9134 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16285 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17482 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35631 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40228 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/799/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/799/testng/testng-results.xml'
0.376648% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #798

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/798/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1907: created RelationshipDefs for all base models and use it when

------------------------------------------
[...truncated 631.87 KB...]
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "GET /api/atlas/entities/b20e0094-b2e4-409e-84fc-ab012908cf51/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "GET /api/atlas/v2/types/typedef/name/ZjHu7hJMMf HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "GET /api/atlas/v2/entity/guid/47000a1c-3cb4-464c-85b7-c2babdb9f49c HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:01 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbS5cLg6f6Eh%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:02 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:02 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:02 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbS5cLg6f6Eh%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:03 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "GET /api/atlas/v2/types/typedef/name/AhkiUl3FDd0 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "GET /api/atlas/v2/types/typedef/name/A1x0eDMiBich HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "GET /api/atlas/v2/types/typedef/name/BVYGchuuVZi HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "GET /api/atlas/v2/types/typedef/name/Cdv3xnebflm HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "GET /api/atlas/types?type=CLASS&supertype=AhkiUl3FDd0&notsupertype=BVYGchuuVZi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:05 +0000] "GET /api/atlas/types/B8A1bXAKPa HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:09 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:10 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbvkWKSloiYq'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:11 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbvkWKSloiYq HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:11 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:11 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbFoOMI9hXOa'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:11 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbHCPAxCzngL'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:12 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbSageaETs1J'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:13 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbSageaETs1J HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:13 +0000] "GET /api/atlas/entities/70778068-f61e-4097-962f-0f39e49995e3/audit?count=1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:13 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:13 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbfMWpPQ3Tq8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:13 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbfMWpPQ3Tq8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:13 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbfMWpPQ3Tq8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:13 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbiAY2no8XKR'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:14 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbiAY2no8XKR'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/entities/11aa417b-4c7a-46ca-9836-e19cc22394e3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/entities/11aa417b-4c7a-46ca-9836-e19cc22394e3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=Amy0xFQir63&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BvYGFbhOMQN&supertype=Amy0xFQir63&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:15 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [11/Jul/2017:13:17:16 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 115.681 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.519 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@4c71c21e failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testCompleteUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.129 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@5aea9693 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testCompleteUpdate(EntityJerseyResourceIT.java:952)

testPartialUpdate(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 0.107 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@1bae1032 failed with status 400 (Bad Request) Response Body ({"error":"invalid value: unknown relationship type'null'"})
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testPartialUpdate(EntityJerseyResourceIT.java:877)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityJerseyResourceIT.testCompleteUpdate:952 » AtlasService Metadata service ...
  EntityJerseyResourceIT.testPartialUpdate:877 » AtlasService Metadata service A...

Tests run: 129, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@19f760ae{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@7f533746{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.914 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.232 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 35.874 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.300 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:10 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.690 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.176 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.275 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.616 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.778 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  8.147 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 36.626 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.088 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:23 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.895 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 24.050 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:26 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.044 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.789 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:05 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:52 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:52 min
[INFO] Finished at: 2017-07-11T13:17:20Z
[INFO] Final Memory: 358M/1845M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
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.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5725 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9134 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16285 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17482 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35631 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 36010 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 40228 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/798/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/798/testng/testng-results.xml'
0.381679% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #797

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/797/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1938: updated search UI to avoid unnecessary calls on Refresh

------------------------------------------
[...truncated 542.26 KB...]
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "POST /api/atlas/entities/ec2a7100-882d-4dd1-866d-7c4d57e96a9d/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "GET /api/atlas/entities/ec2a7100-882d-4dd1-866d-7c4d57e96a9d/traitDefinitions/PII_TraitCLw6RSBEi6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "GET /api/atlas/entities/ec2a7100-882d-4dd1-866d-7c4d57e96a9d/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "GET /api/atlas/entities/e3d99821-3297-4132-bbda-0e9a9675718a/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:07 +0000] "POST /api/atlas/entities/dde6b936-0039-4960-b560-fcb7c90fa914 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "GET /api/atlas/entities/dde6b936-0039-4960-b560-fcb7c90fa914 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tablervSGUbsFzY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "GET /api/atlas/entities/dde6b936-0039-4960-b560-fcb7c90fa914 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "GET /api/atlas/entities/51c47674-f3db-4d52-b76f-a1b7ac9f130b/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "GET /api/atlas/v2/types/typedef/name/sqxLI1e5Gw HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "GET /api/atlas/entities/f1361ea3-016a-46e2-afe4-48822a9e41ff HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "GET /api/atlas/v2/entity/guid/8e24ace0-fe14-4b4a-ba9a-92dee00a3a8d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:08 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:09 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:09 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:09 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=1c50df16-9715-41cf-96cc-d3f91792f915&guid=3b2ef707-4f42-43a2-a18f-f9bc7a7d6a1c HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:09 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:09 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbkJQNdWN3lm%E9%88%85%EC%89%B0%E5%8E%8A%E2%8E%AF%EA%A3%AC%E5%9B%86%E7%8B%AA%E2%BB%98%E1%80%94%E9%BA%90 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:09 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:09 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbkJQNdWN3lm'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:10 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbkJQNdWN3lm'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:11 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:11 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbkJQNdWN3lm'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "GET /api/atlas/v2/entity/guid/d2a5b199-3bc1-440c-b10c-12a3764f7e6f HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbkJQNdWN3lm HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "GET /api/atlas/entities/0fbe95cf-5539-4637-9c6b-15a810ff1eb0/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "GET /api/atlas/v2/types/typedef/name/hMrJUT0Jxz HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "GET /api/atlas/v2/entity/guid/073b2acd-919b-4f5d-af8d-9c0c7f41282d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:12 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbAiKyn05Tyv%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:13 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:13 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:13 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbAiKyn05Tyv%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:14 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=ADaNph4n7FQ&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BXdrSAP5YiH&supertype=ADaNph4n7FQ&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:15 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedef/name/AAoAT6XZwPa HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "GET /api/atlas/v2/types/typedef/name/A1nMDhIEI2vo HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:17 +0000] "GET /api/atlas/v2/types/typedef/name/BTako0v1v8q HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:17 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:17 +0000] "GET /api/atlas/v2/types/typedef/name/CYpXh6jgI7W HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:17 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:17 +0000] "GET /api/atlas/types?type=CLASS&supertype=AAoAT6XZwPa&notsupertype=BTako0v1v8q HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:17 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:17 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [10/Jul/2017:14:17:17 +0000] "GET /api/atlas/types/lzueHr96Ci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 118.764 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.524 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@b2703b0 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@4ebdb22d{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@3a4154f1{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.910 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.990 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 39.395 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 17.782 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:16 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.244 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.757 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.118 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.621 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.441 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  8.301 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 31.498 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.541 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:19 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.665 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.013 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:35 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 14.312 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 20.647 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 58.608 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:54 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:01 min
[INFO] Finished at: 2017-07-10T14:17:25Z
[INFO] Final Memory: 358M/1954M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5725 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9134 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16170 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17367 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35328 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35707 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35707 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35707 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35707 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39925 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/797/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/797/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #796

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/796/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1912: fix for defects reported by Coverity scan

------------------------------------------
[...truncated 541.95 KB...]
127.0.0.1 - - [08/Jul/2017:05:16:32 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:32 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:32 +0000] "GET /api/atlas/v2/types/typedef/name/PII_TraitN2iSG14hU9 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:32 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:32 +0000] "POST /api/atlas/entities/496fa758-fe3f-41b6-9520-e83e4bef34df/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:32 +0000] "GET /api/atlas/entities/496fa758-fe3f-41b6-9520-e83e4bef34df/traitDefinitions/PII_TraitN2iSG14hU9 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:32 +0000] "GET /api/atlas/entities/496fa758-fe3f-41b6-9520-e83e4bef34df/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:32 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "GET /api/atlas/entities/9a92379e-afb2-4813-8b87-25dd7281398e/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities/f64afb7a-e7a9-4ddc-800d-36665d6f7f5e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "GET /api/atlas/entities/f64afb7a-e7a9-4ddc-800d-36665d6f7f5e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tablexvi9MapIRd HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "GET /api/atlas/entities/f64afb7a-e7a9-4ddc-800d-36665d6f7f5e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "GET /api/atlas/entities/cadfd1b7-c627-49d4-8b6e-366fd9ad2840/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "GET /api/atlas/v2/types/typedef/name/YCPGQMMKeN HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "GET /api/atlas/entities/7586fbad-87ed-4bdf-af4e-15d2ee5696a8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "GET /api/atlas/v2/entity/guid/748109be-e9cc-408b-afb9-b593f694ff2f HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:33 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:34 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:34 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:34 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=7918dd92-1dca-47f1-878a-84ce395eb315&guid=904b5491-ff16-473d-b351-d2ddb77eec23 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:34 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:34 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbHo6cwIbjkb%EC%86%A8%E1%B0%8C%EE%8C%8D%EC%AF%9A%ED%8C%97%EA%99%BA%E1%B4%AC%E9%BA%B2%E2%A6%BE%E2%92%A0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:34 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:34 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbHo6cwIbjkb'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:35 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbHo6cwIbjkb'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:36 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:36 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbHo6cwIbjkb'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:36 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "GET /api/atlas/v2/entity/guid/67549294-1cdc-4fb8-9de5-fcb42456df62 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbHo6cwIbjkb HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "GET /api/atlas/entities/ce6e045e-927e-4e18-832c-c07d9ba95e39/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "GET /api/atlas/v2/types/typedef/name/R6FVL5Pkwk HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "GET /api/atlas/v2/entity/guid/1e248e76-f4e9-4ace-af72-9263cdd637ca HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:37 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbuRDBDkoAUB%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:38 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:38 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:38 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbuRDBDkoAUB%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:39 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AfLyxERZWHg&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BhY9WlOAsno&supertype=AfLyxERZWHg&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "GET /api/atlas/v2/types/typedef/name/AZclCoIwt9p HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:40 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/A1RgTcATf3P0 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/BbL2sghU5lg HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/CIusXKdthgC HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/types?type=CLASS&supertype=AZclCoIwt9p&notsupertype=BbL2sghU5lg HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:42 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:42 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:42 +0000] "GET /api/atlas/types/ZW6i5bEOgg HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:05:16:42 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 116.737 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.541 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@20b989bd failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@3f4eb6c9{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@4ba996bb{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.864 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.467 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 35.662 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.079 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:10 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.357 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.381 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.299 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.619 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.499 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.664 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 30.914 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.402 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:21 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.728 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.668 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:26 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.873 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.343 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 59.061 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [06: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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:38 min
[INFO] Finished at: 2017-07-08T05:16:49Z
[INFO] Final Memory: 366M/2094M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5725 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9134 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16170 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17367 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35328 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35707 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35707 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35707 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35707 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39925 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/796/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/796/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #795

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/795/display/redirect?page=changes>

Changes:

[madhan] updated documentation for import API

------------------------------------------
[...truncated 540.92 KB...]
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:44 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_monthly_mvi88c2yr3pV/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:46 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factCtFurVzOgm HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:46 +0000] "GET /api/atlas/lineage/0daf3353-94aa-40be-a831-6a3ea77fdbdb/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:47 +0000] "GET /api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:47 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvi88c2yr3pV HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:47 +0000] "GET /api/atlas/lineage/d251d82e-4687-490c-9bd0-90ea94a85c14/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:48 +0000] "GET /api/atlas/lineage/hive/table/sales_factCtFurVzOgm/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:51 +0000] "GET /api/atlas/lineage/hive/table/SalesP3IC0Q1W0z/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:51 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factCtFurVzOgm HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:51 +0000] "GET /api/atlas/lineage/0daf3353-94aa-40be-a831-6a3ea77fdbdb/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:51 +0000] "GET /api/atlas/lineage/hive/table/sales_factCtFurVzOgm/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:53 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:53 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "GET /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:55 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:55 +0000] "GET /api/atlas/discovery/search?query=from+DB_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:55 +0000] "GET /api/atlas/discovery/search?query=DB_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:56 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:57 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:58 +0000] "GET /api/atlas/discovery/search?query=DB_v1+name+%3D+%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:58 +0000] "GET /api/atlas/discovery/search?query=DB_v1+DB_v1.name+%3D+%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:15:59 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22+select+name,+owner&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:01 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22+select+name,+owner&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:02 +0000] "GET /api/atlas/discovery/search?query=DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:03 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:04 +0000] "GET /api/atlas/discovery/search?query=DB_v1,+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:04 +0000] "GET /api/atlas/discovery/search?query=DB_v1+is+JdbcAccess&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:04 +0000] "GET /api/atlas/discovery/search?query=from+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:05 +0000] "GET /api/atlas/discovery/search?query=Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:06 +0000] "GET /api/atlas/discovery/search?query=Table_v1+is+Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:07 +0000] "GET /api/atlas/discovery/search?query=Column_v1+where+Column_v1+isa+PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:08 +0000] "GET /api/atlas/discovery/search?query=View_v1+is+Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:08 +0000] "GET /api/atlas/discovery/search?query=Column_v1+select+Column_v1.name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:10 +0000] "GET /api/atlas/discovery/search?query=Column_v1+select+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:11 +0000] "GET /api/atlas/discovery/search?query=Column_v1+where+Column_v1.name%3D%22customer_id%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:11 +0000] "GET /api/atlas/discovery/search?query=from+Table_v1+select+Table_v1.name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:12 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:13 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+owner+as+_col_1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:15 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+is+JdbcAccess_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:15 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:16 +0000] "GET /api/atlas/discovery/search?query=DB_v1+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:17 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:18 +0000] "GET /api/atlas/discovery/search?query=DB_v1+as+db1+Table+where+(db1.name+%3D+%22Reporting%22)&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:18 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+(createTime+%2B+1)+as+_col_1+&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:19 +0000] "GET /api/atlas/discovery/search?query=Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:20 +0000] "GET /api/atlas/discovery/search?query=JdbcAccess_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:21 +0000] "GET /api/atlas/discovery/search?query=ETL_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:22 +0000] "GET /api/atlas/discovery/search?query=Metric_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:22 +0000] "GET /api/atlas/discovery/search?query=PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:23 +0000] "GET /api/atlas/discovery/search?query=%60Log+Data_v1%60&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:24 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:25 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns+as+column+select+column.name,+column.dataType,+column.comment&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:26 +0000] "GET /api/atlas/discovery/search?query=from+DataSet&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:27 +0000] "GET /api/atlas/discovery/search?query=from+Process&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:28 +0000] "GET /api/atlas/entities?type=LoadProcess_v1&property=qualifiedName&value=loadSalesDaily HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:28 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:28 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:28 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:28 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:28 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:28 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:28 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_daily_mv/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:30 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:30 +0000] "GET /api/atlas/entities?type=View_v1&property=qualifiedName&value=product_dim_view HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:30 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=product_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:30 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:30 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [08/Jul/2017:00:16:31 +0000] "GET /api/atlas/admin/version HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 115.207 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 1.276 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@1f805f0 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@1c8252a6{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@7dabcc5{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.047 s]
[INFO] apache-atlas ....................................... SUCCESS [ 13.016 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 35.846 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 15.945 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:10 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.335 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.178 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.467 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.688 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.574 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.694 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 33.693 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.857 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:21 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.929 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.684 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:06 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.708 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.870 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:03 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06: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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:26 min
[INFO] Finished at: 2017-07-08T00:16:38Z
[INFO] Final Memory: 375M/1904M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5725 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9134 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16168 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17365 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35320 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35699 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35699 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35699 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35699 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39917 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/795/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/795/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #794

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/794/display/redirect>

------------------------------------------
[...truncated 541.10 KB...]
127.0.0.1 - - [06/Jul/2017:17:17:03 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:03 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:04 +0000] "GET /api/atlas/discovery/search?query=from+DB_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:05 +0000] "GET /api/atlas/discovery/search?query=DB_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:06 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:07 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:08 +0000] "GET /api/atlas/discovery/search?query=DB_v1+name+%3D+%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:09 +0000] "GET /api/atlas/discovery/search?query=DB_v1+DB_v1.name+%3D+%22Reporting%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:10 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22+select+name,+owner&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:11 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22+select+name,+owner&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:13 +0000] "GET /api/atlas/discovery/search?query=DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:14 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:14 +0000] "GET /api/atlas/discovery/search?query=DB_v1,+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:15 +0000] "GET /api/atlas/discovery/search?query=DB_v1+is+JdbcAccess&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:15 +0000] "GET /api/atlas/discovery/search?query=from+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:16 +0000] "GET /api/atlas/discovery/search?query=Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:17 +0000] "GET /api/atlas/discovery/search?query=Table_v1+is+Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:18 +0000] "GET /api/atlas/discovery/search?query=Column_v1+where+Column_v1+isa+PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:19 +0000] "GET /api/atlas/discovery/search?query=View_v1+is+Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:20 +0000] "GET /api/atlas/discovery/search?query=Column_v1+select+Column_v1.name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:21 +0000] "GET /api/atlas/discovery/search?query=Column_v1+select+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:22 +0000] "GET /api/atlas/discovery/search?query=Column_v1+where+Column_v1.name%3D%22customer_id%22&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:23 +0000] "GET /api/atlas/discovery/search?query=from+Table_v1+select+Table_v1.name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:24 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:25 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+owner+as+_col_1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:27 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+is+JdbcAccess_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:28 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:29 +0000] "GET /api/atlas/discovery/search?query=DB_v1+Table_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:29 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:30 +0000] "GET /api/atlas/discovery/search?query=DB_v1+as+db1+Table+where+(db1.name+%3D+%22Reporting%22)&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:30 +0000] "GET /api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+(createTime+%2B+1)+as+_col_1+&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:32 +0000] "GET /api/atlas/discovery/search?query=Dimension_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:33 +0000] "GET /api/atlas/discovery/search?query=JdbcAccess_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:33 +0000] "GET /api/atlas/discovery/search?query=ETL_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:34 +0000] "GET /api/atlas/discovery/search?query=Metric_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:35 +0000] "GET /api/atlas/discovery/search?query=PII_v1&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:36 +0000] "GET /api/atlas/discovery/search?query=%60Log+Data_v1%60&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:37 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:38 +0000] "GET /api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns+as+column+select+column.name,+column.dataType,+column.comment&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:40 +0000] "GET /api/atlas/discovery/search?query=from+DataSet&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:40 +0000] "GET /api/atlas/discovery/search?query=from+Process&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=View_v1&property=qualifiedName&value=product_dim_view HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=product_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=LoadProcess_v1&property=qualifiedName&value=loadSalesDaily HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=time_dim HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact_daily_mv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:41 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_daily_mv/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/entities?type=Table_v1&property=qualifiedName&value=sales_fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/entities?type=DB_v1&property=name&value=Sales HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:45 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:45 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:45 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:45 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factxBJlilDnpS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:45 +0000] "GET /api/atlas/lineage/2479dfa9-0a74-4066-8635-1dbf5377fd81/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:46 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_monthly_mvBLByeG10Yw/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:48 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factxBJlilDnpS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:48 +0000] "GET /api/atlas/lineage/2479dfa9-0a74-4066-8635-1dbf5377fd81/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:49 +0000] "GET /api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:49 +0000] "GET /api/atlas/lineage/hive/table/sales_factxBJlilDnpS/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:50 +0000] "GET /api/atlas/lineage/hive/table/sales_factxBJlilDnpS/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:52 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvBLByeG10Yw HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:52 +0000] "GET /api/atlas/lineage/9e9dadc9-4f8d-4e1e-a530-dee512a8f542/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [06/Jul/2017:17:17:54 +0000] "GET /api/atlas/lineage/hive/table/SalesxmXf7F69F4/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 132.607 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.848 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@39bbabf failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@7630db3{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@4da9ab47{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.185 s]
[INFO] apache-atlas ....................................... SUCCESS [ 16.316 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 46.831 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 21.469 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:26 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 25.288 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 12.975 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 33.141 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.936 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  9.666 s]
[INFO] Graph Database Common Code ......................... SUCCESS [ 10.999 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 36.660 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [ 10.056 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:30 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  1.049 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 26.335 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [07:36 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 15.824 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 24.678 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:16 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [08:04 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:51 min
[INFO] Finished at: 2017-07-06T17:17:59Z
[INFO] Final Memory: 357M/2101M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4247 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5456 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5725 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5912 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9134 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16168 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17365 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35320 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35699 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35699 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35699 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35699 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39917 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/794/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/794/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Re: Build failed in Jenkins: apache-atlas-nightly #793

Posted by Apoorv Naik <an...@hortonworks.com>.
Working on resolving this issue.




On 7/6/17, 8:59 AM, "Apache Jenkins Server" <je...@builds.apache.org> wrote:

>See <https://builds.apache.org/job/apache-atlas-nightly/793/display/redirect?page=changes>
>
>Changes:
>
>[apoorvnaik] ATLAS-1906: Atlas client should support setting hadoop-jwt token in
>
>------------------------------------------
>[...truncated 122.67 KB...]
>[WARNING] <https://builds.apache.org/job/apache-atlas-nightly/ws/client/src/test/java/org/apache/atlas/AtlasClientTest.java>: Recompile with -Xlint:unchecked for details.
>[INFO] 
>[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ atlas-client ---
>[INFO] Surefire report directory: <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/surefire-reports>
>[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
>[WARNING] file.encoding cannot be set as system property, use <argLine>-Dfile.encoding=...<argLine> instead
>
>-------------------------------------------------------
> T E S T S
>-------------------------------------------------------
>Running org.apache.atlas.AtlasClientTest
>Tests run: 16, Failures: 14, Errors: 0, Skipped: 0, Time elapsed: 2.573 sec <<< FAILURE! - in org.apache.atlas.AtlasClientTest
>shouldGetAdminStatus(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.262 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.getAdminStatus(AtlasBaseClient.java:391)
>	at org.apache.atlas.AtlasClientTest.shouldGetAdminStatus(AtlasClientTest.java:170)
>
>shouldRetryAPICallsOnClientHandlerException(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.254 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithRetries(AtlasBaseClient.java:433)
>	at org.apache.atlas.AtlasClient.callAPIWithRetries(AtlasClient.java:953)
>	at org.apache.atlas.AtlasClientTest.shouldRetryAPICallsOnClientHandlerException(AtlasClientTest.java:348)
>
>shouldRetryAPICallsOnServiceUnavailable(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.008 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithRetries(AtlasBaseClient.java:433)
>	at org.apache.atlas.AtlasClient.callAPIWithRetries(AtlasClient.java:953)
>	at org.apache.atlas.AtlasClientTest.shouldRetryAPICallsOnServiceUnavailable(AtlasClientTest.java:424)
>
>shouldRetryIfCannotConnectToServiceInitially(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.033 sec  <<< FAILURE!
>java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@391115ac
>	at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:237)
>	at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:213)
>	at org.apache.atlas.AtlasClientTest.shouldRetryIfCannotConnectToServiceInitially(AtlasClientTest.java:290)
>
>shouldRetryUntilServiceBecomesActive(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.029 sec  <<< FAILURE!
>java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@65ad9b63
>	at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:237)
>	at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:213)
>	at org.apache.atlas.AtlasClientTest.shouldRetryUntilServiceBecomesActive(AtlasClientTest.java:261)
>
>shouldRetryWithSameClientIfSingleAddressIsUsed(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.007 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithRetries(AtlasBaseClient.java:433)
>	at org.apache.atlas.AtlasClient.callAPIWithRetries(AtlasClient.java:953)
>	at org.apache.atlas.AtlasClientTest.shouldRetryWithSameClientIfSingleAddressIsUsed(AtlasClientTest.java:384)
>
>shouldReturnFalseIfServerIsNotReady(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.003 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.isServerReady(AtlasBaseClient.java:274)
>	at org.apache.atlas.AtlasClientTest.shouldReturnFalseIfServerIsNotReady(AtlasClientTest.java:119)
>
>shouldReturnFalseIfServiceIsUnavailable(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.isServerReady(AtlasBaseClient.java:274)
>	at org.apache.atlas.AtlasClientTest.shouldReturnFalseIfServiceIsUnavailable(AtlasClientTest.java:133)
>
>shouldReturnStatusAsUnknownIfJSONIsInvalid(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.getAdminStatus(AtlasBaseClient.java:391)
>	at org.apache.atlas.AtlasClientTest.shouldReturnStatusAsUnknownIfJSONIsInvalid(AtlasClientTest.java:201)
>
>shouldReturnStatusAsUnknownOnException(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
>org.testng.TestException: 
>Expected exception org.apache.atlas.AtlasServiceException but got java.lang.NullPointerException
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.getAdminStatus(AtlasBaseClient.java:391)
>	at org.apache.atlas.AtlasClientTest.shouldReturnStatusAsUnknownOnException(AtlasClientTest.java:186)
>
>shouldSelectActiveAmongMultipleServersIfHAIsEnabled(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.025 sec  <<< FAILURE!
>java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@6f950feb
>	at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:237)
>	at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:213)
>	at org.apache.atlas.AtlasClientTest.shouldSelectActiveAmongMultipleServersIfHAIsEnabled(AtlasClientTest.java:236)
>
>shouldThrowErrorIfAnyResponseOtherThanServiceUnavailable(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
>org.testng.TestException: 
>Expected exception org.apache.atlas.AtlasServiceException but got java.lang.NullPointerException
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.isServerReady(AtlasBaseClient.java:274)
>	at org.apache.atlas.AtlasClientTest.shouldThrowErrorIfAnyResponseOtherThanServiceUnavailable(AtlasClientTest.java:148)
>
>shouldVerifyServerIsReady(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.isServerReady(AtlasBaseClient.java:274)
>	at org.apache.atlas.AtlasClientTest.shouldVerifyServerIsReady(AtlasClientTest.java:84)
>
>testCreateEntity(org.apache.atlas.AtlasClientTest)  Time elapsed: 1.157 sec  <<< FAILURE!
>java.lang.NullPointerException: null
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
>	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
>	at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:448)
>	at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:938)
>	at org.apache.atlas.AtlasClient.createEntity(AtlasClient.java:428)
>	at org.apache.atlas.AtlasClient.createEntity(AtlasClient.java:445)
>	at org.apache.atlas.AtlasClientTest.testCreateEntity(AtlasClientTest.java:102)
>
>
>Results :
>
>Failed tests: 
>  AtlasClientTest.shouldGetAdminStatus:170 » NullPointer
>  AtlasClientTest.shouldRetryAPICallsOnClientHandlerException:348 » NullPointer
>  AtlasClientTest.shouldRetryAPICallsOnServiceUnavailable:424 » NullPointer
>  AtlasClientTest.shouldRetryIfCannotConnectToServiceInitially:290 » IllegalArgument
>  AtlasClientTest.shouldRetryUntilServiceBecomesActive:261 » IllegalArgument Non...
>  AtlasClientTest.shouldRetryWithSameClientIfSingleAddressIsUsed:384 » NullPointer
>  AtlasClientTest.shouldReturnFalseIfServerIsNotReady:119 » NullPointer
>  AtlasClientTest.shouldReturnFalseIfServiceIsUnavailable:133 » NullPointer
>  AtlasClientTest.shouldReturnStatusAsUnknownIfJSONIsInvalid:201 » NullPointer
>  AtlasClientTest.shouldReturnStatusAsUnknownOnException » Test 
>Expected except...
>  AtlasClientTest.shouldSelectActiveAmongMultipleServersIfHAIsEnabled:236 » IllegalArgument
>  AtlasClientTest.shouldThrowErrorIfAnyResponseOtherThanServiceUnavailable » Test
>  AtlasClientTest.shouldVerifyServerIsReady:84 » NullPointer
>  AtlasClientTest.testCreateEntity:102 » NullPointer
>
>Tests run: 16, Failures: 14, Errors: 0, Skipped: 0
>
>[INFO] ------------------------------------------------------------------------
>[INFO] Reactor Summary:
>[INFO] 
>[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.019 s]
>[INFO] apache-atlas ....................................... SUCCESS [ 11.911 s]
>[INFO] Apache Atlas Integration ........................... SUCCESS [ 36.162 s]
>[INFO] Apache Atlas Common ................................ SUCCESS [ 16.555 s]
>[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:10 min]
>[INFO] Apache Atlas Client ................................ FAILURE [  6.341 s]
>[INFO] Apache Atlas Server API ............................ SKIPPED
>[INFO] Apache Atlas Notification .......................... SKIPPED
>[INFO] Apache Atlas Graph Database Projects ............... SKIPPED
>[INFO] Apache Atlas Graph Database API .................... SKIPPED
>[INFO] Graph Database Common Code ......................... SKIPPED
>[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SKIPPED
>[INFO] Shaded version of Apache hbase client .............. SKIPPED
>[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SKIPPED
>[INFO] Apache Atlas Graph Database Implementation Dependencies SKIPPED
>[INFO] Shaded version of Apache hbase server .............. SKIPPED
>[INFO] Apache Atlas Repository ............................ SKIPPED
>[INFO] Apache Atlas Authorization ......................... SKIPPED
>[INFO] Apache Atlas Business Catalog ...................... SKIPPED
>[INFO] Apache Atlas UI .................................... SKIPPED
>[INFO] Apache Atlas Web Application ....................... SKIPPED
>[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 Distribution .......................... SKIPPED
>[INFO] ------------------------------------------------------------------------
>[INFO] BUILD FAILURE
>[INFO] ------------------------------------------------------------------------
>[INFO] Total time: 02:25 min
>[INFO] Finished at: 2017-07-06T15:58:41Z
>[INFO] Final Memory: 115M/1789M
>[INFO] ------------------------------------------------------------------------
>[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project atlas-client: There are test failures.
>[ERROR] 
>[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/ws/client/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-client
>Build step 'Execute shell' marked build as failure
>[CHECKSTYLE] Collecting checkstyle analysis files...
>[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
>[CHECKSTYLE] Parsing 18 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 3821 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 3821 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 4090 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 4277 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 4277 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 4277 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 6551 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 7499 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 14533 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 15730 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33685 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34064 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34064 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34064 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34064 unique warnings and 0 duplicates.
>[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38282 unique warnings and 0 duplicates.
>[CHECKSTYLE] Computing warning deltas based on reference build #711
>[FINDBUGS] Collecting findbugs analysis files...
>[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
>[FINDBUGS] Parsing 11 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
>[FINDBUGS] Computing warning deltas based on reference build #711
>Archiving artifacts
>No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
>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
>testng-results.xml was last modified before this build started. Ignoring it.
>testng-results.xml was last modified before this build started. Ignoring it.
>testng-results.xml was last modified before this build started. Ignoring it.
>testng-results.xml was last modified before this build started. Ignoring it.
>testng-results.xml was last modified before this build started. Ignoring it.
>testng-results.xml was last modified before this build started. Ignoring it.
>testng-results.xml was last modified before this build started. Ignoring it.
>Saving reports...
>Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/793/testng/testng-results-1.xml'
>Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/793/testng/testng-results-2.xml'
>Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/793/testng/testng-results-3.xml'
>Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/793/testng/testng-results.xml'
>46.666668% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
>TestNG Reports Processing: FINISH
>

Build failed in Jenkins: apache-atlas-nightly #793

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/793/display/redirect?page=changes>

Changes:

[apoorvnaik] ATLAS-1906: Atlas client should support setting hadoop-jwt token in

------------------------------------------
[...truncated 122.67 KB...]
[WARNING] <https://builds.apache.org/job/apache-atlas-nightly/ws/client/src/test/java/org/apache/atlas/AtlasClientTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ atlas-client ---
[INFO] Surefire report directory: <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/surefire-reports>
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[WARNING] file.encoding cannot be set as system property, use <argLine>-Dfile.encoding=...<argLine> instead

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.atlas.AtlasClientTest
Tests run: 16, Failures: 14, Errors: 0, Skipped: 0, Time elapsed: 2.573 sec <<< FAILURE! - in org.apache.atlas.AtlasClientTest
shouldGetAdminStatus(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.262 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.getAdminStatus(AtlasBaseClient.java:391)
	at org.apache.atlas.AtlasClientTest.shouldGetAdminStatus(AtlasClientTest.java:170)

shouldRetryAPICallsOnClientHandlerException(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.254 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.callAPIWithRetries(AtlasBaseClient.java:433)
	at org.apache.atlas.AtlasClient.callAPIWithRetries(AtlasClient.java:953)
	at org.apache.atlas.AtlasClientTest.shouldRetryAPICallsOnClientHandlerException(AtlasClientTest.java:348)

shouldRetryAPICallsOnServiceUnavailable(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.008 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.callAPIWithRetries(AtlasBaseClient.java:433)
	at org.apache.atlas.AtlasClient.callAPIWithRetries(AtlasClient.java:953)
	at org.apache.atlas.AtlasClientTest.shouldRetryAPICallsOnServiceUnavailable(AtlasClientTest.java:424)

shouldRetryIfCannotConnectToServiceInitially(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.033 sec  <<< FAILURE!
java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@391115ac
	at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:237)
	at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:213)
	at org.apache.atlas.AtlasClientTest.shouldRetryIfCannotConnectToServiceInitially(AtlasClientTest.java:290)

shouldRetryUntilServiceBecomesActive(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.029 sec  <<< FAILURE!
java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@65ad9b63
	at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:237)
	at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:213)
	at org.apache.atlas.AtlasClientTest.shouldRetryUntilServiceBecomesActive(AtlasClientTest.java:261)

shouldRetryWithSameClientIfSingleAddressIsUsed(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.007 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.callAPIWithRetries(AtlasBaseClient.java:433)
	at org.apache.atlas.AtlasClient.callAPIWithRetries(AtlasClient.java:953)
	at org.apache.atlas.AtlasClientTest.shouldRetryWithSameClientIfSingleAddressIsUsed(AtlasClientTest.java:384)

shouldReturnFalseIfServerIsNotReady(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.003 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.isServerReady(AtlasBaseClient.java:274)
	at org.apache.atlas.AtlasClientTest.shouldReturnFalseIfServerIsNotReady(AtlasClientTest.java:119)

shouldReturnFalseIfServiceIsUnavailable(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.isServerReady(AtlasBaseClient.java:274)
	at org.apache.atlas.AtlasClientTest.shouldReturnFalseIfServiceIsUnavailable(AtlasClientTest.java:133)

shouldReturnStatusAsUnknownIfJSONIsInvalid(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.getAdminStatus(AtlasBaseClient.java:391)
	at org.apache.atlas.AtlasClientTest.shouldReturnStatusAsUnknownIfJSONIsInvalid(AtlasClientTest.java:201)

shouldReturnStatusAsUnknownOnException(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
org.testng.TestException: 
Expected exception org.apache.atlas.AtlasServiceException but got java.lang.NullPointerException
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.getAdminStatus(AtlasBaseClient.java:391)
	at org.apache.atlas.AtlasClientTest.shouldReturnStatusAsUnknownOnException(AtlasClientTest.java:186)

shouldSelectActiveAmongMultipleServersIfHAIsEnabled(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.025 sec  <<< FAILURE!
java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@6f950feb
	at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:237)
	at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:213)
	at org.apache.atlas.AtlasClientTest.shouldSelectActiveAmongMultipleServersIfHAIsEnabled(AtlasClientTest.java:236)

shouldThrowErrorIfAnyResponseOtherThanServiceUnavailable(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
org.testng.TestException: 
Expected exception org.apache.atlas.AtlasServiceException but got java.lang.NullPointerException
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.isServerReady(AtlasBaseClient.java:274)
	at org.apache.atlas.AtlasClientTest.shouldThrowErrorIfAnyResponseOtherThanServiceUnavailable(AtlasClientTest.java:148)

shouldVerifyServerIsReady(org.apache.atlas.AtlasClientTest)  Time elapsed: 0.004 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.isServerReady(AtlasBaseClient.java:274)
	at org.apache.atlas.AtlasClientTest.shouldVerifyServerIsReady(AtlasClientTest.java:84)

testCreateEntity(org.apache.atlas.AtlasClientTest)  Time elapsed: 1.157 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:310)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:296)
	at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:448)
	at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:938)
	at org.apache.atlas.AtlasClient.createEntity(AtlasClient.java:428)
	at org.apache.atlas.AtlasClient.createEntity(AtlasClient.java:445)
	at org.apache.atlas.AtlasClientTest.testCreateEntity(AtlasClientTest.java:102)


Results :

Failed tests: 
  AtlasClientTest.shouldGetAdminStatus:170 » NullPointer
  AtlasClientTest.shouldRetryAPICallsOnClientHandlerException:348 » NullPointer
  AtlasClientTest.shouldRetryAPICallsOnServiceUnavailable:424 » NullPointer
  AtlasClientTest.shouldRetryIfCannotConnectToServiceInitially:290 » IllegalArgument
  AtlasClientTest.shouldRetryUntilServiceBecomesActive:261 » IllegalArgument Non...
  AtlasClientTest.shouldRetryWithSameClientIfSingleAddressIsUsed:384 » NullPointer
  AtlasClientTest.shouldReturnFalseIfServerIsNotReady:119 » NullPointer
  AtlasClientTest.shouldReturnFalseIfServiceIsUnavailable:133 » NullPointer
  AtlasClientTest.shouldReturnStatusAsUnknownIfJSONIsInvalid:201 » NullPointer
  AtlasClientTest.shouldReturnStatusAsUnknownOnException » Test 
Expected except...
  AtlasClientTest.shouldSelectActiveAmongMultipleServersIfHAIsEnabled:236 » IllegalArgument
  AtlasClientTest.shouldThrowErrorIfAnyResponseOtherThanServiceUnavailable » Test
  AtlasClientTest.shouldVerifyServerIsReady:84 » NullPointer
  AtlasClientTest.testCreateEntity:102 » NullPointer

Tests run: 16, Failures: 14, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.019 s]
[INFO] apache-atlas ....................................... SUCCESS [ 11.911 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 36.162 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.555 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:10 min]
[INFO] Apache Atlas Client ................................ FAILURE [  6.341 s]
[INFO] Apache Atlas Server API ............................ SKIPPED
[INFO] Apache Atlas Notification .......................... SKIPPED
[INFO] Apache Atlas Graph Database Projects ............... SKIPPED
[INFO] Apache Atlas Graph Database API .................... SKIPPED
[INFO] Graph Database Common Code ......................... SKIPPED
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SKIPPED
[INFO] Shaded version of Apache hbase client .............. SKIPPED
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SKIPPED
[INFO] Apache Atlas Graph Database Implementation Dependencies SKIPPED
[INFO] Shaded version of Apache hbase server .............. SKIPPED
[INFO] Apache Atlas Repository ............................ SKIPPED
[INFO] Apache Atlas Authorization ......................... SKIPPED
[INFO] Apache Atlas Business Catalog ...................... SKIPPED
[INFO] Apache Atlas UI .................................... SKIPPED
[INFO] Apache Atlas Web Application ....................... SKIPPED
[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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:25 min
[INFO] Finished at: 2017-07-06T15:58:41Z
[INFO] Final Memory: 115M/1789M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project atlas-client: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/ws/client/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-client
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 18 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 3821 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 3821 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 4090 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 4277 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 4277 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 4277 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 6551 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 7499 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 14533 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 15730 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33685 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34064 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34064 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34064 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34064 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38282 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 11 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/793/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/793/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/793/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/793/testng/testng-results.xml'
46.666668% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #792

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/792/display/redirect?page=changes>

Changes:

[kalyani.kashikar] ATLAS-1897 : UI - Render HTML element based on attribute data-type while

------------------------------------------
[...truncated 542.11 KB...]
127.0.0.1 - - [04/Jul/2017:14:46:03 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbXdoTOj83RS'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "GET /api/atlas/v2/entity/guid/7b500c1a-a1ff-40ed-b035-87d4e739ae20 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbXdoTOj83RS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "GET /api/atlas/entities/8f4e3288-2bef-44ca-9922-f95a0f11bda8/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:04 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:05 +0000] "GET /api/atlas/v2/types/typedef/name/dKuTYSsGhX HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:05 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:05 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:05 +0000] "GET /api/atlas/v2/entity/guid/90d8a7dd-0400-4a95-8066-8ff82403a1e0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:05 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbsj00rgW7NZ%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:06 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:06 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:06 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbsj00rgW7NZ%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:06 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:07 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AhmGvE9IBgC&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BKFTQn7ydb0&supertype=AhmGvE9IBgC&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:08 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/v2/types/typedef/name/AfrQmGoSEs8 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/v2/types/typedef/name/A1s1J8JsRUJK HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/v2/types/typedef/name/BGe4sUtOMSv HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/v2/types/typedef/name/CeKIjEu0ePX HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "GET /api/atlas/types?type=CLASS&supertype=AfrQmGoSEs8&notsupertype=BGe4sUtOMSv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:09 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:10 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:10 +0000] "GET /api/atlas/types/GnbvynKnla HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:15 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbt8VGKROpaw'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:15 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbt8VGKROpaw HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:15 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:16 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbyrJ5VbtGxl'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:16 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbn5xlHcFtFG'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:17 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbT4BxfeQQUP'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:18 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbT4BxfeQQUP HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:18 +0000] "GET /api/atlas/entities/5a6ea2bd-73d2-4ce6-b8f6-c4d2e2558ad2/audit?count=1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:18 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:18 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbsLIiNdqyEU HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:18 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbsLIiNdqyEU HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:18 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbsLIiNdqyEU HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:18 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbeKeoXaO59O'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:19 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbeKeoXaO59O'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:20 +0000] "GET /api/atlas/entities/ef0dc74c-e35f-46d4-9101-656fede083a1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:20 +0000] "GET /api/atlas/entities/ef0dc74c-e35f-46d4-9101-656fede083a1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [04/Jul/2017:14:46:20 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 119.589 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.639 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@7f1dfd48 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@541ea29a{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@53e8f051{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.814 s]
[INFO] apache-atlas ....................................... SUCCESS [ 15.864 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 38.429 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.822 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:14 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 21.059 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 11.183 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.302 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.735 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.859 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  8.479 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 34.365 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.109 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:27 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.933 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 25.483 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [07:03 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.970 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 20.981 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:05 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:58 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:01 min
[INFO] Finished at: 2017-07-04T14:46:24Z
[INFO] Final Memory: 359M/1697M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4202 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5680 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8141 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9089 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16123 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17320 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35275 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39872 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/792/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/792/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #791

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/791/display/redirect?page=changes>

Changes:

[apoorvnaik] ATLAS-1904: Relationship def validation(s)

------------------------------------------
[...truncated 542.25 KB...]
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/entities/713503f5-3aec-4870-8eac-96c164463ff3/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "GET /api/atlas/entities/713503f5-3aec-4870-8eac-96c164463ff3/traitDefinitions/PII_TraitCfVpTfk4F5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "GET /api/atlas/entities/713503f5-3aec-4870-8eac-96c164463ff3/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "GET /api/atlas/entities/41c0754e-3607-4a22-909c-6797c1be2b55/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/entities/38509909-5f63-4913-afd4-b029cd30125a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "GET /api/atlas/entities/38509909-5f63-4913-afd4-b029cd30125a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableVHRXMKpSeh HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "GET /api/atlas/entities/38509909-5f63-4913-afd4-b029cd30125a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:34 +0000] "GET /api/atlas/entities/7c08057e-32a2-45f8-9248-65ddadb0fea1/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "GET /api/atlas/v2/types/typedef/name/wrOmJv9rfH HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "GET /api/atlas/entities/41adc111-df18-40a3-8fb8-83e7852c1ccd HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "GET /api/atlas/v2/entity/guid/951b22ee-c790-47d0-a57c-0d9f46b88ed6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=bb894357-e795-46be-b976-fd84babd6275&guid=28c49011-f90c-4fad-a173-3ca73a3b72e0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbUXVqaUnbwb%EF%AF%9F%E6%9E%AB%EE%86%88%E4%A9%AC%EC%B4%BA%E5%AB%BA%ED%85%BA%C9%BF%EA%B1%A6%E0%A7%AD HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:35 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbUXVqaUnbwb'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:36 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbUXVqaUnbwb'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:37 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:37 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbUXVqaUnbwb'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "GET /api/atlas/v2/entity/guid/7f913d71-c048-4e12-a11f-b61650fecf6d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbUXVqaUnbwb HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "GET /api/atlas/v2/types/typedef/name/V2Y9uTkYPn HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "GET /api/atlas/v2/entity/guid/cf7eefc0-5449-4e8d-8480-3f938d15ea70 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "GET /api/atlas/entities/f85e2eec-2298-4c52-9fc1-5dc5fa3154af/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:38 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbpIpniT9ldv%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:39 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:39 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:39 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbpIpniT9ldv%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:40 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AI2xT0IQLIV&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BRhe69XEEVp&supertype=AI2xT0IQLIV&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:41 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "GET /api/atlas/v2/types/typedef/name/AUG3qBuE5aP HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:42 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "GET /api/atlas/v2/types/typedef/name/A1TFVmC21mVP HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "GET /api/atlas/v2/types/typedef/name/BV4vcwSCnaV HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "GET /api/atlas/v2/types/typedef/name/CHBp66xbxQ9 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "GET /api/atlas/types?type=CLASS&supertype=AUG3qBuE5aP&notsupertype=BV4vcwSCnaV HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:21:16:43 +0000] "GET /api/atlas/types/B4XQLoIX3A HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 116.403 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.534 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@6cb93b3b failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@4543bcfd{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@dc2460c{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
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] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.121 s]
[INFO] apache-atlas ....................................... SUCCESS [ 12.758 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 35.894 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.189 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:11 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.895 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.531 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.923 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.672 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.758 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.962 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 33.713 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.718 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:22 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.885 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.542 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:04 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.165 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.053 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:00 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:50 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:26 min
[INFO] Finished at: 2017-07-03T21:16:51Z
[INFO] Final Memory: 366M/1952M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4202 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5680 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8141 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9089 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16123 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17320 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35275 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39872 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/791/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/791/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #790

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/790/display/redirect?page=changes>

Changes:

[apoorvnaik] Coverity fixes for ATLAS-1880

------------------------------------------
[...truncated 542.59 KB...]
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "POST /api/atlas/entities/8e5c322a-d44e-422e-bfa6-808508ee9a0d/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "GET /api/atlas/entities/8e5c322a-d44e-422e-bfa6-808508ee9a0d/traitDefinitions/PII_TraitlVstMVv9EX HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "GET /api/atlas/entities/8e5c322a-d44e-422e-bfa6-808508ee9a0d/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "GET /api/atlas/entities/a043e8ba-48e8-4209-bf2d-6e86f4d9e066/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "POST /api/atlas/entities/d9eaa61b-79d4-4d24-a4ba-788d90a7db6a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "GET /api/atlas/entities/d9eaa61b-79d4-4d24-a4ba-788d90a7db6a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableWapGVxid9z HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:43 +0000] "GET /api/atlas/entities/d9eaa61b-79d4-4d24-a4ba-788d90a7db6a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "GET /api/atlas/entities/712ac803-bcb5-454c-b2b0-c7515500edbb/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "GET /api/atlas/v2/types/typedef/name/X25n4r7frO HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "GET /api/atlas/entities/8b3ee56f-e7df-408e-bcda-df13a37092b6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "GET /api/atlas/v2/entity/guid/1dc20ef1-b1db-40d5-aae1-2f33bc4b6fe1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:44 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:45 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:45 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:45 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=eadd1714-3b07-49aa-bd10-4177a6e8ba44&guid=a87eeb19-4f53-4f9f-a119-0adfb4b372c7 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:45 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:45 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbj6cBWM3ddQ%E4%87%B0%E3%9A%A6%E0%B6%A9%E0%AD%89%E2%8E%83%E6%BB%82%ED%90%85%EE%80%B3%E4%AC%A5%E7%96%87 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:45 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:45 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbj6cBWM3ddQ'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:46 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbj6cBWM3ddQ'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:47 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:47 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbj6cBWM3ddQ'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "GET /api/atlas/v2/entity/guid/cac559cd-900e-4189-94a0-2dd14177af31 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbj6cBWM3ddQ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "GET /api/atlas/v2/types/typedef/name/dEA5mQrODd HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "GET /api/atlas/v2/entity/guid/f6cc14c0-54e1-464d-951c-2bdbc89e2de0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "GET /api/atlas/entities/31bb799f-0617-4f8f-8538-e2af6113c88a/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:48 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbt6GV0C77Yn%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:49 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:49 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:49 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbt6GV0C77Yn%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:50 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:51 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AHqycMXdqIA&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BV3Yy9BEmVb&supertype=AHqycMXdqIA&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:52 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "GET /api/atlas/v2/types/typedef/name/ANrtw6Mxriw HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "GET /api/atlas/v2/types/typedef/name/A1Fm1n1rLQL4 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "GET /api/atlas/v2/types/typedef/name/BOtMg1W0Jgl HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "GET /api/atlas/v2/types/typedef/name/CYVmodjqdyT HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "GET /api/atlas/types?type=CLASS&supertype=ANrtw6Mxriw&notsupertype=BOtMg1W0Jgl HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [03/Jul/2017:17:02:53 +0000] "GET /api/atlas/types/l5hhg6h72g HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 119.668 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.515 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@4114ce73 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@2cc88725{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@339d1dc9{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.314 s]
[INFO] apache-atlas ....................................... SUCCESS [ 13.550 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 44.601 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 21.347 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:26 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 24.568 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 12.301 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 27.782 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.744 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  9.760 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  9.923 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 37.271 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.850 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:31 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.886 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 25.595 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:37 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.977 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.302 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:05 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:58 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:13 min
[INFO] Finished at: 2017-07-03T17:03:01Z
[INFO] Final Memory: 362M/1668M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4202 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5680 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8141 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9089 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16115 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17312 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35267 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39864 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/790/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/790/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #789

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/789/display/redirect?page=changes>

Changes:

[madhan] updated documentation for import API

[madhan] ATLAS-1899: fixup the logic around edge creation for relationshipDefs

------------------------------------------
[...truncated 542.73 KB...]
127.0.0.1 - - [01/Jul/2017:10:22:39 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:39 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbGVzjIhDGwu'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "GET /api/atlas/v2/entity/guid/d4f89329-33e8-4b31-8b1f-b8c5e9308bb7 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbGVzjIhDGwu HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "GET /api/atlas/v2/types/typedef/name/MfJc2U2ezx HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:40 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "GET /api/atlas/v2/entity/guid/9a671bf4-7bce-4a1e-927c-e1bc00c350c3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "GET /api/atlas/entities/6920693f-5fd1-4d78-b97b-5e882ea278ba/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbqhNWaglF7t%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:41 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbqhNWaglF7t%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:42 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AduVdQGNNT8&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BIoDN02CRgs&supertype=AduVdQGNNT8&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/v2/types/typedef/name/AeKmonYQCtm HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "GET /api/atlas/v2/types/typedef/name/A1fMhD5XGgDC HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:45 +0000] "GET /api/atlas/v2/types/typedef/name/BeCEWzlixSF HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:45 +0000] "GET /api/atlas/v2/types/typedef/name/CeA1CEbb7XO HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:45 +0000] "GET /api/atlas/types?type=CLASS&supertype=AeKmonYQCtm&notsupertype=BeCEWzlixSF HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:45 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:45 +0000] "GET /api/atlas/types/uA4MiZoXjj HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:50 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbyNF7muQ7FR'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:51 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbyNF7muQ7FR HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:51 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:51 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbljHtz44AwI'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:52 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbxxr0M1enMI'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:53 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbIgF4QZWjvl'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:54 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbIgF4QZWjvl HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:54 +0000] "GET /api/atlas/entities/f0a969a0-a649-484e-9236-63e1f4550f0c/audit?count=1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:54 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:54 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbYyOZdpafFq HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:54 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbYyOZdpafFq HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:54 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbYyOZdpafFq HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:54 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbj7RwLkBqJA'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:55 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbj7RwLkBqJA'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:55 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:56 +0000] "GET /api/atlas/entities/44b5ae57-354f-4ef0-a8bf-f0b200e3a395 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [01/Jul/2017:10:22:56 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 111.563 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.482 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@72b723ff failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@6fbfe3a0{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@749942eb{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.046 s]
[INFO] apache-atlas ....................................... SUCCESS [ 14.554 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 34.541 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.337 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:09 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 22.553 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 11.626 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 24.567 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.586 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.734 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.999 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 31.589 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.495 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:23 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.661 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 24.512 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [05:29 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 11.727 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 17.969 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 59.517 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:46 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:46 min
[INFO] Finished at: 2017-07-01T10:23:00Z
[INFO] Final Memory: 362M/1682M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4202 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5680 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8141 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9089 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16115 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17312 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35267 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39864 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/789/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/789/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #788

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/788/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1880: search API with support for entity/tag attribute filters

[madhan] ATLAS-1894: Search using entity/tag attribute filters

------------------------------------------
[...truncated 542.63 KB...]
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "POST /api/atlas/entities/ca0199ba-f6a4-46fe-aa77-9564ec611fa2/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "GET /api/atlas/entities/ca0199ba-f6a4-46fe-aa77-9564ec611fa2/traitDefinitions/PII_Traitsh3nc2oMid HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "GET /api/atlas/entities/ca0199ba-f6a4-46fe-aa77-9564ec611fa2/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "GET /api/atlas/entities/5304959d-91ca-4b85-bc5f-60a5d22ad7e4/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "POST /api/atlas/entities/731194bb-1cbf-44e9-945f-273da162b97f HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "GET /api/atlas/entities/731194bb-1cbf-44e9-945f-273da162b97f HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:21 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableqLy64iRvrt HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "GET /api/atlas/entities/731194bb-1cbf-44e9-945f-273da162b97f HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "GET /api/atlas/entities/aa389e50-ff98-485c-89f0-6edb6dce5a04/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "GET /api/atlas/v2/types/typedef/name/qtBaZsODA1 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "GET /api/atlas/entities/3fdf7beb-85b6-4b02-a4e6-b27f8954795b HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "GET /api/atlas/v2/entity/guid/d3b752ef-2923-4315-a86b-2e154ee4c7dc HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=41e51fdd-065e-43cf-853b-aefc818f7b65&guid=43157ad5-ccfe-4116-8070-3e88debaf971 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbcClyg9eFJG%EF%A0%AE%E6%82%BD%E4%8D%A5%E6%AF%9A%E1%BC%A1%EB%91%B8%E6%84%AA%E6%B2%B8%E5%A2%A8%E5%BE%81 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:23 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbcClyg9eFJG'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:24 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbcClyg9eFJG'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:25 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:26 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbcClyg9eFJG'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "GET /api/atlas/v2/entity/guid/e7fda846-b378-4866-809d-ab655a2128a8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbcClyg9eFJG HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "GET /api/atlas/entities/71ecc8b4-9138-4f48-8666-4d1a726cd32d/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "GET /api/atlas/v2/types/typedef/name/UW6iT6RpJV HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:27 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:28 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:28 +0000] "GET /api/atlas/v2/entity/guid/1b5f7b80-3c8e-4720-be7d-ff4bbca52f3c HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:28 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbHBSvkhZhFL%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:29 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:29 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:29 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbHBSvkhZhFL%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:30 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:31 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AK3TUwyEbho&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BNmZsZAV3Oh&supertype=AK3TUwyEbho&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:32 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "GET /api/atlas/v2/types/typedef/name/AjPqxvOnzZZ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "GET /api/atlas/v2/types/typedef/name/A1PEuU0VjF6t HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "GET /api/atlas/v2/types/typedef/name/BlbVhim7H1X HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "GET /api/atlas/v2/types/typedef/name/CuFXKoMNhtG HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "GET /api/atlas/types?type=CLASS&supertype=AjPqxvOnzZZ&notsupertype=BlbVhim7H1X HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:33 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:34 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:35 +0000] "GET /api/atlas/types/MZKrgnRsyI HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [30/Jun/2017:10:22:35 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 173.363 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.848 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@3739b56 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@77d07ec3{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@6b024d20{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.240 s]
[INFO] apache-atlas ....................................... SUCCESS [ 14.449 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 37.115 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.820 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:13 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.527 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 11.024 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.203 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.649 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.886 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  8.167 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 34.907 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.697 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:24 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.897 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 24.740 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [07:59 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 21.236 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 30.754 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:27 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [09:51 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26:20 min
[INFO] Finished at: 2017-06-30T10:22:42Z
[INFO] Final Memory: 365M/1553M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4202 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5411 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5680 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5867 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8141 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 9089 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 16115 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17312 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 35267 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 35646 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39864 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/788/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/788/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #787

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/787/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1734: Import API update to make type import optional

------------------------------------------
[...truncated 538.05 KB...]
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:40 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "GET /api/atlas/v2/types/typedef/name/ARDqY16cG1p HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "GET /api/atlas/v2/types/typedef/name/A1zyBYCfOMSA HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "GET /api/atlas/v2/types/typedef/name/BUGg3vxZNyJ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "GET /api/atlas/v2/types/typedef/name/CdAA1fXu0jJ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "GET /api/atlas/types?type=CLASS&supertype=ARDqY16cG1p&notsupertype=BUGg3vxZNyJ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:41 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:42 +0000] "GET /api/atlas/types/NX6dwuPmp1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:47 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factJ9IApTNZbn HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:47 +0000] "GET /api/atlas/lineage/264b0ffc-580c-4d83-afda-dbde3be7329f/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:48 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvgP5648X32R HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:48 +0000] "GET /api/atlas/v2/lineage/a46b98c4-b1c0-452e-a146-885d67593a74?direction=BOTH&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:50 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_monthly_mvOyTBj6rnTO/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:52 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factJ9IApTNZbn HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:52 +0000] "GET /api/atlas/lineage/264b0ffc-580c-4d83-afda-dbde3be7329f/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:53 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factJj6hUmiqlb HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:53 +0000] "GET /api/atlas/v2/lineage/97acbcd5-1544-4dae-8878-24255bd8d347?direction=OUTPUT&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:54 +0000] "GET /api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:54 +0000] "GET /api/atlas/lineage/hive/table/sales_factJ9IApTNZbn/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:55 +0000] "GET /api/atlas/lineage/hive/table/sales_factJ9IApTNZbn/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:57 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvOyTBj6rnTO HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:57 +0000] "GET /api/atlas/lineage/02a56934-f90a-4258-b923-04da3302a708/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:58 +0000] "GET /api/atlas/lineage/hive/table/SalesiIBR4JgnYP/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:58 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvgP5648X32R HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [27/Jun/2017:08:17:58 +0000] "GET /api/atlas/v2/lineage/a46b98c4-b1c0-452e-a146-885d67593a74?direction=INPUT&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 124.244 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.654 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@5533c1d9 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@14df4e24{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@344a4596{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.031 s]
[INFO] apache-atlas ....................................... SUCCESS [ 12.334 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 39.486 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 17.453 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:20 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 22.523 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 11.415 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 28.278 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.651 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  8.093 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.789 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 34.189 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.520 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:23 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.948 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 24.218 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:32 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.934 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.909 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 56.957 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [07:10 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:37 min
[INFO] Finished at: 2017-06-27T08:18:04Z
[INFO] Final Memory: 358M/1951M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5638 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8040 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8954 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15803 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 17000 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 34470 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34849 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34849 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34849 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34849 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 39067 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/787/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/787/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #786

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/786/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1766: updated NotificationConsumer implementation to use new Kafka

------------------------------------------
[...truncated 536.55 KB...]
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities/e519fbb4-efe4-42be-bbf0-102ae48d0d5e/traits HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "GET /api/atlas/entities/e519fbb4-efe4-42be-bbf0-102ae48d0d5e/traitDefinitions/PII_TraittpceMgOSG4 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "GET /api/atlas/entities/e519fbb4-efe4-42be-bbf0-102ae48d0d5e/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "GET /api/atlas/entities/3e0d6db9-4b52-41b6-a8cd-5dcb3eaaf450/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities/e9de6079-efa9-4e93-b4de-3bf4673d4fed HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "GET /api/atlas/entities/e9de6079-efa9-4e93-b4de-3bf4673d4fed HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableUodH3fF2gU HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "GET /api/atlas/entities/e9de6079-efa9-4e93-b4de-3bf4673d4fed HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "GET /api/atlas/entities/0afdda2a-e521-47f9-bbbc-6e5560f578ef/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:16 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "GET /api/atlas/v2/types/typedef/name/wxAw4PLTti HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "GET /api/atlas/entities/b8d59392-1a2c-4e59-960d-a75f8b66c972 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "GET /api/atlas/v2/entity/guid/bb6377ec-9ae3-48b7-80ba-ab41cac37b6d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=004ef83a-86d4-46a6-9afc-62d7703d92a4&guid=b09be575-2e22-4534-bdf3-dd9f133b6550 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbGo4gmS36Xi%E4%AF%B6%EE%BB%8B%EE%83%B8%E7%9C%AA%E4%83%A1%E7%BD%A8%EB%B0%90%EE%97%97%EA%84%B5%EA%A4%B8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:17 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbGo4gmS36Xi'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:18 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbGo4gmS36Xi'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:19 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:19 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbGo4gmS36Xi'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "GET /api/atlas/v2/entity/guid/4ea9fc39-3adc-43f6-b9c9-05e065fa3009 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbGo4gmS36Xi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "GET /api/atlas/entities/a9b4202b-f5b3-4a15-b271-1160f51447d1/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "GET /api/atlas/v2/types/typedef/name/rGnomLPqTU HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:20 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:21 +0000] "GET /api/atlas/v2/entity/guid/b15967e1-68ca-4352-9107-2946dbc30502 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:21 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbKcHWTgVDQM%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:21 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:21 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:21 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbKcHWTgVDQM%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:22 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AqSnTrK2r6g&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BRhHXDSRJIB&supertype=AqSnTrK2r6g&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:23 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedef/name/An42Ge5jKr9 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedef/name/A1riyp1lS3xl HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedef/name/BigCSY9gr0A HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedef/name/CFOn6ZG3HNj HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/types?type=CLASS&supertype=An42Ge5jKr9&notsupertype=BigCSY9gr0A HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:24 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "GET /api/atlas/types/VWBpzL8xlt HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:16:16:25 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
Tests run: 129, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 108.563 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.465 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@6d873dfe failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...

Tests run: 129, Failures: 1, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@5d84dba9{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@1a935d94{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.851 s]
[INFO] apache-atlas ....................................... SUCCESS [  5.271 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 29.847 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 13.768 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:02 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 17.809 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  8.847 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.291 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.548 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.056 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.121 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 29.454 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.279 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:18 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.797 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 22.219 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [05:07 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 11.669 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 16.536 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 49.450 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:50 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:32 min
[INFO] Finished at: 2017-06-26T16:16:32Z
[INFO] Final Memory: 369M/1873M
[INFO] ------------------------------------------------------------------------
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.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5638 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8040 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8954 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15798 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16995 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 34182 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34561 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34561 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34561 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34561 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38779 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/786/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/786/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #785

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/785/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1891: added RelationshipDef validation during typesystem updates

------------------------------------------
[...truncated 551.43 KB...]
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities/24345140-ec1b-4f6b-ac3a-9ed77a96364e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "GET /api/atlas/entities/24345140-ec1b-4f6b-ac3a-9ed77a96364e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableZDtiP4fhIZ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "GET /api/atlas/entities/24345140-ec1b-4f6b-ac3a-9ed77a96364e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "GET /api/atlas/entities/320b1886-7f0c-43e4-b386-6b3144978dba/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "GET /api/atlas/v2/types/typedef/name/mVSGigJjMD HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "GET /api/atlas/entities/aa4e1011-936b-46b2-93e1-768040b29bd1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "GET /api/atlas/v2/entity/guid/538f928e-6d2c-48cc-96ec-8b401d8c9f18 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=79f49ce3-8afa-468f-b511-0ef9771dc054&guid=3863c363-2114-48d4-b1cf-674de4043c13 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbik3qBjbqtC%EB%9B%B3%E9%B3%95%E4%8F%A3%ED%9C%8D%E8%9A%A8%E6%AC%AE%E1%AE%BD%E2%B3%82%E6%9B%A6%E7%B1%A3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:20:21 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbik3qBjbqtC'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "GET /api/atlas/v2/entity/guid/8712f9a5-91d9-44eb-9861-2e4d2431391b HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbik3qBjbqtC HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "GET /api/atlas/entities/7cf960e1-f800-40c5-8379-ed0c4d7c06a7/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:23 +0000] "GET /api/atlas/v2/types/typedef/name/TLozNXe7om HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:23 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:23 +0000] "GET /api/atlas/v2/entity/guid/4ac755fb-c96c-4c14-a9ba-5fdd496a697d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:23 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbI4hxHGjN12%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:24 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:24 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:24 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbI4hxHGjN12%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:25 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=At0A2kmfd0v&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=Bew9yvBqxSv&supertype=At0A2kmfd0v&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:26 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "GET /api/atlas/v2/types/typedef/name/AkXQKGnEHVj HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "GET /api/atlas/v2/types/typedef/name/A1A7kCPORaMb HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "GET /api/atlas/v2/types/typedef/name/BdCPJQiVxmF HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "GET /api/atlas/v2/types/typedef/name/Cvc6AmSX8sS HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "GET /api/atlas/types?type=CLASS&supertype=AkXQKGnEHVj&notsupertype=BdCPJQiVxmF HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [26/Jun/2017:15:21:28 +0000] "GET /api/atlas/types/YNVu8erXfP HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 185.416 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.602 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@404d5d6c failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testUpdateEntityPartial(org.apache.atlas.notification.NotificationHookConsumerIT)  Time elapsed: 0.592 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@31ff5da3 failed with status 500 (Internal Server Error) Response Body ({"error":"Could not execute operation due to backend exception"})
	at org.apache.atlas.notification.NotificationHookConsumerIT.testUpdateEntityPartial(NotificationHookConsumerIT.java:127)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.925 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  NotificationHookConsumerIT.testUpdateEntityPartial:127->BaseResourceIT.waitFor:620 » AtlasService
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@71f39225{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@70b4f250{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.131 s]
[INFO] apache-atlas ....................................... SUCCESS [ 17.217 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 44.122 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 18.185 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:26 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 24.063 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 12.189 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 28.186 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.757 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  9.297 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  9.609 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 40.157 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.853 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:35 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  1.033 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 26.952 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [07:41 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 15.476 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 23.483 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:02 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [08:51 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25:21 min
[INFO] Finished at: 2017-06-26T15:21:36Z
[INFO] Final Memory: 357M/1390M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5638 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8040 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8954 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15798 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16979 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 34166 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34545 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34545 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34545 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34545 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38763 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/785/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/785/testng/testng-results.xml'
0.376648% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #784

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/784/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1892: update AtlasEntityType to populate relationship attributes

------------------------------------------
[...truncated 542.92 KB...]
127.0.0.1 - - [23/Jun/2017:06:16:20 +0000] "GET /api/atlas/entities/b0509ec5-f192-42fe-aadd-f09ae863836c HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:20 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableNQY20r0cNc HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:20 +0000] "GET /api/atlas/entities/b0509ec5-f192-42fe-aadd-f09ae863836c HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:20 +0000] "GET /api/atlas/entities/71ee33a5-6fa7-475c-82fa-25160734b294/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:20 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "GET /api/atlas/v2/types/typedef/name/nqA5hYKV67 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "GET /api/atlas/entities/98e11f25-e1f9-4330-8d19-c11aaf48f9b3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "GET /api/atlas/v2/entity/guid/7f179b35-c794-4890-85bc-f5b4668564f8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=15a9f464-8105-4c58-ac9e-1fc5f68fc8e5&guid=cc0af8f8-0710-49c8-9248-2974125db78e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbjprDGj0DXf%E3%9D%BA%E5%97%B3%E1%A3%9B%EB%BD%84%E5%A8%97%E0%B4%B5%E9%88%81%E9%89%90%EC%93%BC%EE%BE%BF HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:16:21 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbjprDGj0DXf'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:22 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:22 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:22 +0000] "GET /api/atlas/v2/entity/guid/ed9866a3-93c7-4c7b-aa01-0636f719da92 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:22 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbjprDGj0DXf HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "GET /api/atlas/entities/2b649b3c-afa7-4e08-8348-75af85793407/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "GET /api/atlas/v2/types/typedef/name/VRqvdQDOsm HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "GET /api/atlas/v2/entity/guid/685a7d51-a9c6-4dbf-844b-bf1d5df104fd HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:23 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbfDeIkNmDjT%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:24 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:24 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:24 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbfDeIkNmDjT%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:25 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:25 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AFj49J0Xdbc&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BUk9XdrvrfB&supertype=AFj49J0Xdbc&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:26 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/v2/types/typedef/name/AMuw849CCzP HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/v2/types/typedef/name/A1USTP9cFSyO HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/v2/types/typedef/name/BR5jLKCPdDd HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "GET /api/atlas/v2/types/typedef/name/CQqf0cHDA3T HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:27 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:28 +0000] "GET /api/atlas/types?type=CLASS&supertype=AMuw849CCzP&notsupertype=BR5jLKCPdDd HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:28 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:28 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:28 +0000] "GET /api/atlas/types/iD5JtTJLDp HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:36 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Jun/2017:06:17:36 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 239.234 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.526 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@27e5942a failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.901 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)

testDeleteEntity(org.apache.atlas.notification.EntityNotificationIT)  Time elapsed: 60.222 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.notification.EntityNotificationIT.testDeleteEntity(EntityNotificationIT.java:108)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityNotificationIT.testDeleteEntity:108->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@1c3222bd{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@4b939532{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.954 s]
[INFO] apache-atlas ....................................... SUCCESS [ 16.427 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 35.756 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.253 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:10 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.461 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.177 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.206 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.656 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.282 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.448 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 33.223 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.781 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:24 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.856 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.457 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:04 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.451 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.673 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 58.218 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [08: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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:27 min
[INFO] Finished at: 2017-06-23T06:18:42Z
[INFO] Final Memory: 366M/1954M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5638 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8040 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8954 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15764 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16945 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33918 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34297 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34297 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34297 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34297 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38515 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/784/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/784/testng/testng-results.xml'
0.371058% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #783

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/783/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1889: fix to handle concurrent calls to update tags for an entity

------------------------------------------
[...truncated 542.06 KB...]
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "GET /api/atlas/entities/b8f2c04a-333b-45c4-8d7e-266e86733327/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "GET /api/atlas/entities/66ca514d-9ae3-4d4c-b147-ffde27d6d656/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "POST /api/atlas/entities/134f56f9-6b38-468e-80ef-17443c5a7d58 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "GET /api/atlas/entities/134f56f9-6b38-468e-80ef-17443c5a7d58 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tablein3LaZMhNv HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:00 +0000] "GET /api/atlas/entities/134f56f9-6b38-468e-80ef-17443c5a7d58 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "GET /api/atlas/entities/9a3f9f9f-36cf-4ce4-b6e4-58c3cb3c0f58/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "GET /api/atlas/v2/types/typedef/name/ebO9de5mTo HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "GET /api/atlas/entities/d0b107dd-eb86-4c23-a2b4-16d232fa451d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "GET /api/atlas/v2/entity/guid/3d648b3e-556e-4aba-ab22-ed0a7f3924b4 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=34c16261-96bb-41ac-9271-0791ede4e221&guid=affacf94-4165-46aa-a550-f0bbc1405776 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbRDUVMWMoYI%ED%8C%85%E8%85%88%E9%BE%B6%E3%83%B3%EA%B4%A9%EF%A9%A6%E7%89%AB%EC%8E%B5%E8%90%8C%EE%9B%AD HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:17:01 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbRDUVMWMoYI'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:02 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:02 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:02 +0000] "GET /api/atlas/v2/entity/guid/3d4ca329-3024-4bfc-b09b-21a00a6538d3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:02 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbRDUVMWMoYI HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "GET /api/atlas/entities/cf4ea114-eb88-4fa3-84db-65b4621a8699/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "GET /api/atlas/v2/types/typedef/name/QwQegKlIix HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "GET /api/atlas/v2/entity/guid/dbd821e3-2d20-46a8-8eb8-59b6a04d5b03 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:03 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbvVypR54zXW%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:04 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:04 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:04 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbvVypR54zXW%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:04 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:05 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AslAeqP8vVX&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BBCffAnXqtc&supertype=AslAeqP8vVX&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/typedef/name/AyvRFFwyBVx HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/typedef/name/A1o6QSpJAPcB HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "GET /api/atlas/v2/types/typedef/name/BtpJvHnk8fd HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:06 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/v2/types/typedef/name/Cx0K4ycTCux HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/types?type=CLASS&supertype=AyvRFFwyBVx&notsupertype=BtpJvHnk8fd HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:07 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:08 +0000] "GET /api/atlas/types/i4Oeum1P9H HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [22/Jun/2017:19:18:08 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 2, Errors: 0, Skipped: 5, Time elapsed: 174.829 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.537 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@72564709 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.857 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 2, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@492b4806{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@5a8e42d3{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.020 s]
[INFO] apache-atlas ....................................... SUCCESS [ 10.615 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 37.874 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.808 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:14 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.031 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.330 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 22.735 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.648 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.434 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.611 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 33.419 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.646 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:24 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.888 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.901 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:35 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.472 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.649 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 56.957 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [07: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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:01 min
[INFO] Finished at: 2017-06-22T19:18:16Z
[INFO] Final Memory: 354M/1731M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 468 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2613 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4187 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5390 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5390 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5639 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8041 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8955 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15662 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16843 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33809 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34188 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34188 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34188 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34188 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38406 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/783/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/783/testng/testng-results.xml'
0.186916% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #782

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/782/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1887: addressed issues flagged by Coverity Scan

------------------------------------------
[...truncated 553.04 KB...]
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "GET /api/atlas/v2/entity/guid/fb72f822-55e1-423c-9755-90c36db85f49 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbOI2OvFCixp HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "GET /api/atlas/entities/3da7a8e6-73f1-45f2-8b36-f5126458349d/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "GET /api/atlas/v2/types/typedef/name/HCsOiEs4oK HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "GET /api/atlas/v2/entity/guid/0a8331c4-f8e0-4b64-801d-015f60ef54cd HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:15 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbQjUrVaDRJK%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:16 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:16 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:16 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbQjUrVaDRJK%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:17 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AwhbVShHi7d&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BlDo3nhJdZg&supertype=AwhbVShHi7d&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:18 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:19 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "GET /api/atlas/v2/types/typedef/name/ASMQIXPB3xM HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "GET /api/atlas/v2/types/typedef/name/A1Atje0GMXoE HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "GET /api/atlas/v2/types/typedef/name/BoNiBhM4MRD HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "GET /api/atlas/v2/types/typedef/name/CgcNU5JqFan HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "GET /api/atlas/types?type=CLASS&supertype=ASMQIXPB3xM&notsupertype=BoNiBhM4MRD HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:21:18:20 +0000] "GET /api/atlas/types/vYn8REhHjZ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 186.724 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.554 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@b0ad890 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testUpdateEntityPartial(org.apache.atlas.notification.NotificationHookConsumerIT)  Time elapsed: 0.575 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@5442bea5 failed with status 500 (Internal Server Error) Response Body ({"error":"Could not execute operation due to backend exception"})
	at org.apache.atlas.notification.NotificationHookConsumerIT.testUpdateEntityPartial(NotificationHookConsumerIT.java:127)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.954 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  NotificationHookConsumerIT.testUpdateEntityPartial:127->BaseResourceIT.waitFor:620 » AtlasService
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@5ae863cd{HTTP/1.1}{0.0.0.0:31000}
[INFO] Closing Spring root WebApplicationContext
[ERROR] 
java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
	at java.io.InputStreamReader.read(InputStreamReader.java:184)
	at java.io.BufferedReader.fill(BufferedReader.java:154)
	at java.io.BufferedReader.readLine(BufferedReader.java:317)
	at java.io.LineNumberReader.readLine(LineNumberReader.java:199)
	at org.eclipse.jetty.maven.plugin.JettyStopMojo.execute(JettyStopMojo.java:100)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.104 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.066 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 35.263 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.961 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:13 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.117 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  9.613 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 21.755 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.607 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.337 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.677 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 33.738 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.802 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:22 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.936 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 24.065 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:25 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.342 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 20.704 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 59.165 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [08:27 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:17 min
[INFO] Finished at: 2017-06-21T21:18:36Z
[INFO] Final Memory: 382M/1973M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 468 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2613 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4187 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5390 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5390 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5639 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8041 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8955 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15662 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16843 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33693 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34072 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34072 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34072 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34072 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38290 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/782/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/782/testng/testng-results.xml'
0.373134% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #781

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/781/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1876: fix to handle large float/double values during ser-de,

------------------------------------------
[...truncated 543.25 KB...]
127.0.0.1 - - [21/Jun/2017:05:16:58 +0000] "GET /api/atlas/entities/6089cf50-d3f4-4717-b42b-d324f1e00ac6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:58 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableIh5szC4Gbr HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:58 +0000] "GET /api/atlas/entities/6089cf50-d3f4-4717-b42b-d324f1e00ac6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:58 +0000] "GET /api/atlas/entities/1555e271-60b8-43e4-92e1-5f3149427fa7/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:58 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "GET /api/atlas/v2/types/typedef/name/tsl8Zi7tBR HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "GET /api/atlas/entities/92fdb9f7-c3cb-462d-899e-a77fec2f0690 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "GET /api/atlas/v2/entity/guid/9e13fc8d-5303-4e71-a75c-ea6da06327c7 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=f1462946-1c05-405a-b497-2db4731391a0&guid=63cfdcaa-fc38-481d-aecb-063ed3e3ac5a HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbjfZveczFuF%EB%9E%87%EB%9B%9E%EC%9C%BD%EB%AB%99%E5%A0%A0%E7%BE%A3%EE%BC%9C%E1%BD%8B%E8%AC%A9%E2%B4%BD HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:16:59 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbjfZveczFuF'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "GET /api/atlas/v2/entity/guid/3c84c294-a3aa-4aac-8ab8-8656566c9ac5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbjfZveczFuF HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:00 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:01 +0000] "GET /api/atlas/entities/30f49c1d-d246-4f30-9d13-e8165e3fe037/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:01 +0000] "GET /api/atlas/v2/types/typedef/name/HOJT8EZGkQ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:01 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:01 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:01 +0000] "GET /api/atlas/v2/entity/guid/69bf7e68-c096-45b5-94c2-bb17d84a8657 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:01 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbs76mEWjpqe%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:02 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:02 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:02 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbs76mEWjpqe%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:02 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:03 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AiyhKpFQVG9&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BUBdpakGsEi&supertype=AiyhKpFQVG9&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:04 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/v2/types/typedef/name/Ashx6sfgnzs HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/v2/types/typedef/name/A1VaCBOcezi9 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/v2/types/typedef/name/BQ6Z2ymeRqN HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/v2/types/typedef/name/CryikL9gbk3 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "GET /api/atlas/types?type=CLASS&supertype=Ashx6sfgnzs&notsupertype=BQ6Z2ymeRqN HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:05 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:06 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:06 +0000] "GET /api/atlas/types/ybH68VtROk HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:09 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [21/Jun/2017:05:18:09 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 3, Errors: 0, Skipped: 5, Time elapsed: 234.703 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.517 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@6d42d266 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.911 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)

testDeleteEntity(org.apache.atlas.notification.EntityNotificationIT)  Time elapsed: 60.154 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.notification.EntityNotificationIT.testDeleteEntity(EntityNotificationIT.java:108)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityNotificationIT.testDeleteEntity:108->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 3, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@468013b8{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@518ea643{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.135 s]
[INFO] apache-atlas ....................................... SUCCESS [ 12.205 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 37.543 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 18.264 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:17 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.176 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.363 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.270 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.655 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.726 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.741 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 35.765 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.629 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:22 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.928 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 24.599 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:18 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 14.363 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.990 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:03 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [08:50 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:58 min
[INFO] Finished at: 2017-06-21T05:19:14Z
[INFO] Final Memory: 360M/1496M
[INFO] ------------------------------------------------------------------------
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.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 468 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2613 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4187 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5390 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5390 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5639 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8041 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8955 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15665 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16846 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33696 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34075 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34075 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34075 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34075 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38293 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/781/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/781/testng/testng-results.xml'
0.373134% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #780

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/780/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1856: AtlasRelationship instance implementation Java/REST

------------------------------------------
[...truncated 542.54 KB...]
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "GET /api/atlas/entities/f50a18be-cba8-402c-bccf-e1ea5b067d77/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "GET /api/atlas/entities/1b19589d-8ee0-46aa-97b7-f58214682a02/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "POST /api/atlas/entities/03ec3127-3588-4404-a573-56efab8007d6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "GET /api/atlas/entities/03ec3127-3588-4404-a573-56efab8007d6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableY6gv0GgiYj HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:37 +0000] "GET /api/atlas/entities/03ec3127-3588-4404-a573-56efab8007d6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "GET /api/atlas/entities/b17c8d50-5371-458d-bbb8-55d016b119e1/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "GET /api/atlas/v2/types/typedef/name/KYyiumAaHi HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "GET /api/atlas/entities/0442a6b8-c04b-458c-8c0a-595454b4e264 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "GET /api/atlas/v2/entity/guid/fed95acf-03b5-48d0-8f0a-7a01d0224af3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=a5ffb17a-fd87-411a-a06d-8bd1a52b48e9&guid=077480ae-9f57-40bd-be04-aeb43e1aab43 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbuV4cY5HvaX%E7%B9%99%EC%B7%81%C5%92%E6%B6%A8%E7%8F%93%E8%A1%A4%E9%B7%A9%E6%85%B6%E9%B5%90%EC%96%8E HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:17:38 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbuV4cY5HvaX'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "GET /api/atlas/v2/entity/guid/b1e8c34e-abc7-4935-9f57-6ffddf5cd1ac HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbuV4cY5HvaX HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:39 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:40 +0000] "GET /api/atlas/v2/types/typedef/name/aEwE1R0ElK HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:40 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:40 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:40 +0000] "GET /api/atlas/v2/entity/guid/b2a912bd-910b-4273-a8be-767c5eda3815 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:40 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:40 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:40 +0000] "GET /api/atlas/entities/47c1fe39-d143-4305-866f-e875df57dd15/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:40 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbTJBmTc71w3%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:41 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:41 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:41 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbTJBmTc71w3%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:41 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:42 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AehIhZLK11m&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BRrRJfxNGsL&supertype=AehIhZLK11m&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:43 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/v2/types/typedef/name/Aby12A0U83r HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/v2/types/typedef/name/A1BjlHzpXhN9 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/v2/types/typedef/name/BJauwSUlD3q HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/v2/types/typedef/name/CSQPLNobpIg HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "GET /api/atlas/types?type=CLASS&supertype=Aby12A0U83r&notsupertype=BJauwSUlD3q HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:44 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [20/Jun/2017:04:18:45 +0000] "GET /api/atlas/types/fo9PDmMlSj HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 2, Errors: 0, Skipped: 5, Time elapsed: 184.977 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.561 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@95e5727 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.771 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 2, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@494627fc{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@2da1e25a{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.182 s]
[INFO] apache-atlas ....................................... SUCCESS [ 12.565 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 36.868 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 17.979 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:18 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 21.888 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 12.101 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.149 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.624 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  8.161 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.810 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 33.728 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.576 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:23 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.701 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.685 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:24 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.811 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.984 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:00 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [08:23 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:33 min
[INFO] Finished at: 2017-06-20T04:18:53Z
[INFO] Final Memory: 366M/2105M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 468 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2613 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4187 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5390 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5390 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5639 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5810 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8041 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8955 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15645 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16826 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33676 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 34055 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 34055 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 34055 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 34055 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 38273 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/780/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/780/testng/testng-results.xml'
0.188324% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #779

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/779/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1866: DSL 'like' operator fails for associated entity attributes

------------------------------------------
[...truncated 541.15 KB...]
127.0.0.1 - - [19/Jun/2017:02:16:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:44 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:44 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/AprMN1jnY0l HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/A1rqBDSr7Tlb HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/BCdfFjwRoq0 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/COUAyKM8hcY HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "GET /api/atlas/types?type=CLASS&supertype=AprMN1jnY0l&notsupertype=BCdfFjwRoq0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/types/fLqY3dppW8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:46 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/tableType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/serdeType HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/classification HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/pii HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/phi HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/pci HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/sox HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/sec HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/finance HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/Fact HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/ETL HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/Dimension HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/Metric HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/hive_db_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/hive_column_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factGmItFHVbJ3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:47 +0000] "GET /api/atlas/lineage/d30134f2-436f-4ca7-9513-bb5b2079d54b/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:48 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvCBYnRhyYhD HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:48 +0000] "GET /api/atlas/v2/lineage/849caa33-7833-4d95-95eb-014ab5681f91?direction=BOTH&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:50 +0000] "GET /api/atlas/lineage/hive/table/sales_fact_monthly_mvBI9jWPOSSz/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:52 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factGmItFHVbJ3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:52 +0000] "GET /api/atlas/lineage/d30134f2-436f-4ca7-9513-bb5b2079d54b/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:53 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_factWwnrHktQvy HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:53 +0000] "GET /api/atlas/v2/lineage/c4237222-d999-4687-b938-a5f6cce43c7d?direction=OUTPUT&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:54 +0000] "GET /api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:54 +0000] "GET /api/atlas/lineage/hive/table/sales_factGmItFHVbJ3/schema HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:55 +0000] "GET /api/atlas/lineage/hive/table/sales_factGmItFHVbJ3/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:57 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvBI9jWPOSSz HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:57 +0000] "GET /api/atlas/lineage/da616d90-97d2-4ce2-be26-24a700974758/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:58 +0000] "GET /api/atlas/lineage/hive/table/SaleszRtdIYBBTS/schema HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:58 +0000] "GET /api/atlas/entities?type=hive_table_v1&property=qualifiedName&value=sales_fact_monthly_mvCBYnRhyYhD HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [19/Jun/2017:02:16:58 +0000] "GET /api/atlas/v2/lineage/849caa33-7833-4d95-95eb-014ab5681f91?direction=INPUT&depth=5 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 2, Errors: 0, Skipped: 5, Time elapsed: 175.817 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.556 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@83f3e52 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.908 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 2, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@40e96040{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@466ab049{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.854 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.249 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 32.766 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 15.720 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:09 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.859 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.148 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 21.247 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.608 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.460 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.073 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 31.108 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.369 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:19 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.753 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 22.952 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [05:58 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.598 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.370 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 50.753 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [07:44 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:41 min
[INFO] Finished at: 2017-06-19T02:17:06Z
[INFO] Final Memory: 361M/1956M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5637 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5803 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5803 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5803 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8033 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8946 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15431 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 33708 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 33708 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 33708 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 33708 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 37926 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/779/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/779/testng/testng-results.xml'
0.187617% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #778

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/778/display/redirect?page=changes>

Changes:

[nixon] ATLAS-1878 - Fix for NPE when a request without any query path lands on

------------------------------------------
[...truncated 541.15 KB...]
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "GET /api/atlas/entities/299c1873-7a78-4a12-9ac6-8dd46ac3b199/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "GET /api/atlas/entities/80ef78d4-a8db-4374-9868-991ae9ac65be/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities/bedbcb9d-3178-4c25-8416-a4e5f9636f7d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "GET /api/atlas/entities/bedbcb9d-3178-4c25-8416-a4e5f9636f7d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableNAXiugl6sw HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "GET /api/atlas/entities/bedbcb9d-3178-4c25-8416-a4e5f9636f7d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "GET /api/atlas/entities/ef8d864f-951e-4f17-a022-9d2bc4398291/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "GET /api/atlas/v2/types/typedef/name/EsrCD8JTEr HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:40 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "GET /api/atlas/entities/a3860ac7-b36b-45c9-92e8-09a7177f3078 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "GET /api/atlas/v2/entity/guid/fab9e1c6-b906-4448-9efd-9b566f27cbac HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=ccf56dd0-d638-490c-b983-7ca0dd2f2288&guid=ba4769ca-2be6-44de-aff3-4d317f89dde1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbgnq4k9A4gk%E6%AA%84%EA%B6%98%EC%AC%A9%ED%89%82%E8%B3%84%E5%BD%BA%E5%AC%A3%E9%91%9E%E9%89%93%E4%AC%B1 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:15:41 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbgnq4k9A4gk'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "GET /api/atlas/v2/entity/guid/dc808e54-69ac-471a-ab95-82cbb2f99687 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbgnq4k9A4gk HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "GET /api/atlas/entities/640a1550-2bf3-40ee-83e7-a204661c16d0/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "GET /api/atlas/v2/types/typedef/name/B4x3RWtUKh HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:42 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:43 +0000] "GET /api/atlas/v2/entity/guid/d4146003-c9db-4421-a215-c5bcedd370fd HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:43 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dboUbRSe4EJ4%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:43 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:43 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:43 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dboUbRSe4EJ4%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:44 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:45 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:45 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:45 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/AityB9bAWml HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/A1qCYzvmzzvW HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/BDFLRNEBIHX HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/v2/types/typedef/name/Cn34OI895T0 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "GET /api/atlas/types?type=CLASS&supertype=AityB9bAWml&notsupertype=BDFLRNEBIHX HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:47 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:47 +0000] "GET /api/atlas/types/L1UajVdm8v HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AhpNc1Rx6o4&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BWnRrF6aqOr&supertype=AhpNc1Rx6o4&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [18/Jun/2017:15:16:51 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 2, Errors: 0, Skipped: 5, Time elapsed: 174.997 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.549 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@193841f failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.833 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 2, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@420038f1{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@55dad987{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.860 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.415 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 33.410 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 15.960 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:09 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.438 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.064 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 21.861 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.608 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.514 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.011 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 30.637 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.459 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:19 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.676 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.167 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:00 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.418 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.360 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 52.732 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [07:39 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:41 min
[INFO] Finished at: 2017-06-18T15:16:55Z
[INFO] Final Memory: 362M/2204M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4186 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5389 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5637 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5803 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5803 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5803 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8033 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8946 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15431 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16612 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33326 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 33705 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 33705 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 33705 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 33705 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 37923 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/778/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/778/testng/testng-results.xml'
0.187617% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #777

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/777/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1875: updated gremlin search to include vertex id in the result

------------------------------------------
[...truncated 552.72 KB...]
	at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
	at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:558)
	at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:733)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
	at org.apache.atlas.web.filters.AuditFilter.doFilter(AuditFilter.java:76)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.apache.atlas.web.filters.AtlasAuthorizationFilter.doFilter(AtlasAuthorizationFilter.java:157)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter$ServletFilterHttpInteraction.proceed(AtlasCSRFPreventionFilter.java:235)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.handleHttpInteraction(AtlasCSRFPreventionFilter.java:177)
	at org.apache.atlas.web.filters.AtlasCSRFPreventionFilter.doFilter(AtlasCSRFPreventionFilter.java:190)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasAuthenticationFilter.doFilter(AtlasAuthenticationFilter.java:325)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.AtlasKnoxSSOAuthenticationFilter.doFilter(AtlasKnoxSSOAuthenticationFilter.java:132)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.apache.atlas.web.filters.StaleTransactionCleanupFilter.doFilter(StaleTransactionCleanupFilter.java:55)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:215)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:745)

127.0.0.1 - - [17/Jun/2017:19:18:39 +0000] "GET /api/atlas/entities?type=hive_db&property=qualifiedName&value=dbW2ArkQF9Uk HTTP/1.1" 500 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "GET /api/atlas/entities/dfc614f8-00ba-4e06-be0c-592c53e913c8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "GET /api/atlas/entities/dfc614f8-00ba-4e06-be0c-592c53e913c8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "GET /api/atlas/entities/dfc614f8-00ba-4e06-be0c-592c53e913c8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "GET /api/atlas/entities/dfc614f8-00ba-4e06-be0c-592c53e913c8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "GET /api/atlas/entities/dfc614f8-00ba-4e06-be0c-592c53e913c8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "GET /api/atlas/entities/dfc614f8-00ba-4e06-be0c-592c53e913c8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [17/Jun/2017:19:18:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 5, Errors: 0, Skipped: 5, Time elapsed: 296.881 sec <<< FAILURE! - in TestSuite
testEntityDeduping(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 61.463 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testEntityDeduping(EntityJerseyResourceIT.java:221)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 62.239 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)

runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 4.337 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@18721cd3 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testUpdateEntityPartial(org.apache.atlas.notification.NotificationHookConsumerIT)  Time elapsed: 0.569 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@6bc7db9e failed with status 500 (Internal Server Error) Response Body ({"error":"Could not execute operation due to backend exception"})
	at org.apache.atlas.notification.NotificationHookConsumerIT.testUpdateEntityPartial(NotificationHookConsumerIT.java:127)

testDeleteEntity(org.apache.atlas.notification.EntityNotificationIT)  Time elapsed: 60.167 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.notification.EntityNotificationIT.testDeleteEntity(EntityNotificationIT.java:108)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityNotificationIT.testDeleteEntity:108->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 
  NotificationHookConsumerIT.testUpdateEntityPartial:127->BaseResourceIT.waitFor:620 » AtlasService
  EntityJerseyResourceIT.testEntityDeduping:221->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 5, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@596935ca{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@197a01c3{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.305 s]
[INFO] apache-atlas ....................................... SUCCESS [  9.386 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 35.251 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.028 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:14 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.400 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.180 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.968 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.659 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.540 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.456 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 33.154 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.838 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:22 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.923 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 24.347 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:11 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.523 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.065 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 59.236 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [09: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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:31 min
[INFO] Finished at: 2017-06-17T19:19:45Z
[INFO] Final Memory: 352M/2090M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 465 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2610 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4184 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5387 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5387 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5635 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8031 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8944 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15429 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16610 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33324 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 33703 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 33703 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 33703 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 33703 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 37921 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/777/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/777/testng/testng-results.xml'
0.746269% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #776

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/776/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1863: added support for default value for attributes

------------------------------------------
[...truncated 541.44 KB...]
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "GET /api/atlas/entities/cf9edabd-bc2a-4859-b42d-6c121d508955/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "GET /api/atlas/entities/64eda807-d76c-4d53-8116-4a60cf060f27/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "POST /api/atlas/entities/4ef7b1bf-18e5-4bbd-b7fa-a7b0017edc15 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "GET /api/atlas/entities/4ef7b1bf-18e5-4bbd-b7fa-a7b0017edc15 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tableaQNJWhN0H4 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "GET /api/atlas/entities/4ef7b1bf-18e5-4bbd-b7fa-a7b0017edc15 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:40 +0000] "GET /api/atlas/entities/1cbbb19b-fbdc-4d0b-8337-4a1d0e748554/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "GET /api/atlas/v2/types/typedef/name/co3f9ajNYr HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "GET /api/atlas/entities/1de69535-d87a-4c9c-9023-32cc0e13a334 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "GET /api/atlas/v2/entity/guid/52fb60b8-80df-418a-8213-bcfeddd3290d HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=6e993732-8497-4879-8d34-e727c233bb18&guid=393f3a71-9621-4780-9be9-539f8a47a042 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbs5Cb4lk6zV%E7%92%A3%E2%B1%AF%E8%A8%A3%E6%9E%92%EB%90%B0%EC%9D%8A%E3%BB%A4%E5%AA%BB%E1%81%A8%E4%A5%B0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:17:41 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbs5Cb4lk6zV'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:42 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:42 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "GET /api/atlas/v2/entity/guid/d2b62741-afa7-4ec2-891b-090c03c40e67 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbs5Cb4lk6zV HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "GET /api/atlas/v2/types/typedef/name/CpdfnGXxvO HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "GET /api/atlas/v2/entity/guid/415d62db-69ee-4994-b972-c3e54dea2922 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "GET /api/atlas/entities/c9d65e14-977c-4f8b-a8ee-ffe796e6b74f/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:43 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbfE8qEkz1FK%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:44 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:44 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:44 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbfE8qEkz1FK%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:45 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=ASGxUfIDd8V&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=Bx07bknhi8K&supertype=ASGxUfIDd8V&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:46 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/v2/types/typedef/name/AUlJZkoEBs8 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "GET /api/atlas/v2/types/typedef/name/A1VtfOjp0kOX HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:47 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:48 +0000] "GET /api/atlas/v2/types/typedef/name/BA6bcpjUcQ0 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:48 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:48 +0000] "GET /api/atlas/v2/types/typedef/name/CStlPNs9wKr HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:48 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:48 +0000] "GET /api/atlas/types?type=CLASS&supertype=AUlJZkoEBs8&notsupertype=BA6bcpjUcQ0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:48 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:48 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [16/Jun/2017:16:18:48 +0000] "GET /api/atlas/types/H1QBZirWWo HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 2, Errors: 0, Skipped: 5, Time elapsed: 178.022 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.546 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@3aba6006 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.94 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 2, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@2d7bddcd{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@1dc3c331{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.007 s]
[INFO] apache-atlas ....................................... SUCCESS [ 13.566 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 38.945 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.046 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:16 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 19.893 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.495 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.014 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.691 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  8.537 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.653 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 35.015 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.596 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:25 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.951 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 25.164 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:48 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 14.242 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 20.785 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:00 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [08:03 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:42 min
[INFO] Finished at: 2017-06-16T16:18:56Z
[INFO] Final Memory: 368M/1969M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 465 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2610 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4184 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5387 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5387 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5635 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8031 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8944 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15429 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16610 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33299 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 33678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 33678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 33678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 33678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 37896 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/776/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/776/testng/testng-results.xml'
0.188324% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #775

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/775/display/redirect?page=changes>

Changes:

[madhan] ATLAS-1873: renamed AtlasRelationshipEndPoint to AtlasRelationshipEnd

------------------------------------------
[...truncated 541.24 KB...]
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "GET /api/atlas/entities/03b8a3e2-6daa-4ddd-8196-492f34a8bc7b/traitDefinitions HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "GET /api/atlas/entities/0c4d2192-63ff-47ba-ae19-c0ad758092c9/traits HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities/b8461991-38d5-419e-918b-b976aaf8d0e3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "GET /api/atlas/entities/b8461991-38d5-419e-918b-b976aaf8d0e3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities/qualifiedName?type=hive_table&property=qualifiedName&value=tabletkSELgzVHu HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "GET /api/atlas/entities/b8461991-38d5-419e-918b-b976aaf8d0e3 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "GET /api/atlas/entities/170b3415-b75e-4e49-9b0a-00d09f6cbe4e/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/entities HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "GET /api/atlas/v2/types/typedef/name/GGEpOPV2eI HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "GET /api/atlas/entities/6ac57657-4c6d-4f4d-a14e-973b4ea141b8 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "GET /api/atlas/v2/entity/guid/0d2451d3-4347-410c-9894-a69fe551310e HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/v2/entity/guid/random/classifications HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/v2/entity/bulk/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "DELETE /api/atlas/v2/entity/bulk/?guid=12756d75-7b07-454d-8dee-4d4a13091cd1&guid=a2779264-5a21-46d8-a3d9-75e5270b8912 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "DELETE /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbtYHO1WH2fe%EA%82%A1%E5%8E%83%E6%B6%81%E4%B2%83%EB%91%AF%EB%BB%B7%E8%A8%B4%EF%98%81%E8%BA%A1%C3%96 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "DELETE /api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:53:44 +0000] "GET /api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbtYHO1WH2fe'&limit=10&offset=0 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:45 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:45 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:45 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:45 +0000] "GET /api/atlas/v2/entity/guid/80c17800-2b91-4464-9e18-ea686d0b456c HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:45 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:45 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:45 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "GET /api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbtYHO1WH2fe HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "GET /api/atlas/v2/entity/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "GET /api/atlas/entities/78c939b7-6dc6-49a9-abba-91c53e6ea720/audit?count=10 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "GET /api/atlas/v2/types/typedef/name/JFOIC8kG5R HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "POST /api/atlas/v2/entity/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "GET /api/atlas/v2/entity/guid/d4bd1b71-6f33-46c4-9949-54ce003afdff HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:46 +0000] "GET /api/atlas/discovery/search/dsl?query=from+hive_db_v1+name%3D%22dbRJA5tqZMSd%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:47 +0000] "GET /api/atlas/discovery/search/dsl?query=from+blah HTTP/1.1" 400 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:47 +0000] "GET /api/atlas/discovery/search?query=* HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:47 +0000] "GET /api/atlas/discovery/search?query=from+hive_db_v1+name%3D%22dbRJA5tqZMSd%22 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:47 +0000] "GET /api/atlas/discovery/search/gremlin?query=g.V.has('type',+'hive_table_v1').toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:48 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 409 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/types/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/types?type=TRAIT HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/ArJf6yhFgrR HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/A1BXbnUoMUOE HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "GET /api/atlas/v2/types/typedef/name/BPefW6S94a6 HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:49 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:50 +0000] "GET /api/atlas/v2/types/typedef/name/Ch408vBogWZ HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:50 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:50 +0000] "GET /api/atlas/types?type=CLASS&supertype=ArJf6yhFgrR&notsupertype=BPefW6S94a6 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:50 +0000] "POST /api/atlas/types HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:50 +0000] "PUT /api/atlas/types HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:50 +0000] "GET /api/atlas/types/LvWXQ5UtqJ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "PUT /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/typedefs/?type=ENTITY HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/enumdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/enumdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/structdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/structdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/classificationdef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/classificationdef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/entitydef/name/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/entitydef/guid/blah HTTP/1.1" 404 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/typedefs/?supertype=AdqoWvGrGFY&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "GET /api/atlas/v2/types/typedefs/?notsupertype=BFikFXOkBzY&supertype=AdqoWvGrGFY&type=CLASS HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [15/Jun/2017:09:54:54 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.7.0_80"
Tests run: 134, Failures: 2, Errors: 0, Skipped: 5, Time elapsed: 174.741 sec <<< FAILURE! - in TestSuite
runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.515 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@2bc29961 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)

testEntityDeduping(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 60.877 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 60000 msec
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.testEntityDeduping(EntityV2JerseyResourceIT.java:170)


Results :

Failed tests: 
  QuickStartV2IT.runQuickStart:49 » AtlasService Metadata service API org.apache...
  EntityV2JerseyResourceIT.testEntityDeduping:170->BaseResourceIT.waitForNotification:633->BaseResourceIT.waitFor:625 » 

Tests run: 134, Failures: 2, Errors: 0, Skipped: 5

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@5e1ab47{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@17986d11{/,<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/apache-atlas-nightly/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-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/apache-atlas-nightly/ws/webapp/target/atlas-webapp-0.9-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ atlas-webapp ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.491 s]
[INFO] apache-atlas ....................................... SUCCESS [ 15.135 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 33.263 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 16.290 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:15 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 20.416 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 10.650 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.168 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.649 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.445 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.237 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 34.016 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.985 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:22 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.923 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.706 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [06:10 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 12.571 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 19.137 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 58.445 s]
[INFO] Apache Atlas Web Application ....................... FAILURE [07:47 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:33 min
[INFO] Finished at: 2017-06-15T09:54:57Z
[INFO] Final Memory: 365M/1662M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 465 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 2610 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 4184 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 5387 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 5387 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml> with 5635 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 5801 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 8031 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan1/target/checkstyle-result.xml> with 8944 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml> with 15370 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 16551 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 33220 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml> with 33599 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 33599 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 33599 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 33599 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 37817 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #711
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/apache-atlas-nightly/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #711
Archiving artifacts
No artifacts from apache-atlas-nightly #711 to compare, so performing full copy of artifacts
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/apache-atlas-nightly/builds/775/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/775/testng/testng-results.xml'
0.188324% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH