Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Build failed in Jenkins: rdf4j-storage-develop-verify #120

See <https://ci.eclipse.org/rdf4j/job/rdf4j-storage-develop-verify/120/display/redirect>

------------------------------------------
[...truncated 953.99 KB...]

"Finalizer" ID=3 WAITING on java.lang.ref.ReferenceQueue$Lock@4a216534
	at java.lang.Object.wait(Native Method)
	- waiting on java.lang.ref.ReferenceQueue$Lock@4a216534
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:212)

"Reference Handler" ID=2 WAITING on java.lang.ref.Reference$Lock@600b9840
	at java.lang.Object.wait(Native Method)
	- waiting on java.lang.ref.Reference$Lock@600b9840
	at java.lang.Object.wait(Object.java:502)
	at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)

"main" ID=1 WAITING on com.carrotsearch.randomizedtesting.RandomizedRunner$2@3b3ac04e
	at java.lang.Object.wait(Native Method)
	- waiting on com.carrotsearch.randomizedtesting.RandomizedRunner$2@3b3ac04e
	at java.lang.Thread.join(Thread.java:1252)
	at java.lang.Thread.join(Thread.java:1326)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:608)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:457)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)

^^==============================================

REPRODUCE WITH: ./gradlew null -Dtests.seed=2A964C9200A94B3A -Dtests.class=org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailTest -Dtests.method="testComplexQueryOne" -Dtests.security.manager=false -Dtests.locale=sl-SI -Dtests.timezone=Pacific/Kiritimati
nov. 13, 2018 4:02:43 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
WARNING: Will linger awaiting termination of 1 leaked thread(s).
nov. 13, 2018 4:02:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
SEVERE: 1 thread leaked from SUITE scope at org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailTest: 
   1) Thread[id=24, name=TEST-ElasticsearchSailTest.testComplexQueryOne-seed#[2A964C9200A94B3A], state=RUNNABLE, group=TGRP-ElasticsearchSailTest]
        at sun.nio.fs.UnixNativeDispatcher.stat0(Native Method)
        at sun.nio.fs.UnixNativeDispatcher.stat(UnixNativeDispatcher.java:286)
        at sun.nio.fs.UnixFileAttributes.get(UnixFileAttributes.java:70)
        at sun.nio.fs.UnixFileStore.devFor(UnixFileStore.java:55)
        at sun.nio.fs.UnixFileStore.<init>(UnixFileStore.java:70)
        at sun.nio.fs.LinuxFileStore.<init>(LinuxFileStore.java:48)
        at sun.nio.fs.LinuxFileSystem.getFileStore(LinuxFileSystem.java:112)
        at sun.nio.fs.UnixFileSystem$FileStoreIterator.readNext(UnixFileSystem.java:213)
        at sun.nio.fs.UnixFileSystem$FileStoreIterator.hasNext(UnixFileSystem.java:224)
        at org.apache.lucene.mockfile.FilterFileSystem$2.hasNext(FilterFileSystem.java:129)
        at org.apache.lucene.mockfile.FilterFileSystem$2.hasNext(FilterFileSystem.java:129)
        at org.apache.lucene.util.IOUtils.getFileStore(IOUtils.java:595)
        at org.apache.lucene.util.IOUtils.spinsLinux(IOUtils.java:539)
        at org.apache.lucene.util.IOUtils.spins(IOUtils.java:528)
        at org.elasticsearch.env.ESFileStore.<init>(ESFileStore.java:60)
        at org.elasticsearch.env.Environment.<clinit>(Environment.java:112)
        at org.elasticsearch.test.InternalTestCluster.<init>(InternalTestCluster.java:299)
        at org.elasticsearch.test.ESIntegTestCase.buildTestCluster(ESIntegTestCase.java:1819)
        at org.elasticsearch.test.ESIntegTestCase$1.call(ESIntegTestCase.java:505)
        at org.elasticsearch.test.ESIntegTestCase$1.call(ESIntegTestCase.java:502)
        at com.carrotsearch.randomizedtesting.RandomizedContext.runWithPrivateRandomness(RandomizedContext.java:187)
        at com.carrotsearch.randomizedtesting.RandomizedContext.runWithPrivateRandomness(RandomizedContext.java:211)
        at org.elasticsearch.test.ESIntegTestCase.buildWithPrivateContext(ESIntegTestCase.java:502)
        at org.elasticsearch.test.ESIntegTestCase.buildAndPutCluster(ESIntegTestCase.java:517)
        at org.elasticsearch.test.ESIntegTestCase.beforeInternal(ESIntegTestCase.java:361)
        at org.elasticsearch.test.ESIntegTestCase.setupTestCluster(ESIntegTestCase.java:2050)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
nov. 13, 2018 4:02:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
INFO: Starting to interrupt leaked threads:
   1) Thread[id=24, name=TEST-ElasticsearchSailTest.testComplexQueryOne-seed#[2A964C9200A94B3A], state=RUNNABLE, group=TGRP-ElasticsearchSailTest]
nov. 13, 2018 4:02:51 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
SEVERE: There are still zombie threads that couldn't be terminated:
   1) Thread[id=24, name=TEST-ElasticsearchSailTest.testComplexQueryOne-seed#[2A964C9200A94B3A], state=RUNNABLE, group=TGRP-ElasticsearchSailTest]
        at sun.nio.fs.UnixNativeDispatcher.stat0(Native Method)
        at sun.nio.fs.UnixNativeDispatcher.stat(UnixNativeDispatcher.java:286)
        at sun.nio.fs.UnixFileAttributes.get(UnixFileAttributes.java:70)
        at sun.nio.fs.UnixFileStore.devFor(UnixFileStore.java:55)
        at sun.nio.fs.UnixFileStore.<init>(UnixFileStore.java:70)
        at sun.nio.fs.LinuxFileStore.<init>(LinuxFileStore.java:48)
        at sun.nio.fs.LinuxFileSystem.getFileStore(LinuxFileSystem.java:112)
        at sun.nio.fs.UnixFileSystem$FileStoreIterator.readNext(UnixFileSystem.java:213)
        at sun.nio.fs.UnixFileSystem$FileStoreIterator.hasNext(UnixFileSystem.java:224)
        at org.apache.lucene.mockfile.FilterFileSystem$2.hasNext(FilterFileSystem.java:129)
        at org.apache.lucene.mockfile.FilterFileSystem$2.hasNext(FilterFileSystem.java:129)
        at org.apache.lucene.util.IOUtils.getFileStore(IOUtils.java:595)
        at org.apache.lucene.util.IOUtils.spinsLinux(IOUtils.java:539)
        at org.apache.lucene.util.IOUtils.spins(IOUtils.java:528)
        at org.elasticsearch.env.ESFileStore.<init>(ESFileStore.java:60)
        at org.elasticsearch.env.Environment.<clinit>(Environment.java:112)
        at org.elasticsearch.test.InternalTestCluster.<init>(InternalTestCluster.java:299)
        at org.elasticsearch.test.ESIntegTestCase.buildTestCluster(ESIntegTestCase.java:1819)
        at org.elasticsearch.test.ESIntegTestCase$1.call(ESIntegTestCase.java:505)
        at org.elasticsearch.test.ESIntegTestCase$1.call(ESIntegTestCase.java:502)
        at com.carrotsearch.randomizedtesting.RandomizedContext.runWithPrivateRandomness(RandomizedContext.java:187)
        at com.carrotsearch.randomizedtesting.RandomizedContext.runWithPrivateRandomness(RandomizedContext.java:211)
        at org.elasticsearch.test.ESIntegTestCase.buildWithPrivateContext(ESIntegTestCase.java:502)
        at org.elasticsearch.test.ESIntegTestCase.buildAndPutCluster(ESIntegTestCase.java:517)
        at org.elasticsearch.test.ESIntegTestCase.beforeInternal(ESIntegTestCase.java:361)
        at org.elasticsearch.test.ESIntegTestCase.setupTestCluster(ESIntegTestCase.java:2050)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
REPRODUCE WITH: ./gradlew null -Dtests.seed=2A964C9200A94B3A -Dtests.class=org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailTest -Dtests.security.manager=false -Dtests.locale=sl-SI -Dtests.timezone=Pacific/Kiritimati
NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1652, maxMBSortInHeap=6.288470148109496, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=sl-SI, timezone=Pacific/Kiritimati
NOTE: Linux 3.12.51-52.39-default amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=16,threads=2,free=782203976,total=1029177344
NOTE: All tests run in this JVM: [ElasticsearchSailTest]
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1,209.307 s <<< FAILURE! - in org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailTest
[ERROR] testComplexQueryOne(org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailTest)  Time elapsed: 1,199.992 s  <<< ERROR!
java.lang.Exception: Test abandoned because suite timeout was reached.

[ERROR] org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailTest  Time elapsed: 1,208.044 s  <<< ERROR!
java.lang.Exception: Suite timeout exceeded (>= 1200000 msec).

[INFO] Running org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailGeoSPARQLTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.004 s - in org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailGeoSPARQLTest
[INFO] Running org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailIndexedPropertiesTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.045 s - in org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailIndexedPropertiesTest
[INFO] Running org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndexTest
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.047 s - in org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndexTest
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   ElasticsearchSailTest.org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchSailTest » 
[ERROR]   ElasticsearchSailTest.testComplexQueryOne »  Test abandoned because suite time...
[INFO] 
[ERROR] Tests run: 17, Failures: 0, Errors: 2, Skipped: 15
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] RDF4J Storage 2.5-SNAPSHOT ......................... SUCCESS [  1.566 s]
[INFO] RDF4J: Sail API .................................... SUCCESS [  2.896 s]
[INFO] RDF4J: Sail Model .................................. SUCCESS [  0.864 s]
[INFO] RDF4J: Inferencer Sails ............................ SUCCESS [  1.270 s]
[INFO] RDF4J: Query algebra - evaluation .................. SUCCESS [  8.512 s]
[INFO] RDF4J: Sail base implementations ................... SUCCESS [  1.261 s]
[INFO] RDF4J: MemoryStore ................................. SUCCESS [  3.719 s]
[INFO] RDF4J: SailRepository .............................. SUCCESS [  4.657 s]
[INFO] RDF4J Lucene Sail API .............................. SUCCESS [  2.748 s]
[INFO] RDF4J Elastic Search Sail Index .................... SUCCESS [  4.034 s]
[INFO] RDF4J: Federation SAIL ............................. SUCCESS [  6.177 s]
[INFO] RDF4J: Query algebra - GeoSPARQL ................... SUCCESS [  4.003 s]
[INFO] RDF4J Lucene Sail Index ............................ SUCCESS [  7.097 s]
[INFO] RDF4J: SPIN ........................................ SUCCESS [  4.886 s]
[INFO] RDF4J: SPIN SAIL ................................... SUCCESS [01:31 min]
[INFO] RDF4J: NativeStore ................................. SUCCESS [  3.632 s]
[INFO] RDF4J Lucene Sail Spin ............................. SUCCESS [ 23.643 s]
[INFO] RDF4J: DatasetRepository (wrapper) ................. SUCCESS [  1.009 s]
[INFO] RDF4J Solr Sail Index .............................. SUCCESS [  9.413 s]
[INFO] RDF4J: SHACL ....................................... SUCCESS [  7.819 s]
[INFO] RDF4J: Storage ..................................... SUCCESS [ 32.386 s]
[INFO] RDF4J compliance tests ............................. SUCCESS [  0.551 s]
[INFO] RDF4J Model compliance test ........................ SUCCESS [  6.262 s]
[INFO] RDF4J Lucene Sail Tests ............................ SUCCESS [  3.576 s]
[INFO] RDF4J Elasticsearch Sail Tests ..................... FAILURE [20:12 min]
[INFO] RDF4J Solr Sail Tests .............................. SKIPPED
[INFO] RDF4J SAIL and Repository compliance test .......... SKIPPED
[INFO] RDF4J SeRQL query parser compliance tests .......... SKIPPED
[INFO] RDF4J GeoSPARQL compliance tests ................... SKIPPED
[INFO] RDF4J SHACL compliance tests 2.5-SNAPSHOT .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:07 min
[INFO] Finished at: 2018-11-12T09:02:52-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project rdf4j-elasticsearch-compliance: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.rdf4j/rdf4j-storage-develop-verify/workspace/compliance/elasticsearch/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[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 :rdf4j-elasticsearch-compliance
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top