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 2016/02/19 20:35:15 UTC

Build failed in Jenkins: apache-atlas-nightly #184

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

------------------------------------------
[...truncated 4951 lines...]
[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 35 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>:123: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[WARNING]         LOG.info("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>:296: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[WARNING]         LOG.info("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 35 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] 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 12 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 12 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/BaseHiveRepositoryTest.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/BaseHiveRepositoryTest.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: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.13 sec - in org.apache.atlas.service.DefaultMetadataServiceTest
Running org.apache.atlas.discovery.GraphBackedDiscoveryServiceTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 69.812 sec - in org.apache.atlas.discovery.GraphBackedDiscoveryServiceTest
Running org.apache.atlas.discovery.HiveLineageServiceTest
Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.127 sec - in org.apache.atlas.discovery.HiveLineageServiceTest
Running org.apache.atlas.RepositoryServiceLoadingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.764 sec - in org.apache.atlas.RepositoryServiceLoadingTest
Running org.apache.atlas.TestUtils
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 sec - in org.apache.atlas.TestUtils
Running org.apache.atlas.query.TestApp$
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 sec - in org.apache.atlas.query.TestApp$
Running org.apache.atlas.query.ExpressionTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.322 sec - in org.apache.atlas.query.ExpressionTest
Running org.apache.atlas.query.LexerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.577 sec - in org.apache.atlas.query.LexerTest
Running org.apache.atlas.query.LineageQueryTest
Tests run: 7, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 16.236 sec <<< FAILURE! - in org.apache.atlas.query.LineageQueryTest
beforeAll(org.apache.atlas.query.LineageQueryTest)  Time elapsed: 16.159 sec  <<< FAILURE!
javax.script.ScriptException: javax.script.ScriptException: java.lang.UnsupportedOperationException: Not a single key: __traitNames. Use addProperty instead
	at com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx.setProperty(StandardTitanTx.java:755)
	at com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty(AbstractVertex.java:244)
	at com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty(AbstractVertex.java:239)
	at com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph$BatchVertex.setProperty(BatchGraph.java:492)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.vertexFromJson(GraphSONUtility.java:136)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:158)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:104)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:88)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:43)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
	at com.tinkerpop.gremlin.groovy.loaders.GraphLoader$_load_closure14.doCall(GraphLoader.groovy:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod.invoke(ClosureMetaMethod.java:80)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at Script1.run(Script1.groovy:1)
	at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:219)
	at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:90)
	at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233)
	at org.apache.atlas.query.QueryTestsUtils$.setupTestGraph(QueryTestsUtils.scala:165)
	at org.apache.atlas.query.LineageQueryTest.beforeAll(LineageQueryTest.scala:41)

Running org.apache.atlas.query.TestApp$$anonfun$4
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.44 sec - in org.apache.atlas.query.TestApp$$anonfun$4
Running org.apache.atlas.query.TestApp$delayedInit$body
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 sec - in org.apache.atlas.query.TestApp$delayedInit$body
Running org.apache.atlas.query.TestApp
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 sec - in org.apache.atlas.query.TestApp
Running org.apache.atlas.query.ParserTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.309 sec - in org.apache.atlas.query.ParserTest
Running org.apache.atlas.query.GremlinTest
Tests run: 23, Failures: 1, Errors: 0, Skipped: 22, Time elapsed: 14.644 sec <<< FAILURE! - in org.apache.atlas.query.GremlinTest
beforeAll(org.apache.atlas.query.GremlinTest)  Time elapsed: 14.434 sec  <<< FAILURE!
javax.script.ScriptException: javax.script.ScriptException: java.lang.UnsupportedOperationException: Not a single key: __traitNames. Use addProperty instead
	at com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx.setProperty(StandardTitanTx.java:755)
	at com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty(AbstractVertex.java:244)
	at com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty(AbstractVertex.java:239)
	at com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph$BatchVertex.setProperty(BatchGraph.java:492)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.vertexFromJson(GraphSONUtility.java:136)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:158)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:104)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:88)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:43)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
	at com.tinkerpop.gremlin.groovy.loaders.GraphLoader$_load_closure14.doCall(GraphLoader.groovy:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod.invoke(ClosureMetaMethod.java:80)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at Script1.run(Script1.groovy:1)
	at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:219)
	at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:90)
	at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233)
	at org.apache.atlas.query.QueryTestsUtils$.setupTestGraph(QueryTestsUtils.scala:165)
	at org.apache.atlas.query.GremlinTest.beforeAll(GremlinTest.scala:41)

Running org.apache.atlas.repository.graph.TitanGraphProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.786 sec - in org.apache.atlas.repository.graph.TitanGraphProviderTest
Running org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.536 sec - in org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryTest
Running org.apache.atlas.repository.graph.GraphRepoMapperScaleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 188.795 sec - in org.apache.atlas.repository.graph.GraphRepoMapperScaleTest
Running org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryDeleteEntitiesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.735 sec - in org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryDeleteEntitiesTest
Running org.apache.atlas.repository.typestore.GraphBackedTypeStoreTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.389 sec - in org.apache.atlas.repository.typestore.GraphBackedTypeStoreTest

Results :

Failed tests: 
  GremlinTest.beforeAll:41 » Script javax.script.ScriptException: java.lang.Unsu...
  LineageQueryTest.beforeAll:41 » Script javax.script.ScriptException: java.lang...

