See <https://builds.apache.org/job/apache-atlas-nightly/356/changes>

Changes:

[sumasai.shivaprasad] ATLAS-917 Add hdfs paths to process qualified name for 
non-partition

------------------------------------------
[...truncated 3041 lines...]
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd 
'<https://builds.apache.org/job/apache-atlas-nightly/ws/repository'> && 'git' 
'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
atlas-repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- scala-maven-plugin:3.2.0:compile (scala-compile-first) @ 
atlas-repository ---
[WARNING] Zinc server is not available at port 3030 - reverting to normal 
incremental compile
[INFO] Using incremental compilation
[INFO] Compiling 9 Scala sources and 49 Java sources to 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/classes...>
[WARNING] 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedMetadataRepository.java>:134:
 warning: non-varargs call of varargs method with inexact argument type for 
last parameter;
[WARNING]         LOG.debug("adding entities={}", entities);
[WARNING]                                         ^
[WARNING]   cast to Object for a varargs call
[WARNING]   cast to Object[] for a non-varargs call and to suppress this warning
[WARNING] 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedMetadataRepository.java>:297:
 warning: non-varargs call of varargs method with inexact argument type for 
last parameter;
[WARNING]         LOG.debug("updating entity {}", entitiesUpdated);
[WARNING]                                         ^
[WARNING]   cast to Object for a varargs call
[WARNING]   cast to Object[] for a non-varargs call and to suppress this warning
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[WARNING] 2 warnings
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 49 source files to 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/classes>
[WARNING] 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java>:
 Some input files use unchecked or unsafe operations.
[WARNING] 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/typesystem/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- scala-maven-plugin:3.2.0:testCompile (scala-test-compile-first) @ 
atlas-repository ---
[WARNING] Zinc server is not available at port 3030 - reverting to normal 
incremental compile
[INFO] Using incremental compilation
[INFO] Compiling 8 Scala sources and 27 Java sources to 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/test-classes...>
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/test-classes>
[WARNING] 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/src/test/java/org/apache/atlas/repository/typestore/StoreBackedTypeCacheTest.java>:
 Some input files use unchecked or unsafe operations.
[WARNING] 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/src/test/java/org/apache/atlas/repository/typestore/StoreBackedTypeCacheTest.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ atlas-repository 
---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use 
forkCount and reuseForks instead.
[INFO] Surefire report directory: 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/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.service.DefaultMetadataServiceTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.062 sec - 
in org.apache.atlas.service.DefaultMetadataServiceTest
Running org.apache.atlas.service.StoreBackedTypeCacheMetadataServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.066 sec - in 
org.apache.atlas.service.StoreBackedTypeCacheMetadataServiceTest
Running org.apache.atlas.repository.graph.GraphRepoMapperScaleTest
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 302.353 sec <<< 
FAILURE! - in org.apache.atlas.repository.graph.GraphRepoMapperScaleTest
testSearchIndex(org.apache.atlas.repository.graph.GraphRepoMapperScaleTest)  
Time elapsed: 5.806 sec  <<< FAILURE!
java.lang.IllegalArgumentException: The used key [hive_table.name] is not 
indexed in the targeted index [vertex_index]
        at 
com.google.common.base.Preconditions.checkArgument(Preconditions.java:119)
        at 
com.thinkaurelius.titan.graphdb.database.IndexSerializer.executeQuery(IndexSerializer.java:631)
        at 
com.thinkaurelius.titan.graphdb.query.graph.IndexQueryBuilder.execute(IndexQueryBuilder.java:183)
        at 
com.thinkaurelius.titan.graphdb.query.graph.IndexQueryBuilder.vertices(IndexQueryBuilder.java:202)
        at 
org.apache.atlas.repository.graph.GraphRepoMapperScaleTest.searchWithIndex(GraphRepoMapperScaleTest.java:161)
        at 
org.apache.atlas.repository.graph.GraphRepoMapperScaleTest.testSearchIndex(GraphRepoMapperScaleTest.java:131)

