You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/06/26 03:26:20 UTC

Build failed in Jenkins: Atlas-master-UnitTests #1760

See <https://builds.apache.org/job/Atlas-master-UnitTests/1760/display/redirect>

------------------------------------------
[...truncated 170.25 KB...]
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/mock/**
[INFO] Exclude: **/data/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/build.log
[INFO] Exclude: **/.bowerrc
[INFO] Exclude: *.json
[INFO] Exclude: **/overlays/**
[INFO] Exclude: dev-support/**
[INFO] Exclude: **/users-credentials.properties
[INFO] Exclude: **/public/css/animate.min.css
[INFO] Exclude: **/public/css/bootstrap-sidebar.css
[INFO] Exclude: **/public/js/external_lib/**
[INFO] Exclude: **/node_modules/**
[INFO] Exclude: **/public/js/libs/**
[INFO] Exclude: **/atlas.data/**
[INFO] Exclude: **/${sys:atlas.data}/**
[INFO] Exclude: **/policy-store.txt
[INFO] Exclude: **/*rebel*.xml
[INFO] Exclude: **/*rebel*.xml.bak
[INFO] Exclude: **/test/resources/**
[INFO] 177 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 177 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources-solr) @ atlas-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[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/Atlas-master-UnitTests/ws/repository/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/classes>
[INFO] <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/main/java/org/apache/atlas/repository/converters/AtlasInstanceConverter.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/main/java/org/apache/atlas/repository/converters/AtlasInstanceConverter.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasGraphUtilsV2.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 41 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ atlas-repository ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 49 source files to <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/test-classes>
[INFO] <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/test/java/org/apache/atlas/query/BasicTestSetup.java>: <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/test/java/org/apache/atlas/query/BasicTestSetup.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/test/java/org/apache/atlas/query/BasicTestSetup.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/test/java/org/apache/atlas/repository/migration/MigrationBaseAsserts.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/src/test/java/org/apache/atlas/repository/migration/MigrationBaseAsserts.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ atlas-repository ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/surefire-reports>
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.atlas.services.MetricsServiceTest
Running org.apache.atlas.query.DSLQueriesTest
Running org.apache.atlas.glossary.GlossaryServiceTest
Running org.apache.atlas.query.GremlinQueryComposerTest
Running org.apache.atlas.repository.impexp.AtlasImportRequestTest
Running org.apache.atlas.glossary.PaginationHelperTest
Running org.apache.atlas.repository.impexp.UniqueListTest
Running org.apache.atlas.query.DSLParsingTest
Running org.apache.atlas.repository.store.graph.v2.AtlasComplexAttributesTest
Running org.apache.atlas.repository.tagpropagation.ClassificationPropagationTest
Running org.apache.atlas.repository.impexp.ZipSinkTest
Running org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreV2Test
Running org.apache.atlas.repository.userprofile.UserProfileServiceTest
Running org.apache.atlas.repository.impexp.ImportServiceTest
Running org.apache.atlas.repository.store.graph.v2.AtlasEntityDefStoreV2Test
Running org.apache.atlas.repository.impexp.ZipSourceTest
Running org.apache.atlas.repository.impexp.ImportTransformerTest
Running org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Running org.apache.atlas.repository.impexp.ExportServiceTest
Running org.apache.atlas.repository.impexp.ImportTransformerJSONTest
Running org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateSoftDeleteV2Test
Running org.apache.atlas.repository.audit.CassandraAuditRepositoryTest
Running org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreSoftDeleteV2Test
Running org.apache.atlas.repository.store.graph.AtlasTypeDefGraphStoreTest
Running org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2BulkImportPercentTest
Running org.apache.atlas.repository.impexp.ImportTransformsTest
Running org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateV2Test
Running org.apache.atlas.repository.migration.HiveStocksTest
Running org.apache.atlas.repository.store.graph.v2.AtlasRelationshipDefStoreV2Test
Running org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2Test
Running org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreHardDeleteV2Test
Running org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
Running org.apache.atlas.repository.migration.ComplexAttributesTest
Running org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateHardDeleteV2Test
Running org.apache.atlas.utils.TestResourceFileUtils
Running org.apache.atlas.repository.migration.TypesWithClassificationTest
Running org.apache.atlas.repository.migration.TypesDefScrubberTest
Running org.apache.atlas.repository.migration.HiveParititionTest
Running org.apache.atlas.TestModules
Running org.apache.atlas.repository.migration.MigrationProgressServiceTest
Running org.apache.atlas.repository.migration.TypesWithCollectionsFinderTest
Running org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Running org.apache.atlas.repository.migration.RelationshipCacheGeneratorTest
Running org.apache.atlas.repository.migration.PathTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.16 sec - in org.apache.atlas.repository.impexp.UniqueListTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.266 sec - in org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreV2Test
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.95 sec - in org.apache.atlas.glossary.PaginationHelperTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.318 sec - in org.apache.atlas.repository.impexp.ImportTransformerTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.605 sec - in org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateV2Test
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.91 sec - in org.apache.atlas.utils.TestResourceFileUtils
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.874 sec - in org.apache.atlas.TestModules
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.498 sec - in org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.471 sec - in org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.161 sec - in org.apache.atlas.query.DSLParsingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.474 sec - in org.apache.atlas.repository.impexp.AtlasImportRequestTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.072 sec - in org.apache.atlas.repository.impexp.ZipSinkTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.446 sec - in org.apache.atlas.repository.impexp.ImportTransformsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.05 sec - in org.apache.atlas.repository.impexp.ImportTransformerJSONTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.946 sec - in org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.544 sec - in org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2BulkImportPercentTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.589 sec - in org.apache.atlas.repository.impexp.ZipSourceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.424 sec - in org.apache.atlas.repository.migration.TypesDefScrubberTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.955 sec - in org.apache.atlas.repository.migration.MigrationProgressServiceTest
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.837 sec - in org.apache.atlas.query.GremlinQueryComposerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 38.575 sec - in org.apache.atlas.repository.audit.CassandraAuditRepositoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.928 sec - in org.apache.atlas.services.MetricsServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.032 sec - in org.apache.atlas.repository.store.graph.v2.AtlasEntityDefStoreV2Test
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 100.023 sec - in org.apache.atlas.repository.store.graph.v2.AtlasRelationshipDefStoreV2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 126.436 sec - in org.apache.atlas.repository.migration.RelationshipCacheGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 141.171 sec - in org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreSoftDeleteV2Test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.913 sec - in org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateHardDeleteV2Test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 144.061 sec - in org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateSoftDeleteV2Test
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 148.121 sec - in org.apache.atlas.repository.store.graph.v2.AtlasComplexAttributesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 146.858 sec - in org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreHardDeleteV2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 148.794 sec - in org.apache.atlas.repository.migration.TypesWithCollectionsFinderTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 161.92 sec - in org.apache.atlas.repository.userprofile.UserProfileServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 164.774 sec - in org.apache.atlas.repository.migration.PathTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 171.415 sec - in org.apache.atlas.repository.migration.TypesWithClassificationTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 174.331 sec - in org.apache.atlas.repository.store.graph.AtlasTypeDefGraphStoreTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 175.332 sec - in org.apache.atlas.repository.migration.HiveStocksTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 175.161 sec - in org.apache.atlas.repository.migration.HiveParititionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 175.971 sec - in org.apache.atlas.repository.migration.ComplexAttributesTest
Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 181.412 sec - in org.apache.atlas.glossary.GlossaryServiceTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 181.737 sec - in org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2Test
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 204.197 sec - in org.apache.atlas.repository.impexp.ImportServiceTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 218.646 sec - in org.apache.atlas.repository.tagpropagation.ClassificationPropagationTest
Tests run: 246, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 294.035 sec - in org.apache.atlas.query.DSLQueriesTest
Build timed out (after 540 minutes). Marking the build as failed.

Results :

Build was aborted
Tests run: 539, Failures: 0, Errors: 0, Skipped: 7

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  2.073 s]
[INFO] apache-atlas ....................................... SUCCESS [  5.774 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [  9.147 s]
[INFO] Open Connector Framework (OCF) ..................... SUCCESS [  4.115 s]
[INFO] Open Metadata Repository Services (OMRS) ........... SUCCESS [ 11.908 s]
[INFO] Open Metadata and Governance (OMAG) Server APIs .... SUCCESS [  1.258 s]
[INFO] Connected Asset Open Metadata Access Service (OMAS)  SUCCESS [  1.864 s]
[INFO] Asset Consumer Open Metadata Access Service (OMAS) . SUCCESS [  1.740 s]
[INFO] Open Metadata and Governance (OMAG) Server ......... SUCCESS [  1.989 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [01:11 min]
[INFO] Apache Atlas Common ................................ SUCCESS [  5.456 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.246 s]
[INFO] atlas-client-common ................................ SUCCESS [  1.219 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  5.158 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  1.514 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 25.514 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  1.662 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.331 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  1.446 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  1.048 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [02:44 min]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  3.352 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [ 11.486 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 27.945 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  4.918 s]
[INFO] Apache Atlas Repository ............................ FAILURE [  08:53 h]
[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 Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:59 h
[INFO] Finished at: 2018-06-26T03:26:11Z
[INFO] Final Memory: 120M/1972M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project atlas-repository: ExecutionException: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository> && /usr/local/asfpackages/java/jdk1.8.0_172/jre/bin/java -Djava.awt.headless=true -Dproject.version=2.0.0-SNAPSHOT -Dhadoop.tmp.dir=<https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/tmp-hadoop-jenkins> -Xmx1024m -Djava.net.preferIPv4Stack=true -jar <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/surefire/surefirebooter281616846962897339.jar> <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/surefire/surefire2240140463216241819tmp> <https://builds.apache.org/job/Atlas-master-UnitTests/ws/repository/target/surefire/surefire_764384145351921829678tmp>
[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
[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] No files found. Configuration error?
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=80f556a704ee21b78598e87de36777f03ebe7368, workspace=<https://builds.apache.org/job/Atlas-master-UnitTests/ws/>
[CHECKSTYLE] Computing warning deltas based on reference build #1759
[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] No files found. Configuration error?
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=80f556a704ee21b78598e87de36777f03ebe7368, workspace=<https://builds.apache.org/job/Atlas-master-UnitTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #1759
Archiving artifacts
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/1760/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/1760/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/1760/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/1760/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/1760/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/1760/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/1760/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-master-UnitTests/builds/1760/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Jenkins build is back to normal : Atlas-master-UnitTests #1761

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Atlas-master-UnitTests/1761/display/redirect>