Tests run: 200, Failures: 2, Errors: 0, Skipped: 28

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] apache-atlas ...................................... SUCCESS [ 21.262 s]
[INFO] Apache Atlas Common ............................... SUCCESS [ 58.381 s]
[INFO] Apache Atlas Typesystem ........................... SUCCESS [04:51 min]
[INFO] Apache Atlas Server API ........................... SUCCESS [ 37.922 s]
[INFO] Apache Atlas Client ............................... SUCCESS [01:12 min]
[INFO] Apache Atlas Notification ......................... SUCCESS [01:25 min]
[INFO] Apache Atlas Titan ................................ SUCCESS [01:56 min]
[INFO] Apache Atlas Repository ........................... FAILURE [10:51 min]
[INFO] Apache Atlas UI ................................... SKIPPED
[INFO] Apache Atlas Web Application ...................... SKIPPED
[INFO] Apache Atlas Documentation ........................ 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: 22:19 min
[INFO] Finished at: 2016-02-19T19:27:44+00:00
[INFO] Final Memory: 110M/1133M
[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 7 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 40 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 40 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 40 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 54 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 54 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/titan/target/checkstyle-result.xml> with 414 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 1024 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #181
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 6 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[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/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 #181
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
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/184/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/184/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/184/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/184/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #187

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/187/changes>

Changes:

[sshivalingamurthy] ATLAS-483 Remove client.properties (tbeerbower via shwethags)

------------------------------------------
[...truncated 6450 lines...]
[INFO] Class org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadArrayAttribute$1 defines non-transient non-serializable instance field aInfo$1 [org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadArrayAttribute$1] In GraphPersistenceStrategies.scala
[INFO] Class org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadArrayAttribute$1 defines non-transient non-serializable instance field arrayType$1 [org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadArrayAttribute$1] In GraphPersistenceStrategies.scala
[INFO] Class org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadArrayAttribute$1 defines non-transient non-serializable instance field i$1 [org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadArrayAttribute$1] In GraphPersistenceStrategies.scala
[INFO] Class org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadArrayAttribute$1 defines non-transient non-serializable instance field v$3 [org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadArrayAttribute$1] In GraphPersistenceStrategies.scala
[INFO] Class org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadStructInstance$1 defines non-transient non-serializable instance field dataType$1 [org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadStructInstance$1] In GraphPersistenceStrategies.scala
[INFO] Class org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadStructInstance$1 defines non-transient non-serializable instance field typInstance$1 [org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadStructInstance$1] In GraphPersistenceStrategies.scala
[INFO] Class org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadStructInstance$1 defines non-transient non-serializable instance field v$1 [org.apache.atlas.query.GraphPersistenceStrategy1$$anonfun$loadStructInstance$1] In GraphPersistenceStrategies.scala
[INFO] Class org.apache.atlas.query.GremlinEvaluator$$anonfun$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.GremlinEvaluator$$anonfun$1] In GremlinEvaluator.scala
[INFO] Class org.apache.atlas.query.GremlinEvaluator$$anonfun$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.GremlinEvaluator$$anonfun$2] In GremlinEvaluator.scala
[INFO] Class org.apache.atlas.query.GremlinEvaluator$$anonfun$2 defines non-transient non-serializable instance field oType$1 [org.apache.atlas.query.GremlinEvaluator$$anonfun$2] In GremlinEvaluator.scala
[INFO] Class org.apache.atlas.query.GremlinEvaluator$$anonfun$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.GremlinEvaluator$$anonfun$3] In GremlinEvaluator.scala
[INFO] Class org.apache.atlas.query.GremlinEvaluator$$anonfun$3 defines non-transient non-serializable instance field sType$1 [org.apache.atlas.query.GremlinEvaluator$$anonfun$3] In GremlinEvaluator.scala
[INFO] Class org.apache.atlas.query.GremlinEvaluator$$anonfun$3$$anonfun$apply$1 defines non-transient non-serializable instance field sInstance$1 [org.apache.atlas.query.GremlinEvaluator$$anonfun$3$$anonfun$apply$1] In GremlinEvaluator.scala
[INFO] Class org.apache.atlas.query.GremlinTranslator$$anonfun$addAliasToLoopInput$1 defines non-transient non-serializable instance field c$1 [org.apache.atlas.query.GremlinTranslator$$anonfun$addAliasToLoopInput$1] In GremlinQuery.scala
[INFO] Class org.apache.atlas.query.GremlinTranslator$$anonfun$org$apache$atlas$query$GremlinTranslator$$genQuery$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.GremlinTranslator$$anonfun$org$apache$atlas$query$GremlinTranslator$$genQuery$1] In GremlinQuery.scala
[INFO] Class org.apache.atlas.query.GremlinTranslator$$anonfun$org$apache$atlas$query$GremlinTranslator$$genQuery$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.GremlinTranslator$$anonfun$org$apache$atlas$query$GremlinTranslator$$genQuery$2] In GremlinQuery.scala
[INFO] The method name org.apache.atlas.query.HiveLineageQuery.Relation() doesn't start with a lower case letter [org.apache.atlas.query.HiveLineageQuery] At ClosureQuery.scala:[line 259]
[INFO] The method name org.apache.atlas.query.HiveLineageQuery.ReverseRelation() doesn't start with a lower case letter [org.apache.atlas.query.HiveLineageQuery] At ClosureQuery.scala:[line 259]
[INFO] Class org.apache.atlas.query.HiveLineageQuery defines non-transient non-serializable instance field attributeTyp [org.apache.atlas.query.HiveLineageQuery] In ClosureQuery.scala
[INFO] The method name org.apache.atlas.query.HiveWhereUsedQuery.Relation() doesn't start with a lower case letter [org.apache.atlas.query.HiveWhereUsedQuery] At ClosureQuery.scala:[line 299]
[INFO] The method name org.apache.atlas.query.HiveWhereUsedQuery.ReverseRelation() doesn't start with a lower case letter [org.apache.atlas.query.HiveWhereUsedQuery] At ClosureQuery.scala:[line 299]
[INFO] Class org.apache.atlas.query.HiveWhereUsedQuery defines non-transient non-serializable instance field attributeTyp [org.apache.atlas.query.HiveWhereUsedQuery] In ClosureQuery.scala
[INFO] Class org.apache.atlas.query.JsonHelper$GremlinQueryResultSerializer$$anonfun$serialize$1 defines non-transient non-serializable instance field f$1 [org.apache.atlas.query.JsonHelper$GremlinQueryResultSerializer$$anonfun$serialize$1] In GremlinEvaluator.scala
[INFO] Class org.apache.atlas.query.QueryKeywords$Keyword defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryKeywords$Keyword] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryKeywords$Keyword$ defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryKeywords$Keyword$] In QueryParser.scala
[INFO] The class name org.apache.atlas.query.QueryKeywords$class doesn't start with an upper case letter [org.apache.atlas.query.QueryKeywords$class] At QueryParser.scala:[lines 35-66]
[INFO] The method name org.apache.atlas.query.QueryLexer.BooleanLiteral() doesn't start with a lower case letter [org.apache.atlas.query.QueryLexer] At QueryParser.scala:[line 281]
[INFO] The method name org.apache.atlas.query.QueryLexer.DoubleLiteral() doesn't start with a lower case letter [org.apache.atlas.query.QueryLexer] At QueryParser.scala:[line 297]
[INFO] The method name org.apache.atlas.query.QueryLexer.FloatLiteral() doesn't start with a lower case letter [org.apache.atlas.query.QueryLexer] At QueryParser.scala:[line 293]
[INFO] The method name org.apache.atlas.query.QueryLexer.IntLiteral() doesn't start with a lower case letter [org.apache.atlas.query.QueryLexer] At QueryParser.scala:[line 285]
[INFO] The method name org.apache.atlas.query.QueryLexer.LongLiteral() doesn't start with a lower case letter [org.apache.atlas.query.QueryLexer] At QueryParser.scala:[line 289]
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$5 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$5] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$allCaseVersions$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$allCaseVersions$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$comment$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$comment$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$comment$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$comment$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$commentChar$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$commentChar$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$5 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$dubConstant$5] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$expPart$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$expPart$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$expPart$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$expPart$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$expPart$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$expPart$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$falseP$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$falseP$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$falseP$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$falseP$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$falseP$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$falseP$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$falseP$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$falseP$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$falseP$5 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$falseP$5] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$5 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$5] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$6 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$6] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$7 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$7] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$8 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$floatConstant$8] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$fracPart$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$fracPart$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$identChar$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$identChar$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$identifier$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$identifier$4] In QueryParser.scala
[INFO] Load of known null value in org.apache.atlas.query.QueryLexer$$anonfun$identifier$5.apply(Parsers$$tilde) [org.apache.atlas.query.QueryLexer$$anonfun$identifier$5] At QueryParser.scala:[line 324]
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$identifier$6 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$identifier$6] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$intConstant$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$intConstant$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$intConstant$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$intConstant$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$intConstant$5 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$intConstant$5] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$intList$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$intList$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$intList$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$intList$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$intList$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$intList$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$intList$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$intList$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$longConstant$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$longConstant$3] In QueryParser.scala
[INFO] Load of known null value in org.apache.atlas.query.QueryLexer$$anonfun$longConstant$4.apply(Parsers$$tilde) [org.apache.atlas.query.QueryLexer$$anonfun$longConstant$4] At QueryParser.scala:[line 383]
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$string$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$string$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$string$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$string$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$string$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$string$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$10 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$10] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$11 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$11] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$12 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$12] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$13 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$13] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$5 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$5] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$6 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$6] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$7 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$7] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$8 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$8] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$token$9 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$token$9] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$trueP$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$trueP$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$trueP$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$trueP$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$trueP$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$trueP$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$trueP$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$trueP$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$whitespace$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$whitespace$1] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$whitespace$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$whitespace$2] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$whitespace$3 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$whitespace$3] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$$anonfun$whitespace$4 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$$anonfun$whitespace$4] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$BooleanLiteral$ defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$BooleanLiteral$] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$DoubleLiteral$ defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$DoubleLiteral$] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$FloatLiteral$ defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$FloatLiteral$] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$IntLiteral$ defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$IntLiteral$] In QueryParser.scala
[INFO] Class org.apache.atlas.query.QueryLexer$LongLiteral$ defines non-transient non-serializable instance field $outer [org.apache.atlas.query.QueryLexer$LongLiteral$] In QueryParser.scala
[INFO] The method name org.apache.atlas.query.QueryParser.Error() doesn't start with a lower case letter [org.apache.atlas.query.QueryParser] In QueryParser.scala
[INFO] The method name org.apache.atlas.query.QueryParser.Failure() doesn't start with a lower case letter [org.apache.atlas.query.QueryParser] In QueryParser.scala
[INFO] The method name org.apache.atlas.query.QueryParser.Keyword() doesn't start with a lower case letter [org.apache.atlas.query.QueryParser] In QueryParser.scala
[INFO] The method name org.apache.atlas.query.QueryParser.NoSuccess() doesn't start with a lower case letter [org.apache.atlas.query.QueryParser] In QueryParser.scala
[INFO] The method name org.apache.atlas.query.QueryParser.OnceParser(Function1) doesn't start with a lower case letter [org.apache.atlas.query.QueryParser] In QueryParser.scala
[INFO] The method name org.apache.atlas.query.QueryParser.Parser(Function1) doesn't start with a lower case letter [org.apache.atlas.query.QueryParser] In QueryParser.scala
[INFO] The method name org.apache.atlas.query.QueryParser.Success() doesn't start with a lower case letter [org.apache.atlas.query.QueryParser] In QueryParser.scala
[INFO] The method name org.apache.atlas.query.QueryParser$.Keyword() doesn't start with a lower case letter [org.apache.atlas.query.QueryParser$] At QueryParser.scala:[line 110]
[INFO] Load of known null value in org.apache.atlas.query.QueryParser$$anonfun$arithERight$3.apply(Parsers$$tilde) [org.apache.atlas.query.QueryParser$$anonfun$arithERight$3] At QueryParser.scala:[line 218]
[INFO] Load of known null value in org.apache.atlas.query.QueryParser$$anonfun$exprRight$3.apply(Parsers$$tilde) [org.apache.atlas.query.QueryParser$$anonfun$exprRight$3] At QueryParser.scala:[line 205]
[INFO] Load of known null value in org.apache.atlas.query.QueryParser$$anonfun$multiERight$3.apply(Parsers$$tilde) [org.apache.atlas.query.QueryParser$$anonfun$multiERight$3] At QueryParser.scala:[line 225]
[INFO] Load of known null value in org.apache.atlas.query.QueryParser$$anonfun$queryWithPath$2.apply(Parsers$$tilde) [org.apache.atlas.query.QueryParser$$anonfun$queryWithPath$2] At QueryParser.scala:[line 130]
[INFO] Load of known null value in org.apache.atlas.query.QueryParser$$anonfun$selectClause$2.apply(Parsers$$tilde) [org.apache.atlas.query.QueryParser$$anonfun$selectClause$2] At QueryParser.scala:[line 192]
[INFO] Load of known null value in org.apache.atlas.query.QueryParser$$anonfun$selectExpression$2.apply(Parsers$$tilde) [org.apache.atlas.query.QueryParser$$anonfun$selectExpression$2] At QueryParser.scala:[line 196]
[INFO] Load of known null value in org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$5$$anonfun$apply$9.apply(Parsers$$tilde) [org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$5$$anonfun$apply$9] At QueryParser.scala:[line 161]
[INFO] Possible null pointer dereference of lId in org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$5$$anonfun$apply$9.apply(Parsers$$tilde) [org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$5$$anonfun$apply$9, org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$5$$anonfun$apply$9, org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$5$$anonfun$apply$9] Dereferenced at QueryParser.scala:[line 166]Null value at QueryParser.scala:[line 163]Known null at QueryParser.scala:[line 164]
[INFO] Possible null pointer dereference of lId in org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$6$$anonfun$apply$10.apply(Expressions$Expression) [org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$6$$anonfun$apply$10, org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$6$$anonfun$apply$10, org.apache.atlas.query.QueryParser$$anonfun$singleQrySrc$6$$anonfun$apply$10] Dereferenced at QueryParser.scala:[line 174]Null value at QueryParser.scala:[line 171]Known null at QueryParser.scala:[line 172]
[INFO] Class org.apache.atlas.query.Resolver$$anonfun$apply$1 defines non-transient non-serializable instance field r$1 [org.apache.atlas.query.Resolver$$anonfun$apply$1] In Resolver.scala
[INFO] Class org.apache.atlas.query.SelectExpressionHandling$$anonfun$buildResultMapping$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.SelectExpressionHandling$$anonfun$buildResultMapping$1] In GremlinQuery.scala
[INFO] Class org.apache.atlas.query.SelectExpressionHandling$$anonfun$groupSelectExpressionsBySrc$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.SelectExpressionHandling$$anonfun$groupSelectExpressionsBySrc$1] In GremlinQuery.scala
[INFO] Class org.apache.atlas.query.SelectExpressionHandling$$anonfun$validateSelectExprHaveOneSrc$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.SelectExpressionHandling$$anonfun$validateSelectExprHaveOneSrc$1] In GremlinQuery.scala
[INFO] Class org.apache.atlas.query.SelectExpressionHandling$AddAliasToSelectInput$$anonfun$apply$1 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.SelectExpressionHandling$AddAliasToSelectInput$$anonfun$apply$1] In GremlinQuery.scala
[INFO] Class org.apache.atlas.query.SelectExpressionHandling$AddAliasToSelectInput$$anonfun$apply$2 defines non-transient non-serializable instance field $outer [org.apache.atlas.query.SelectExpressionHandling$AddAliasToSelectInput$$anonfun$apply$2] In GremlinQuery.scala
[INFO] Null passed for non-null parameter of new Expressions$BackReference(String, Expressions$Expression, Option) in org.apache.atlas.query.SelectExpressionHandling$AddAliasToSelectInput$DecorateFieldWithAlias.apply(Expressions$Expression) [org.apache.atlas.query.SelectExpressionHandling$AddAliasToSelectInput$DecorateFieldWithAlias, org.apache.atlas.query.SelectExpressionHandling$AddAliasToSelectInput$DecorateFieldWithAlias] Method invoked at GremlinQuery.scala:[line 57]Known null at GremlinQuery.scala:[line 56]
[INFO] The class name org.apache.atlas.query.SelectExpressionHandling$class doesn't start with an upper case letter [org.apache.atlas.query.SelectExpressionHandling$class] At GremlinQuery.scala:[lines 40-123]
[INFO] The class name org.apache.atlas.query.SingleInstanceClosureQuery$class doesn't start with an upper case letter [org.apache.atlas.query.SingleInstanceClosureQuery$class] At ClosureQuery.scala:[lines 231-240]
[INFO] Class org.apache.atlas.query.TypeUtils$$anonfun$3 defines non-transient non-serializable instance field typ$1 [org.apache.atlas.query.TypeUtils$$anonfun$3] In TypeUtils.scala
[INFO] new org.apache.atlas.query.TypeUtils$$anonfun$createStructType$1(AttributeDefinition[]) may expose internal representation by storing an externally mutable object into TypeUtils$$anonfun$createStructType$1.aDefs$1 [org.apache.atlas.query.TypeUtils$$anonfun$createStructType$1] At TypeUtils.scala:[line 62]
[INFO] Load of known null value in org.apache.atlas.query.TypeUtils$$anonfun$createStructType$1.apply(Tuple2) [org.apache.atlas.query.TypeUtils$$anonfun$createStructType$1] At TypeUtils.scala:[line 63]
[INFO] Class org.apache.atlas.query.TypeUtils$$anonfun$createStructType$1 defines non-transient non-serializable instance field aDefs$1 [org.apache.atlas.query.TypeUtils$$anonfun$createStructType$1] In TypeUtils.scala
[INFO] Class org.apache.atlas.query.TypeUtils$FieldInfo defines non-transient non-serializable instance field attrInfo [org.apache.atlas.query.TypeUtils$FieldInfo] In TypeUtils.scala
[INFO] Write to static field org.apache.atlas.query.TypeUtils$FieldInfo$.MODULE$ from instance method new org.apache.atlas.query.TypeUtils$FieldInfo$() [org.apache.atlas.query.TypeUtils$FieldInfo$] At TypeUtils.scala:[line 161]
[INFO] Write to static field org.apache.atlas.query.TypeUtils$GraphResultStruct$.MODULE$ from instance method new org.apache.atlas.query.TypeUtils$GraphResultStruct$() [org.apache.atlas.query.TypeUtils$GraphResultStruct$] At TypeUtils.scala:[line 100]
[INFO] Write to static field org.apache.atlas.query.TypeUtils$ResultWithPathStruct$.MODULE$ from instance method new org.apache.atlas.query.TypeUtils$ResultWithPathStruct$() [org.apache.atlas.query.TypeUtils$ResultWithPathStruct$] At TypeUtils.scala:[line 71]
[INFO] Redundant nullcheck of attrValue, which is known to be non-null in org.apache.atlas.repository.graph.TypedInstanceToGraphMapper.mapPrimitiveOrEnumToVertex(ITypedInstance, Vertex, AttributeInfo) [org.apache.atlas.repository.graph.TypedInstanceToGraphMapper] Redundant null check at TypedInstanceToGraphMapper.java:[line 646]
[INFO] Nullcheck of collection at line 413 of value previously dereferenced in org.apache.atlas.repository.graph.TypedInstanceToGraphMapper.mapMapCollectionToVertex(ITypedInstance, Vertex, AttributeInfo, TypedInstanceToGraphMapper$Operation) [org.apache.atlas.repository.graph.TypedInstanceToGraphMapper, org.apache.atlas.repository.graph.TypedInstanceToGraphMapper] At TypedInstanceToGraphMapper.java:[line 413]Redundant null check at TypedInstanceToGraphMapper.java:[line 427]
[INFO] Switch statement found in org.apache.atlas.repository.graph.TypedInstanceToGraphMapper.removeUnusedReference(String, AttributeInfo, IDataType) where default case is missing [org.apache.atlas.repository.graph.TypedInstanceToGraphMapper] At TypedInstanceToGraphMapper.java:[lines 658-673]
[INFO] Comparison of String objects using == or != in org.apache.atlas.repository.memory.ClassStore.createInstance(MemRepository, Id)  [org.apache.atlas.repository.memory.ClassStore] At ClassStore.java:[line 78]
[INFO] Comparison of String objects using == or != in org.apache.atlas.repository.memory.ClassStore.validate(MemRepository, Id)  [org.apache.atlas.repository.memory.ClassStore] At ClassStore.java:[line 64]
[INFO] Redundant nullcheck of org.apache.atlas.typesystem.types.ObjectGraphWalker$Node.value, which is known to be non-null in org.apache.atlas.repository.memory.ReplaceIdWithInstance.processNode(ObjectGraphWalker$Node) [org.apache.atlas.repository.memory.ReplaceIdWithInstance] Redundant null check at ReplaceIdWithInstance.java:[line 58]
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ atlas-repository ---
[INFO] Installing <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/atlas-repository-0.7-incubating-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/atlas/atlas-repository/0.7-incubating-SNAPSHOT/atlas-repository-0.7-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/pom.xml> to /home/jenkins/.m2/repository/org/apache/atlas/atlas-repository/0.7-incubating-SNAPSHOT/atlas-repository-0.7-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/atlas-repository-0.7-incubating-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/atlas/atlas-repository/0.7-incubating-SNAPSHOT/atlas-repository-0.7-incubating-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/atlas-repository-0.7-incubating-SNAPSHOT-test-sources.jar> to /home/jenkins/.m2/repository/org/apache/atlas/atlas-repository/0.7-incubating-SNAPSHOT/atlas-repository-0.7-incubating-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ atlas-repository ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/atlas/atlas-repository/0.7-incubating-SNAPSHOT/maven-metadata.xml
Feb 23, 2016 7:17:01 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.SocketException) caught when processing request: Connection reset
Feb 23, 2016 7:17:01 AM org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec execute
INFO: Retrying request
         
