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

Build failed in Jenkins: Atlas-1.0-IntegrationTests #889

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

------------------------------------------
[...truncated 521.57 KB...]
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:113)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:61)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart (ContextHandlerCollection.java:161)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:131)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:113)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:61)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:131)
    at org.eclipse.jetty.server.Server.start (Server.java:422)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:105)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:61)
    at org.eclipse.jetty.server.Server.doStart (Server.java:389)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:68)
    at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty (AbstractJettyMojo.java:460)
    at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute (AbstractJettyMojo.java:328)
    at org.eclipse.jetty.maven.plugin.JettyRunWarMojo.execute (JettyRunWarMojo.java:64)
    at org.eclipse.jetty.maven.plugin.JettyDeployWar.execute (JettyDeployWar.java:65)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    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)
Caused by: java.net.BindException: Address already in use
    at sun.nio.ch.Net.bind0 (Native Method)
    at sun.nio.ch.Net.bind (Net.java:433)
    at sun.nio.ch.Net.bind (Net.java:425)
    at sun.nio.ch.ServerSocketChannelImpl.bind (ServerSocketChannelImpl.java:223)
    at sun.nio.ch.ServerSocketAdaptor.bind (ServerSocketAdaptor.java:74)
    at sun.nio.ch.ServerSocketAdaptor.bind (ServerSocketAdaptor.java:67)
    at org.apache.zookeeper.server.NIOServerCnxnFactory.configure (NIOServerCnxnFactory.java:95)
    at org.apache.zookeeper.server.ServerCnxnFactory.createFactory (ServerCnxnFactory.java:126)
    at org.apache.atlas.kafka.EmbeddedKafkaServer.startZk (EmbeddedKafkaServer.java:116)
    at org.apache.atlas.kafka.EmbeddedKafkaServer.start (EmbeddedKafkaServer.java:80)
    at org.apache.atlas.service.Services.start (Services.java:67)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke (InitDestroyAnnotationBeanPostProcessor.java:366)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods (InitDestroyAnnotationBeanPostProcessor.java:311)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization (InitDestroyAnnotationBeanPostProcessor.java:134)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization (AbstractAutowireCapableBeanFactory.java:409)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean (AbstractAutowireCapableBeanFactory.java:1626)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean (AbstractAutowireCapableBeanFactory.java:555)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean (AbstractAutowireCapableBeanFactory.java:483)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject (AbstractBeanFactory.java:312)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton (DefaultSingletonBeanRegistry.java:230)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean (AbstractBeanFactory.java:308)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean (AbstractBeanFactory.java:197)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons (DefaultListableBeanFactory.java:761)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization (AbstractApplicationContext.java:867)
    at org.springframework.context.support.AbstractApplicationContext.refresh (AbstractApplicationContext.java:543)
    at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext (ContextLoader.java:443)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext (ContextLoader.java:325)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized (ContextLoaderListener.java:107)
    at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized (ContextHandler.java:843)
    at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized (ServletContextHandler.java:533)
    at org.eclipse.jetty.server.handler.ContextHandler.startContext (ContextHandler.java:816)
    at org.eclipse.jetty.servlet.ServletContextHandler.startContext (ServletContextHandler.java:345)
    at org.eclipse.jetty.webapp.WebAppContext.startWebapp (WebAppContext.java:1404)
    at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp (JettyWebAppContext.java:323)
    at org.eclipse.jetty.webapp.WebAppContext.startContext (WebAppContext.java:1366)
    at org.eclipse.jetty.server.handler.ContextHandler.doStart (ContextHandler.java:778)
    at org.eclipse.jetty.servlet.ServletContextHandler.doStart (ServletContextHandler.java:262)
    at org.eclipse.jetty.webapp.WebAppContext.doStart (WebAppContext.java:520)
    at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart (JettyWebAppContext.java:398)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:131)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:113)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:61)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart (ContextHandlerCollection.java:161)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:131)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:113)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:61)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:68)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.start (ContainerLifeCycle.java:131)
    at org.eclipse.jetty.server.Server.start (Server.java:422)
    at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart (ContainerLifeCycle.java:105)
    at org.eclipse.jetty.server.handler.AbstractHandler.doStart (AbstractHandler.java:61)
    at org.eclipse.jetty.server.Server.doStart (Server.java:389)
    at org.eclipse.jetty.util.component.AbstractLifeCycle.start (AbstractLifeCycle.java:68)
    at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty (AbstractJettyMojo.java:460)
    at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute (AbstractJettyMojo.java:328)
    at org.eclipse.jetty.maven.plugin.JettyRunWarMojo.execute (JettyRunWarMojo.java:64)
    at org.eclipse.jetty.maven.plugin.JettyDeployWar.execute (JettyDeployWar.java:65)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    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] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools 1.0 ................ SUCCESS [  0.813 s]
