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

Changes:

[madhan] ATLAS-2251: Remove TypeSystem and related implementation, to avoid

------------------------------------------
[...truncated 1.71 MB...]
        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.filters.AtlasAuthenticationSimpleFilterIT.testAccessforUnauthenticatedResource(AtlasAuthenticationSimpleFilterIT.java:57)

testSimpleLoginAndAuthorizationWithValidCrendentialsAndInvalidAccessToResource(org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT)
  Time elapsed: 0.003 sec  <<< FAILURE!
java.lang.AssertionError: expected [403] but found [503]
        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.filters.AtlasAuthenticationSimpleFilterIT.testSimpleLoginAndAuthorizationWithValidCrendentialsAndInvalidAccessToResource(AtlasAuthenticationSimpleFilterIT.java:74)

testSimpleLoginForValidUser(org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT)
  Time elapsed: 0.002 sec  <<< FAILURE!
java.lang.AssertionError: expected [200] but found [503]
        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.filters.AtlasAuthenticationSimpleFilterIT.testSimpleLoginForValidUser(AtlasAuthenticationSimpleFilterIT.java:46)

testSimpleLoginWithInvalidCrendentials(org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT)
  Time elapsed: 0.002 sec  <<< FAILURE!
java.lang.AssertionError: expected [401] but found [503]
        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.filters.AtlasAuthenticationSimpleFilterIT.testSimpleLoginWithInvalidCrendentials(AtlasAuthenticationSimpleFilterIT.java:93)

setUp(org.apache.atlas.web.integration.MetadataDiscoveryJerseyResourceIT)  Time 
elapsed: 360.48 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API 
org.apache.atlas.AtlasClient$API_V1@327740fa failed with status 503 (Service 
Unavailable) Response Body ()
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:387)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:320)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:208)
        at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:936)
        at org.apache.atlas.AtlasClient.createType(AtlasClient.java:255)
        at org.apache.atlas.AtlasClient.createType(AtlasClient.java:273)
        at 
org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:206)
        at 
org.apache.atlas.web.integration.BaseResourceIT.createTypeDefinitionsV1(BaseResourceIT.java:353)
        at 
org.apache.atlas.web.integration.MetadataDiscoveryJerseyResourceIT.createTypes(MetadataDiscoveryJerseyResourceIT.java:231)
        at 
org.apache.atlas.web.integration.MetadataDiscoveryJerseyResourceIT.setUp(MetadataDiscoveryJerseyResourceIT.java:57)

testDuplicateSubmit(org.apache.atlas.web.integration.TypesJerseyResourceIT)  
Time elapsed: 20.015 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API 
org.apache.atlas.AtlasClient$API_V1@327740fa failed with status 503 (Service 
Unavailable) Response Body ()
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:387)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:320)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:208)
        at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:936)
        at org.apache.atlas.AtlasClient.createType(AtlasClient.java:255)
        at org.apache.atlas.AtlasClient.createType(AtlasClient.java:273)
        at 
org.apache.atlas.web.integration.TypesJerseyResourceIT.testDuplicateSubmit(TypesJerseyResourceIT.java:91)

testGetTraitNames(org.apache.atlas.web.integration.TypesJerseyResourceIT)  Time 
elapsed: 0.059 sec  <<< FAILURE!
java.lang.NullPointerException: null
        at 
org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:172)
        at 
org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:210)
        at 
org.apache.atlas.web.integration.TypesJerseyResourceIT.addTraits(TypesJerseyResourceIT.java:213)
        at 
org.apache.atlas.web.integration.TypesJerseyResourceIT.testGetTraitNames(TypesJerseyResourceIT.java:175)

testListTypesByFilter(org.apache.atlas.web.integration.TypesJerseyResourceIT)  
Time elapsed: 0.001 sec  <<< FAILURE!
java.lang.NullPointerException: null
        at 
org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:172)
        at 
org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:210)
        at 
org.apache.atlas.web.integration.TypesJerseyResourceIT.testListTypesByFilter(TypesJerseyResourceIT.java:193)

testSubmit(org.apache.atlas.web.integration.TypesJerseyResourceIT)  Time 
elapsed: 40.028 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API 
org.apache.atlas.AtlasClient$API_V1@327740fa failed with status 503 (Service 
Unavailable) Response Body ()
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:387)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:320)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:208)
        at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:936)
        at 
org.apache.atlas.web.integration.TypesJerseyResourceIT.testSubmit(TypesJerseyResourceIT.java:73)

testUpdate(org.apache.atlas.web.integration.TypesJerseyResourceIT)  Time 
elapsed: 20.012 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API 
org.apache.atlas.AtlasClient$API_V1@327740fa failed with status 503 (Service 
Unavailable) Response Body ()
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:387)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:320)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:208)
        at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:936)
        at org.apache.atlas.AtlasClient.createType(AtlasClient.java:255)
        at 
org.apache.atlas.web.integration.TypesJerseyResourceIT.testUpdate(TypesJerseyResourceIT.java:106)

setUp(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 
298.589 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API 
org.apache.atlas.AtlasClientV2$API_V2@67819b58 failed with status 503 (Service 
Unavailable) Response Body ()
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:387)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:320)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:208)
        at 
org.apache.atlas.AtlasClientV2.createAtlasTypeDefs(AtlasClientV2.java:223)
        at 