[WARNING] Could not transfer metadata org.apache.atlas:atlas-repository:0.7-incubating-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Connect to repository.apache.org:443 [repository.apache.org/140.211.11.112] failed: Connection refused
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] apache-atlas ...................................... SUCCESS [ 18.011 s]
[INFO] Apache Atlas Common ............................... SUCCESS [ 42.383 s]
[INFO] Apache Atlas Typesystem ........................... SUCCESS [02:47 min]
[INFO] Apache Atlas Server API ........................... SUCCESS [ 21.946 s]
[INFO] Apache Atlas Client ............................... SUCCESS [ 41.015 s]
[INFO] Apache Atlas Notification ......................... SUCCESS [ 52.622 s]
[INFO] Apache Atlas Titan ................................ SUCCESS [01:00 min]
[INFO] Apache Atlas Repository ........................... FAILURE [13:06 min]
[INFO] Apache Atlas UI ................................... SKIPPED
[INFO] Apache Atlas Web Application ...................... SKIPPED
[INFO] Apache Atlas Documentation ........................ 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: 19:51 min
[INFO] Finished at: 2016-02-23T07:17:01+00:00
[INFO] Final Memory: 133M/1156M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project atlas-repository: Failed to retrieve remote metadata org.apache.atlas:atlas-repository:0.7-incubating-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.atlas:atlas-repository:0.7-incubating-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Connect to repository.apache.org:443 [repository.apache.org/140.211.11.112] failed: Connection refused -> [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/MojoExecutionException
[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 15 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 55 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 193 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 210 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 286 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboard/target/checkstyle-result.xml> with 329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/distro/target/checkstyle-result.xml> with 329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/docs/target/checkstyle-result.xml> with 329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 329 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 802 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 816 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 816 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/titan/target/checkstyle-result.xml> with 1176 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 1786 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #181
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 11 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/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/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/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/notification/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 #181
Archiving artifacts
Compressed 472.32 MB of artifacts by 80.8% relative to #181
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.
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/187/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/187/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/187/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/187/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/187/testng/testng-results.xml'
TestNG Reports Processing: FINISH


Build failed in Jenkins: apache-atlas-nightly #186

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/186/changes>

Changes:

[sumasai.shivaprasad] ATLAS-396 Creating an entity with non-existing type results in Unable to

------------------------------------------
[...truncated 81398 lines...]
127.0.0.1 - - [23/Feb/2016:00:39:34 +0000] "GET /api/atlas/discovery/search?query=hive_db+where+name+%3D+'db0pqpf2hdsp'+and+clusterName+%3D+'test' HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:35 +0000] "OPTIONS /api/atlas/entities/53d9bd15-4913-4819-99f1-4ee1c35a5056?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:35 +0000] "GET /api/atlas/entities/53d9bd15-4913-4819-99f1-4ee1c35a5056 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:36 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:36 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:37 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablejlkx3x64xi',+db+where+name+%3D+'db9jclighdva'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:37 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:37 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:37 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablejlkx3x64xi',+db+where+name+%3D+'db9jclighdva'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:38 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablejlkx3x64xi',+db+where+name+%3D+'db9jclighdva'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:38 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablejlkx3x64xi',+db+where+name+%3D+'db9jclighdva'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:40 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_column+where+name+%3D+'col2bw1vh1qhz'&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:40 +0000] "GET /api/atlas/discovery/search?query=hive_column+where+name+%3D+'col2bw1vh1qhz' HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:41 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_column+where+name+%3D+'col2bw1vh1qhz'&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:41 +0000] "GET /api/atlas/discovery/search?query=hive_column+where+name+%3D+'col2bw1vh1qhz' HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:42 +0000] "OPTIONS /api/atlas/entities/67ad1a37-f70b-47c4-82c9-a17d12dbcf47?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:42 +0000] "GET /api/atlas/entities/67ad1a37-f70b-47c4-82c9-a17d12dbcf47 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:43 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablevhlilrflvs',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:43 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:43 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:43 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablevhlilrflvs',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:44 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablevhlilrflvs',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:44 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablevhlilrflvs',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:46 +0000] "OPTIONS /api/atlas/entities/f21f6756-893c-4274-9f68-faf02930da51?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:46 +0000] "GET /api/atlas/entities/f21f6756-893c-4274-9f68-faf02930da51 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:46 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_db+where+name+%3D+'default'+and+clusterName+%3D+'test'&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:46 +0000] "GET /api/atlas/discovery/search?query=hive_db+where+name+%3D+'default'+and+clusterName+%3D+'test' HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:47 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_db+where+name+%3D+'default'+and+clusterName+%3D+'test'&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:47 +0000] "GET /api/atlas/discovery/search?query=hive_db+where+name+%3D+'default'+and+clusterName+%3D+'test' HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:49 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:49 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:50 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22create+view+tableej2nqsjisg+as+select+*+from+tablemwjwy6pslf%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:50 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:50 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:51 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:51 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:50 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22create+view+tableej2nqsjisg+as+select+*+from+tablemwjwy6pslf%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:52 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:52 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22create+view+tableej2nqsjisg+as+select+*+from+tablemwjwy6pslf%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:52 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:52 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22create+view+tableej2nqsjisg+as+select+*+from+tablemwjwy6pslf%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:54 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22create+view+tableej2nqsjisg+as+select+*+from+tablemwjwy6pslf%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:54 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22create+view+tableej2nqsjisg+as+select+*+from+tablemwjwy6pslf%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:55 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tableej2nqsjisg',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:55 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tableej2nqsjisg',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:56 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tableej2nqsjisg',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:56 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tableej2nqsjisg',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:58 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:58 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:59 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22export+table+tablejaxnjffpts+to+%5C%22pfile://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/export-data-buslbb4lhj%5C%22%22).toList()&user.name=jenkins> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:59 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:59 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:00 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:00 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:39:59 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22export+table+tablejaxnjffpts+to+%5C%22pfile://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/export-data-buslbb4lhj%5C%22%22).toList()> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:01 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22export+table+tablejaxnjffpts+to+%5C%22pfile://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/export-data-buslbb4lhj%5C%22%22).toList()&user.name=jenkins> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:01 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22export+table+tablejaxnjffpts+to+%5C%22pfile://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/export-data-buslbb4lhj%5C%22%22).toList()> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:03 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:03 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:04 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22import+table+tablejetl96yal4+from+'pfile://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/export-data-buslbb4lhj'%22).toList()&user.name=jenkins> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:04 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:04 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:05 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:05 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:04 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22import+table+tablejetl96yal4+from+'pfile://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/export-data-buslbb4lhj'%22).toList()> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:06 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22import+table+tablejetl96yal4+from+'pfile://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/export-data-buslbb4lhj'%22).toList()&user.name=jenkins> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:06 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22import+table+tablejetl96yal4+from+'pfile://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/export-data-buslbb4lhj'%22).toList()> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:08 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:08 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:09 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:09 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:13 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22insert+into+tablel4cwkd1cnq+partition(dt+%3D+'2015-01-01')+select+id,+name+from+tableqxocoixbw2+where+dt+%3D+'2015-01-01'%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:13 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:13 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:13 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:13 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:14 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:13 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22insert+into+tablel4cwkd1cnq+partition(dt+%3D+'2015-01-01')+select+id,+name+from+tableqxocoixbw2+where+dt+%3D+'2015-01-01'%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:14 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22insert+into+tablel4cwkd1cnq+partition(dt+%3D+'2015-01-01')+select+id,+name+from+tableqxocoixbw2+where+dt+%3D+'2015-01-01'%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:14 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:14 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22insert+into+tablel4cwkd1cnq+partition(dt+%3D+'2015-01-01')+select+id,+name+from+tableqxocoixbw2+where+dt+%3D+'2015-01-01'%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:15 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_partition+as+p+where+values+%3D+%5B'2015-01-01'%5D,+table+where+tableName+%3D+'tablel4cwkd1cnq',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+p&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:15 +0000] "GET /api/atlas/discovery/search?query=hive_partition+as+p+where+values+%3D+%5B'2015-01-01'%5D,+table+where+tableName+%3D+'tablel4cwkd1cnq',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+p HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:17 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_partition+as+p+where+values+%3D+%5B'2015-01-01'%5D,+table+where+tableName+%3D+'tablel4cwkd1cnq',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+p&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:17 +0000] "GET /api/atlas/discovery/search?query=hive_partition+as+p+where+values+%3D+%5B'2015-01-01'%5D,+table+where+tableName+%3D+'tablel4cwkd1cnq',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+p HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:18 +0000] "OPTIONS /api/atlas/entities/c152199e-3fc0-450b-ac97-f14a293e73cb?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:18 +0000] "GET /api/atlas/entities/c152199e-3fc0-450b-ac97-f14a293e73cb HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:19 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:19 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:19 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:19 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:22 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablewrefr6ipml',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:22 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:22 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:22 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:22 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:23 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:23 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:22 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablewrefr6ipml',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:23 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablewrefr6ipml',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:23 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'tablewrefr6ipml',+db+where+name+%3D+'default'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:25 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'table9uixsy7krs',+db+where+name+%3D+'dblo6mjdftdl'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:25 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'table9uixsy7krs',+db+where+name+%3D+'dblo6mjdftdl'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:26 +0000] "OPTIONS /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'table9uixsy7krs',+db+where+name+%3D+'dblo6mjdftdl'+and+clusterName+%3D+'test'+select+t&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:26 +0000] "GET /api/atlas/discovery/search?query=hive_table+as+t+where+tableName+%3D+'table9uixsy7krs',+db+where+name+%3D+'dblo6mjdftdl'+and+clusterName+%3D+'test'+select+t HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:27 +0000] "OPTIONS /api/atlas/lineage/hive/table/dblo6mjdftdl.table9uixsy7krs@test/inputs/graph?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:27 +0000] "GET /api/atlas/lineage/hive/table/dblo6mjdftdl.table9uixsy7krs@test/inputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:31 +0000] "OPTIONS /api/atlas/lineage/hive/table/default.tablewrefr6ipml@test/outputs/graph?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:31 +0000] "GET /api/atlas/lineage/hive/table/default.tablewrefr6ipml@test/outputs/graph HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:35 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:35 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:35 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22load+data+local+inpath+'file://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/load-data-mjsupc155h'+into+table+tablemqsvm71ka9%22).toList()&user.name=jenkins> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:35 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:36 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:36 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:36 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:36 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22load+data+local+inpath+'file://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/load-data-mjsupc155h'+into+table+tablemqsvm71ka9%22).toList()> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:37 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22load+data+local+inpath+'file://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/load-data-mjsupc155h'+into+table+tablemqsvm71ka9%22).toList()&user.name=jenkins> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:37 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22load+data+local+inpath+'file://<https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/./target/load-data-mjsupc155h'+into+table+tablemqsvm71ka9%22).toList()> HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:42 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:42 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:43 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22select+*+from+tablewe7l2t7wl7%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:43 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:43 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:43 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:43 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:43 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22select+*+from+tablewe7l2t7wl7%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:44 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22select+*+from+tablewe7l2t7wl7%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:44 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22select+*+from+tablewe7l2t7wl7%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:45 +0000] "OPTIONS /api/atlas/entities/bff457fb-1d23-4a96-9cec-d66cfa70d469?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:45 +0000] "GET /api/atlas/entities/bff457fb-1d23-4a96-9cec-d66cfa70d469 HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:46 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22select+*+from+tablewe7l2t7wl7%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:46 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:46 +0000] "PUT /api/atlas/entities HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:47 +0000] "OPTIONS /api/atlas/entities?user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:47 +0000] "POST /api/atlas/entities HTTP/1.1" 201 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:46 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22select+*+from+tablewe7l2t7wl7%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:48 +0000] "OPTIONS /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22select+*+from+tablewe7l2t7wl7%22).toList()&user.name=jenkins HTTP/1.1" 200 - "-" "Java/1.7.0_80"
127.0.0.1 - - [23/Feb/2016:00:40:48 +0000] "GET /api/atlas/discovery/search?query=g.V.has('__typeName',+'hive_process').has('hive_process.queryText',+%22select+*+from+tablewe7l2t7wl7%22).toList() HTTP/1.1" 200 - "-" "Java/1.7.0_80"
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 132.778 sec <<< FAILURE! - in org.apache.atlas.hive.hook.HiveHookIT
testAlterViewRename(org.apache.atlas.hive.hook.HiveHookIT)  Time elapsed: 4.823 sec  <<< FAILURE!
java.lang.Exception: Waiting timed out after 2000 msec
	at org.apache.atlas.hive.hook.HiveHookIT.waitFor(HiveHookIT.java:427)
	at org.apache.atlas.hive.hook.HiveHookIT.assertEntityIsRegistered(HiveHookIT.java:342)
	at org.apache.atlas.hive.hook.HiveHookIT.assertTableIsRegistered(HiveHookIT.java:320)
	at org.apache.atlas.hive.hook.HiveHookIT.testAlterViewRename(HiveHookIT.java:284)


