See <https://builds.apache.org/job/Atlas-master-IntegrationTests/181/display/redirect?page=changes>
Changes: [ssubramanian] ATLAS-2256: Make JanusGraph as the default graph-provider in atlas ------------------------------------------ [...truncated 511.08 KB...] at org.apache.atlas.AtlasClient.createType(AtlasClient.java:279) at org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:211) at org.apache.atlas.web.integration.BaseResourceIT.createTypeDefinitionsV1(BaseResourceIT.java:364) at org.apache.atlas.notification.NotificationHookConsumerIT.setUp(NotificationHookConsumerIT.java:55) testCreate(org.apache.atlas.web.integration.TypedefsJerseyResourceIT) Time elapsed: 80.234 sec <<< FAILURE! org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasClientV2$API_V2@1db600ef 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:164) at org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:169) at org.apache.atlas.web.integration.TypedefsJerseyResourceIT.testCreate(TypedefsJerseyResourceIT.java:84) testDuplicateCreate(org.apache.atlas.web.integration.TypedefsJerseyResourceIT) Time elapsed: 20.018 sec <<< FAILURE! org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasClientV2$API_V2@1db600ef 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.TypedefsJerseyResourceIT.testDuplicateCreate(TypedefsJerseyResourceIT.java:112) testInvalidGets(org.apache.atlas.web.integration.TypedefsJerseyResourceIT) Time elapsed: 20.016 sec <<< FAILURE! java.lang.AssertionError: Should've returned a 404 expected [404] 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.apache.atlas.web.integration.TypedefsJerseyResourceIT.testInvalidGets(TypedefsJerseyResourceIT.java:200) testListTypesByFilter(org.apache.atlas.web.integration.TypedefsJerseyResourceIT) Time elapsed: 20.017 sec <<< FAILURE! org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasClientV2$API_V2@1db600ef 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.TypedefsJerseyResourceIT.testListTypesByFilter(TypedefsJerseyResourceIT.java:277) testUpdate(org.apache.atlas.web.integration.TypedefsJerseyResourceIT) Time elapsed: 20.023 sec <<< FAILURE! org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasClientV2$API_V2@1db600ef 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.TypedefsJerseyResourceIT.testUpdate(TypedefsJerseyResourceIT.java:133) testAccessforUnauthenticatedResource(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.testAccessforUnauthenticatedResource(AtlasAuthenticationSimpleFilterIT.java:57) testSimpleLoginAndAuthorizationWithValidCrendentialsAndInvalidAccessToResource(org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT) Time elapsed: 0.002 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.001 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.001 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.DataSetLineageJerseyResourceIT) Time elapsed: 360.448 sec <<< FAILURE! org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasClient$API_V1@5d9209aa 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:942) at org.apache.atlas.AtlasClient.createType(AtlasClient.java:261) at org.apache.atlas.AtlasClient.createType(AtlasClient.java:279) at org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:211) at org.apache.atlas.web.integration.BaseResourceIT.createTypeDefinitionsV1(BaseResourceIT.java:364) at org.apache.atlas.web.integration.DataSetLineageJerseyResourceIT.setUp(DataSetLineageJerseyResourceIT.java:61) Results : Failed tests: NotificationHookConsumerIT.setUp:55->BaseResourceIT.createTypeDefinitionsV1:364->BaseResourceIT.createType:211 » 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] DataSetLineageJerseyResourceIT.setUp:61->BaseResourceIT.createTypeDefinitionsV1:364->BaseResourceIT.createType:211 » AtlasService TypedefsJerseyResourceIT.testCreate:84->BaseResourceIT.createType:169->BaseResourceIT.batchCreateTypes:164 » AtlasService TypedefsJerseyResourceIT.testDuplicateCreate:112 » AtlasService Metadata servi... TypedefsJerseyResourceIT.testInvalidGets:200 Should've returned a 404 expected [404] but found [503] TypedefsJerseyResourceIT.testListTypesByFilter:277 » AtlasService Metadata ser... TypedefsJerseyResourceIT.testUpdate:133 » AtlasService Metadata service API or... Tests run: 149, Failures: 11, Errors: 0, Skipped: 131 [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@11d6df49{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@4b439f22{/,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.812 s] [INFO] apache-atlas ....................................... SUCCESS [ 3.947 s] [INFO] Apache Atlas Integration ........................... SUCCESS [ 18.450 s] [INFO] Apache Atlas Common ................................ SUCCESS [ 7.047 s] [INFO] Apache Atlas Typesystem ............................ SUCCESS [ 42.093 s] [INFO] Apache Atlas Client ................................ SUCCESS [ 0.585 s] [INFO] atlas-client-common ................................ SUCCESS [ 6.967 s] [INFO] atlas-client-v1 .................................... SUCCESS [ 8.783 s] [INFO] Apache Atlas Server API ............................ SUCCESS [ 5.400 s] [INFO] Apache Atlas Notification .......................... SUCCESS [ 8.882 s] [INFO] atlas-client-v2 .................................... SUCCESS [ 5.271 s] [INFO] Apache Atlas Graph Database Projects ............... SUCCESS [ 0.389 s] [INFO] Apache Atlas Graph Database API .................... SUCCESS [ 4.612 s] [INFO] Graph Database Common Code ......................... SUCCESS [ 4.455 s] [INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 13.901 s] [INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [ 1.303 s] [INFO] Shaded version of Apache hbase client .............. SUCCESS [ 7.941 s] [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 36.993 s] [INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 29.617 s] [INFO] Shaded version of Apache hbase server .............. SUCCESS [ 20.625 s] [INFO] Apache Atlas Repository ............................ SUCCESS [01:16 min] [INFO] Apache Atlas Authorization ......................... SUCCESS [ 5.769 s] [INFO] Apache Atlas UI .................................... SUCCESS [01:02 min] [INFO] Apache Atlas Web Application ....................... FAILURE [15:20 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: 21:34 min [INFO] Finished at: 2017-11-10T01:00:38Z [INFO] Final Memory: 228M/2735M [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 22 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 1336 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 1676 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 2166 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/client/target/checkstyle-result.xml> with 2166 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/common/target/checkstyle-result.xml> with 3131 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml> with 3131 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 3404 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 3597 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 3597 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 4588 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/graphdb/target/checkstyle-result.xml> with 4588 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 7047 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 8018 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/intg/target/checkstyle-result.xml> with 16224 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/notification/target/checkstyle-result.xml> with 17789 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/repository/target/checkstyle-result.xml> with 38119 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 38512 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 38512 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 38512 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/target/checkstyle-result.xml> with 38512 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/typesystem/target/checkstyle-result.xml> with 42730 unique warnings and 0 duplicates. <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=0abf84caaf0b8dd0b4a6e40d3f589a4d05683e57, workspace=<https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/> > git rev-parse 0abf84caaf0b8dd0b4a6e40d3f589a4d05683e57^{commit} # timeout=10 <Git Blamer> Skipping file <https://builds.apache.org/job/Atlas-master-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-master-IntegrationTests/ws/> that match the pattern **/target/findbugs.xml [FINDBUGS] Parsing 15 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. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-IntegrationTests/ws/typesystem/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=0abf84caaf0b8dd0b4a6e40d3f589a4d05683e57, 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/181/testng/testng-results.xml' 6.617647% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE TestNG Reports Processing: FINISH