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/10 21:56:17 UTC

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

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

------------------------------------------
[...truncated 760.39 KB...]
    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.669 s]
[INFO] apache-atlas 1.1.0-SNAPSHOT ........................ SUCCESS [  4.169 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [  9.912 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 21.722 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  7.765 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.602 s]
[INFO] atlas-client-common ................................ SUCCESS [  7.376 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  7.397 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  6.412 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 14.757 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  9.802 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.477 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  5.067 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  5.407 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 19.591 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.380 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  9.134 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 25.102 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  7.114 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 32.907 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:37 min]
[INFO] Apache Atlas Web Application ....................... SUCCESS [05:34 min]
[INFO] Apache Atlas Documentation ......................... SUCCESS [  4.746 s]
[INFO] Apache Atlas FileSystem Model ...................... SUCCESS [  2.924 s]
[INFO] Apache Atlas Plugin Classloader .................... SUCCESS [  6.171 s]
[INFO] Apache Atlas Hive Bridge Shim ...................... SUCCESS [  4.972 s]
[INFO] Apache Atlas Hive Bridge ........................... SUCCESS [07:48 min]
[INFO] Apache Atlas Falcon Bridge Shim .................... SUCCESS [  6.644 s]
[INFO] Apache Atlas Falcon Bridge ......................... SUCCESS [01:08 min]
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SUCCESS [  3.972 s]
[INFO] Apache Atlas Sqoop Bridge .......................... SUCCESS [01:08 min]
[INFO] Apache Atlas Storm Bridge Shim ..................... SUCCESS [  6.314 s]
[INFO] Apache Atlas Storm Bridge .......................... SUCCESS [ 59.329 s]
[INFO] Apache Atlas Hbase Bridge Shim ..................... SUCCESS [  8.620 s]
[INFO] Apache Atlas Hbase Bridge .......................... FAILURE [ 53.180 s]
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution 1.1.0-SNAPSHOT ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:13 min
[INFO] Finished at: 2018-08-10T21:48:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.3.14.v20161028:deploy-war (start-jetty) on project hbase-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 :hbase-bridge
[INFO] Stopped ServerConnector@10741de4{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
[INFO] Stopped ServerConnector@120564a4{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
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 33 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/falcon-bridge-shim/target/checkstyle-result.xml> with 29 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/falcon-bridge/target/checkstyle-result.xml> with 419 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/hbase-bridge-shim/target/checkstyle-result.xml> with 1857 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/hdfs-model/target/checkstyle-result.xml> with 1857 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 1872 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/hive-bridge/target/checkstyle-result.xml> with 4198 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/sqoop-bridge-shim/target/checkstyle-result.xml> with 4214 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/sqoop-bridge/target/checkstyle-result.xml> with 4361 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/storm-bridge-shim/target/checkstyle-result.xml> with 4382 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/storm-bridge/target/checkstyle-result.xml> with 4664 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 5594 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 6493 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 6852 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 7344 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 7344 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 8401 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 8401 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 8401 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 8703 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 8929 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 8929 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 11251 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 11251 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 23276 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 24513 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 24626 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 43679 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 43847 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 43847 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 43847 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/target/checkstyle-result.xml> with 43847 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 43885 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 52224 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=131208766485c220593de558b47f4f7e51b960c9, workspace=<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
 > git rev-parse 131208766485c220593de558b47f4f7e51b960c9^{commit} # timeout=10
[CHECKSTYLE] Computing warning deltas based on reference build #735
[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 24 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/falcon-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/addons/falcon-bridge/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/hbase-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/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/addons/hive-bridge/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/sqoop-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/addons/sqoop-bridge/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/addons/storm-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/addons/storm-bridge/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=131208766485c220593de558b47f4f7e51b960c9, workspace=<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #735
Archiving artifacts
[Fast Archiver] Compressed 168.41 MB of artifacts by 83.6% relative to #735
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/736/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-1.0-IntegrationTests/builds/736/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-1.0-IntegrationTests/builds/736/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-1.0-IntegrationTests/builds/736/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-1.0-IntegrationTests/builds/736/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Jenkins build is back to normal : Atlas-1.0-IntegrationTests #737

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