Skip to content

Console Output

Started by GitHub push by ledsoft
Running as SYSTEM
Building in workspace /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/kbss-cvut/jb4jsonld-jackson.git # timeout=10
Fetching upstream changes from https://github.com/kbss-cvut/jb4jsonld-jackson.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/kbss-cvut/jb4jsonld-jackson.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 8f386e5f1f521f2024b57347ecc3536318d33e5b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8f386e5f1f521f2024b57347ecc3536318d33e5b # timeout=10
Commit message: "[Doc] Update readme, remove obsolete link to KBSS web."
 > git rev-list --no-walk 285df3695f768479b6a05a36b094ce25a37da734 # timeout=10
[workspace] $ /opt/apache-maven-3.8.3/bin/mvn clean deploy -B -P release
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
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------< cz.cvut.kbss.jsonld:jb4jsonld-jackson >----------------
[INFO] Building JB4JSON-LD-Jackson 0.10.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jb4jsonld-jackson ---
[INFO] Deleting /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ jb4jsonld-jackson ---
[INFO] argLine set to -javaagent:/home/developer/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jb4jsonld-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.8.1:compile (default-compile) @ jb4jsonld-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/classes
[INFO] /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/main/java/cz/cvut/kbss/jsonld/jackson/deserialization/JacksonJsonLdDeserializer.java: Some input files use unchecked or unsafe operations.
[INFO] /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/main/java/cz/cvut/kbss/jsonld/jackson/deserialization/JacksonJsonLdDeserializer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jb4jsonld-jackson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jb4jsonld-jackson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/target/test-classes
[INFO] /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/test/java/cz/cvut/kbss/jsonld/jackson/serialization/JacksonJsonWriterTest.java: /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/test/java/cz/cvut/kbss/jsonld/jackson/serialization/JacksonJsonWriterTest.java uses or overrides a deprecated API.
[INFO] /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/test/java/cz/cvut/kbss/jsonld/jackson/serialization/JacksonJsonWriterTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/test/java/cz/cvut/kbss/jsonld/jackson/deserialization/JsonLdDeserializationTest.java: /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/test/java/cz/cvut/kbss/jsonld/jackson/deserialization/JsonLdDeserializationTest.java uses unchecked or unsafe operations.
[INFO] /home/developer/.jenkins/jobs/jaxb-jsonld-jackson/workspace/src/test/java/cz/cvut/kbss/jsonld/jackson/deserialization/JsonLdDeserializationTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jb4jsonld-jackson ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
Build was aborted
Aborted by Martin Ledvinka
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: ABORTED