Started by GitHub push by ledsoft Started by GitHub push by ledsoft Running as SYSTEM Building in workspace /home/developer/.jenkins/jobs/JOPA-Development/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/developer/.jenkins/jobs/JOPA-Development/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/kbss-cvut/jopa.git # timeout=10 Fetching upstream changes from https://github.com/kbss-cvut/jopa.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/kbss-cvut/jopa.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/development^{commit} # timeout=10 Checking out Revision f5291a328de81ae9a72d1e9e3fe3139e110b23cc (origin/development) > git config core.sparsecheckout # timeout=10 > git checkout -f f5291a328de81ae9a72d1e9e3fe3139e110b23cc # timeout=10 Commit message: "Merge pull request #197 from kbss-cvut/enhancement/196-namespace-resolution-public" > git rev-list --no-walk 60ddb4161efa74e73812206513d1d88279f95fa6 # timeout=10 [workspace] $ /opt/apache-maven-3.8.3/bin/mvn clean package -B NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED OpenJDK 64-Bit Server VM warning: Insufficient space for shared memory file: 10166 Try using the -Djava.io.tmpdir= option to select an alternate temp location. No space left on device [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] 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 distribution assembly [pom] [INFO] [INFO] ---------------------< cz.cvut.kbss.jopa:jopa-all >--------------------- [INFO] Building JOPA 1.1.1 [1/17] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jopa-all --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ jopa-all --- [INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/developer/.jenkins/jobs/JOPA-Development/workspace/target/jacoco.exec [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ jopa-all --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ------------------< cz.cvut.kbss.jopa:ontodriver-api >------------------ [INFO] Building OntoDriver API 1.1.1 [2/17] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ontodriver-api --- [INFO] Deleting /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/target [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ ontodriver-api --- [INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ontodriver-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ontodriver-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 58 source files to /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ontodriver-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ontodriver-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/target/test-classes [INFO] /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/src/test/java/cz/cvut/kbss/ontodriver/util/StatementHolderTest.java: /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/src/test/java/cz/cvut/kbss/ontodriver/util/StatementHolderTest.java uses unchecked or unsafe operations. [INFO] /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/src/test/java/cz/cvut/kbss/ontodriver/util/StatementHolderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ontodriver-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running cz.cvut.kbss.ontodriver.util.TransactionTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in cz.cvut.kbss.ontodriver.util.TransactionTest [INFO] Running cz.cvut.kbss.ontodriver.util.IdentifierUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in cz.cvut.kbss.ontodriver.util.IdentifierUtilsTest [INFO] Running cz.cvut.kbss.ontodriver.util.StatementHolderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in cz.cvut.kbss.ontodriver.util.StatementHolderTest [INFO] Running cz.cvut.kbss.ontodriver.config.DriverConfigurationTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in cz.cvut.kbss.ontodriver.config.DriverConfigurationTest [INFO] Running cz.cvut.kbss.ontodriver.ResultSetTest [ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 1.336 s <<< FAILURE! - in cz.cvut.kbss.ontodriver.ResultSetTest [ERROR] iteratorCreatesResultSetIteratorOverResultSetInstance Time elapsed: 1.324 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.reflect.InvocationTargetException at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.io.IOException: No space left on device at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) [ERROR] streamReturnsStreamOverResultSetInstance Time elapsed: 0.003 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.ResultSetTest.streamReturnsStreamOverResultSetInstance(ResultSetTest.java:75) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.reflect.InvocationTargetException at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.io.IOException: No space left on device at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) [ERROR] spliteratorCreatesResultSetSpliteratorOverResultSetInstance Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.ResultSetTest.spliteratorCreatesResultSetSpliteratorOverResultSetInstance(ResultSetTest.java:57) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.reflect.InvocationTargetException at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.io.IOException: No space left on device at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) [ERROR] spliteratorThrowsIllegalStateExceptionWhenResultSetIsClosed Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.ResultSetTest.spliteratorThrowsIllegalStateExceptionWhenResultSetIsClosed(ResultSetTest.java:66) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.reflect.InvocationTargetException at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.io.IOException: No space left on device at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) [ERROR] iteratorThrowsIllegalStateWhenResultSetIsClosed Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorThrowsIllegalStateWhenResultSetIsClosed(ResultSetTest.java:48) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.reflect.InvocationTargetException at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) Caused by: java.io.IOException: No space left on device at cz.cvut.kbss.ontodriver.ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance(ResultSetTest.java:38) [INFO] Running cz.cvut.kbss.ontodriver.model.LangStringTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in cz.cvut.kbss.ontodriver.model.LangStringTest [INFO] Running cz.cvut.kbss.ontodriver.model.AssertionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in cz.cvut.kbss.ontodriver.model.AssertionTest [INFO] Running cz.cvut.kbss.ontodriver.descriptor.AxiomValueDescriptorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in cz.cvut.kbss.ontodriver.descriptor.AxiomValueDescriptorTest [INFO] Running cz.cvut.kbss.ontodriver.descriptor.AxiomDescriptorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in cz.cvut.kbss.ontodriver.descriptor.AxiomDescriptorTest [INFO] Running cz.cvut.kbss.ontodriver.descriptor.MutationAxiomDescriptorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in cz.cvut.kbss.ontodriver.descriptor.MutationAxiomDescriptorTest [INFO] Running cz.cvut.kbss.ontodriver.iteration.ResultSetIteratorTest [ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in cz.cvut.kbss.ontodriver.iteration.ResultSetIteratorTest [ERROR] hasNextThrowsResultSetIterationExceptionWhenResultSetThrowsOntoDriverException Time elapsed: 0.004 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetIteratorTest.setUp(ResultSetIteratorTest.java:38) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] nextInvokesNextOnUnderlyingResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetIteratorTest.setUp(ResultSetIteratorTest.java:38) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] nextThrowsResultSetIterationExceptionWhenResultSetThrowsOntoDriverException Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetIteratorTest.setUp(ResultSetIteratorTest.java:38) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] nextReturnsResultRowRepresentingCurrentResultSetRow Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetIteratorTest.setUp(ResultSetIteratorTest.java:38) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] hasNextDelegatesCallToResultSet Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetIteratorTest.setUp(ResultSetIteratorTest.java:38) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] nextThrowsNoSuchElementExceptionWhenThereIsNoMoreElements Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetIteratorTest.setUp(ResultSetIteratorTest.java:38) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [INFO] Running cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest [ERROR] Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 0.021 s <<< FAILURE! - in cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest [ERROR] forEachRemainingThrowsOntoDriverRuntimeExceptionWhenResultSetThrowsException Time elapsed: 0 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest.setUp(ResultSetSpliteratorTest.java:43) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] constructorCreatesSpliteratorWithOrderedNonNullAndImmutableCharacteristics Time elapsed: 0 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest.setUp(ResultSetSpliteratorTest.java:43) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] tryAdvanceInvokesActionOnNextResultRowAndReturnsTrue Time elapsed: 0 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest.setUp(ResultSetSpliteratorTest.java:43) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] forEachRemainingInvokesConsumerForAllResultSetRows Time elapsed: 0.013 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest.setUp(ResultSetSpliteratorTest.java:43) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] tryAdvanceThrowsOntoDriverRuntimeExceptionWhenResultResultSetThrowsException Time elapsed: 0.003 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest.setUp(ResultSetSpliteratorTest.java:43) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] tryAdvanceDoesNothingAndReturnsFalseWhenThereAreNoMoreRowsInResultSet Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest.setUp(ResultSetSpliteratorTest.java:43) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] constructorReportsMaxLongValueEstimateSize Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.ResultSetSpliteratorTest.setUp(ResultSetSpliteratorTest.java:43) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [INFO] Running cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest [ERROR] Tests run: 25, Failures: 0, Errors: 25, Skipped: 0, Time elapsed: 0.04 s <<< FAILURE! - in cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest [ERROR] getObjectByIndexAndClassDelegatesCallToResultSet Time elapsed: 0 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getLongByIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] isBoundByIndexDelegatesCallToResultSet Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getIntByIndexDelegatesCallToResultSet Time elapsed: 0.003 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getColumnCountDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getIntByNameDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getLongByNameDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getByteByIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getBooleanByIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getFloatByNameDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getShortByIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getStringByNameDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] findColumnDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getObjectByIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getShortByNameDelegatesCallToResultSet Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getDoubleByNameDelegatesCallToResultSet Time elapsed: 0.002 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] isBoundByNameDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getObjectByNameDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getBooleanByNameDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getStringByIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getFloatByIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getByteByNameDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getObjectByNameAndClassDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [ERROR] getDoubleByIndexDelegatesCallToResultSet Time elapsed: 0.001 s <<< ERROR! java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at cz.cvut.kbss.ontodriver.iteration.DelegatingResultRowTest.setUp(DelegatingResultRowTest.java:37) Caused by: java.lang.IllegalStateException: Internal problem occurred, please report it. Mockito is unable to load the default implementation of class that is a part of Mockito distribution. Failed to load interface org.mockito.plugins.MockMaker Caused by: java.lang.reflect.InvocationTargetException Caused by: org.mockito.exceptions.base.MockitoInitializationException: Could not initialize inline Byte Buddy mock maker. It appears as if your JDK does not supply a working agent attachment mechanism. Java : 11 JVM vendor name : Debian JVM vendor version : 11.0.18+10-post-Debian-1deb10u1 JVM name : OpenJDK 64-Bit Server VM JVM version : 11.0.18+10-post-Debian-1deb10u1 JVM info : mixed mode, sharing OS name : Linux OS version : 4.19.0-23-amd64 Caused by: java.lang.IllegalStateException: Mockito could not self-attach a Java agent to the current VM. This feature is required for inline mocking. This error occured due to an I/O error during the creation of this agent: java.io.IOException: No space left on device Potentially, the current VM does not support the instrumentation API correctly Caused by: java.io.IOException: No space left on device [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ResultSetTest.iteratorCreatesResultSetIteratorOverResultSetInstance:38 » IllegalState [ERROR] ResultSetTest.iteratorThrowsIllegalStateWhenResultSetIsClosed:48 » IllegalState [ERROR] ResultSetTest.spliteratorCreatesResultSetSpliteratorOverResultSetInstance:57 » IllegalState [ERROR] ResultSetTest.spliteratorThrowsIllegalStateExceptionWhenResultSetIsClosed:66 » IllegalState [ERROR] ResultSetTest.streamReturnsStreamOverResultSetInstance:75 » IllegalState Could... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] DelegatingResultRowTest.setUp:37 » IllegalState Could not initialize plugin: i... [ERROR] ResultSetIteratorTest.setUp:38 » IllegalState Could not initialize plugin: int... [ERROR] ResultSetIteratorTest.setUp:38 » IllegalState Could not initialize plugin: int... [ERROR] ResultSetIteratorTest.setUp:38 » IllegalState Could not initialize plugin: int... [ERROR] ResultSetIteratorTest.setUp:38 » IllegalState Could not initialize plugin: int... [ERROR] ResultSetIteratorTest.setUp:38 » IllegalState Could not initialize plugin: int... [ERROR] ResultSetIteratorTest.setUp:38 » IllegalState Could not initialize plugin: int... [ERROR] ResultSetSpliteratorTest.setUp:43 » IllegalState Could not initialize plugin: ... [ERROR] ResultSetSpliteratorTest.setUp:43 » IllegalState Could not initialize plugin: ... [ERROR] ResultSetSpliteratorTest.setUp:43 » IllegalState Could not initialize plugin: ... [ERROR] ResultSetSpliteratorTest.setUp:43 » IllegalState Could not initialize plugin: ... [ERROR] ResultSetSpliteratorTest.setUp:43 » IllegalState Could not initialize plugin: ... [ERROR] ResultSetSpliteratorTest.setUp:43 » IllegalState Could not initialize plugin: ... [ERROR] ResultSetSpliteratorTest.setUp:43 » IllegalState Could not initialize plugin: ... [INFO] [ERROR] Tests run: 110, Failures: 0, Errors: 43, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for JOPA 1.1.1: [INFO] [INFO] JOPA ............................................... SUCCESS [ 0.432 s] [INFO] OntoDriver API ..................................... FAILURE [ 5.940 s] [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] 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 distribution assembly ......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.812 s [INFO] Finished at: 2023-09-05T09:19:04+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project ontodriver-api: There are test failures. [ERROR] [ERROR] Please refer to /home/developer/.jenkins/jobs/JOPA-Development/workspace/ontodriver-api/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :ontodriver-api Build step 'Invoke top-level Maven targets' marked build as failure Recording test results [Checks API] No suitable checks publisher found. Finished: FAILURE