org.apache.atlas.web.integration.BaseResourceIT.batchCreateTypes(BaseResourceIT.java:158)
        at 
org.apache.atlas.web.integration.BaseResourceIT.createTypeDefinitionsV2(BaseResourceIT.java:441)
        at 
org.apache.atlas.web.integration.EntityV2JerseyResourceIT.setUp(EntityV2JerseyResourceIT.java:71)


Results :

Failed tests: 
  
NotificationHookConsumerIT.setUp:55->BaseResourceIT.createTypeDefinitionsV1:353->BaseResourceIT.createType:206
 » AtlasService
  AtlasAuthenticationSimpleFilterIT.testAccessforUnauthenticatedResource:57 
expected [200] but found [503]
  
AtlasAuthenticationSimpleFilterIT.testSimpleLoginAndAuthorizationWithValidCrendentialsAndInvalidAccessToResource:74
 expected [403] but found [503]
  AtlasAuthenticationSimpleFilterIT.testSimpleLoginForValidUser:46 expected 
[200] but found [503]
  AtlasAuthenticationSimpleFilterIT.testSimpleLoginWithInvalidCrendentials:93 
expected [401] but found [503]
  BasicSearchIT.setUp:58 » AtlasService Metadata service API 
org.apache.atlas.At...
  
EntityV2JerseyResourceIT.setUp:71->BaseResourceIT.createTypeDefinitionsV2:441->BaseResourceIT.batchCreateTypes:158
 » AtlasService
  
MetadataDiscoveryJerseyResourceIT.setUp:57->createTypes:231->BaseResourceIT.createTypeDefinitionsV1:353->BaseResourceIT.createType:206
 » AtlasService
  TypesJerseyResourceIT.testDuplicateSubmit:91 » AtlasService Metadata service 
A...
  
TypesJerseyResourceIT.testGetTraitNames:175->addTraits:213->BaseResourceIT.createType:210->BaseResourceIT.createType:172
 » NullPointer
  
TypesJerseyResourceIT.testListTypesByFilter:193->BaseResourceIT.createType:210->BaseResourceIT.createType:172
 » NullPointer
  TypesJerseyResourceIT.testSubmit:73 » AtlasService Metadata service API 
org.ap...
  TypesJerseyResourceIT.testUpdate:106 » AtlasService Metadata service API 
org.a...

Tests run: 149, Failures: 13, Errors: 0, Skipped: 128

[INFO] 
[INFO] --- jetty-maven-plugin:9.4.0.v20161208:stop (stop-jetty) @ atlas-webapp 
---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@50265642{HTTP/1.1,[http/1.1]}{0.0.0.0:31000}
[INFO] Stopped scavenging
[INFO] Shutting down log4j
[INFO] Stopped 
o.e.j.m.p.JettyWebAppContext@5a29da4d{/,file://<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-master-IntegrationTests/webapp/target/atlas-webapp-1.0.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-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ 
atlas-webapp ---
[INFO] Building jar: 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.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-master-IntegrationTests/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  0.513 s]
[INFO] apache-atlas ....................................... SUCCESS [  4.444 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 20.839 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  6.680 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.489 s]
[INFO] atlas-client-common ................................ SUCCESS [  6.086 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  5.987 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  5.442 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [  8.167 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  5.371 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.473 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  4.470 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  4.369 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 20.404 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  1.382 
s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.471 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 49.018 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 29.454 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 19.950 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 19.132 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  5.638 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:12 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [19:34 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 Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:35 min
[INFO] Finished at: 2017-11-12T18:57:55Z
[INFO] Final Memory: 193M/3244M
[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-master-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-master-IntegrationTests/ws/> that match 
the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 21 files in 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/checkstyle-result.xml>
 with 461 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml>
 with 1317 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml>
 with 1657 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/common/target/checkstyle-result.xml>
 with 2147 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/target/checkstyle-result.xml>
 with 2147 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/checkstyle-result.xml>
 with 3083 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml>
 with 3083 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml>
 with 3355 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml>
 with 3548 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml>
 with 3548 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml>
 with 4539 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/target/checkstyle-result.xml>
 with 4539 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/checkstyle-result.xml>
 with 6998 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan1/target/checkstyle-result.xml>
 with 7969 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/checkstyle-result.xml>
 with 17795 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/checkstyle-result.xml>
 with 18956 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/checkstyle-result.xml>
 with 29979 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/target/checkstyle-result.xml>
 with 30191 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml>
 with 30191 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml>
 with 30191 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/target/checkstyle-result.xml>
 with 30191 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=435fe3fbad0dbb41297cc7af7986d3062704d7ee, 
workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
 > git rev-parse 435fe3fbad0dbb41297cc7af7986d3062704d7ee^{commit} # timeout=10
<Git Blamer> Skipping file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/src/main/java/org/apache/atlas/discovery/SearchIndexer.java,>
 no result found.
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> that match 
the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 14 files in 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/authorization/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-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-master-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-master-IntegrationTests/ws/client/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/api/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/janus/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan0/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/titan1/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/server-api/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=435fe3fbad0dbb41297cc7af7986d3062704d7ee, 
workspace=<https://builds.apache.org/job/Atlas-master-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-master-IntegrationTests/builds/182/testng/testng-results.xml'
6.617647% of tests failed, which exceeded threshold of 0%. Marking build as 
UNSTABLE
TestNG Reports Processing: FINISH

Reply via email to