See <https://builds.apache.org/job/apache-atlas-nightly/533/changes>
Changes:
[madhan] ATLAS-1417: HIveHook: synchronous execution fails to notify
------------------------------------------
[...truncated 6868 lines...]
at
org.eclipse.jetty.maven.plugin.JettyDeployWar.execute(JettyDeployWar.java:67)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
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:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
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)
Caused by: java.lang.IllegalArgumentException: Could not instantiate
implementation:
com.thinkaurelius.titan.diskstorage.berkeleyje.BerkeleyJEStoreManager
at
com.thinkaurelius.titan.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:55)
at
com.thinkaurelius.titan.diskstorage.Backend.getImplementationClass(Backend.java:421)
at
com.thinkaurelius.titan.diskstorage.Backend.getStorageManager(Backend.java:361)
at
com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.<init>(GraphDatabaseConfiguration.java:1275)
at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:93)
at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:73)
at
org.apache.atlas.repository.graphdb.titan0.Titan0GraphDatabase.getGraphInstance(Titan0GraphDatabase.java:115)
at
org.apache.atlas.repository.graphdb.titan0.Titan0GraphDatabase.getGraph(Titan0GraphDatabase.java:171)
at
org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:38)
at
org.apache.atlas.repository.graph.GraphHelper.getInstance(GraphHelper.java:97)
at
org.apache.atlas.repository.graph.DeleteHandler.<clinit>(DeleteHandler.java:53)
... 69 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at
com.thinkaurelius.titan.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:44)
... 79 more
Caused by: com.thinkaurelius.titan.diskstorage.PermanentBackendException: Error
during BerkeleyJE initialization:
at
com.thinkaurelius.titan.diskstorage.berkeleyje.BerkeleyJEStoreManager.initialize(BerkeleyJEStoreManager.java:108)
at
com.thinkaurelius.titan.diskstorage.berkeleyje.BerkeleyJEStoreManager.<init>(BerkeleyJEStoreManager.java:68)
... 84 more
Caused by: com.sleepycat.je.EnvironmentLockedException: (JE 5.0.73)
<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/data/berkley>
The environment cannot be locked for single writer access. ENV_LOCKED: The
je.lck file could not be locked. Environment is invalid and must be closed.
at com.sleepycat.je.log.FileManager.<init>(FileManager.java:371)
at com.sleepycat.je.dbi.EnvironmentImpl.<init>(EnvironmentImpl.java:453)
at com.sleepycat.je.dbi.EnvironmentImpl.<init>(EnvironmentImpl.java:382)
at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:178)
at
com.sleepycat.je.Environment.makeEnvironmentImpl(Environment.java:246)
at com.sleepycat.je.Environment.<init>(Environment.java:227)
at com.sleepycat.je.Environment.<init>(Environment.java:170)
at
com.thinkaurelius.titan.diskstorage.berkeleyje.BerkeleyJEStoreManager.initialize(BerkeleyJEStoreManager.java:104)
... 85 more
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [ 1.078 s]
[INFO] apache-atlas ....................................... SUCCESS [ 9.765 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 53.402 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 18.519 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:39 min]
[INFO] Apache Atlas Client ................................ SUCCESS [ 24.437 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 12.605 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 45.261 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [ 0.599 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [ 8.417 s]
[INFO] Graph Database Common Code ......................... SUCCESS [ 8.950 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [ 11.856 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [02:07 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [ 0.719
s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 25.734 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [14:28 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 16.460 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 36.816 s]
[INFO] Apache Atlas UI .................................... SUCCESS [ 57.504 s]
[INFO] Apache Atlas Web Application ....................... SUCCESS [09:37 min]
[INFO] Apache Atlas Documentation ......................... SUCCESS [ 6.168 s]
[INFO] Apache Atlas FileSystem Model ...................... SUCCESS [ 1.931 s]
[INFO] Apache Atlas Plugin Classloader .................... SUCCESS [ 11.098 s]
[INFO] Apache Atlas Hive Bridge Shim ...................... SUCCESS [ 8.328 s]
[INFO] Apache Atlas Hive Bridge ........................... FAILURE [ 53.889 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34:49 min
[INFO] Finished at: 2017-01-04T10:42:59+00:00
[INFO] Final Memory: 450M/2232M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.eclipse.jetty:jetty-maven-plugin:9.2.12.v20150709:deploy-war (start-jetty)
on project hive-bridge: Execution start-jetty of goal
org.eclipse.jetty:jetty-maven-plugin:9.2.12.v20150709:deploy-war failed: An API
incompatibility was encountered while executing
org.eclipse.jetty:jetty-maven-plugin:9.2.12.v20150709:deploy-war:
java.lang.ExceptionInInitializerError: null
[ERROR] -----------------------------------------------------
[ERROR] realm =
plugin>org.eclipse.jetty:jetty-maven-plugin:9.2.12.v20150709--1692262806
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-maven-plugin/9.2.12.v20150709/jetty-maven-plugin-9.2.12.v20150709.jar
[ERROR] urls[1] =
file:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar
[ERROR] urls[2] =
file:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar
[ERROR] urls[3] =
file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
[ERROR] urls[4] =
file:/home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.11/aether-util-1.11.jar
[ERROR] urls[5] =
file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[ERROR] urls[6] =
file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[ERROR] urls[7] =
file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[ERROR] urls[8] =
file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[ERROR] urls[9] =
file:/home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.1/maven-plugin-tools-api-3.1.jar
[ERROR] urls[10] =
file:/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[ERROR] urls[11] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-util/9.2.12.v20150709/jetty-util-9.2.12.v20150709.jar
[ERROR] urls[12] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-webapp/9.2.12.v20150709/jetty-webapp-9.2.12.v20150709.jar
[ERROR] urls[13] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-xml/9.2.12.v20150709/jetty-xml-9.2.12.v20150709.jar
[ERROR] urls[14] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-servlet/9.2.12.v20150709/jetty-servlet-9.2.12.v20150709.jar
[ERROR] urls[15] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-quickstart/9.2.12.v20150709/jetty-quickstart-9.2.12.v20150709.jar
[ERROR] urls[16] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jaas/9.2.12.v20150709/jetty-jaas-9.2.12.v20150709.jar
[ERROR] urls[17] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-security/9.2.12.v20150709/jetty-security-9.2.12.v20150709.jar
[ERROR] urls[18] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-plus/9.2.12.v20150709/jetty-plus-9.2.12.v20150709.jar
[ERROR] urls[19] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jndi/9.2.12.v20150709/jetty-jndi-9.2.12.v20150709.jar
[ERROR] urls[20] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-server/9.2.12.v20150709/jetty-server-9.2.12.v20150709.jar
[ERROR] urls[21] =
file:/home/jenkins/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[ERROR] urls[22] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-http/9.2.12.v20150709/jetty-http-9.2.12.v20150709.jar
[ERROR] urls[23] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-io/9.2.12.v20150709/jetty-io-9.2.12.v20150709.jar
[ERROR] urls[24] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-jmx/9.2.12.v20150709/jetty-jmx-9.2.12.v20150709.jar
[ERROR] urls[25] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/jetty-annotations/9.2.12.v20150709/jetty-annotations-9.2.12.v20150709.jar
[ERROR] urls[26] =
file:/home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
[ERROR] urls[27] =
file:/home/jenkins/.m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar
[ERROR] urls[28] =
file:/home/jenkins/.m2/repository/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar
[ERROR] urls[29] =
file:/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar
[ERROR] urls[30] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.2.12.v20150709/javax-websocket-server-impl-9.2.12.v20150709.jar
[ERROR] urls[31] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.2.12.v20150709/javax-websocket-client-impl-9.2.12.v20150709.jar
[ERROR] urls[32] =
file:/home/jenkins/.m2/repository/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar
[ERROR] urls[33] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-server/9.2.12.v20150709/websocket-server-9.2.12.v20150709.jar
[ERROR] urls[34] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.2.12.v20150709/websocket-common-9.2.12.v20150709.jar
[ERROR] urls[35] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-api/9.2.12.v20150709/websocket-api-9.2.12.v20150709.jar
[ERROR] urls[36] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-client/9.2.12.v20150709/websocket-client-9.2.12.v20150709.jar
[ERROR] urls[37] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/websocket/websocket-servlet/9.2.12.v20150709/websocket-servlet-9.2.12.v20150709.jar
[ERROR] urls[38] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/apache-jsp/9.2.12.v20150709/apache-jsp-9.2.12.v20150709.jar
[ERROR] urls[39] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/toolchain/jetty-schemas/3.1.M0/jetty-schemas-3.1.M0.jar
[ERROR] urls[40] =
file:/home/jenkins/.m2/repository/org/mortbay/jasper/apache-jsp/8.0.9.M3/apache-jsp-8.0.9.M3.jar
[ERROR] urls[41] =
file:/home/jenkins/.m2/repository/org/mortbay/jasper/apache-el/8.0.9.M3/apache-el-8.0.9.M3.jar
[ERROR] urls[42] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/orbit/org.eclipse.jdt.core/3.8.2.v20130121/org.eclipse.jdt.core-3.8.2.v20130121.jar
[ERROR] urls[43] =
file:/home/jenkins/.m2/repository/org/eclipse/jetty/apache-jstl/9.2.12.v20150709/apache-jstl-9.2.12.v20150709.jar
[ERROR] urls[44] =
file:/home/jenkins/.m2/repository/org/apache/taglibs/taglibs-standard-spec/1.2.1/taglibs-standard-spec-1.2.1.jar
[ERROR] urls[45] =
file:/home/jenkins/.m2/repository/org/apache/taglibs/taglibs-standard-impl/1.2.1/taglibs-standard-impl-1.2.1.jar
[ERROR] urls[46] =
file:/home/jenkins/.m2/repository/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import from realm
ClassRealm[project>org.apache.atlas:apache-atlas:0.8-incubating-SNAPSHOT,
parent: ClassRealm[maven.api, parent: null]]]
[ERROR]
[ERROR] -----------------------------------------------------: Could not
instantiate implementation:
com.thinkaurelius.titan.diskstorage.berkeleyje.BerkeleyJEStoreManager:
InvocationTargetException: Error during BerkeleyJE initialization: (JE 5.0.73)
<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/data/berkley>
The environment cannot be locked for single writer access. ENV_LOCKED: The
je.lck file could not be locked. Environment is invalid and must be closed.
[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/PluginContainerException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hive-bridge
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern
**/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 31 files in
<https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/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/apache-atlas-nightly/ws/addons/falcon-bridge/target/checkstyle-result.xml>
with 420 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hdfs-model/target/checkstyle-result.xml>
with 420 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge-shim/target/checkstyle-result.xml>
with 435 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/sqoop-bridge-shim/target/checkstyle-result.xml>
with 451 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/sqoop-bridge/target/checkstyle-result.xml>
with 576 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/storm-bridge-shim/target/checkstyle-result.xml>
with 597 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/storm-bridge/target/checkstyle-result.xml>
with 866 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml>
with 1315 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml>
with 3447 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml>
with 5007 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml>
with 5827 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml>
with 5827 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/distro/target/checkstyle-result.xml>
with 5827 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/docs/target/checkstyle-result.xml>
with 5827 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 6055 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 6197 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 6197 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml>
with 6197 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 8410 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/checkstyle-result.xml>
with 12785 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml>
with 13946 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/plugin-classloader/target/checkstyle-result.xml>
with 14054 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml>
with 22876 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 23202 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 23202 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 23202 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml>
with 23202 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/titan/target/checkstyle-result.xml>
with 23664 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml>
with 27818 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/checkstyle-result.xml>
with 35156 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #531
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 22 files in
<https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/falcon-bridge-shim/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/falcon-bridge/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge-shim/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/sqoop-bridge-shim/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/sqoop-bridge/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/storm-bridge-shim/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/storm-bridge/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[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/plugin-classloader/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/titan/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] Successfully parsed file
<https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/findbugs.xml>
with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #531
Archiving artifacts
Compressed 583.39 MB of artifacts by 62.4% relative to #531
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.
Saving reports...
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-1.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-10.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-11.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-12.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-2.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-3.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-4.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-5.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-6.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-7.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-8.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results-9.xml'
Processing
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/533/testng/testng-results.xml'
TestNG Reports Processing: FINISH