See 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/190/display/redirect?page=changes>

Changes:

[madhan] ATLAS-2491: Hive hook using V2 notifications (#2) (Cherry picked from

[madhan] ATLAS-2462: Sqoop import for all tables throws NPE for no table 
provided

------------------------------------------
[...truncated 59.35 MB...]
2018-03-24 00:09:56,385 DEBUG - [main-SendThread(localhost:2000):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:56,386 DEBUG - [main-SendThread(localhost:2000):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:09:56,455 DEBUG - [main-SendThread(localhost:2000):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:56,456 DEBUG - [main-SendThread(localhost:2000):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:09:56,476 DEBUG - [main-SendThread(localhost:2000):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:56,478 DEBUG - [main-SendThread(localhost:2000):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:09:56,546 DEBUG - [main-SendThread(localhost:2000):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:56,547 DEBUG - [main-SendThread(localhost:2000):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:09:56,622 DEBUG - [main-SendThread(localhost:2000):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:56,626 DEBUG - [main-SendThread(localhost:2000):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:09:56,930 DEBUG - [main-SendThread(localhost:19026):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:56,931 DEBUG - [main-SendThread(localhost:19026):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:09:57,913 DEBUG - [main-SendThread(localhost:2000):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:57,914 DEBUG - [main-SendThread(localhost:2000):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:09:58,082 DEBUG - [main-SendThread(localhost:2000):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:58,084 DEBUG - [main-SendThread(localhost:2000):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:09:58,980 DEBUG - [main-SendThread(localhost:19026):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:58,981 DEBUG - [main-SendThread(localhost:19026):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.359 sec <<< 
FAILURE! - in org.apache.atlas.storm.hook.StormAtlasHookIT
testAddEntities(org.apache.atlas.storm.hook.StormAtlasHookIT)  Time elapsed: 
1.338 sec  <<< FAILURE!
java.lang.RuntimeException: Atlas hook is unable to process the topology.
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:348)
        at 
org.apache.storm.shade.org.apache.commons.io.input.ClassLoaderObjectInputStream.resolveClass(ClassLoaderObjectInputStream.java:68)
        at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1863)
        at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1746)
        at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2037)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1568)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:428)
        at org.apache.storm.utils.Utils.javaDeserialize(Utils.java:175)
        at 
org.apache.atlas.storm.hook.StormAtlasHook.addTopologyInputs(StormAtlasHook.java:143)
        at 
org.apache.atlas.storm.hook.StormAtlasHook.addTopologyDataSets(StormAtlasHook.java:130)
        at 
org.apache.atlas.storm.hook.StormAtlasHook.notify(StormAtlasHook.java:87)
        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 clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
        at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
        at org.apache.storm.LocalCluster$submit_hook.invoke(LocalCluster.clj:45)
        at 
org.apache.storm.LocalCluster$_submitTopology.invoke(LocalCluster.clj:52)
        at org.apache.storm.LocalCluster.submitTopology(Unknown Source)
        at 
org.apache.atlas.storm.hook.StormTestUtil.submitTopology(StormTestUtil.java:67)
        at 
org.apache.atlas.storm.hook.StormAtlasHookIT.testAddEntities(StormAtlasHookIT.java:75)


Results :

Failed tests: 
  StormAtlasHookIT.testAddEntities:75 » Runtime Atlas hook is unable to 
process ...

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

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ storm-bridge 
---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@58b3fab6{HTTP/1.1}{0.0.0.0:31000}
2018-03-24 00:09:59,677 DEBUG - [main-SendThread(localhost:19026):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:09:59,678 DEBUG - [main-SendThread(localhost:19026):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
[INFO] Closing Spring root WebApplicationContext
2018-03-24 00:09:59,871 DEBUG - [ShutdownMonitor:] ~ ==> 
AtlasAuthorizationFilter destroy (AtlasAuthorizationFilter:78)
2018-03-24 00:09:59,872 DEBUG - [ShutdownMonitor:] ~ ==> +SimpleAtlasAuthorizer 
cleanUp (SimpleAtlasAuthorizer:327)
2018-03-24 00:09:59,873 DEBUG - [ShutdownMonitor:] ~ <== +SimpleAtlasAuthorizer 
cleanUp (SimpleAtlasAuthorizer:338)
2018-03-24 00:09:59,873 INFO  - [ShutdownMonitor:] ~ Stopping service 
org.apache.atlas.notification.NotificationHookConsumer (Services:69)
2018-03-24 00:09:59,874 INFO  - [ShutdownMonitor:] ~ ==> stopConsumerThreads() 
(NotificationHookConsumer:185)
2018-03-24 00:09:59,874 INFO  - [ShutdownMonitor:] ~ ==> HookConsumer 
shutdown() (NotificationHookConsumer$HookConsumer:560)
2018-03-24 00:09:59,875 INFO  - [ShutdownMonitor:] ~ 
[atlas-hook-consumer-thread], Shutting down (Logging$class:68)
2018-03-24 00:09:59,877 INFO  - [NotificationHookConsumer thread-0:] ~ closing 
NotificationConsumer (NotificationHookConsumer$HookConsumer:325)
2018-03-24 00:09:59,883 INFO  - [NotificationHookConsumer thread-0:] ~ <== 
HookConsumer doWork() (NotificationHookConsumer$HookConsumer:329)
2018-03-24 00:09:59,884 INFO  - [NotificationHookConsumer thread-0:] ~ 
[atlas-hook-consumer-thread], Stopped  (Logging$class:68)
2018-03-24 00:09:59,885 INFO  - [ShutdownMonitor:] ~ 
[atlas-hook-consumer-thread], Shutdown completed (Logging$class:68)
2018-03-24 00:09:59,885 INFO  - [ShutdownMonitor:] ~ <== HookConsumer 
shutdown() (NotificationHookConsumer$HookConsumer:575)
2018-03-24 00:09:59,885 INFO  - [ShutdownMonitor:] ~ <== stopConsumerThreads() 
(NotificationHookConsumer:194)
2018-03-24 00:09:59,886 INFO  - [ShutdownMonitor:] ~ ==> 
KafkaNotification.close() (KafkaNotification:163)
2018-03-24 00:09:59,887 INFO  - [ShutdownMonitor:] ~ <== 
KafkaNotification.close() (KafkaNotification:171)
2018-03-24 00:09:59,888 INFO  - [ShutdownMonitor:] ~ Stopping service 
org.apache.atlas.kafka.KafkaNotification (Services:69)
2018-03-24 00:09:59,888 INFO  - [ShutdownMonitor:] ~ ==> 
KafkaNotification.stop() (KafkaNotification:135)
2018-03-24 00:09:59,888 INFO  - [ShutdownMonitor:] ~ <== 
KafkaNotification.stop() (KafkaNotification:137)
2018-03-24 00:09:59,888 INFO  - [ShutdownMonitor:] ~ Stopping service 
org.apache.atlas.kafka.EmbeddedKafkaServer (Services:69)
2018-03-24 00:09:59,889 INFO  - [ShutdownMonitor:] ~ ==> 
EmbeddedKafkaServer.stop(isEmbedded=true) (EmbeddedKafkaServer:91)
2018-03-24 00:10:01,693 DEBUG - [main-SendThread(localhost:19026):] ~ ==> 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client) 
(InMemoryJAASConfiguration:208)
2018-03-24 00:10:01,694 DEBUG - [main-SendThread(localhost:19026):] ~ <== 
InMemoryJAASConfiguration.getAppConfigurationEntry(Client): {} 
(InMemoryJAASConfiguration:238)
2018-03-24 00:10:01,852 INFO  - [ShutdownMonitor:] ~ <== 
EmbeddedKafka.stop(isEmbedded=true) (EmbeddedKafkaServer:101)
2018-03-24 00:10:01,852 INFO  - [ShutdownMonitor:] ~ Stopping service 
org.apache.atlas.web.service.ActiveInstanceElectorService (Services:69)
2018-03-24 00:10:01,852 INFO  - [ShutdownMonitor:] ~ HA is not enabled, no need 
to stop leader election service (ActiveInstanceElectorService:126)
[INFO] Shutting down log4j
[INFO] Not cleaning cached beans: no such field 
javax.el.BeanELResolver.properties
[INFO] Stopped 
o.e.j.m.p.JettyWebAppContext@8a8e0a1{/,<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/webapp/target/atlas-webapp-0.8.3-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-0.8-IntegrationTests/webapp/target/atlas-webapp-0.8.3-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ storm-bridge 
---
[INFO] Building jar: 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/addons/storm-bridge/target/storm-bridge-0.8.3-SNAPSHOT-sources.jar>
log4j:WARN No appenders could be found for logger 
(org.apache.atlas.security.InMemoryJAASConfiguration).
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) @ 
storm-bridge ---
[INFO] Building jar: 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/addons/storm-bridge/target/storm-bridge-0.8.3-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ storm-bridge ---
[INFO] Failsafe report directory: 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/addons/storm-bridge/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.705 s]
[INFO] apache-atlas ....................................... SUCCESS [  5.181 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 23.163 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  9.777 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [ 56.203 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.916 s]
[INFO] atlas-client-common ................................ SUCCESS [  9.602 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  8.526 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  7.206 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 12.065 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  6.978 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.631 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  5.563 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  6.258 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 39.061 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  7.998 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 39.497 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.666 
s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 21.743 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [01:33 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  7.435 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 11.765 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:19 min]
[INFO] Apache Atlas Web Application ....................... SUCCESS [05:28 min]
[INFO] Apache Atlas Documentation ......................... SUCCESS [  3.830 s]
[INFO] Apache Atlas FileSystem Model ...................... SUCCESS [  1.694 s]
[INFO] Apache Atlas Plugin Classloader .................... SUCCESS [  8.367 s]
[INFO] Apache Atlas Hive Bridge Shim ...................... SUCCESS [  6.574 s]
[INFO] Apache Atlas Hive Bridge ........................... SUCCESS [08:33 min]
[INFO] Apache Atlas Falcon Bridge Shim .................... SUCCESS [  6.262 s]
[INFO] Apache Atlas Falcon Bridge ......................... SUCCESS [01:42 min]
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SUCCESS [  4.598 s]
[INFO] Apache Atlas Sqoop Bridge .......................... SUCCESS [01:43 min]
[INFO] Apache Atlas Storm Bridge Shim ..................... SUCCESS [  5.516 s]
[INFO] Apache Atlas Storm Bridge .......................... FAILURE [01:38 min]
[INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Migration Exporter .................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27:20 min
[INFO] Finished at: 2018-03-24T00:10:02Z
[INFO] Final Memory: 1071M/3858M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on 
project storm-bridge: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/addons/storm-bridge/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 :storm-bridge
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-0.8-IntegrationTests/ws/> that match the 
pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 33 files in 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-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-0.8-IntegrationTests/ws/addons/falcon-bridge/target/checkstyle-result.xml>
 with 420 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/addons/hdfs-model/target/checkstyle-result.xml>
 with 420 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/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/Atlas-0.8-IntegrationTests/ws/addons/hive-bridge/target/checkstyle-result.xml>
 with 2633 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/addons/sqoop-bridge-shim/target/checkstyle-result.xml>
 with 2649 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/addons/sqoop-bridge/target/checkstyle-result.xml>
 with 2793 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/addons/storm-bridge-shim/target/checkstyle-result.xml>
 with 2814 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/authorization/target/checkstyle-result.xml>
 with 3285 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/catalog/target/checkstyle-result.xml>
 with 5422 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml>
 with 6298 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml>
 with 6628 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/client/common/target/checkstyle-result.xml>
 with 7118 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/client/target/checkstyle-result.xml>
 with 7118 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/common/target/checkstyle-result.xml>
 with 8077 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml>
 with 8077 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/docs/target/checkstyle-result.xml>
 with 8077 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml>
 with 8350 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml>
 with 8537 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml>
 with 8537 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/target/checkstyle-result.xml>
 with 8537 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/titan0/target/checkstyle-result.xml>
 with 10992 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/titan1/target/checkstyle-result.xml>
 with 11959 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/intg/target/checkstyle-result.xml>
 with 18879 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/notification/target/checkstyle-result.xml>
 with 20636 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/plugin-classloader/target/checkstyle-result.xml>
 with 20749 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/repository/target/checkstyle-result.xml>
 with 39777 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/server-api/target/checkstyle-result.xml>
 with 40167 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml>
 with 40167 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml>
 with 40167 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/target/checkstyle-result.xml>
 with 40167 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/typesystem/target/checkstyle-result.xml>
 with 44408 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/webapp/target/checkstyle-result.xml>
 with 52816 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=7adbf8ffd27904577ecf694a9f861cdd46833069, 
workspace=<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/>
 > git rev-parse 7adbf8ffd27904577ecf694a9f861cdd46833069^{commit} # timeout=10
<Git Blamer> Skipping file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/typesystem/src/main/java/org/apache/atlas/typesystem/IStruct.java,>
 no result found.
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/> that match the 
pattern **/target/findbugs.xml
[FINDBUGS] Parsing 24 files in 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-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-0.8-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-0.8-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-0.8-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-0.8-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-0.8-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-0.8-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-0.8-IntegrationTests/ws/authorization/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/catalog/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-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-0.8-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-0.8-IntegrationTests/ws/client/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/api/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/titan0/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/graphdb/titan1/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/intg/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/notification/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/plugin-classloader/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/repository/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/server-api/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/typesystem/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-0.8-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=7adbf8ffd27904577ecf694a9f861cdd46833069, 
workspace=<https://builds.apache.org/job/Atlas-0.8-IntegrationTests/ws/>
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy 
of artifacts
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: 
**/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-0.8-IntegrationTests/builds/190/testng/testng-results-1.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-0.8-IntegrationTests/builds/190/testng/testng-results-2.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-0.8-IntegrationTests/builds/190/testng/testng-results-3.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-0.8-IntegrationTests/builds/190/testng/testng-results-4.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-0.8-IntegrationTests/builds/190/testng/testng-results.xml'
0.537634% of tests failed, which exceeded threshold of 0%. Marking build as 
UNSTABLE
TestNG Reports Processing: FINISH

Reply via email to