Skip to content
SuccessSuccess

Console Output

Started by user Martin Ledvinka
Building in workspace /home/developer/.jenkins/jobs/jaxb-jsonld/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url file:///srv/git/jaxb-jsonld.git # timeout=10
Fetching upstream changes from file:///srv/git/jaxb-jsonld.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress file:///srv/git/jaxb-jsonld.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f81c9c1269524b39ba0dfcc369f43f6f98d49dee (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f81c9c1269524b39ba0dfcc369f43f6f98d49dee
 > git rev-list 4cbc6556d8b34cc5cc4588bc49d9accff98bcb1e # timeout=10
[workspace] $ /opt/apache-maven/bin/mvn clean install -B
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JAXB JSON-LD 0.0.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-jsonld ---
[INFO] Deleting /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ jaxb-jsonld ---
[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/workspace/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxb-jsonld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jaxb-jsonld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxb-jsonld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jaxb-jsonld ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jaxb-jsonld ---
[INFO] Surefire report directory: /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running cz.cvut.kbss.jsonld.serialization.JsonNodeFactoryTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running cz.cvut.kbss.jsonld.serialization.model.SetNodeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 sec
Running cz.cvut.kbss.jsonld.serialization.model.BooleanLiteralNodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running cz.cvut.kbss.jsonld.serialization.model.JsonNodeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running cz.cvut.kbss.jsonld.serialization.model.ObjectNodeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running cz.cvut.kbss.jsonld.serialization.model.ListNodeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running cz.cvut.kbss.jsonld.serialization.model.NumericLiteralNodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running cz.cvut.kbss.jsonld.serialization.model.ObjectIdNodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running cz.cvut.kbss.jsonld.serialization.traversal.BeanAnnotationProcessorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec

Results :

Tests run: 30, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (report) @ jaxb-jsonld ---
[INFO] Analyzed bundle 'JAXB JSON-LD' with 18 classes
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jaxb-jsonld ---
[INFO] Building jar: /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/target/jaxb-jsonld-0.0.1.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxb-jsonld ---
[INFO] Installing /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/target/jaxb-jsonld-0.0.1.jar to /home/developer/.m2/repository/cz/cvut/kbss/jaxb-jsonld/0.0.1/jaxb-jsonld-0.0.1.jar
[INFO] Installing /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/pom.xml to /home/developer/.m2/repository/cz/cvut/kbss/jaxb-jsonld/0.0.1/jaxb-jsonld-0.0.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.515 s
[INFO] Finished at: 2016-07-20T13:46:02+02:00
[INFO] Final Memory: 26M/236M
[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/workspace/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes:  /home/developer/.jenkins/jobs/jaxb-jsonld/workspace/target/classes
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java:  /home/developer/.jenkins/jobs/jaxb-jsonld/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: 89, method: 75, line: 83, branch: 84, instruction: 80
Finished: SUCCESS