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

Changes:

[madhan] ATLAS-2195: fix to close a graph transaction left open during Atlas

------------------------------------------
[...truncated 516.28 KB...]
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 47.178 sec <<< 
FAILURE! - in org.apache.atlas.web.security.SSLAndKerberosTest
testService(org.apache.atlas.web.security.SSLAndKerberosTest)  Time elapsed: 
30.166 sec  <<< FAILURE!
com.sun.jersey.api.client.ClientHandlerException: java.io.IOException: 
javax.net.ssl.SSLHandshakeException: Remote host closed connection during 
handshake
        at sun.security.ssl.InputRecord.read(InputRecord.java:505)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
        at 
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
        at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
        at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
        at 
org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:190)
        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128)
        at 
org.apache.hadoop.security.authentication.client.AuthenticatedURL.openConnection(AuthenticatedURL.java:215)
        at 
org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.openConnection(DelegationTokenAuthenticatedURL.java:322)
        at 
org.apache.atlas.security.SecureClientUtils$1$1.run(SecureClientUtils.java:97)
        at 
org.apache.atlas.security.SecureClientUtils$1$1.run(SecureClientUtils.java:92)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
        at 
org.apache.atlas.security.SecureClientUtils$1.getHttpURLConnection(SecureClientUtils.java:92)
        at 
com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:165)
        at 
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:153)
        at com.sun.jersey.api.client.Client.handle(Client.java:652)
        at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)
        at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
        at 
com.sun.jersey.api.client.WebResource$Builder.method(WebResource.java:634)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:334)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:311)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:227)
        at 
org.apache.atlas.AtlasClient.callAPIWithQueryParams(AtlasClient.java:962)
        at org.apache.atlas.AtlasClient.listTypes(AtlasClient.java:344)
        at 
org.apache.atlas.web.security.SSLAndKerberosTest.testService(SSLAndKerberosTest.java:185)

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.security.SSLTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 43.409 sec <<< 
FAILURE! - in org.apache.atlas.web.security.SSLTest
testService(org.apache.atlas.web.security.SSLTest)  Time elapsed: 30.199 sec  
<<< FAILURE!
com.sun.jersey.api.client.ClientHandlerException: 
javax.net.ssl.SSLHandshakeException: Remote host closed connection during 
handshake
        at sun.security.ssl.InputRecord.read(InputRecord.java:505)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
        at 
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
        at 
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
        at 
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
        at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546)
        at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
        at 
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
        at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
        at 
com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:253)
        at 
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:153)
        at 
com.sun.jersey.api.client.filter.HTTPBasicAuthFilter.handle(HTTPBasicAuthFilter.java:105)
        at com.sun.jersey.api.client.Client.handle(Client.java:652)
        at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)
        at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
        at 
com.sun.jersey.api.client.WebResource$Builder.method(WebResource.java:634)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:334)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:311)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:227)
        at 
org.apache.atlas.AtlasClient.callAPIWithQueryParams(AtlasClient.java:962)
        at org.apache.atlas.AtlasClient.listTypes(AtlasClient.java:344)
        at org.apache.atlas.web.security.SSLTest.testService(SSLTest.java:147)

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.util.ServletsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.923 sec - in 
org.apache.atlas.web.util.ServletsTest
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.setup.SetupStepsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 sec - in 
org.apache.atlas.web.setup.SetupStepsTest
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.TestUtils
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in 
org.apache.atlas.web.TestUtils
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntityREST$3
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.23 sec - in 
org.apache.atlas.web.adapters.TestEntityREST$3
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntitiesREST$3
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 sec - in 
org.apache.atlas.web.adapters.TestEntitiesREST$3
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntityREST$2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in 
org.apache.atlas.web.adapters.TestEntityREST$2
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntitiesREST
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.333 sec - in 
org.apache.atlas.web.adapters.TestEntitiesREST
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntitiesREST$2
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec - in 
org.apache.atlas.web.adapters.TestEntitiesREST$2
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntitiesREST$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec - in 
org.apache.atlas.web.adapters.TestEntitiesREST$1
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
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
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntityREST
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.326 sec - in 
org.apache.atlas.web.adapters.TestEntityREST
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntityREST$7
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec - in 
org.apache.atlas.web.adapters.TestEntityREST$7
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntityREST$4
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec - in 
org.apache.atlas.web.adapters.TestEntityREST$4
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntityREST$1
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec - in 
org.apache.atlas.web.adapters.TestEntityREST$1
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.web.adapters.TestEntityREST$5
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec - in 
org.apache.atlas.web.adapters.TestEntityREST$5
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
Running org.apache.atlas.util.RestUtilsTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec - in 
org.apache.atlas.util.RestUtilsTest

Results :

Failed tests: 
  NegativeSSLAndKerberosTest.testUnsecuredClient:139 expected:<true> but 
was:<false>
  SSLAndKerberosTest.testService:185 » ClientHandler java.io.IOException: 
javax....
  SSLTest.testService:147 » ClientHandler javax.net.ssl.SSLHandshakeException: 
R...
  SecureEmbeddedServerTest.testServerConfiguredUsingCredentialProvider:79 War 
deploy failed

Tests run: 121, Failures: 4, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  2.363 s]
[INFO] apache-atlas ....................................... SUCCESS [  9.535 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 41.668 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 12.875 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:07 min]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.952 s]
[INFO] atlas-client-common ................................ SUCCESS [  8.905 s]
[INFO] atlas-client-v1 .................................... SUCCESS [ 12.438 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  8.311 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 23.561 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  7.348 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.664 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  7.045 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  6.629 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 47.231 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.909 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [01:23 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.879 
s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.726 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [07:35 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  8.281 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 14.441 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:40 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [04:56 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:53 min
[INFO] Finished at: 2017-10-13T00:48:20Z
[INFO] Final Memory: 178M/2517M
[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 22 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/client-v1/target/checkstyle-result.xml>
 with 3477 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/client/client-v2/target/checkstyle-result.xml>
 with 3802 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/client/common/target/checkstyle-result.xml>
 with 4262 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/client/target/checkstyle-result.xml>
 with 4262 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/common/target/checkstyle-result.xml>
 with 5227 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/dashboardv2/target/checkstyle-result.xml>
 with 5227 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 5500 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 5687 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 5687 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/graphdb/target/checkstyle-result.xml>
 with 5687 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 8089 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 9056 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/intg/target/checkstyle-result.xml>
 with 17270 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/notification/target/checkstyle-result.xml>
 with 18835 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/checkstyle-result.xml>
 with 39087 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 39466 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 39466 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 39466 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/target/checkstyle-result.xml>
 with 39466 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/ws/typesystem/target/checkstyle-result.xml>
 with 43684 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=48feaa3529cdcc29434d6f769c0247cc7d2de7b1, 
workspace=<https://builds.apache.org/job/Atlas-master-UnitTests/ws/>
 > git rev-parse 48feaa3529cdcc29434d6f769c0247cc7d2de7b1^{commit} # timeout=10
[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 15 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/client-v1/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-UnitTests/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-UnitTests/ws/client/common/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/graphdb/titan1/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=48feaa3529cdcc29434d6f769c0247cc7d2de7b1, 
workspace=<https://builds.apache.org/job/Atlas-master-UnitTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #59
Archiving artifacts
[Fast Archiver] Compressed 201.92 MB of artifacts by 51.4% 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/130/testng/testng-results-1.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results-2.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results-3.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results-4.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results-5.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results-6.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results-7.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results-8.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results-9.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/130/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Reply via email to