See <https://builds.apache.org/job/apache-atlas-nightly/605/changes>
Changes: [dkantor] ATLAS-1539 Integration tests in projects which use the typesystem test ------------------------------------------ [...truncated 357 lines...] [INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/apache-atlas-nightly/ws/intg'> && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: <https://builds.apache.org/job/apache-atlas-nightly/ws/intg> [INFO] Storing buildNumber: 997abdb0ac68d2296a43ff66dba0c4169c85390a at timestamp: 1487012186218 [WARNING] Cannot get the branch information from the git repository: 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/intg'> && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: <https://builds.apache.org/job/apache-atlas-nightly/ws/intg> [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ atlas-intg --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ atlas-intg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/src/main/resources> [INFO] Copying 2 resources to META-INF [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ atlas-intg --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/classes> [WARNING] <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/src/main/java/org/apache/atlas/model/instance/AtlasStruct.java>: Some input files use unchecked or unsafe operations. [WARNING] <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/src/main/java/org/apache/atlas/model/instance/AtlasStruct.java>: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ atlas-intg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/src/test/resources> [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/typesystem/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ atlas-intg --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/target/test-classes> [WARNING] <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/src/test/java/org/apache/atlas/TestUtilsV2.java>: <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/src/test/java/org/apache/atlas/TestUtilsV2.java> uses or overrides a deprecated API. [WARNING] <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/src/test/java/org/apache/atlas/TestUtilsV2.java>: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ atlas-intg --- [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/intg/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.TestUtilsV2 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in org.apache.atlas.TestUtilsV2 Running org.apache.atlas.model.instance.TestAtlasClassification Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 sec - in org.apache.atlas.model.instance.TestAtlasClassification Running org.apache.atlas.model.instance.TestAtlasEntity Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 sec - in org.apache.atlas.model.instance.TestAtlasEntity Running org.apache.atlas.model.typedef.TestAtlasClassificationDef Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 sec - in org.apache.atlas.model.typedef.TestAtlasClassificationDef Running org.apache.atlas.model.typedef.TestAtlasStructDef Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.546 sec - in org.apache.atlas.model.typedef.TestAtlasStructDef Running org.apache.atlas.model.typedef.TestAtlasEnumDef Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.485 sec - in org.apache.atlas.model.typedef.TestAtlasEnumDef Running org.apache.atlas.model.typedef.TestAtlasEntityDef Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 sec - in org.apache.atlas.model.typedef.TestAtlasEntityDef Running org.apache.atlas.type.TestAtlasObjectIdType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec - in org.apache.atlas.type.TestAtlasObjectIdType Running org.apache.atlas.type.TestAtlasDoubleType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec - in org.apache.atlas.type.TestAtlasDoubleType Running org.apache.atlas.type.TestAtlasByteType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec - in org.apache.atlas.type.TestAtlasByteType Running org.apache.atlas.type.TestAtlasEntityType Tests run: 10, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.438 sec <<< FAILURE! - in org.apache.atlas.type.TestAtlasEntityType testEntityTypeValidateValue(org.apache.atlas.type.TestAtlasEntityType) Time elapsed: 0.011 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.type.TestAtlasEntityType.testEntityTypeValidateValue(TestAtlasEntityType.java:121) Running org.apache.atlas.type.TestAtlasShortType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec - in org.apache.atlas.type.TestAtlasShortType Running org.apache.atlas.type.TestAtlasStructType Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.38 sec - in org.apache.atlas.type.TestAtlasStructType Running org.apache.atlas.type.TestAtlasBigDecimalType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 sec - in org.apache.atlas.type.TestAtlasBigDecimalType Running org.apache.atlas.type.TestAtlasDateType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 sec - in org.apache.atlas.type.TestAtlasDateType Running org.apache.atlas.type.TestAtlasFloatType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec - in org.apache.atlas.type.TestAtlasFloatType Running org.apache.atlas.type.TestAtlasBigIntegerType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 sec - in org.apache.atlas.type.TestAtlasBigIntegerType Running org.apache.atlas.type.TestAtlasIntType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 sec - in org.apache.atlas.type.TestAtlasIntType Running org.apache.atlas.type.TestAtlasClassificationType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 sec - in org.apache.atlas.type.TestAtlasClassificationType Running org.apache.atlas.type.TestAtlasTypeRegistry Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 sec - in org.apache.atlas.type.TestAtlasTypeRegistry Running org.apache.atlas.type.TestAtlasStringType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 sec - in org.apache.atlas.type.TestAtlasStringType Running org.apache.atlas.type.TestAtlasMapType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in org.apache.atlas.type.TestAtlasMapType Running org.apache.atlas.type.TestAtlasArrayType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 sec - in org.apache.atlas.type.TestAtlasArrayType Running org.apache.atlas.type.TestAtlasLongType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec - in org.apache.atlas.type.TestAtlasLongType Running org.apache.atlas.type.TestAtlasBooleanType Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec - in org.apache.atlas.type.TestAtlasBooleanType Results : Failed tests: TestAtlasEntityType.testEntityTypeValidateValue:121 expected:<true> but was:<false> Tests run: 116, Failures: 1, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Atlas Server Build Tools .................... SUCCESS [ 0.909 s] [INFO] apache-atlas ....................................... SUCCESS [ 7.880 s] [INFO] Apache Atlas Integration ........................... FAILURE [ 32.113 s] [INFO] Apache Atlas Common ................................ SKIPPED [INFO] Apache Atlas Typesystem ............................ SKIPPED [INFO] Apache Atlas Client ................................ SKIPPED [INFO] Apache Atlas Server API ............................ SKIPPED [INFO] Apache Atlas Notification .......................... SKIPPED [INFO] Apache Atlas Graph Database Projects ............... SKIPPED [INFO] Apache Atlas Graph Database API .................... SKIPPED [INFO] Graph Database Common Code ......................... SKIPPED [INFO] Shaded version of Apache hbase client .............. SKIPPED [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SKIPPED [INFO] Apache Atlas Graph Database Implementation Dependencies SKIPPED [INFO] Shaded version of Apache hbase server .............. SKIPPED [INFO] Apache Atlas Repository ............................ SKIPPED [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 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: 43.438 s [INFO] Finished at: 2017-02-13T18:56:58+00:00 [INFO] Final Memory: 78M/1808M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project atlas-intg: There are test failures. [ERROR] [ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/ws/intg/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-intg 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 30 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-shim/target/checkstyle-result.xml> with 29 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/falcon-bridge/target/checkstyle-result.xml> with 420 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 420 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge-shim/target/checkstyle-result.xml> with 435 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/target/checkstyle-result.xml> with 2228 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/sqoop-bridge-shim/target/checkstyle-result.xml> with 2244 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 2369 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/storm-bridge-shim/target/checkstyle-result.xml> with 2390 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 2659 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/authorization/target/checkstyle-result.xml> with 3114 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/catalog/target/checkstyle-result.xml> with 5247 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 6936 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 8047 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboardv2/target/checkstyle-result.xml> with 8047 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/distro/target/checkstyle-result.xml> with 8047 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/docs/target/checkstyle-result.xml> with 8047 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 8275 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/common/target/checkstyle-result.xml> with 8417 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 8417 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/target/checkstyle-result.xml> with 8417 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/graphdb/titan0/target/checkstyle-result.xml> with 10630 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 11791 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/plugin-classloader/target/checkstyle-result.xml> with 11899 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 24759 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 25150 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 25150 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 25150 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 25150 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/titan/target/checkstyle-result.xml> with 25612 unique warnings and 0 duplicates. [CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 29816 unique warnings and 0 duplicates. [CHECKSTYLE] Computing warning deltas based on reference build #535 [FINDBUGS] Collecting findbugs analysis files... [FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml [FINDBUGS] Parsing 21 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-shim/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [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/hive-bridge-shim/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-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/sqoop-bridge-shim/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-shim/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/graphdb/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/titan0/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/plugin-classloader/target/findbugs.xml> with 0 unique warnings and 0 duplicates. [FINDBUGS] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/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 #535 Archiving artifacts Compressed 558.51 MB of artifacts by 65.7% relative to #535 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. 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/605/testng/testng-results.xml' TestNG Reports Processing: FINISH