Results :

Failed tests: 
  HiveHookIT.testAlterViewRename:284->assertTableIsRegistered:320->assertEntityIsRegistered:342->waitFor:427 

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

[INFO] 
[INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ hive-bridge ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ hive-bridge ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/target/hive-bridge-0.7-incubating-SNAPSHOT-sources.jar>
2016-02-23 00:40:50.262:INFO:oejs.ServerConnector:ShutdownMonitor: Stopped ServerConnector@11f18b4c{HTTP/1.1}{0.0.0.0:31000}
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ hive-bridge ---
[INFO] Building jar: <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/target/hive-bridge-0.7-incubating-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ hive-bridge ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] apache-atlas ...................................... SUCCESS [ 15.117 s]
[INFO] Apache Atlas Common ............................... SUCCESS [ 37.851 s]
[INFO] Apache Atlas Typesystem ........................... SUCCESS [03:03 min]
[INFO] Apache Atlas Server API ........................... SUCCESS [ 23.357 s]
[INFO] Apache Atlas Client ............................... SUCCESS [ 47.032 s]
[INFO] Apache Atlas Notification ......................... SUCCESS [ 58.960 s]
[INFO] Apache Atlas Titan ................................ SUCCESS [01:12 min]
[INFO] Apache Atlas Repository ........................... SUCCESS [13:43 min]
[INFO] Apache Atlas UI ................................... SUCCESS [03:22 min]
[INFO] Apache Atlas Web Application ...................... SUCCESS [11:57 min]
[INFO] Apache Atlas Documentation ........................ SUCCESS [ 15.795 s]
[INFO] Apache Atlas Hive Bridge .......................... FAILURE [03:26 min]
[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: 40:05 min
[INFO] Finished at: 2016-02-23T00:40:50+00:00
[INFO] Final Memory: 233M/1883M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project hive-bridge: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/apache-atlas-nightly/ws/addons/hive-bridge/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 :hive-bridge
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 11 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 43 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 43 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/dashboard/target/checkstyle-result.xml> with 43 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/docs/target/checkstyle-result.xml> with 43 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 43 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/repository/target/checkstyle-result.xml> with 516 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 530 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 530 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/titan/target/checkstyle-result.xml> with 890 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 1500 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/checkstyle-result.xml> with 1709 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #181
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 8 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[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/notification/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] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/webapp/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #181
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/apache-atlas-nightly/builds/186/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/186/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/186/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/186/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/186/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/186/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/186/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/186/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/186/testng/testng-results.xml'
Failed Tests/Configs found. Marking build as UNSTABLE.
TestNG Reports Processing: FINISH

Build failed in Jenkins: apache-atlas-nightly #185

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/apache-atlas-nightly/185/changes>

Changes:

[sshivalingamurthy] ATLAS-349 SSL - Atlas SSL connection has weak/unsafe Ciphers suites

------------------------------------------
[...truncated 4951 lines...]
[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 35 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>:123: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[WARNING]         LOG.info("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>:296: warning: non-varargs call of varargs method with inexact argument type for last parameter;
[WARNING]         LOG.info("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 35 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] 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 12 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 12 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/BaseHiveRepositoryTest.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/BaseHiveRepositoryTest.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: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.511 sec - in org.apache.atlas.service.DefaultMetadataServiceTest
Running org.apache.atlas.discovery.HiveLineageServiceTest
Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.448 sec - in org.apache.atlas.discovery.HiveLineageServiceTest
Running org.apache.atlas.discovery.GraphBackedDiscoveryServiceTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.883 sec - in org.apache.atlas.discovery.GraphBackedDiscoveryServiceTest
Running org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.195 sec - in org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryTest
Running org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryDeleteEntitiesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.615 sec - in org.apache.atlas.repository.graph.GraphBackedMetadataRepositoryDeleteEntitiesTest
Running org.apache.atlas.repository.graph.GraphRepoMapperScaleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.557 sec - in org.apache.atlas.repository.graph.GraphRepoMapperScaleTest
Running org.apache.atlas.repository.graph.TitanGraphProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.618 sec - in org.apache.atlas.repository.graph.TitanGraphProviderTest
Running org.apache.atlas.repository.typestore.GraphBackedTypeStoreTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.956 sec - in org.apache.atlas.repository.typestore.GraphBackedTypeStoreTest
Running org.apache.atlas.RepositoryServiceLoadingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.357 sec - in org.apache.atlas.RepositoryServiceLoadingTest
Running org.apache.atlas.query.ExpressionTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 sec - in org.apache.atlas.query.ExpressionTest
Running org.apache.atlas.query.TestApp
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec - in org.apache.atlas.query.TestApp
Running org.apache.atlas.query.LexerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 sec - in org.apache.atlas.query.LexerTest
Running org.apache.atlas.query.LineageQueryTest
Tests run: 7, Failures: 1, Errors: 0, Skipped: 6, Time elapsed: 8.461 sec <<< FAILURE! - in org.apache.atlas.query.LineageQueryTest
beforeAll(org.apache.atlas.query.LineageQueryTest)  Time elapsed: 8.41 sec  <<< FAILURE!
javax.script.ScriptException: javax.script.ScriptException: java.lang.UnsupportedOperationException: Not a single key: __traitNames. Use addProperty instead
	at com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx.setProperty(StandardTitanTx.java:755)
	at com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty(AbstractVertex.java:244)
	at com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty(AbstractVertex.java:239)
	at com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph$BatchVertex.setProperty(BatchGraph.java:492)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.vertexFromJson(GraphSONUtility.java:136)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:158)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:104)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:88)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:43)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
	at com.tinkerpop.gremlin.groovy.loaders.GraphLoader$_load_closure14.doCall(GraphLoader.groovy:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod.invoke(ClosureMetaMethod.java:80)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at Script1.run(Script1.groovy:1)
	at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:219)
	at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:90)
	at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233)
	at org.apache.atlas.query.QueryTestsUtils$.setupTestGraph(QueryTestsUtils.scala:165)
	at org.apache.atlas.query.LineageQueryTest.beforeAll(LineageQueryTest.scala:41)

