Skip to content
Failed

Console Output

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 9aa93fe37898c438d970d89952179f68fcfbf922 (origin/development)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9aa93fe37898c438d970d89952179f68fcfbf922 # timeout=10
Commit message: "Merge pull request #182 from kbss-cvut/release/1.0.0"
 > git rev-list --no-walk cb4f334094f1355a3fd8693965ece83bceb1e037 # timeout=10
[workspace] $ /opt/apache-maven-3.8.3/bin/mvn clean package -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] 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.0.0                                               [1/17]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.pom (2.5 kB at 5.5 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.pom (16 kB at 406 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.4/byte-buddy-parent-1.14.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.14.4/byte-buddy-parent-1.14.4.pom (58 kB at 1.2 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.pom (10 kB at 197 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.3.1/mockito-junit-jupiter-5.3.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.3.1/mockito-junit-jupiter-5.3.1.pom (2.3 kB at 66 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.pom (13 kB at 265 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.4.7/logback-parent-1.4.7.pom (20 kB at 562 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.pom (5.0 kB at 144 kB/s)
[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.0.0                                     [2/17]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.3.1/mockito-junit-jupiter-5.3.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.3.1/mockito-junit-jupiter-5.3.1.jar (5.5 kB at 77 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.jar (257 kB at 3.3 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.4.7/logback-classic-1.4.7.jar (270 kB at 3.2 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.jar (689 kB at 6.6 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.4.7/logback-core-1.4.7.jar (591 kB at 4.0 MB/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.14.4/byte-buddy-1.14.4.jar (4.2 MB at 18 MB/s)
[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] Reactor Summary for JOPA 1.0.0:
[INFO] 
[INFO] JOPA ............................................... SUCCESS [  1.800 s]
[INFO] OntoDriver API ..................................... FAILURE [  0.917 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:  3.206 s
[INFO] Finished at: 2023-06-29T17:42:16+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project ontodriver-api: Fatal error compiling: invalid target release: 11 -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -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