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-master-verify #22

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

------------------------------------------
[...truncated 1.10 MB...]
	at org.eclipse.rdf4j.repository.util.RDFLoader.loadInputStreamOrReader(RDFLoader.java:286) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.repository.util.RDFLoader.load(RDFLoader.java:197) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection.add(AbstractRepositoryConnection.java:329) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.sail.InferencingTest.runTest(InferencingTest.java:81) [rdf4j-store-testsuite-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+51ebb82]
	at org.eclipse.rdf4j.sail.InferencingTest.testDomainError001(InferencingTest.java:243) [rdf4j-store-testsuite-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+51ebb82]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_162]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_162]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_162]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_162]
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) [surefire-junit4-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) [surefire-junit4-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) [surefire-junit4-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) [surefire-booter-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) [surefire-booter-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) [surefire-booter-2.19.1.jar:2.19.1]
22:11:41.123 [main] ERROR exception while uploading input data
java.lang.ClassCastException: org.eclipse.rdf4j.sail.memory.model.MemLiteral cannot be cast to org.eclipse.rdf4j.model.Resource
	at org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer.addSubClassOfStatement(SchemaCachingRDFSInferencer.java:385) ~[rdf4j-storage-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+3648eb2]
	at org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection.processForSchemaCache(SchemaCachingRDFSInferencerConnection.java:74) ~[rdf4j-storage-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+3648eb2]
	at org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection.addStatement(SchemaCachingRDFSInferencerConnection.java:194) ~[rdf4j-storage-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+3648eb2]
	at org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection.addStatement(SchemaCachingRDFSInferencerConnection.java:184) ~[rdf4j-storage-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+3648eb2]
	at org.eclipse.rdf4j.repository.sail.SailRepositoryConnection.addWithoutCommit(SailRepositoryConnection.java:363) ~[rdf4j-storage-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+3648eb2]
	at org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection.add(AbstractRepositoryConnection.java:509) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.repository.util.RDFInserter.addStatement(RDFInserter.java:69) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.repository.util.AbstractRDFInserter.handleStatement(AbstractRDFInserter.java:190) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.rio.ntriples.NTriplesParser.parseTriple(NTriplesParser.java:319) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.rio.ntriples.NTriplesParser.parse(NTriplesParser.java:177) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.rio.ntriples.NTriplesParser.parse(NTriplesParser.java:117) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.repository.util.RDFLoader.loadInputStreamOrReader(RDFLoader.java:286) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.repository.util.RDFLoader.load(RDFLoader.java:197) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection.add(AbstractRepositoryConnection.java:329) ~[rdf4j-client-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+e147892]
	at org.eclipse.rdf4j.sail.InferencingTest.runTest(InferencingTest.java:81) [rdf4j-store-testsuite-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+51ebb82]
	at org.eclipse.rdf4j.sail.InferencingTest.testSubClassOfError001(InferencingTest.java:194) [rdf4j-store-testsuite-2.3-SNAPSHOT.jar:2.3-SNAPSHOT+51ebb82]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_162]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_162]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_162]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_162]
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit-4.12.jar:4.12]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit-4.12.jar:4.12]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367) [surefire-junit4-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274) [surefire-junit4-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [surefire-junit4-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) [surefire-junit4-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) [surefire-booter-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) [surefire-booter-2.19.1.jar:2.19.1]
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) [surefire-booter-2.19.1.jar:2.19.1]
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.178 sec - in org.eclipse.rdf4j.sail.memory.SchemaCachingRDFSInferencerMemInferencingTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.memory.PersistentMemoryStoreTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.724 sec - in org.eclipse.rdf4j.sail.memory.PersistentMemoryStoreTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.memory.StoreSerializationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 sec - in org.eclipse.rdf4j.sail.memory.StoreSerializationTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.memory.SchemaCachingRDFSMemoryStoreConcurrencyTest
22:11:44.720 [main] INFO  executing two large concurrent transactions
22:11:48.115 [Thread-0] INFO  Uploaded 200000 statements
22:11:51.708 [Thread-1] INFO  Uploaded 200000 statements
22:11:52.384 [main] INFO  committed both txns in 7s
22:11:52.772 [main] INFO  Running concurrency test...
22:12:02.579 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 8 active Read locks
22:12:12.633 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 5 active Read locks
22:12:22.814 [main] INFO  Test succeeded
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 38.503 sec - in org.eclipse.rdf4j.sail.memory.SchemaCachingRDFSMemoryStoreConcurrencyTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.memory.MemInferencingTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.908 sec - in org.eclipse.rdf4j.sail.memory.MemInferencingTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.memory.MemCustomInferencingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.66 sec - in org.eclipse.rdf4j.sail.memory.MemCustomInferencingTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.memory.MemoryStoreTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.713 sec - in org.eclipse.rdf4j.sail.memory.MemoryStoreTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.memory.PersistentMemoryStoreIsolationLevelTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 sec - in org.eclipse.rdf4j.sail.memory.PersistentMemoryStoreIsolationLevelTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.memory.MemoryStoreConcurrencyTest
22:12:30.928 [main] INFO  executing two large concurrent transactions
22:12:32.722 [Thread-0] INFO  Uploaded 200000 statements
22:12:32.774 [Thread-1] INFO  Uploaded 200000 statements
22:12:33.158 [main] INFO  committed both txns in 2s
22:12:33.624 [main] INFO  executing two large concurrent transactions
22:12:35.467 [Thread-2] INFO  Uploaded 200000 statements
22:12:35.529 [Thread-3] INFO  Uploaded 200000 statements
22:12:35.684 [Thread-3] INFO  Testing rollback of 200000 statements
22:12:35.685 [main] INFO  completed both txns in 2s
22:12:35.850 [main] INFO  Running concurrency test...
22:12:41.447 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 8 active Read locks
22:12:51.535 [MemoryStore snapshot cleanup] INFO  Thread MemoryStore snapshot cleanup is waiting on 7 active Read locks
22:13:05.854 [main] INFO  Test succeeded
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.149 sec - in org.eclipse.rdf4j.sail.memory.MemoryStoreConcurrencyTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreDirLockTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreDirLockTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreInferencingTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.807 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreInferencingTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreIsolationLevelTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.12 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreIsolationLevelTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreInterruptTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreInterruptTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 12.172 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreConcurrencyTest
22:13:46.694 [main] INFO  executing two large concurrent transactions
22:13:47.961 [Thread-1] INFO  Uploaded 200000 statements
22:13:48.089 [Thread-2] INFO  Uploaded 200000 statements
22:13:52.921 [main] INFO  committed both txns in 6s
22:13:55.468 [main] INFO  executing two large concurrent transactions
22:13:56.812 [Thread-4] INFO  Uploaded 200000 statements
22:13:56.847 [Thread-5] INFO  Uploaded 200000 statements
22:13:56.847 [Thread-5] INFO  Testing rollback of 200000 statements
22:13:59.535 [main] INFO  completed both txns in 4s
22:14:00.375 [main] INFO  Running concurrency test...
22:14:31.530 [main] INFO  Test succeeded
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.441 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreConcurrencyTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreContextTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 14.8 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreContextTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreConsistencyTest
22:14:55.442 [main] INFO  Preserving initial state ...
22:15:08.382 [main] INFO  Number of statements: 59991
22:15:08.382 [main] INFO  Removing old context
22:15:08.382 [main] INFO  Adding updated context
22:15:09.666 [main] INFO  Not deleted statements: 0
22:15:09.766 [main] INFO  Repository size with SPOC index only: 48607
22:15:10.101 [main] INFO  Repository size with PSOC index only: 48607
22:15:10.351 [main] INFO  Computing differences of sets...
22:15:49.765 [main] INFO  Difference SPOC MINUS PSOC: 0
22:15:49.766 [main] INFO  Difference PSOC MINUS SPOC: 0
22:15:49.766 [main] INFO  Different statements in SPOC MINUS PSOC (Mind the contexts):
22:15:49.766 [main] INFO  Different statements in PSOC MINUS SPOC (Mind the contexts):
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.705 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreConsistencyTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.nativerdf.NativeStoreCustomInferencingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.075 sec - in org.eclipse.rdf4j.sail.nativerdf.NativeStoreCustomInferencingTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.federation.FederationConnectionTest
22:15:55.678 [Time-limited test] WARN  [Rio error] Illegal language tag char: '_' (6, -1)
22:15:55.705 [Time-limited test] WARN  [Rio error] Illegal language tag char: '_' (6, -1)
Tests run: 76, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.029 sec - in org.eclipse.rdf4j.sail.federation.FederationConnectionTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.federation.FederationTest
Tests run: 35, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.796 sec - in org.eclipse.rdf4j.sail.federation.FederationTest
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.rdf4j
Running org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec - in org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapperTest

Results :

Tests in error: 
org.eclipse.rdf4j.repository.sail.nativerdf.CustomGraphQueryInferencerNativeRepositoryConnectionTest.testOptionalFilter[SNAPSHOT](org.eclipse.rdf4j.repository.sail.nativerdf.CustomGraphQueryInferencerNativeRepositoryConnectionTest)
  Run 1: CustomGraphQueryInferencerNativeRepositoryConnectionTest>RepositoryConnectionTest.setUp:220->createRepository:38 » FileAlreadyExists
  Run 2: CustomGraphQueryInferencerNativeRepositoryConnectionTest.tearDown:53 » NullPointer

  NativeSPARQLQueryTest>SPARQLQueryTest.setUp:141->SPARQLQueryTest.createRepository:163->newRepository:71 » FileAlreadyExists
org.eclipse.rdf4j.repository.sail.nativerdf.SchemaCachingRDFSInferencerNativeRepositoryConnectionTest.testGetStatementsInSingleContext[SNAPSHOT](org.eclipse.rdf4j.repository.sail.nativerdf.SchemaCachingRDFSInferencerNativeRepositoryConnectionTest)
  Run 1: SchemaCachingRDFSInferencerNativeRepositoryConnectionTest>RDFSchemaRepositoryConnectionTest.setUp:57->RepositoryConnectionTest.setUp:220->createRepository:35 » FileAlreadyExists
  Run 2: SchemaCachingRDFSInferencerNativeRepositoryConnectionTest.tearDown:48 » NullPointer