Running org.apache.atlas.query.GremlinTest
Tests run: 23, Failures: 1, Errors: 0, Skipped: 22, Time elapsed: 8.274 sec <<< FAILURE! - in org.apache.atlas.query.GremlinTest
beforeAll(org.apache.atlas.query.GremlinTest)  Time elapsed: 8.175 sec  <<< FAILURE!
javax.script.ScriptException: javax.script.ScriptException: java.lang.UnsupportedOperationException: Not a single key: __traitNames. Use addProperty instead
	at com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx.setProperty(StandardTitanTx.java:755)
	at com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty(AbstractVertex.java:244)
	at com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty(AbstractVertex.java:239)
	at com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph$BatchVertex.setProperty(BatchGraph.java:492)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.vertexFromJson(GraphSONUtility.java:136)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:158)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:104)
	at com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph(GraphSONReader.java:88)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:43)
	at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
	at com.tinkerpop.gremlin.groovy.loaders.GraphLoader$_load_closure14.doCall(GraphLoader.groovy:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaMethod.invoke(ClosureMetaMethod.java:80)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at Script1.run(Script1.groovy:1)
	at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:219)
	at com.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine.eval(GremlinGroovyScriptEngine.java:90)
	at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:233)
	at org.apache.atlas.query.QueryTestsUtils$.setupTestGraph(QueryTestsUtils.scala:165)
	at org.apache.atlas.query.GremlinTest.beforeAll(GremlinTest.scala:41)