[INFO] apache-atlas 1.1.0-SNAPSHOT ........................ SUCCESS [  4.403 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [ 10.776 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 25.609 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  8.865 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.564 s]
[INFO] atlas-client-common ................................ SUCCESS [  8.700 s]
[INFO] atlas-client-v1 .................................... SUCCESS [ 11.357 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  9.430 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 11.885 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  5.909 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.478 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  5.004 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  5.359 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 17.895 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.547 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.216 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 20.702 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  7.885 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 38.880 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:53 min]
[INFO] Apache Atlas Web Application ....................... SUCCESS [06:35 min]
[INFO] Apache Atlas Documentation ......................... SUCCESS [  4.218 s]
[INFO] Apache Atlas FileSystem Model ...................... SUCCESS [  2.905 s]
[INFO] Apache Atlas Plugin Classloader .................... SUCCESS [  6.567 s]
[INFO] Apache Atlas Hive Bridge Shim ...................... SUCCESS [  4.714 s]
[INFO] Apache Atlas Hive Bridge ........................... FAILURE [ 44.705 s]
[INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED
[INFO] Apache Atlas Falcon Bridge ......................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED
[INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Storm Bridge .......................... SKIPPED
[INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution 1.1.0-SNAPSHOT ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:59 min
[INFO] Finished at: 2018-08-27T06:38:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.3.14.v20161028:deploy-war (start-jetty) on project hive-bridge: Failure: Address already in use -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hive-bridge
[INFO] Stopped ServerConnector@3a90f80f{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
[INFO] Stopped ServerConnector@31c0b07f{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
[INFO] Stopped o.e.j.s.ServletContextHandler@3e1526c7{/solr,null,UNAVAILABLE}
[INFO] Stopped o.e.j.s.ServletContextHandler@45f089f0{/solr,null,UNAVAILABLE}
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 25 files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/hdfs-model/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/hive-bridge-shim/target/checkstyle-result.xml> with 15 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/authorization/target/checkstyle-result.xml> with 988 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml> with 1887 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml> with 2246 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/common/target/checkstyle-result.xml> with 2738 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/target/checkstyle-result.xml> with 2738 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/common/target/checkstyle-result.xml> with 3815 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml> with 3815 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/docs/target/checkstyle-result.xml> with 3815 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml> with 4117 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml> with 4343 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 4343 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml> with 6669 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/target/checkstyle-result.xml> with 6669 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/intg/target/checkstyle-result.xml> with 18768 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/notification/target/checkstyle-result.xml> with 20042 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/plugin-classloader/target/checkstyle-result.xml> with 20155 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/repository/target/checkstyle-result.xml> with 39328 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/server-api/target/checkstyle-result.xml> with 39496 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 39496 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 39496 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/target/checkstyle-result.xml> with 39496 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/test-tools/target/checkstyle-result.xml> with 39534 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/checkstyle-result.xml> with 47888 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=3483b71c7f13164ea8fbaf7e16050f503f2e460e, workspace=<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
 > git rev-parse 3483b71c7f13164ea8fbaf7e16050f503f2e460e^{commit} # timeout=10
<Git Blamer> Skipping file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/repository/src/main/java/org/apache/atlas/discovery/SearchIndexer.java,> no result found.
[CHECKSTYLE] Computing warning deltas based on reference build #888
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 16 files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/hive-bridge-shim/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v1/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v2/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/janus/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/plugin-classloader/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/test-tools/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=3483b71c7f13164ea8fbaf7e16050f503f2e460e, workspace=<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #888
Archiving artifacts
[Fast Archiver] Compressed 168.47 MB of artifacts by 89.2% relative to #888
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-1.0-IntegrationTests/builds/889/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: Atlas-1.0-IntegrationTests #890

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

Changes:

[ssubramanian] ATLAS-2840: Regression - Tag Propagation, Deleted Entity : When an

[ssubramanian] ATLAS-2841: Regression, Tag Propagation : When a table is moved from

------------------------------------------
[...truncated 428.06 KB...]
127.0.0.1 - - [27/Aug/2018:07:36:11 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 268 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:11 +0000] "DELETE //localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbCSEtMosUIg%E3%85%AC%E8%A2%87%E6%91%B9%EC%A4%9E%EA%B5%9A%E9%B5%80%E3%A0%91%E0%A9%8A%E4%BB%90%E7%8C%80 HTTP/1.1" 200 189 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:11 +0000] "DELETE //localhost:31000/api/atlas/v2/entity/guid/random/classification/blah_trait HTTP/1.1" 400 105 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:11 +0000] "GET //localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbCSEtMosUIg'&limit=10&offset=0 HTTP/1.1" 200 1658 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:12 +0000] "GET //localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbCSEtMosUIg'&limit=10&offset=0 HTTP/1.1" 200 1658 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:13 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 386 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:15 +0000] "GET //localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbCSEtMosUIg'&limit=10&offset=0 HTTP/1.1" 200 2726 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 562 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 236 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "PUT //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 751 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/c86c4451-ec44-4294-84de-558f34d43934 HTTP/1.1" 200 282 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 404 181 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 236 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 178 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "GET //localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbCSEtMosUIg HTTP/1.1" 200 4391 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/blah HTTP/1.1" 404 95 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 236 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "GET //localhost:31000/api/atlas/entities/ee7f1f9a-bfbe-4b31-939e-00e1d5048107/audit?count=10 HTTP/1.1" 200 952 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 238 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:16 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 391 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/VZHDcg7uhT HTTP/1.1" 404 87 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 587 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 281 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/cf28180d-b17e-4d7d-8464-d9d034ad9f51 HTTP/1.1" 200 308 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 1933 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 1951 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 1951 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 1963 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 1963 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 511 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 2101 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitRKYytJdGBt HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 606 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "DELETE //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classification/PII_TraitRKYytJdGBt HTTP/1.1" 400 114 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitmseysuiQLH HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "GET //localhost:31000/api/atlas/v2/types/classificationdef/name/PII_TraitmseysuiQLH HTTP/1.1" 200 332 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:18 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classifications HTTP/1.1" 200 1388 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classifications HTTP/1.1" 200 1388 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "POST //localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 578 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 2346 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "PUT //localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_table_v2?attr:qualifiedName=tableYQS0AuTNlk HTTP/1.1" 200 1169 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 2422 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitlqfeNaqE2o HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:20 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:21 +0000] "GET //localhost:31000/api/atlas/entities/756e0d31-7650-4ad1-af82-0858220cbdfd/audit?count=100 HTTP/1.1" 200 21391 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:21 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitpuSsweKs0O HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:21 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 606 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:21 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:22 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd HTTP/1.1" 200 2788 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:22 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitrOYCEW9YCx HTTP/1.1" 404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:22 +0000] "POST //localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:23 +0000] "POST //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classifications HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/entities/756e0d31-7650-4ad1-af82-0858220cbdfd/audit?count=100 HTTP/1.1" 200 22089 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classifications HTTP/1.1" 200 2029 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "DELETE //localhost:31000/api/atlas/v2/entity/guid/756e0d31-7650-4ad1-af82-0858220cbdfd/classification/PII_TraitrOYCEW9YCx HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/entities/756e0d31-7650-4ad1-af82-0858220cbdfd/audit?count=100 HTTP/1.1" 200 22320 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 103 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 409 48 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/types/blah HTTP/1.1" 404 43 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/class_trait HTTP/1.1" 404 88 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 104 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/secure_trait HTTP/1.1" 404 89 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 105 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/pii_trait HTTP/1.1" 404 86 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 102 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/ssn_trait HTTP/1.1" 404 86 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 102 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/salary_trait HTTP/1.1" 404 89 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 105 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/sox_trait HTTP/1.1" 404 86 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 102 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/types?type=TRAIT HTTP/1.1" 200 1082 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/AIuUsrfB9d4 HTTP/1.1" 404 88 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 104 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/A1di58RxJ5WK HTTP/1.1" 404 89 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 105 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/BfuzPyV9We6 HTTP/1.1" 404 88 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:24 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 104 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/v2/types/typedef/name/CWgOddRVuSV HTTP/1.1" 404 88 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 104 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types?type=CLASS&supertype=AIuUsrfB9d4&notsupertype=BfuzPyV9We6 HTTP/1.1" 200 108 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types/database HTTP/1.1" 200 748 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types/table HTTP/1.1" 200 1725 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types/fetl HTTP/1.1" 200 539 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "POST //localhost:31000/api/atlas/types HTTP/1.1" 201 103 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "PUT //localhost:31000/api/atlas/types HTTP/1.1" 200 103 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types/UGpxhE6FK1 HTTP/1.1" 200 754 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types/database HTTP/1.1" 200 748 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types/table HTTP/1.1" 200 1725 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types/fetl HTTP/1.1" 200 539 "-" "Java/1.8.0_172"
127.0.0.1 - - [27/Aug/2018:07:36:25 +0000] "GET //localhost:31000/api/atlas/types HTTP/1.1" 200 2821 "-" "Java/1.8.0_172"
Tests run: 119, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 294.024 sec <<< FAILURE! - in TestSuite
testAddReferenceProperty(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 1.349 sec  <<< FAILURE!
java.lang.AssertionError: expected [2] but found [3]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:372)
	at org.testng.Assert.assertEquals(Assert.java:382)
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.testAddReferenceProperty(EntityJerseyResourceIT.java:437)


Results :

Failed tests: 
  EntityJerseyResourceIT.testAddReferenceProperty:437 expected [2] but found [3]

Tests run: 119, Failures: 1, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- jetty-maven-plugin:9.3.14.v20161028:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@2303c320{HTTP/1.1,[http/1.1]}{0.0.0.0:31000}
[INFO] Closing Spring root WebApplicationContext
[INFO] Shutting down log4j
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@48d870a6{/,file://<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/atlas-webapp-1.1.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-1.0-IntegrationTests/webapp/target/atlas-webapp-1.1.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/atlas-webapp-1.1.0-SNAPSHOT-sources.jar>
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ClientCnxn).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/atlas-webapp-1.1.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ atlas-webapp ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools 1.0 ................ SUCCESS [  0.729 s]
[INFO] apache-atlas 1.1.0-SNAPSHOT ........................ SUCCESS [  4.084 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [ 10.230 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 23.073 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  8.264 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.550 s]
[INFO] atlas-client-common ................................ SUCCESS [  7.335 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  7.633 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  5.755 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [  9.785 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  5.987 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.467 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  5.102 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  5.242 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 17.363 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.432 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.022 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 21.184 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  7.771 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 36.211 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:53 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [06:11 min]
[INFO] Apache Atlas Documentation ......................... SKIPPED
[INFO] Apache Atlas FileSystem Model ...................... SKIPPED
[INFO] Apache Atlas Plugin Classloader .................... SKIPPED
[INFO] Apache Atlas Hive Bridge Shim ...................... SKIPPED
[INFO] Apache Atlas Hive Bridge ........................... SKIPPED
[INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED
[INFO] Apache Atlas Falcon Bridge ......................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED
[INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Storm Bridge .......................... SKIPPED
[INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution 1.1.0-SNAPSHOT ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:13 min
[INFO] Finished at: 2018-08-27T07:36:29Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/failsafe-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :atlas-webapp
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 20 files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/authorization/target/checkstyle-result.xml> with 973 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml> with 1872 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml> with 2231 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/common/target/checkstyle-result.xml> with 2723 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/target/checkstyle-result.xml> with 2723 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/common/target/checkstyle-result.xml> with 3800 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml> with 3800 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml> with 4102 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml> with 4328 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 4328 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml> with 6654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/target/checkstyle-result.xml> with 6654 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/intg/target/checkstyle-result.xml> with 18753 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/notification/target/checkstyle-result.xml> with 20027 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/repository/target/checkstyle-result.xml> with 39201 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/server-api/target/checkstyle-result.xml> with 39369 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 39369 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 39369 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/target/checkstyle-result.xml> with 39369 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/test-tools/target/checkstyle-result.xml> with 39407 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=5c0a2023ab72f5b02b603d9f94e1590bacfedfbb, workspace=<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
 > git rev-parse 5c0a2023ab72f5b02b603d9f94e1590bacfedfbb^{commit} # timeout=10
<Git Blamer> Skipping file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/repository/src/main/java/org/apache/atlas/discovery/SearchIndexer.java,> no result found.
[CHECKSTYLE] Computing warning deltas based on reference build #888
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 13 files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v1/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v2/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/janus/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/test-tools/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=5c0a2023ab72f5b02b603d9f94e1590bacfedfbb, workspace=<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #888
Archiving artifacts
[Fast Archiver] Compressed 168.37 MB of artifacts by 88.8% relative to #888
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-1.0-IntegrationTests/builds/890/testng/testng-results.xml'
0.840336% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH