Started by an SCM change Building in workspace /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/kbss-cvut/jaxb-jsonld-jackson.git # timeout=10 Fetching upstream changes from https://github.com/kbss-cvut/jaxb-jsonld-jackson.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/kbss-cvut/jaxb-jsonld-jackson.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision e8eb9f7ba36c381693f683832d575601a0ed6b35 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e8eb9f7ba36c381693f683832d575601a0ed6b35 > git rev-list 6e41100d3aab0700d0b2853d28c57b98feee2f7e # timeout=10 [workspace] $ /opt/apache-maven/bin/mvn clean install -B [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building JAXB JSON-LD Jackson 0.0.5 [INFO] ------------------------------------------------------------------------ [INFO] Downloading: http://kbss.felk.cvut.cz/m2repo/cz/cvut/kbss/jaxb-jsonld/0.0.5/jaxb-jsonld-0.0.5.pom [INFO] Downloaded: http://kbss.felk.cvut.cz/m2repo/cz/cvut/kbss/jaxb-jsonld/0.0.5/jaxb-jsonld-0.0.5.pom (8 KB at 11.0 KB/sec) [INFO] Downloading: http://kbss.felk.cvut.cz/m2repo/cz/cvut/kbss/jaxb-jsonld/0.0.5/jaxb-jsonld-0.0.5.jar [INFO] Downloaded: http://kbss.felk.cvut.cz/m2repo/cz/cvut/kbss/jaxb-jsonld/0.0.5/jaxb-jsonld-0.0.5.jar (52 KB at 1438.0 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-jsonld-jackson --- [INFO] Deleting /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ jaxb-jsonld-jackson --- [INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxb-jsonld-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jaxb-jsonld-jackson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxb-jsonld-jackson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jaxb-jsonld-jackson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jaxb-jsonld-jackson --- [INFO] Surefire report directory: /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running cz.cvut.kbss.jsonld.jackson.environment.deserialization.JsonLdDeserializationTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.101 sec Running cz.cvut.kbss.jsonld.jackson.serialization.JsonLdSerializationTest 13:42:18.237 [main] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore... 13:42:18.508 [main] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized 13:42:19.594 [main] DEBUG org.openrdf.rio.DatatypeHandlerRegistry - Registered service class org.openrdf.rio.datatypes.XMLSchemaDatatypeHandler 13:42:19.626 [main] DEBUG org.openrdf.rio.DatatypeHandlerRegistry - Registered service class org.openrdf.rio.datatypes.RDFDatatypeHandler 13:42:19.627 [main] DEBUG org.openrdf.rio.DatatypeHandlerRegistry - Registered service class org.openrdf.rio.datatypes.DBPediaDatatypeHandler 13:42:19.629 [main] DEBUG org.openrdf.rio.DatatypeHandlerRegistry - Registered service class org.openrdf.rio.datatypes.VirtuosoGeometryDatatypeHandler 13:42:19.645 [main] DEBUG org.openrdf.rio.DatatypeHandlerRegistry - Registered service class org.openrdf.rio.datatypes.GeoSPARQLDatatypeHandler 13:42:19.668 [main] DEBUG org.openrdf.rio.LanguageHandlerRegistry - Registered service class org.openrdf.rio.languages.RFC3066LanguageHandler 13:42:19.954 [main] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore... 13:42:19.955 [main] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized 13:42:20.014 [main] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore... 13:42:20.015 [main] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized 13:42:20.062 [main] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore... 13:42:20.062 [main] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized 13:42:20.160 [main] DEBUG org.openrdf.sail.memory.MemoryStore - Initializing MemoryStore... 13:42:20.160 [main] DEBUG org.openrdf.sail.memory.MemoryStore - MemoryStore initialized Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.169 sec Running cz.cvut.kbss.jsonld.jackson.serialization.JacksonJsonWriterTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.622 sec Results : Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (report) @ jaxb-jsonld-jackson --- [INFO] Analyzed bundle 'JAXB JSON-LD Jackson' with 8 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jaxb-jsonld-jackson --- [INFO] Building jar: /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/jaxb-jsonld-jackson-0.0.5.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxb-jsonld-jackson --- [INFO] Installing /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/jaxb-jsonld-jackson-0.0.5.jar to /home/developer/.m2/repository/cz/cvut/kbss/jaxb-jsonld-jackson/0.0.5/jaxb-jsonld-jackson-0.0.5.jar [INFO] Installing /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/pom.xml to /home/developer/.m2/repository/cz/cvut/kbss/jaxb-jsonld-jackson/0.0.5/jaxb-jsonld-jackson-0.0.5.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 42.563 s [INFO] Finished at: 2016-10-11T13:42:24+02:00 [INFO] Final Memory: 32M/224M [INFO] ------------------------------------------------------------------------ Recording test results [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 1 [JaCoCo plugin] Saving matched execfiles: /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/jacoco.exec [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/classes [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/main/java [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [] [JaCoCo plugin] exclusions: [] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=100, minMethod=0, maxMethod=70, minLine=0, maxLine=70, minBranch=0, maxBranch=70, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=70] [JaCoCo plugin] Publishing the results.. [JaCoCo plugin] Loading packages.. [JaCoCo plugin] Done. [JaCoCo plugin] Overall coverage: class: 88, method: 88, line: 82, branch: 58, instruction: 78 Finished: SUCCESS