See <https://builds.apache.org/job/Atlas-master-UnitTests/77/display/redirect?page=changes>
Changes: [kbhatt] ATLAS-2090 : UI - Cache busting for static content (css, js) ------------------------------------------ [...truncated 454.83 KB...] [INFO] Building jar: <https://builds.apache.org/job/Atlas-master-UnitTests/ws/webapp/target/atlas-webapp-0.9-SNAPSHOT/WEB-INF/lib/atlas-webapp-0.9-SNAPSHOT.jar> [INFO] Webapp assembled in [1471 msecs] [INFO] Building war: <https://builds.apache.org/job/Atlas-master-UnitTests/77/artifact/webapp/target/atlas-webapp-0.9-SNAPSHOT.war> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ atlas-webapp --- [INFO] [INFO] --- enunciate-maven-plugin:2.8.0:docs (default) @ atlas-webapp --- [INFO] [ENUNCIATE] Skipping enunciate per configuration. [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ atlas-webapp --- [WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead. [INFO] Surefire report directory: <https://builds.apache.org/job/Atlas-master-UnitTests/ws/webapp/target/surefire-reports> [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [WARNING] file.encoding cannot be set as system property, use <argLine>-Dfile.encoding=...<argLine> instead ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.atlas.notification.AdaptiveWaiterTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.936 sec - in org.apache.atlas.notification.AdaptiveWaiterTest Running org.apache.atlas.notification.NotificationEntityChangeListenerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 sec - in org.apache.atlas.notification.NotificationEntityChangeListenerTest Running org.apache.atlas.notification.NotificationHookConsumerTest Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.511 sec <<< FAILURE! - in org.apache.atlas.notification.NotificationHookConsumerTest consumersThrowsIllegalStateExceptionPauseRetryLogicIsInterrupted(org.apache.atlas.notification.NotificationHookConsumerTest) Time elapsed: 1.043 sec <<< FAILURE! java.lang.AssertionError: expected:<false> but was:<true> at org.testng.Assert.fail(Assert.java:89) at org.testng.Assert.failNotEquals(Assert.java:489) at org.testng.Assert.assertFalse(Assert.java:58) at org.testng.Assert.assertFalse(Assert.java:68) at org.apache.atlas.notification.NotificationHookConsumerTest.consumersThrowsIllegalStateExceptionPauseRetryLogicIsInterrupted(NotificationHookConsumerTest.java:290) Running org.apache.atlas.notification.NotificationHookConsumerKafkaTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.166 sec - in org.apache.atlas.notification.NotificationHookConsumerKafkaTest Running org.apache.atlas.web.security.FileAuthenticationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.92 sec - in org.apache.atlas.web.security.FileAuthenticationTest Running org.apache.atlas.web.security.NegativeSSLAndKerberosTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 47.823 sec <<< FAILURE! - in org.apache.atlas.web.security.NegativeSSLAndKerberosTest testUnsecuredClient(org.apache.atlas.web.security.NegativeSSLAndKerberosTest) Time elapsed: 0.364 sec <<< FAILURE! java.lang.AssertionError: expected:<true> but was:<false> at org.testng.Assert.fail(Assert.java:89) at org.testng.Assert.failNotEquals(Assert.java:489) at org.testng.Assert.assertTrue(Assert.java:37) at org.testng.Assert.assertTrue(Assert.java:47) at org.apache.atlas.web.security.NegativeSSLAndKerberosTest.testUnsecuredClient(NegativeSSLAndKerberosTest.java:139) Running org.apache.atlas.web.security.SSLAndKerberosTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.447 sec - in org.apache.atlas.web.security.SSLAndKerberosTest Running org.apache.atlas.web.security.UserDaoTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 sec - in org.apache.atlas.web.security.UserDaoTest Running org.apache.atlas.web.security.SSLTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.235 sec - in org.apache.atlas.web.security.SSLTest Running org.apache.atlas.web.filters.ActiveServerFilterTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 sec - in org.apache.atlas.web.filters.ActiveServerFilterTest Running org.apache.atlas.web.filters.AtlasCSRFPreventionFilterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 sec - in org.apache.atlas.web.filters.AtlasCSRFPreventionFilterTest Running org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec - in org.apache.atlas.web.filters.AtlasAuthenticationKerberosFilterTest Running org.apache.atlas.web.filters.AuditFilterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.381 sec - in org.apache.atlas.web.filters.AuditFilterTest Running org.apache.atlas.web.service.AtlasZookeeperSecurityPropertiesTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec - in org.apache.atlas.web.service.AtlasZookeeperSecurityPropertiesTest Running org.apache.atlas.web.service.ServiceStateTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 sec - in org.apache.atlas.web.service.ServiceStateTest Running org.apache.atlas.web.service.CuratorFactoryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.25 sec - in org.apache.atlas.web.service.CuratorFactoryTest Running org.apache.atlas.web.service.SecureEmbeddedServerTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 32.026 sec <<< FAILURE! - in org.apache.atlas.web.service.SecureEmbeddedServerTest testServerConfiguredUsingCredentialProvider(org.apache.atlas.web.service.SecureEmbeddedServerTest) Time elapsed: 18.545 sec <<< FAILURE! java.lang.AssertionError: War deploy failed at org.testng.Assert.fail(Assert.java:89) at org.testng.Assert.failNotEquals(Assert.java:489) at org.testng.Assert.assertEquals(Assert.java:118) at org.testng.Assert.assertEquals(Assert.java:365) at org.testng.Assert.assertEquals(Assert.java:375) at org.apache.atlas.web.service.SecureEmbeddedServerTest.testServerConfiguredUsingCredentialProvider(SecureEmbeddedServerTest.java:77) Running org.apache.atlas.web.service.ActiveInstanceStateTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 sec - in org.apache.atlas.web.service.ActiveInstanceStateTest Running org.apache.atlas.web.service.ActiveInstanceElectorServiceTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.264 sec - in org.apache.atlas.web.service.ActiveInstanceElectorServiceTest Running org.apache.atlas.web.util.ServletsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 sec - in org.apache.atlas.web.util.ServletsTest Running org.apache.atlas.web.setup.SetupStepsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec - in org.apache.atlas.web.setup.SetupStepsTest Running org.apache.atlas.web.resources.TaxonomyServiceTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 sec - in org.apache.atlas.web.resources.TaxonomyServiceTest Running org.apache.atlas.web.resources.AdminResourceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.287 sec - in org.apache.atlas.web.resources.AdminResourceTest Running org.apache.atlas.web.resources.AdminExportTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec - in org.apache.atlas.web.resources.AdminExportTest Running org.apache.atlas.web.resources.EntityResourceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec - in org.apache.atlas.web.resources.EntityResourceTest Running org.apache.atlas.web.adapters.TestEntityREST$4 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 sec - in org.apache.atlas.web.adapters.TestEntityREST$4 Running org.apache.atlas.web.adapters.TestEntityREST$1 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec - in org.apache.atlas.web.adapters.TestEntityREST$1 Running org.apache.atlas.web.adapters.TestEntityREST$5 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec - in org.apache.atlas.web.adapters.TestEntityREST$5 Running org.apache.atlas.web.adapters.TestEntityREST$7 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.apache.atlas.web.adapters.TestEntityREST$7 Running org.apache.atlas.web.adapters.TestEntitiesREST$3 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec - in org.apache.atlas.web.adapters.TestEntitiesREST$3 Running org.apache.atlas.web.adapters.TestEntityREST$3 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec - in org.apache.atlas.web.adapters.TestEntityREST$3 Running org.apache.atlas.web.adapters.TestEntityREST$6 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec - in org.apache.atlas.web.adapters.TestEntityREST$6 Running org.apache.atlas.web.adapters.TestEntityREST Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.561 sec - in org.apache.atlas.web.adapters.TestEntityREST Running org.apache.atlas.web.adapters.TestEntityREST$2 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec - in org.apache.atlas.web.adapters.TestEntityREST$2 Running org.apache.atlas.web.adapters.TestEntitiesREST$2 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec - in org.apache.atlas.web.adapters.TestEntitiesREST$2 Running org.apache.atlas.web.adapters.TestEntitiesREST$1 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec - in org.apache.atlas.web.adapters.TestEntitiesREST$1 Running org.apache.atlas.web.adapters.TestEntitiesREST Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.838 sec - in org.apache.atlas.web.adapters.TestEntitiesREST Running org.apache.atlas.web.TestUtils Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec - in org.apache.atlas.web.TestUtils Running org.apache.atlas.util.RestUtilsTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec - in org.apache.atlas.util.RestUtilsTest Results : Failed tests: NotificationHookConsumerTest.consumersThrowsIllegalStateExceptionPauseRetryLogicIsInterrupted:290 expected:<false> but was:<true> NegativeSSLAndKerberosTest.testUnsecuredClient:139 expected:<true> but was:<false> SecureEmbeddedServerTest.testServerConfiguredUsingCredentialProvider:79 War deploy failed Tests run: 121, Failures: 3, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Atlas Server Build Tools .................... SUCCESS [ 0.901 s] [INFO] apache-atlas ....................................... SUCCESS [ 6.345 s] [INFO] Apache Atlas Integration ........................... SUCCESS [ 39.463 s] [INFO] Apache Atlas Common ................................ SUCCESS [ 16.462 s] [INFO] Apache Atlas Typesystem ............................ SUCCESS [01:14 min] [INFO] Apache Atlas Client ................................ SUCCESS [ 20.344 s] [INFO] Apache Atlas Server API ............................ SUCCESS [ 9.866 s] [INFO] Apache Atlas Notification .......................... SUCCESS [ 24.432 s] [INFO] Apache Atlas Graph Database Projects ............... SUCCESS [ 0.590 s] [INFO] Apache Atlas Graph Database API .................... SUCCESS [ 7.944 s] [INFO] Graph Database Common Code ......................... SUCCESS [ 7.867 s] [INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 34.084 s] [INFO] Shaded version of Apache hbase client .............. SUCCESS [ 9.341 s] [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:25 min] [INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [ 0.723 s] [INFO] Shaded version of Apache hbase server .............. SUCCESS [ 25.403 s] [INFO] Apache Atlas Repository ............................ SUCCESS [07:21 min] [INFO] Apache Atlas Authorization ......................... SUCCESS [ 13.325 s] [INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 18.452 s] [INFO] Apache Atlas UI .................................... SUCCESS [01:42 min] [INFO] Apache Atlas Web Application ....................... FAILURE [04:25 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 Distribution .......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20:07 min [INFO] Finished at: 2017-09-15T15:46:25Z [INFO] Final Memory: 168M/1225M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project atlas-webapp: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/Atlas-master-UnitTests/ws/webapp/target/surefire-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-UnitTests/ws/> that match the pattern **/target/checkstyle-result.xml [CHECKSTYLE] Parsing 19 files in <https://builds.apache.org/job/Atlas-master-UnitTests/ws/> [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/authorization/target/checkstyle-result.xml> with 467 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/catalog/target/checkstyle-result.xml> with 2604 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/client/target/checkstyle-result.xml> with 4241 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/common/target/checkstyle-result.xml> with 5453 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/dashboardv2/target/checkstyle-result.xml> with 5453 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/api/target/checkstyle-result.xml> with 5722 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/common/target/checkstyle-result.xml> with 5909 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 5909 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/target/checkstyle-result.xml> with 5909 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/titan0/target/checkstyle-result.xml> with 8294 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/titan1/target/checkstyle-result.xml> with 9242 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/intg/target/checkstyle-result.xml> with 17049 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/notification/target/checkstyle-result.xml> with 18259 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/checkstyle-result.xml> with 38068 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/server-api/target/checkstyle-result.xml> with 38447 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 38447 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 38447 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/target/checkstyle-result.xml> with 38447 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/typesystem/target/checkstyle-result.xml> with 42665 unique warnings and 0 duplicates. <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=3440240e51a5e4105021ea741be8af15cd1dce88, workspace=<https://builds.apache.org/job/Atlas-master-UnitTests/ws/> > git rev-parse 3440240e51a5e4105021ea741be8af15cd1dce88^{commit} # timeout=10 <Git Blamer> Skipping file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/titan1/src/main/java/org/apache/atlas/repository/graphdb/titan1/graphson/AtlasGraphSONMode.java,> no result found. [CHECKSTYLE] Computing warning deltas based on reference build #59 [FINDBUGS] Collecting findbugs analysis files... [FINDBUGS] Searching for all files in <https://builds.apache.org/job/Atlas-master-UnitTests/ws/> that match the pattern **/target/findbugs.xml [FINDBUGS] Parsing 12 files in <https://builds.apache.org/job/Atlas-master-UnitTests/ws/> [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/catalog/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/titan0/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-master-UnitTests/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=3440240e51a5e4105021ea741be8af15cd1dce88, workspace=<https://builds.apache.org/job/Atlas-master-UnitTests/ws/> [FINDBUGS] Computing warning deltas based on reference build #59 Archiving artifacts [Fast Archiver] Compressed 184.18 MB of artifacts by 57.0% relative to #59 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-UnitTests/builds/77/testng/testng-results-1.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results-2.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results-3.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results-4.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results-5.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results-6.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results-7.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results-8.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results-9.xml' Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/77/testng/testng-results.xml' TestNG Reports Processing: FINISH