See 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/9/display/redirect>

------------------------------------------
[...truncated 587.25 KB...]
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1124)
        at org.testng.TestNG.run(TestNG.java:1032)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:155)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:81)
        at 
org.apache.maven.plugin.surefire.InPluginVMSurefireStarter.runSuitesInProcess(InPluginVMSurefireStarter.java:82)
        at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:974)
        at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:824)
        at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:722)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
        at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

testLineageIsMaintained(org.apache.atlas.examples.QuickStartIT)  Time elapsed: 
0.671 sec  <<< FAILURE!
java.lang.AssertionError: 
        at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
        at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
        at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
        at 
org.apache.atlas.examples.QuickStartIT.testLineageIsMaintained(QuickStartIT.java:130)

testSearchUsingGremlin(org.apache.atlas.web.integration.MetadataDiscoveryJerseyResourceIT)
  Time elapsed: 0.685 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API 
org.apache.atlas.AtlasClient$API_V1@19b67c03 failed with status 400 (Bad 
Request) Response Body 
({"error":"org.apache.atlas.exception.AtlasBaseException: Gremlin script 
execution failed: g.V.has('type', 'hive_table_v1').toList()"})
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:387)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:320)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:236)
        at 
org.apache.atlas.AtlasClient.callAPIWithQueryParams(AtlasClient.java:962)
        at 
org.apache.atlas.web.integration.MetadataDiscoveryJerseyResourceIT.testSearchUsingGremlin(MetadataDiscoveryJerseyResourceIT.java:153)

testInputsGraph(org.apache.atlas.web.integration.DataSetLineageJerseyResourceIT)
  Time elapsed: 0.652 sec  <<< FAILURE!
java.lang.AssertionError: expected [4] but found [0]
        at org.testng.Assert.fail(Assert.java:94)
        at org.testng.Assert.failNotEquals(Assert.java:496)
        at org.testng.Assert.assertEquals(Assert.java:125)
        at org.testng.Assert.assertEquals(Assert.java:372)
        at org.testng.Assert.assertEquals(Assert.java:382)
        at 
org.apache.atlas.web.integration.DataSetLineageJerseyResourceIT.testInputsGraph(DataSetLineageJerseyResourceIT.java:78)

testOutputsGraph(org.apache.atlas.web.integration.DataSetLineageJerseyResourceIT)
  Time elapsed: 0.521 sec  <<< FAILURE!
java.lang.AssertionError: expected [3] but found [0]
        at org.testng.Assert.fail(Assert.java:94)
        at org.testng.Assert.failNotEquals(Assert.java:496)
        at org.testng.Assert.assertEquals(Assert.java:125)
        at org.testng.Assert.assertEquals(Assert.java:372)
        at org.testng.Assert.assertEquals(Assert.java:382)
        at 
org.apache.atlas.web.integration.DataSetLineageJerseyResourceIT.testOutputsGraph(DataSetLineageJerseyResourceIT.java:114)

testSubmit(org.apache.atlas.web.integration.TypesJerseyResourceIT)  Time 
elapsed: 0.217 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API 
org.apache.atlas.AtlasClient$API_V1@4a702fdd failed with status 400 (Bad 
Request) Response Body ({"error":"table.database: invalid inverseRef 
constraint. Inverse attribute database.database does not exist"})
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:387)
        at 
org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:320)
        at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:208)
        at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:942)
        at 
org.apache.atlas.web.integration.TypesJerseyResourceIT.testSubmit(TypesJerseyResourceIT.java:84)

testDiscoveryWithSearchParameters(org.apache.atlas.web.integration.BasicSearchIT)
  Time elapsed: 0.379 sec  <<< FAILURE!
java.lang.AssertionError: expected [3] but found [21]
        at org.testng.Assert.fail(Assert.java:94)
        at org.testng.Assert.failNotEquals(Assert.java:496)
        at org.testng.Assert.assertEquals(Assert.java:125)
        at org.testng.Assert.assertEquals(Assert.java:372)
        at org.testng.Assert.assertEquals(Assert.java:382)
        at 
org.apache.atlas.web.integration.BasicSearchIT.testDiscoveryWithSearchParameters(BasicSearchIT.java:127)


Results :

Failed tests: 
  QuickStartIT.testLineageIsMaintained:130 
  
AtlasAuthenticationSimpleFilterIT.testSimpleLoginAndAuthorizationWithValidCrendentialsAndInvalidAccessToResource:74
 expected [403] but found [500]
org.apache.atlas.web.integration.BasicSearchIT.testDiscoveryWithSearchParameters(org.apache.atlas.web.integration.BasicSearchIT)
  Run 1: BasicSearchIT.testDiscoveryWithSearchParameters:127 expected [3] but 
