This log is too long to show here, 4,322 KB has been skipped — click to see the complete log
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:157)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:65)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:125)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:58)
at org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$2(InterceptingLauncher.java:57)
at org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)
at org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:56)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:58)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:125)
at org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithCancellationToken(LauncherAdapter.java:68)
at org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:54)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.RdfContainersTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.UpdateWithInferenceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.903 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.UpdateWithInferenceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.MultipleInheritanceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.674 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.MultipleInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.ListsTest
2026-01-27 14:25:34 WARNING cz.cvut.kbss.owl2query.engine.QueryImpl checkType '<https://onto.fel.cvut.cz/ontologies/jopa/attributes#m-multilingualReferencedList>' is not an object of type 'DATA_PROPERTY'.
2026-01-27 14:25:34 SEVERE cz.cvut.kbss.owl2query.engine.OWL2QueryEngine exec Query atom PV(<https://onto.fel.cvut.cz/ontologies/jopa/attributes#m-multilingualReferencedList>, ?node, "Třetí"@cs) is invalid.
cz.cvut.kbss.owl2query.UnsupportedQueryException: Query atom PV(<https://onto.fel.cvut.cz/ontologies/jopa/attributes#m-multilingualReferencedList>, ?node, "Třetí"@cs) is invalid.
at cz.cvut.kbss.owl2query.engine.QueryImpl.add(QueryImpl.java:215)
at cz.cvut.kbss.owl2query.engine.QueryImpl.PropertyValue(QueryImpl.java:633)
at cz.cvut.kbss.owl2query.parser.arq.SPARQLDLNotQueryPatternARQParser.parse(SPARQLDLNotQueryPatternARQParser.java:285)
at cz.cvut.kbss.owl2query.parser.arq.SPARQLDLNotQueryPatternARQParser.parseTriplePath(SPARQLDLNotQueryPatternARQParser.java:60)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser._parseQuery(SparqlARQParser.java:182)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser._parseQuery(SparqlARQParser.java:197)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parseQuery(SparqlARQParser.java:167)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parseAskOrSelect(SparqlARQParser.java:99)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parse(SparqlARQParser.java:51)
at cz.cvut.kbss.owl2query.engine.OWL2QueryEngine.exec(OWL2QueryEngine.java:37)
at cz.cvut.kbss.ontodriver.owlapi.query.TransactionalStatementExecutor.execute(TransactionalStatementExecutor.java:59)
at cz.cvut.kbss.ontodriver.owlapi.query.TransactionalStatementExecutor.executeQuery(TransactionalStatementExecutor.java:46)
at cz.cvut.kbss.ontodriver.owlapi.query.OwlapiStatement.executeQuery(OwlapiStatement.java:55)
at cz.cvut.kbss.jopa.model.AbstractQuery.executeQuery(AbstractQuery.java:276)
at cz.cvut.kbss.jopa.model.TypedQueryImpl.getResultListImpl(TypedQueryImpl.java:71)
at cz.cvut.kbss.jopa.model.TypedQueryImpl.getSingleResult(TypedQueryImpl.java:84)
at cz.cvut.kbss.jopa.test.runner.ListsTestRunner.lambda$removeMultilingualReferencedListItemRemovesStatementsFromRepository$20(ListsTestRunner.java:712)
at java.base/java.util.HashMap.forEach(HashMap.java:1421)
at cz.cvut.kbss.jopa.test.runner.ListsTestRunner.removeMultilingualReferencedListItemRemovesStatementsFromRepository(ListsTestRunner.java:710)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:701)
at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:502)
at org.junit.jupiter.engine.support.MethodReflectionUtils.invoke(MethodReflectionUtils.java:45)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:61)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:124)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:163)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:148)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:123)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:99)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:66)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:47)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:39)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:98)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invokeVoid(InterceptingExecutableInvoker.java:71)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$0(TestMethodTestDescriptor.java:219)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:215)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:157)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:70)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:176)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:42)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:180)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:42)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:180)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:36)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:52)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:58)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:246)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:218)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:179)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:66)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:157)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:65)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:125)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:58)
at org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$2(InterceptingLauncher.java:57)
at org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)
at org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:56)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:58)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:125)
at org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithCancellationToken(LauncherAdapter.java:68)
at org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:54)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2026-01-27 14:25:34 WARNING cz.cvut.kbss.owl2query.engine.QueryImpl checkType '<https://onto.fel.cvut.cz/ontologies/jopa/attributes#m-multilingualReferencedList>' is not an object of type 'DATA_PROPERTY'.
2026-01-27 14:25:34 SEVERE cz.cvut.kbss.owl2query.engine.OWL2QueryEngine exec Query atom PV(<https://onto.fel.cvut.cz/ontologies/jopa/attributes#m-multilingualReferencedList>, ?node, "Third"@en) is invalid.
cz.cvut.kbss.owl2query.UnsupportedQueryException: Query atom PV(<https://onto.fel.cvut.cz/ontologies/jopa/attributes#m-multilingualReferencedList>, ?node, "Third"@en) is invalid.
at cz.cvut.kbss.owl2query.engine.QueryImpl.add(QueryImpl.java:215)
at cz.cvut.kbss.owl2query.engine.QueryImpl.PropertyValue(QueryImpl.java:633)
at cz.cvut.kbss.owl2query.parser.arq.SPARQLDLNotQueryPatternARQParser.parse(SPARQLDLNotQueryPatternARQParser.java:285)
at cz.cvut.kbss.owl2query.parser.arq.SPARQLDLNotQueryPatternARQParser.parseTriplePath(SPARQLDLNotQueryPatternARQParser.java:60)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser._parseQuery(SparqlARQParser.java:182)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser._parseQuery(SparqlARQParser.java:197)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parseQuery(SparqlARQParser.java:167)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parseAskOrSelect(SparqlARQParser.java:99)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parse(SparqlARQParser.java:51)
at cz.cvut.kbss.owl2query.engine.OWL2QueryEngine.exec(OWL2QueryEngine.java:37)
at cz.cvut.kbss.ontodriver.owlapi.query.TransactionalStatementExecutor.execute(TransactionalStatementExecutor.java:59)
at cz.cvut.kbss.ontodriver.owlapi.query.TransactionalStatementExecutor.executeQuery(TransactionalStatementExecutor.java:46)
at cz.cvut.kbss.ontodriver.owlapi.query.OwlapiStatement.executeQuery(OwlapiStatement.java:55)
at cz.cvut.kbss.jopa.model.AbstractQuery.executeQuery(AbstractQuery.java:276)
at cz.cvut.kbss.jopa.model.TypedQueryImpl.getResultListImpl(TypedQueryImpl.java:71)
at cz.cvut.kbss.jopa.model.TypedQueryImpl.getSingleResult(TypedQueryImpl.java:84)
at cz.cvut.kbss.jopa.test.runner.ListsTestRunner.lambda$removeMultilingualReferencedListItemRemovesStatementsFromRepository$20(ListsTestRunner.java:712)
at java.base/java.util.HashMap.forEach(HashMap.java:1421)
at cz.cvut.kbss.jopa.test.runner.ListsTestRunner.removeMultilingualReferencedListItemRemovesStatementsFromRepository(ListsTestRunner.java:710)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:701)
at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:502)
at org.junit.jupiter.engine.support.MethodReflectionUtils.invoke(MethodReflectionUtils.java:45)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:61)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:124)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:163)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:148)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:123)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:99)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:66)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:47)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:39)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:98)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invokeVoid(InterceptingExecutableInvoker.java:71)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$0(TestMethodTestDescriptor.java:219)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:215)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:157)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:70)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:176)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:42)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:180)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:42)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:180)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:36)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:52)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:58)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:246)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:218)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:179)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:66)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:157)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:65)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:125)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:58)
at org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$2(InterceptingLauncher.java:57)
at org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)
at org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:56)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:58)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:125)
at org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithCancellationToken(LauncherAdapter.java:68)
at org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:54)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.310 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.ListsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.UpdateOperationsOnGetReferenceTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.UpdateOperationsOnGetReferenceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.RetrieveOperationsTest
27-01-2026 14:25:36.759 [main] INFO o.s.o.r.r.parser.AbstractState - Notice: root element does not have an xml:base. Relative IRIs will be resolved against file:/tmp/reload-driver-test10702630049549084912.owl
2026-01-27 14:25:36 WARNING cz.cvut.kbss.owl2query.engine.QueryImpl checkType '<http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region>' is not an object of type 'CLASS'.
2026-01-27 14:25:36 WARNING cz.cvut.kbss.owl2query.engine.QueryImpl checkType '<http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion>' is not an object of type 'INDIVIDUAL'.
2026-01-27 14:25:36 SEVERE cz.cvut.kbss.owl2query.engine.OWL2QueryEngine exec Query atom T(<http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region>, <http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion>) is invalid.
cz.cvut.kbss.owl2query.UnsupportedQueryException: Query atom T(<http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#Region>, <http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine#CaliforniaRegion>) is invalid.
at cz.cvut.kbss.owl2query.engine.QueryImpl.add(QueryImpl.java:215)
at cz.cvut.kbss.owl2query.engine.QueryImpl.Type(QueryImpl.java:672)
at cz.cvut.kbss.owl2query.parser.arq.SPARQLDLNotQueryPatternARQParser.parse(SPARQLDLNotQueryPatternARQParser.java:161)
at cz.cvut.kbss.owl2query.parser.arq.SPARQLDLNotQueryPatternARQParser.parseTriplePath(SPARQLDLNotQueryPatternARQParser.java:60)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser._parseQuery(SparqlARQParser.java:182)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser._parseQuery(SparqlARQParser.java:197)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parseQuery(SparqlARQParser.java:167)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parseAskOrSelect(SparqlARQParser.java:99)
at cz.cvut.kbss.owl2query.parser.arq.SparqlARQParser.parse(SparqlARQParser.java:51)
at cz.cvut.kbss.owl2query.engine.OWL2QueryEngine.exec(OWL2QueryEngine.java:37)
at cz.cvut.kbss.ontodriver.owlapi.query.TransactionalStatementExecutor.execute(TransactionalStatementExecutor.java:59)
at cz.cvut.kbss.ontodriver.owlapi.query.TransactionalStatementExecutor.executeQuery(TransactionalStatementExecutor.java:46)
at cz.cvut.kbss.ontodriver.owlapi.query.OwlapiStatement.executeQuery(OwlapiStatement.java:55)
at cz.cvut.kbss.jopa.model.AbstractQuery.executeQuery(AbstractQuery.java:276)
at cz.cvut.kbss.jopa.model.TypedQueryImpl.getResultListImpl(TypedQueryImpl.java:71)
at cz.cvut.kbss.jopa.model.TypedQueryImpl.getSingleResult(TypedQueryImpl.java:84)
at cz.cvut.kbss.jopa.test.runner.RetrieveOperationsRunner.reloadAllowsToReloadFileStorageContent(RetrieveOperationsRunner.java:446)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:701)
at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:502)
at org.junit.jupiter.engine.support.MethodReflectionUtils.invoke(MethodReflectionUtils.java:45)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:61)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:124)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:163)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:148)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:123)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:99)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:66)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:47)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:39)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:98)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invokeVoid(InterceptingExecutableInvoker.java:71)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$0(TestMethodTestDescriptor.java:219)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:215)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:157)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:70)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:176)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:42)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:180)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:42)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:180)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:163)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:116)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:36)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:52)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:58)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.executeEngine(EngineExecutionOrchestrator.java:246)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.failOrExecuteEngine(EngineExecutionOrchestrator.java:218)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:179)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:66)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:157)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:65)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:125)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:58)
at org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$2(InterceptingLauncher.java:57)
at org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)
at org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:56)
at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:58)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:125)
at org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithCancellationToken(LauncherAdapter.java:68)
at org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:54)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[WARNING] Tests run: 43, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 7.413 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.RetrieveOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.UpdateOperationsTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.195 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.UpdateOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.RetrieveOperationsWithInheritanceTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.RetrieveOperationsWithInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.RetrieveWithInferenceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.RetrieveWithInferenceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.EnumMappingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.EnumMappingTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.CreateOperationsTest
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.118 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.CreateOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.AnnotatedMethodsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.AnnotatedMethodsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.DataTypesTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.DataTypesTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.owlapi.CreateOperationsWithInheritanceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s -- in cz.cvut.kbss.jopa.test.integration.owlapi.CreateOperationsWithInheritanceTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 343, Failures: 0, Errors: 0, Skipped: 19
[INFO]
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ jopa-integration-tests-owlapi ---
[INFO] Loading execution data file /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jacoco.exec
[INFO] Analyzed bundle 'JOPA Integration Tests for OWLAPI' with 1 classes
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jopa-integration-tests-owlapi ---
[INFO] Building jar: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jopa-2.8.0.jar
[INFO]
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jopa-integration-tests-owlapi ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] >>> javadoc:3.12.0:aggregate-jar (attach-javadocs) > compile @ jopa-integration-tests-owlapi >>>
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-owlapi ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-owlapi ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-owlapi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/classes
[INFO]
[INFO] <<< javadoc:3.12.0:aggregate-jar (attach-javadocs) < compile @ jopa-integration-tests-owlapi <<<
[INFO]
[INFO]
[INFO] --- javadoc:3.12.0:aggregate-jar (attach-javadocs) @ jopa-integration-tests-owlapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-owlapi ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-owlapi ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-owlapi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jopa-integration-tests-owlapi ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ jopa-integration-tests-owlapi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 24 source files with javac [debug target 17] to target/test-classes
[INFO]
[INFO] --- surefire:3.5.4:test (default-test) @ jopa-integration-tests-owlapi ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ jopa-integration-tests-owlapi ---
[INFO] Loading execution data file /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jacoco.exec
[INFO] Analyzed bundle 'JOPA Integration Tests for OWLAPI' with 1 classes
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jopa-integration-tests-owlapi ---
[INFO] Building jar: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jopa-2.8.0.jar
[INFO]
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jopa-integration-tests-owlapi ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] >>> javadoc:3.12.0:aggregate-jar (attach-javadocs) > compile @ jopa-integration-tests-owlapi >>>
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-owlapi ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-owlapi ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-owlapi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/classes
[INFO]
[INFO] <<< javadoc:3.12.0:aggregate-jar (attach-javadocs) < compile @ jopa-integration-tests-owlapi <<<
[INFO]
[INFO]
[INFO] --- javadoc:3.12.0:aggregate-jar (attach-javadocs) @ jopa-integration-tests-owlapi ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- gpg:1.6:sign (sign-artifacts) @ jopa-integration-tests-owlapi ---
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ jopa-integration-tests-owlapi ---
[INFO] Skipping artifact installation
[INFO]
[INFO] --- central-publishing:0.7.0:publish (injected-central-publishing) @ jopa-integration-tests-owlapi ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: 7ZPsQTCT
[INFO] No files to stage!
[INFO] Generate checksums for dir: cz/cvut/kbss/jopa/jopa-integration-tests-owlapi/2.8.0
[INFO]
[INFO] -----------< cz.cvut.kbss.jopa:jopa-integration-tests-rdf4j >-----------
[INFO] Building JOPA Integration Tests for RDF4J 2.8.0 [17/19]
[INFO] from jopa-integration-tests-rdf4j/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ jopa-integration-tests-rdf4j ---
[INFO] Deleting /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-rdf4j ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-rdf4j ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-rdf4j ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jopa-integration-tests-rdf4j ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ jopa-integration-tests-rdf4j ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 34 source files with javac [debug target 17] to target/test-classes
[INFO]
[INFO] --- surefire:3.5.4:test (default-test) @ jopa-integration-tests-rdf4j ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running cz.cvut.kbss.jopa.test.query.rdf4j.PolymorphicSelectQueryTest
27-01-2026 14:25:59.181 [main] INFO c.c.k.j.m.JOPAPersistenceProvider - This is JOPA 2.8.0, built on 2026-01-27T13:23:51Z...
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.237 s -- in cz.cvut.kbss.jopa.test.query.rdf4j.PolymorphicSelectQueryTest
[INFO] Running cz.cvut.kbss.jopa.test.query.rdf4j.TypedQueryTest
[WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.829 s -- in cz.cvut.kbss.jopa.test.query.rdf4j.TypedQueryTest
[INFO] Running cz.cvut.kbss.jopa.test.query.rdf4j.CriteriaTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 s -- in cz.cvut.kbss.jopa.test.query.rdf4j.CriteriaTest
[INFO] Running cz.cvut.kbss.jopa.test.query.rdf4j.QueryTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.375 s -- in cz.cvut.kbss.jopa.test.query.rdf4j.QueryTest
[INFO] Running cz.cvut.kbss.jopa.test.query.rdf4j.SoqlTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in cz.cvut.kbss.jopa.test.query.rdf4j.SoqlTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.graphdb.GraphDBInferenceContextsTest
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.005 s -- in cz.cvut.kbss.jopa.test.integration.graphdb.GraphDBInferenceContextsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.DeleteOperationsWithInheritanceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.DeleteOperationsWithInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateOperationsWithInheritanceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateOperationsWithInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.PersistenceUnitTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.PersistenceUnitTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.DeleteOperationsTest
[WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.194 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.DeleteOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.MultilingualAttributesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.MultilingualAttributesTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.CreateOperationsMultiContextTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.CreateOperationsMultiContextTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.MiscellaneousTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.MiscellaneousTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.RdfContainersTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.RdfContainersTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateWithInferenceTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateWithInferenceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateOperationsMultiContextTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateOperationsMultiContextTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.MultipleInheritanceTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.MultipleInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.RetrieveOperationsMultiContextTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.RetrieveOperationsMultiContextTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.ListsTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.ListsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateOperationsOnGetReferenceTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateOperationsOnGetReferenceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.RetrieveOperationsTest
[WARNING] Tests run: 43, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.226 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.RetrieveOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.DeleteOperationsMultiContextTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.DeleteOperationsMultiContextTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateOperationsTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.355 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.UpdateOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.RetrieveOperationsWithInheritanceTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.RetrieveOperationsWithInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.RetrieveWithInferenceTest
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.192 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.RetrieveWithInferenceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.EnumMappingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.EnumMappingTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.CreateOperationsTest
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.187 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.CreateOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.AnnotatedMethodsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.AnnotatedMethodsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.DataTypesTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.DataTypesTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.rdf4j.CreateOperationsWithInheritanceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in cz.cvut.kbss.jopa.test.integration.rdf4j.CreateOperationsWithInheritanceTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 448, Failures: 0, Errors: 0, Skipped: 6
[INFO]
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ jopa-integration-tests-rdf4j ---
[INFO] Loading execution data file /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jacoco.exec
[INFO] Analyzed bundle 'JOPA Integration Tests for RDF4J' with 1 classes
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jopa-integration-tests-rdf4j ---
[INFO] Building jar: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jopa-2.8.0.jar
[INFO]
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jopa-integration-tests-rdf4j ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] >>> javadoc:3.12.0:aggregate-jar (attach-javadocs) > compile @ jopa-integration-tests-rdf4j >>>
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-rdf4j ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-rdf4j ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-rdf4j ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/classes
[INFO]
[INFO] <<< javadoc:3.12.0:aggregate-jar (attach-javadocs) < compile @ jopa-integration-tests-rdf4j <<<
[INFO]
[INFO]
[INFO] --- javadoc:3.12.0:aggregate-jar (attach-javadocs) @ jopa-integration-tests-rdf4j ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-rdf4j ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-rdf4j ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-rdf4j ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jopa-integration-tests-rdf4j ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ jopa-integration-tests-rdf4j ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 34 source files with javac [debug target 17] to target/test-classes
[INFO]
[INFO] --- surefire:3.5.4:test (default-test) @ jopa-integration-tests-rdf4j ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ jopa-integration-tests-rdf4j ---
[INFO] Loading execution data file /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jacoco.exec
[INFO] Analyzed bundle 'JOPA Integration Tests for RDF4J' with 1 classes
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jopa-integration-tests-rdf4j ---
[INFO] Building jar: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jopa-2.8.0.jar
[INFO]
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jopa-integration-tests-rdf4j ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] >>> javadoc:3.12.0:aggregate-jar (attach-javadocs) > compile @ jopa-integration-tests-rdf4j >>>
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-rdf4j ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-rdf4j ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-rdf4j ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/classes
[INFO]
[INFO] <<< javadoc:3.12.0:aggregate-jar (attach-javadocs) < compile @ jopa-integration-tests-rdf4j <<<
[INFO]
[INFO]
[INFO] --- javadoc:3.12.0:aggregate-jar (attach-javadocs) @ jopa-integration-tests-rdf4j ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- gpg:1.6:sign (sign-artifacts) @ jopa-integration-tests-rdf4j ---
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ jopa-integration-tests-rdf4j ---
[INFO] Skipping artifact installation
[INFO]
[INFO] --- central-publishing:0.7.0:publish (injected-central-publishing) @ jopa-integration-tests-rdf4j ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: 7ZPsQTCT
[INFO] No files to stage!
[INFO] Generate checksums for dir: cz/cvut/kbss/jopa/jopa-integration-tests-rdf4j/2.8.0
[INFO]
[INFO] ---------< cz.cvut.kbss.jopa:jopa-integration-tests-virtuoso >----------
[INFO] Building JOPA Integration Tests for Virtuoso 2.8.0 [18/19]
[INFO] from jopa-integration-tests-virtuoso/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ jopa-integration-tests-virtuoso ---
[INFO] Deleting /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-virtuoso ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-virtuoso ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-virtuoso ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jopa-integration-tests-virtuoso ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ jopa-integration-tests-virtuoso ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [debug target 17] to target/test-classes
[INFO]
[INFO] --- surefire:3.5.4:test (default-test) @ jopa-integration-tests-virtuoso ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running cz.cvut.kbss.jopa.test.query.virtuoso.PolymorphicSelectQueryTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.007 s -- in cz.cvut.kbss.jopa.test.query.virtuoso.PolymorphicSelectQueryTest
[INFO] Running cz.cvut.kbss.jopa.test.query.virtuoso.TypedQueryTest
[WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 27, Time elapsed: 0.008 s -- in cz.cvut.kbss.jopa.test.query.virtuoso.TypedQueryTest
[INFO] Running cz.cvut.kbss.jopa.test.query.virtuoso.CriteriaTest
[WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 32, Time elapsed: 0.003 s -- in cz.cvut.kbss.jopa.test.query.virtuoso.CriteriaTest
[INFO] Running cz.cvut.kbss.jopa.test.query.virtuoso.QueryTest
[WARNING] Tests run: 27, Failures: 0, Errors: 0, Skipped: 27, Time elapsed: 0.001 s -- in cz.cvut.kbss.jopa.test.query.virtuoso.QueryTest
[INFO] Running cz.cvut.kbss.jopa.test.query.virtuoso.SoqlTest
[WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.query.virtuoso.SoqlTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.DeleteOperationsWithInheritanceTest
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.DeleteOperationsWithInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.UpdateOperationsWithInheritanceTest
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.002 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.UpdateOperationsWithInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.DeleteOperationsTest
[WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.DeleteOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.MultilingualAttributesTest
[WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 14, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.MultilingualAttributesTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.CreateOperationsMultiContextTest
[WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 18, Time elapsed: 0.002 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.CreateOperationsMultiContextTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.RdfContainersTest
[WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.RdfContainersTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.UpdateOperationsMultiContextTest
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.004 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.UpdateOperationsMultiContextTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.RetrieveOperationsMultiContextTest
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 11, Time elapsed: 0.003 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.RetrieveOperationsMultiContextTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.ListsTest
[WARNING] Tests run: 34, Failures: 0, Errors: 0, Skipped: 34, Time elapsed: 0.004 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.ListsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.UpdateOperationsOnGetReferenceTest
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.UpdateOperationsOnGetReferenceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.RetrieveOperationsTest
[WARNING] Tests run: 43, Failures: 0, Errors: 0, Skipped: 43, Time elapsed: 0.001 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.RetrieveOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.DeleteOperationsMultiContextTest
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.DeleteOperationsMultiContextTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.UpdateOperationsTest
[WARNING] Tests run: 53, Failures: 0, Errors: 0, Skipped: 53, Time elapsed: 0.002 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.UpdateOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.RetrieveOperationsWithInheritanceTest
[WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 14, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.RetrieveOperationsWithInheritanceTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.EnumMappingTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.EnumMappingTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.CreateOperationsTest
[WARNING] Tests run: 48, Failures: 0, Errors: 0, Skipped: 48, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.CreateOperationsTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.DataTypesTest
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.DataTypesTest
[INFO] Running cz.cvut.kbss.jopa.test.integration.virtuoso.CreateOperationsWithInheritanceTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0 s -- in cz.cvut.kbss.jopa.test.integration.virtuoso.CreateOperationsWithInheritanceTest
[INFO]
[INFO] Results:
[INFO]
[WARNING] Tests run: 418, Failures: 0, Errors: 0, Skipped: 418
[INFO]
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ jopa-integration-tests-virtuoso ---
[INFO] Loading execution data file /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jacoco.exec
[INFO] Analyzed bundle 'JOPA Integration Tests for Virtuoso' with 1 classes
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jopa-integration-tests-virtuoso ---
[INFO] Building jar: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jopa-2.8.0.jar
[INFO]
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jopa-integration-tests-virtuoso ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] >>> javadoc:3.12.0:aggregate-jar (attach-javadocs) > compile @ jopa-integration-tests-virtuoso >>>
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-virtuoso ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-virtuoso ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-virtuoso ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/classes
[INFO]
[INFO] <<< javadoc:3.12.0:aggregate-jar (attach-javadocs) < compile @ jopa-integration-tests-virtuoso <<<
[INFO]
[INFO]
[INFO] --- javadoc:3.12.0:aggregate-jar (attach-javadocs) @ jopa-integration-tests-virtuoso ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-virtuoso ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-virtuoso ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-virtuoso ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jopa-integration-tests-virtuoso ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO]
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ jopa-integration-tests-virtuoso ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [debug target 17] to target/test-classes
[INFO]
[INFO] --- surefire:3.5.4:test (default-test) @ jopa-integration-tests-virtuoso ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ jopa-integration-tests-virtuoso ---
[INFO] Loading execution data file /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jacoco.exec
[INFO] Analyzed bundle 'JOPA Integration Tests for Virtuoso' with 1 classes
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ jopa-integration-tests-virtuoso ---
[INFO] Building jar: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jopa-2.8.0.jar
[INFO]
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jopa-integration-tests-virtuoso ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] >>> javadoc:3.12.0:aggregate-jar (attach-javadocs) > compile @ jopa-integration-tests-virtuoso >>>
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-integration-tests-virtuoso ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jacoco.exec
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jopa-integration-tests-virtuoso ---
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/src/main/resources
[INFO]
[INFO] --- compiler:3.14.1:compile (default-compile) @ jopa-integration-tests-virtuoso ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 17] to target/classes
[WARNING] Overwriting artifact's file from /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/jopa-2.8.0.jar to /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/classes
[INFO]
[INFO] <<< javadoc:3.12.0:aggregate-jar (attach-javadocs) < compile @ jopa-integration-tests-virtuoso <<<
[INFO]
[INFO]
[INFO] --- javadoc:3.12.0:aggregate-jar (attach-javadocs) @ jopa-integration-tests-virtuoso ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- gpg:1.6:sign (sign-artifacts) @ jopa-integration-tests-virtuoso ---
[INFO]
[INFO] --- install:3.1.4:install (default-install) @ jopa-integration-tests-virtuoso ---
[INFO] Skipping artifact installation
[INFO]
[INFO] --- central-publishing:0.7.0:publish (injected-central-publishing) @ jopa-integration-tests-virtuoso ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: 7ZPsQTCT
[INFO] No files to stage!
[INFO] Generate checksums for dir: cz/cvut/kbss/jopa/jopa-integration-tests-virtuoso/2.8.0
[INFO]
[INFO] ----------------< cz.cvut.kbss.jopa:jopa-distribution >-----------------
[INFO] Building JOPA distribution assembly 2.8.0 [19/19]
[INFO] from jopa-distribution/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ jopa-distribution ---
[INFO] Deleting /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-distribution ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jacoco.exec
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ jopa-distribution ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- source:3.4.0:jar-no-fork (attach-sources) @ jopa-distribution ---
[INFO]
[INFO] >>> javadoc:3.12.0:aggregate-jar (attach-javadocs) > compile @ jopa-distribution >>>
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-distribution ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jacoco.exec
[INFO]
[INFO] <<< javadoc:3.12.0:aggregate-jar (attach-javadocs) < compile @ jopa-distribution <<<
[INFO]
[INFO]
[INFO] --- javadoc:3.12.0:aggregate-jar (attach-javadocs) @ jopa-distribution ---
[INFO] No Javadoc in project. Archive not created.
[INFO]
[INFO] --- assembly:3.3.0:single (distro-assembly>) @ jopa-distribution ---
[INFO] Reading assembly descriptor: jopa-assembly-bin.xml
[WARNING] Cannot include project artifact: cz.cvut.kbss.jopa:jopa-distribution:pom:2.8.0; it doesn't have an associated file or directory.
[INFO] Building tar: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jopa-2.8.0-bin.tar.gz
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-distribution ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jacoco.exec
[INFO]
[INFO] --- jacoco:0.8.12:report (report) @ jopa-distribution ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- source:3.4.0:jar-no-fork (attach-sources) @ jopa-distribution ---
[INFO]
[INFO] >>> javadoc:3.12.0:aggregate-jar (attach-javadocs) > compile @ jopa-distribution >>>
[INFO]
[INFO] --- jacoco:0.8.12:prepare-agent (default) @ jopa-distribution ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jacoco.exec
[INFO]
[INFO] <<< javadoc:3.12.0:aggregate-jar (attach-javadocs) < compile @ jopa-distribution <<<
[INFO]
[INFO]
[INFO] --- javadoc:3.12.0:aggregate-jar (attach-javadocs) @ jopa-distribution ---
[INFO] No Javadoc in project. Archive not created.
[INFO]
[INFO] --- assembly:3.3.0:single (distro-assembly>) @ jopa-distribution ---
[INFO] Reading assembly descriptor: jopa-assembly-bin.xml
[WARNING] Cannot include project artifact: cz.cvut.kbss.jopa:jopa-distribution:pom:2.8.0; it doesn't have an associated file or directory.
[INFO] Building tar: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jopa-2.8.0-bin.tar.gz
[WARNING] artifact cz.cvut.kbss.jopa:jopa-distribution:tar.gz:bin:2.8.0 already attached, replace previous instance
[INFO]
[INFO] --- gpg:1.6:sign (sign-artifacts) @ jopa-distribution ---
[INFO]
[INFO] --- install:3.1.1:install (default-install) @ jopa-distribution ---
[INFO] Installing /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/pom.xml to /home/developer/.m2/repository/cz/cvut/kbss/jopa/jopa-distribution/2.8.0/jopa-distribution-2.8.0.pom
[INFO] Installing /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jopa-2.8.0-bin.tar.gz to /home/developer/.m2/repository/cz/cvut/kbss/jopa/jopa-distribution/2.8.0/jopa-distribution-2.8.0-bin.tar.gz
[INFO] Installing /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jopa-2.8.0.pom.asc to /home/developer/.m2/repository/cz/cvut/kbss/jopa/jopa-distribution/2.8.0/jopa-distribution-2.8.0.pom.asc
[INFO] Installing /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution/target/jopa-2.8.0-bin.tar.gz.asc to /home/developer/.m2/repository/cz/cvut/kbss/jopa/jopa-distribution/2.8.0/jopa-distribution-2.8.0-bin.tar.gz.asc
[INFO]
[INFO] --- central-publishing:0.7.0:publish (injected-central-publishing) @ jopa-distribution ---
[INFO] Using Central baseUrl: https://central.sonatype.com
[INFO] Using credentials from server id central in settings.xml
[INFO] Using Usertoken auth, with namecode: 7ZPsQTCT
[INFO] No files to stage!
[INFO] Generate checksums for dir: cz/cvut/kbss/jopa/jopa-distribution/2.8.0
[INFO] Going to create /home/developer/.jenkins/jobs/jopa-stable/workspace/target/central-publishing/central-bundle.zip by bundling content at /home/developer/.jenkins/jobs/jopa-stable/workspace/target/central-staging
[INFO] Created bundle successfully /home/developer/.jenkins/jobs/jopa-stable/workspace/target/central-staging/central-bundle.zip
[INFO] Going to upload /home/developer/.jenkins/jobs/jopa-stable/workspace/target/central-publishing/central-bundle.zip
[INFO] Uploaded bundle successfully, deployment name: Deployment, deploymentId: 185036d8-9136-4de8-87bc-4fae04052ff6. Deployment will publish automatically
[INFO] Waiting until Deployment 185036d8-9136-4de8-87bc-4fae04052ff6 is validated
[INFO] Deployment 185036d8-9136-4de8-87bc-4fae04052ff6 has been validated. To finish publishing visit https://central.sonatype.com/publishing/deployments
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for JOPA 2.8.0:
[INFO]
[INFO] JOPA ............................................... SUCCESS [ 17.458 s]
[INFO] OntoDriver API ..................................... SUCCESS [ 50.646 s]
[INFO] Datatype mapping ................................... SUCCESS [ 6.997 s]
[INFO] JOPA - API ......................................... SUCCESS [ 12.632 s]
[INFO] JOPA - OWLAPI utilities ............................ SUCCESS [ 6.146 s]
[INFO] JOPA - OWL2Java .................................... SUCCESS [ 47.151 s]
[INFO] Static metamodel generator ......................... SUCCESS [ 31.658 s]
[INFO] JOPA - maven plugin ................................ SUCCESS [ 6.688 s]
[INFO] OntoDriver - Jena .................................. SUCCESS [ 16.039 s]
[INFO] OntoDriver - OWLAPI ................................ SUCCESS [ 17.009 s]
[INFO] OntoDriver - RDF4J ................................. SUCCESS [ 40.821 s]
[INFO] OntoDriver - Virtuoso .............................. SUCCESS [ 6.749 s]
[INFO] JOPA - implementation .............................. SUCCESS [02:57 min]
[INFO] JOPA Integration Tests ............................. SUCCESS [ 16.137 s]
[INFO] JOPA Integration Tests for Jena .................... SUCCESS [ 51.292 s]
[INFO] JOPA Integration Tests for OWLAPI .................. SUCCESS [ 42.792 s]
[INFO] JOPA Integration Tests for RDF4J ................... SUCCESS [ 22.546 s]
[INFO] JOPA Integration Tests for Virtuoso ................ SUCCESS [ 2.944 s]
[INFO] JOPA distribution assembly ......................... SUCCESS [ 28.906 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:02 min
[INFO] Finished at: 2026-01-27T14:26:51+01:00
[INFO] ------------------------------------------------------------------------
[workspace] $ /opt/apache-maven-3.9.5/bin/mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.1.1168:sonar -Dsonar.host.url=https://kbss.felk.cvut.cz/sonarqube -Dsonar.login=****** -B
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JOPA [pom]
[INFO] OntoDriver API [jar]
[INFO] Datatype mapping [jar]
[INFO] JOPA - API [jar]
[INFO] JOPA - OWLAPI utilities [jar]
[INFO] JOPA - OWL2Java [jar]
[INFO] Static metamodel generator [jar]
[INFO] JOPA - maven plugin [maven-plugin]
[INFO] OntoDriver - Jena [jar]
[INFO] OntoDriver - OWLAPI [jar]
[INFO] OntoDriver - RDF4J [jar]
[INFO] OntoDriver - Virtuoso [jar]
[INFO] JOPA - implementation [jar]
[INFO] JOPA Integration Tests [jar]
[INFO] JOPA Integration Tests for Jena [jar]
[INFO] JOPA Integration Tests for OWLAPI [jar]
[INFO] JOPA Integration Tests for RDF4J [jar]
[INFO] JOPA Integration Tests for Virtuoso [jar]
[INFO] JOPA distribution assembly [pom]
[INFO]
[INFO] ---------------------< cz.cvut.kbss.jopa:jopa-all >---------------------
[INFO] Building JOPA 2.8.0 [1/19]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- sonar:3.4.1.1168:sonar (default-cli) @ jopa-all ---
[INFO] User cache: /home/developer/.sonar/cache
[INFO] SonarQube version: 8.9.9
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
[INFO] Load global settings
[INFO] Load global settings (done) | time=211ms
[INFO] Server id: A7EE8CF2-AWS9KzexadTy27PnytYn
[INFO] User cache: /home/developer/.sonar/cache
[INFO] Load/download plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=98ms
[INFO] Load/download plugins (done) | time=221ms
[INFO] Process project properties
[INFO] Process project properties (done) | time=31ms
[INFO] Execute project builders
[INFO] Execute project builders (done) | time=2ms
[INFO] Project key: cz.cvut.kbss.jopa:jopa-all
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace
[INFO] Working dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/target/sonar
[INFO] Load project settings for component key: 'cz.cvut.kbss.jopa:jopa-all'
[INFO] Load project settings for component key: 'cz.cvut.kbss.jopa:jopa-all' (done) | time=24ms
[INFO] Auto-configuring with CI 'Jenkins'
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=104ms
[INFO] Auto-configuring with CI 'Jenkins'
[INFO] Load active rules
[INFO] Load active rules (done) | time=1652ms
[INFO] Indexing files...
[INFO] Project configuration:
[INFO] Indexing files of module 'Datatype mapping'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/datatype
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA - API'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-api
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA distribution assembly'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-distribution
[INFO] Source paths: pom.xml
[INFO] Indexing files of module 'JOPA - implementation'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-impl
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA Integration Tests'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA Integration Tests for Jena'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-jena
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA Integration Tests for OWLAPI'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA Integration Tests for RDF4J'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA Integration Tests for Virtuoso'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA - maven plugin'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-maven-plugin
[INFO] Source paths: pom.xml, src/main/java
[INFO] Indexing files of module 'JOPA - OWL2Java'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-owl2java
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA - OWLAPI utilities'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-owlapi-utils
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'Static metamodel generator'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/modelgen
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'OntoDriver API'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-api
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'OntoDriver - Jena'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-jena
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'OntoDriver - OWLAPI'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-owlapi
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'OntoDriver - RDF4J'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-rdf4j
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'OntoDriver - Virtuoso'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-virtuoso
[INFO] Source paths: pom.xml, src/main/java
[INFO] Test paths: src/test/java
[INFO] Indexing files of module 'JOPA'
[INFO] Base dir: /home/developer/.jenkins/jobs/jopa-stable/workspace
[INFO] Source paths: pom.xml
[INFO] 1508 files indexed
[INFO] 14 files ignored because of scm ignore settings
[INFO] Quality profile for java: Sonar way (outdated copy)
[INFO] Quality profile for xml: Sonar way
[INFO] ------------- Run sensors on module JOPA distribution assembly
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=21ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=2ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=3ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=94ms
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=380ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] ------------- Run sensors on module Static metamodel generator
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=5ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=2651ms
[INFO] Java Test Files AST scan
[INFO] 7 source files to be analyzed
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=278ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=0ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=3271ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=22ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/modelgen/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=32ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA Integration Tests for Jena
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Java Main Files AST scan (done) | time=17ms
[INFO] Java Test Files AST scan
[INFO] 29 source files to be analyzed
[INFO] 29/29 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=1067ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=1090ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-jena/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=73ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=15ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module Datatype mapping
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 14 source files to be analyzed
[INFO] 14/14 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=625ms
[INFO] Java Test Files AST scan
[INFO] 8 source files to be analyzed
[INFO] 8/8 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=321ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=951ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/datatype/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=9ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module OntoDriver API
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Java Main Files AST scan
[INFO] 63 source files to be analyzed
[INFO] 63/63 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=1888ms
[INFO] Java Test Files AST scan
[INFO] 13 source files to be analyzed
[INFO] 13/13 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=310ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=2203ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=11ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-api/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=12ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA - API
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 135 source files to be analyzed
[INFO] 135/135 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=1515ms
[INFO] Java Test Files AST scan
[INFO] 11 source files to be analyzed
[INFO] 11/11 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=241ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=1761ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=12ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-api/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=7ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module OntoDriver - Jena
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Java Main Files AST scan
[INFO] 66 source files to be analyzed
[INFO] 66/66 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=2403ms
[INFO] Java Test Files AST scan
[INFO] 48 source files to be analyzed
[INFO] 48/48 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Test Files AST scan (done) | time=1757ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=4165ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=13ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-jena/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=31ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA Integration Tests
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 109 source files to be analyzed
[INFO] 109/109 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=4151ms
[INFO] Java Test Files AST scan
[INFO] 10 source files to be analyzed
[INFO] 10/10 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=275ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=4430ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=31ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=5ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module OntoDriver - OWLAPI
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 70 source files to be analyzed
[INFO] 70/70 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=3638ms
[INFO] Java Test Files AST scan
[INFO] 35 source files to be analyzed
[INFO] 35/35 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=1973ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=5618ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=14ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-owlapi/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=24ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=23ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA - implementation
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Java Main Files AST scan
[INFO] 363 source files to be analyzed
[ERROR] Unable to parse source file : 'jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/PropertyInfo.java'
[ERROR] Parse error at line 48 column 34: Syntax error on token "implements", throws expected
[INFO] 363/363 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=9819ms
[INFO] Java Test Files AST scan
[INFO] 232 source files to be analyzed
[INFO] 232/232 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Test Files AST scan (done) | time=5908ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=15732ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=54ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-impl/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=82ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module OntoDriver - Virtuoso
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=183ms
[INFO] Java Test Files AST scan
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Java Test Files AST scan (done) | time=35ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=2ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=224ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-virtuoso/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module OntoDriver - RDF4J
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 65 source files to be analyzed
[INFO] 65/65 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=2090ms
[INFO] Java Test Files AST scan
[INFO] 37 source files to be analyzed
[INFO] 37/37 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Test Files AST scan (done) | time=1278ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=3373ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=8ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/ontodriver-rdf4j/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=19ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=11ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA Integration Tests for Virtuoso
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Java Main Files AST scan (done) | time=8ms
[INFO] Java Test Files AST scan
[INFO] 26 source files to be analyzed
[INFO] 26/26 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=910ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=923ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-virtuoso/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=16ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=11ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA - OWLAPI utilities
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=124ms
[INFO] Java Test Files AST scan
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Java Test Files AST scan (done) | time=33ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=164ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-owlapi-utils/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA - OWL2Java
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 51 source files to be analyzed
[INFO] 51/51 source files have been analyzed
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] Java Main Files AST scan (done) | time=1621ms
[INFO] Java Test Files AST scan
[INFO] 14 source files to be analyzed
[INFO] 14/14 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=477ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=2103ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-owl2java/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=42ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA Integration Tests for OWLAPI
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Java Main Files AST scan (done) | time=9ms
[INFO] Java Test Files AST scan
[INFO] 24 source files to be analyzed
[INFO] 24/24 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=692ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=705ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-owlapi/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=19ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA - maven plugin
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=164ms
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=1ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=190ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-maven-plugin/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA Integration Tests for RDF4J
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 17
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Java Main Files AST scan (done) | time=9ms
[INFO] Java Test Files AST scan
[INFO] 34 source files to be analyzed
[INFO] 34/34 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=991ms
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=1005ms
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/developer/.jenkins/jobs/jopa-stable/workspace/jopa-integration-tests-rdf4j/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=17ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on module JOPA
[INFO] Sensor CSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=17ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=8ms
[INFO] Sensor Java CPD Block Indexer
[INFO] Sensor Java CPD Block Indexer (done) | time=597ms
[INFO] SCM Publisher SCM provider for this project is: git
[INFO] SCM Publisher 109 source files to be analyzed
[INFO] SCM Publisher 109/109 source files have been analyzed (done) | time=1598ms
[INFO] CPD Executor 330 files had no CPD blocks
[INFO] CPD Executor Calculating CPD for 629 files
[INFO] CPD Executor CPD calculation finished (done) | time=259ms
[INFO] Analysis report generated in 353ms, dir size=11 MB
[INFO] Analysis report compressed in 4720ms, zip size=5 MB
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for JOPA 2.8.0:
[INFO]
[INFO] JOPA ............................................... FAILURE [01:26 min]
[INFO] OntoDriver API ..................................... SKIPPED
[INFO] Datatype mapping ................................... SKIPPED
[INFO] JOPA - API ......................................... SKIPPED
[INFO] JOPA - OWLAPI utilities ............................ SKIPPED
[INFO] JOPA - OWL2Java .................................... SKIPPED
[INFO] Static metamodel generator ......................... SKIPPED
[INFO] JOPA - maven plugin ................................ SKIPPED
[INFO] OntoDriver - Jena .................................. SKIPPED
[INFO] OntoDriver - OWLAPI ................................ SKIPPED
[INFO] OntoDriver - RDF4J ................................. SKIPPED
[INFO] OntoDriver - Virtuoso .............................. SKIPPED
[INFO] JOPA - implementation .............................. SKIPPED
[INFO] JOPA Integration Tests ............................. SKIPPED
[INFO] JOPA Integration Tests for Jena .................... SKIPPED
[INFO] JOPA Integration Tests for OWLAPI .................. SKIPPED
[INFO] JOPA Integration Tests for RDF4J ................... SKIPPED
[INFO] JOPA Integration Tests for Virtuoso ................ SKIPPED
[INFO] JOPA distribution assembly ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:26 min
[INFO] Finished at: 2026-01-27T14:28:19+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.1.1168:sonar (default-cli) on project jopa-all: Fail to request url: https://kbss.felk.cvut.cz/sonarqube/api/ce/submit?projectKey=cz.cvut.kbss.jopa%3Ajopa-all&projectName=JOPA: Unknown host kbss.felk.cvut.cz: Name or service not known -> [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
Build step 'Invoke top-level Maven targets' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
Recording test results
[Checks API] No suitable checks publisher found.
Publishing Javadoc
Finished: FAILURE