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