Running org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.211 sec - 
in org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryTest
Running org.apache.atlas.repository.graph.GraphBackedSearchIndexerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.987 sec - in 
org.apache.atlas.repository.graph.GraphBackedSearchIndexerTest
Running org.apache.atlas.repository.graph.GraphBackedRepositorySoftDeleteTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.583 sec - 
in org.apache.atlas.repository.graph.GraphBackedRepositorySoftDeleteTest
Running org.apache.atlas.repository.graph.GraphBackedRepositoryHardDeleteTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.296 sec - 
in org.apache.atlas.repository.graph.GraphBackedRepositoryHardDeleteTest
Running org.apache.atlas.repository.graph.TitanGraphProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.363 sec - in 
org.apache.atlas.repository.graph.TitanGraphProviderTest
Running org.apache.atlas.repository.graph.GraphBackedSearchIndexerMockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.977 sec - in 
org.apache.atlas.repository.graph.GraphBackedSearchIndexerMockTest
Running 
org.apache.atlas.repository.typestore.StoreBackedTypeCacheConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.782 sec - in 
org.apache.atlas.repository.typestore.StoreBackedTypeCacheConfigurationTest
Running org.apache.atlas.repository.typestore.StoreBackedTypeCacheTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.483 sec - in 
org.apache.atlas.repository.typestore.StoreBackedTypeCacheTest
Running org.apache.atlas.repository.typestore.GraphBackedTypeStoreTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.837 sec - in 
org.apache.atlas.repository.typestore.GraphBackedTypeStoreTest
Running org.apache.atlas.repository.audit.HBaseBasedAuditRepositoryHATest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 sec - in 
org.apache.atlas.repository.audit.HBaseBasedAuditRepositoryHATest
Running org.apache.atlas.repository.audit.HBaseBasedAuditRepositoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.222 sec - in 
org.apache.atlas.repository.audit.HBaseBasedAuditRepositoryTest
Running org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 sec - in 
org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
Running org.apache.atlas.repository.BaseTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec - in 
org.apache.atlas.repository.BaseTest
Running org.apache.atlas.services.ReservedTypesRegistrarTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.116 sec - in 
org.apache.atlas.services.ReservedTypesRegistrarTest
Running org.apache.atlas.services.DefaultMetadataServiceMockTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.101 sec - in 
org.apache.atlas.services.DefaultMetadataServiceMockTest
Running org.apache.atlas.query.ExpressionTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.51 sec - in 
org.apache.atlas.query.ExpressionTest
Running org.apache.atlas.query.LineageQueryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.662 sec - in 
org.apache.atlas.query.LineageQueryTest
Running org.apache.atlas.query.GremlinTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.49 sec - in 
org.apache.atlas.query.GremlinTest
Running org.apache.atlas.query.LexerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 sec - in 
org.apache.atlas.query.LexerTest
Running org.apache.atlas.query.TestApp
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec - in 
org.apache.atlas.query.TestApp
Running org.apache.atlas.query.BaseGremlinTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec - in 
org.apache.atlas.query.BaseGremlinTest
Running org.apache.atlas.query.ParserTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.073 sec - in 
org.apache.atlas.query.ParserTest
Running org.apache.atlas.RepositoryServiceLoadingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.196 sec - in 
org.apache.atlas.RepositoryServiceLoadingTest
Running org.apache.atlas.TestUtils
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in 
org.apache.atlas.TestUtils
Running org.apache.atlas.discovery.DataSetLineageServiceTest
Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.702 sec - 
in org.apache.atlas.discovery.DataSetLineageServiceTest
Running org.apache.atlas.discovery.GraphBackedDiscoveryServiceTest
Tests run: 219, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 124.487 sec - 
in org.apache.atlas.discovery.GraphBackedDiscoveryServiceTest
Running org.apache.atlas.BaseRepositoryTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec - in 
org.apache.atlas.BaseRepositoryTest

Results :

Failed tests: 
  GraphRepoMapperScaleTest.testSearchIndex:131->searchWithIndex:161 » 
IllegalArgument

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] apache-atlas ...................................... SUCCESS [ 18.254 s]
[INFO] Apache Atlas Common ............................... SUCCESS [ 29.152 s]
[INFO] Apache Atlas Typesystem ........................... SUCCESS [01:40 min]
[INFO] Apache Atlas Client ............................... SUCCESS [ 25.269 s]
[INFO] Apache Atlas Server API ........................... SUCCESS [ 15.137 s]
[INFO] Apache Atlas Notification ......................... SUCCESS [ 41.336 s]
[INFO] Apache Atlas Graph Database Projects .............. SUCCESS [  0.649 s]
[INFO] Apache Atlas Graph Database API ................... SUCCESS [ 10.133 s]
[INFO] Apache Atlas Titan ................................ SUCCESS [ 34.505 s]
[INFO] Apache Atlas Repository ........................... FAILURE [13:36 min]
[INFO] Apache Atlas Authorization ........................ SKIPPED
[INFO] Apache Atlas Business Catalog ..................... SKIPPED
[INFO] Apache Atlas UI ................................... SKIPPED
[INFO] Apache Atlas Web Application ...................... SKIPPED
[INFO] Apache Atlas Documentation ........................ SKIPPED
[INFO] Apache Atlas FileSystem Model ..................... SKIPPED
[INFO] Apache Atlas Hive Bridge .......................... SKIPPED
[INFO] Apache Atlas Falcon Bridge ........................ SKIPPED
[INFO] Apache Atlas Sqoop Bridge ......................... SKIPPED
[INFO] Apache Atlas Storm Bridge ......................... SKIPPED
[INFO] Apache Atlas Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:12 min
[INFO] Finished at: 2016-07-01T20:33:01+00:00
[INFO] Final Memory: 119M/1178M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on 
project atlas-repository: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/apache-atlas-nightly/ws/repository/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-repository
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern 
**/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 19 files in 
<https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/falcon-bridge/target/checkstyle-result.xml>
 with 52 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hdfs-model/target/checkstyle-result.xml>
 with 72 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/sqoop-bridge/target/checkstyle-result.xml>
 with 88 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/storm-bridge/target/checkstyle-result.xml>
 with 164 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml>
 with 301 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml>
 with 593 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml>
 with 678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml>
 with 678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/dashboard/target/checkstyle-result.xml>
 with 678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml>
 with 678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/distro/target/checkstyle-result.xml>
 with 678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/docs/target/checkstyle-result.xml>
 with 678 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/checkstyle-result.xml>
 with 840 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml>
 with 840 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml>
 with 840 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/checkstyle-result.xml>
 with 870 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml>
 with 870 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/titan/target/checkstyle-result.xml>
 with 1239 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml>
 with 1960 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #270
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 13 files in 
<https://builds.apache.org/job/apache-atlas-nightly/ws/>
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/falcon-bridge/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hdfs-model/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/sqoop-bridge/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/storm-bridge/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/api/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/server-api/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/titan/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #270
Archiving artifacts
Compressed 741.36 MB of artifacts by 80.1% relative to #270
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
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Processing 
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/356/testng/testng-results-1.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/356/testng/testng-results-2.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/356/testng/testng-results-3.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/356/testng/testng-results-4.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/356/testng/testng-results-5.xml'
Processing 
'/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/356/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Reply via email to