found [21]
  Run 2: PASS
  Run 3: PASS

  DataSetLineageJerseyResourceIT.testInputsGraph:78 expected [4] but found [0]
  DataSetLineageJerseyResourceIT.testOutputsGraph:114 expected [3] but found [0]
  
EntityLineageJerseyResourceIT>DataSetLineageJerseyResourceIT.testInputsGraph:78 
expected [4] but found [0]
  
EntityLineageJerseyResourceIT>DataSetLineageJerseyResourceIT.testOutputsGraph:114
 expected [3] but found [0]
  MetadataDiscoveryJerseyResourceIT.testSearchUsingGremlin:153 » AtlasService 
Me...
  TypesJerseyResourceIT.testSubmit:84 » AtlasService Metadata service API 
org.ap...

Tests run: 134, Failures: 9, Errors: 0, Skipped: 2

[INFO] 
[INFO] --- jetty-maven-plugin:9.4.0.v20161208:stop (stop-jetty) @ atlas-webapp 
---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@39318dd2{HTTP/1.1,[http/1.1]}{0.0.0.0:31000}
[INFO] Stopped scavenging
[INFO] Closing Spring root WebApplicationContext
[INFO] Shutting down log4j
[INFO] Stopped 
o.e.j.m.p.JettyWebAppContext@1e3c806e{/,file://<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-master-JanusGraph-IntegrationTests/webapp/target/atlas-webapp-1.0.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp 
---
[INFO] Building jar: 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ 
atlas-webapp ---
[INFO] Building jar: 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/webapp/target/atlas-webapp-1.0.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ atlas-webapp ---
[INFO] Failsafe report directory: 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools .................... SUCCESS [  1.470 s]
[INFO] apache-atlas ....................................... SUCCESS [  7.410 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 31.824 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 10.500 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [01:13 min]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.888 s]
[INFO] atlas-client-common ................................ SUCCESS [ 10.672 s]
[INFO] atlas-client-v1 .................................... SUCCESS [ 12.709 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  7.891 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 14.953 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  6.964 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.727 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  6.969 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  7.921 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 31.401 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  0.897 
s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [ 10.587 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 53.879 s]
[INFO] Apache Atlas Titan 1.0.0 GraphDB Impl .............. SUCCESS [ 36.439 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.852 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [01:38 min]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  8.698 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:36 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [03:35 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 Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:53 min
[INFO] Finished at: 2017-11-03T02:54:42Z
[INFO] Final Memory: 385M/3116M
[INFO] ------------------------------------------------------------------------
log4j:WARN No appenders could be found for logger 
(org.apache.zookeeper.ClientCnxn).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more 
info.
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on 
project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/webapp/target/failsafe-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-JanusGraph-IntegrationTests/ws/> 
that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 22 files in 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/authorization/target/checkstyle-result.xml>
 with 461 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml>
 with 1336 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml>
 with 1676 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/client/common/target/checkstyle-result.xml>
 with 2166 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/client/target/checkstyle-result.xml>
 with 2166 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/common/target/checkstyle-result.xml>
 with 3131 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml>
 with 3131 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml>
 with 3404 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml>
 with 3597 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml>
 with 3597 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml>
 with 4588 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/target/checkstyle-result.xml>
 with 4588 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/titan0/target/checkstyle-result.xml>
 with 7047 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/titan1/target/checkstyle-result.xml>
 with 8018 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/intg/target/checkstyle-result.xml>
 with 16224 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/notification/target/checkstyle-result.xml>
 with 17789 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/repository/target/checkstyle-result.xml>
 with 38123 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/server-api/target/checkstyle-result.xml>
 with 38516 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml>
 with 38516 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml>
 with 38516 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/target/checkstyle-result.xml>
 with 38516 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/typesystem/target/checkstyle-result.xml>
 with 42734 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=37be53bbb7eec13f8ce57377c8653f482216553f, 
workspace=<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/>
 > git rev-parse 37be53bbb7eec13f8ce57377c8653f482216553f^{commit} # timeout=10
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/> 
that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 15 files in 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/authorization/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/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-JanusGraph-IntegrationTests/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-JanusGraph-IntegrationTests/ws/client/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/api/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/common/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/janus/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/titan0/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/graphdb/titan1/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/intg/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/notification/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/repository/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/server-api/target/findbugs.xml>
 with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file 
<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/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=37be53bbb7eec13f8ce57377c8653f482216553f, 
workspace=<https://builds.apache.org/job/Atlas-master-JanusGraph-IntegrationTests/ws/>
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy 
of 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-JanusGraph-IntegrationTests/builds/9/testng/testng-results.xml'
6.617647% of tests failed, which exceeded threshold of 0%. Marking build as 
UNSTABLE
TestNG Reports Processing: FINISH

Reply via email to