Running org.apache.atlas.query.TestApp$delayedInit$body
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in org.apache.atlas.query.TestApp$delayedInit$body
Running org.apache.atlas.query.TestApp$$anonfun$4
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in org.apache.atlas.query.TestApp$$anonfun$4
Running org.apache.atlas.query.ParserTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 sec - in org.apache.atlas.query.ParserTest
Running org.apache.atlas.query.TestApp$
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec - in org.apache.atlas.query.TestApp$
Running org.apache.atlas.TestUtils
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 sec - in org.apache.atlas.TestUtils

Results :

Failed tests: 
  GremlinTest.beforeAll:41 » Script javax.script.ScriptException: java.lang.Unsu...
  LineageQueryTest.beforeAll:41 » Script javax.script.ScriptException: java.lang...

Tests run: 200, Failures: 2, Errors: 0, Skipped: 28

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] apache-atlas ...................................... SUCCESS [ 13.182 s]
[INFO] Apache Atlas Common ............................... SUCCESS [ 31.314 s]
[INFO] Apache Atlas Typesystem ........................... SUCCESS [02:15 min]
[INFO] Apache Atlas Server API ........................... SUCCESS [ 18.706 s]
[INFO] Apache Atlas Client ............................... SUCCESS [ 36.822 s]
[INFO] Apache Atlas Notification ......................... SUCCESS [ 40.942 s]
[INFO] Apache Atlas Titan ................................ SUCCESS [01:01 min]
[INFO] Apache Atlas Repository ........................... FAILURE [05:44 min]
[INFO] Apache Atlas UI ................................... SKIPPED
[INFO] Apache Atlas Web Application ...................... SKIPPED
[INFO] Apache Atlas Documentation ........................ 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: 11:24 min
[INFO] Finished at: 2016-02-22T07:08:32+00:00
[INFO] Final Memory: 111M/1309M
[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 7 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/client/target/checkstyle-result.xml> with 43 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/common/target/checkstyle-result.xml> with 43 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/notification/target/checkstyle-result.xml> with 43 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 57 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/target/checkstyle-result.xml> with 57 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/titan/target/checkstyle-result.xml> with 417 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/apache-atlas-nightly/ws/typesystem/target/checkstyle-result.xml> with 1027 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #181
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 6 files in <https://builds.apache.org/job/apache-atlas-nightly/ws/>
[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/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 #181
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/apache-atlas-nightly/builds/185/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/185/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/185/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/185/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/apache-atlas-nightly/builds/185/testng/testng-results.xml'
TestNG Reports Processing: FINISH