Started by user motateko
Building in workspace /var/lib/jenkins/jobs/raspoid/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@bitbucket.org:julien0305/tfe_dev.git # timeout=10
Fetching upstream changes from git@bitbucket.org:julien0305/tfe_dev.git
> git --version # timeout=10
using GIT_SSH to set credentials
> git -c core.askpass=true fetch --tags --progress git@bitbucket.org:julien0305/tfe_dev.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 1b7f590bac3c81579c93d9a705d6f0041a0b7f02 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1b7f590bac3c81579c93d9a705d6f0041a0b7f02
> git rev-list 1b7f590bac3c81579c93d9a705d6f0041a0b7f02 # timeout=10
[Gradle] - Launching build.
[brickpi_java_api] $ /var/lib/jenkins/jobs/raspoid/workspace/brickpi_java_api/gradlew assemble
:compileJava
Download https://jcenter.bintray.com/de/erichseifert/gral/gral-core/0.11/gral-core-0.11.pom
Download https://jcenter.bintray.com/de/erichseifert/vectorgraphics2d/VectorGraphics2D/0.10/VectorGraphics2D-0.10.pom
Download https://jcenter.bintray.com/de/erichseifert/gral/gral-core/0.11/gral-core-0.11.jar
Download https://jcenter.bintray.com/de/erichseifert/vectorgraphics2d/VectorGraphics2D/0.10/VectorGraphics2D-0.10.jar
Note: /var/lib/jenkins/jobs/raspoid/workspace/brickpi_java_api/src/main/com/raspoid/additionalcomponents/DrawGraphs.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processResources UP-TO-DATE
:classes
:jar
:assemble
BUILD SUCCESSFUL
Total time: 18.898 secs
This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.11/userguide/gradle_daemon.html
Build step 'Invoke Gradle script' changed build result to SUCCESS
[Gradle] - Launching build.
[brickpi_java_api] $ /var/lib/jenkins/jobs/raspoid/workspace/brickpi_java_api/gradlew test
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:compileTestJava
Download https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.pom
Download https://jcenter.bintray.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Download https://jcenter.bintray.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Download https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.jar
Download https://jcenter.bintray.com/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
:processTestResources UP-TO-DATE
:testClasses
:test
BUILD SUCCESSFUL
Total time: 17.743 secs
This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.11/userguide/gradle_daemon.html
Finished: SUCCESS