Tests run: 4820, Failures: 0, Errors: 3, Skipped: 150

[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (verify) @ rdf4j-store-compliance ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] RDF4J Storage Parent 2.3-SNAPSHOT .................. SUCCESS [  1.477 s]
[INFO] RDF4J: Sail API .................................... SUCCESS [  2.748 s]
[INFO] RDF4J: Sail Model .................................. SUCCESS [  1.939 s]
[INFO] RDF4J: Inferencer Sails ............................ SUCCESS [  1.725 s]
[INFO] RDF4J: Query algebra - evaluation .................. SUCCESS [ 19.528 s]
[INFO] RDF4J: Sail base implementations ................... SUCCESS [  1.802 s]
[INFO] RDF4J: MemoryStore ................................. SUCCESS [  5.167 s]
[INFO] RDF4J: SailRepository .............................. SUCCESS [  5.148 s]
[INFO] RDF4J Lucene Sail API .............................. SUCCESS [  2.178 s]
[INFO] RDF4J Elastic Search Sail Index .................... SUCCESS [  3.086 s]
[INFO] RDF4J: Federation SAIL ............................. SUCCESS [  7.157 s]
[INFO] RDF4J: Query algebra - GeoSPARQL ................... SUCCESS [  0.957 s]
[INFO] RDF4J Lucene Sail Index ............................ SUCCESS [  7.034 s]
[INFO] RDF4J: SPIN ........................................ SUCCESS [  4.737 s]
[INFO] RDF4J: SPIN SAIL ................................... SUCCESS [01:31 min]
[INFO] RDF4J: NativeStore ................................. SUCCESS [  4.094 s]
[INFO] RDF4J Lucene Sail Spin ............................. SUCCESS [ 22.876 s]
[INFO] RDF4J: DatasetRepository (wrapper) ................. SUCCESS [  0.746 s]
[INFO] RDF4J Solr Sail Index .............................. SUCCESS [  4.275 s]
[INFO] RDF4J: Storage ..................................... SUCCESS [ 18.442 s]
[INFO] RDF4J: SHACL ....................................... SUCCESS [  6.380 s]
[INFO] RDF4J compliance tests ............................. SUCCESS [  0.467 s]
[INFO] RDF4J Model compliance test ........................ SUCCESS [  5.546 s]
[INFO] RDF4J Elasticsearch Sail Tests ..................... SUCCESS [01:17 min]
[INFO] RDF4J Solr Sail Tests .............................. SUCCESS [01:50 min]
[INFO] RDF4J SAIL and Repository compliance test .......... FAILURE [33:37 min]
[INFO] RDF4J SeRQL query parser compliance tests .......... SKIPPED
[INFO] RDF4J GeoSPARQL compliance tests 2.3-SNAPSHOT ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:25 min
[INFO] Finished at: 2018-06-21T22:15:58-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.19.1:verify (verify) on project rdf4j-store-compliance: There are test failures.
[ERROR] 
[ERROR] Please refer to /jobs/genie.rdf4j/rdf4j-storage-master-verify/workspace/compliance/store/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 :rdf4j-store-compliance
Build step 'Invoke top-level Maven targets' marked build as failure


Back to the top