FailedConsole Output

Started by remote host 104.192.143.193
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 30e860b176d00959b8cbc45dc98ddb65e826b644 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 30e860b176d00959b8cbc45dc98ddb65e826b644
 > git rev-list 61f79621b093d9a8d77e061bc76cf1a6c3f34f24 # timeout=10
[Gradle] - Launching build.
[brickpi_java_api] $ /var/lib/jenkins/jobs/raspoid/workspace/brickpi_java_api/gradlew -s clean build
:clean
:compileJava
:processResources UP-TO-DATE
:classes
:jar
:assemble
:compileTestJava
:processTestResources UP-TO-DATE
:testClasses
:test
:check
:build

BUILD SUCCESSFUL

Total time: 20.363 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 -Dsonar.host.url=http://raspoid.com:9000 -Dsonar.jdbc.username=sonar -Dsonar.jdbc.password=zeN209dcXeTL sonarqube
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:sonarqube
Property 'sonar.jdbc.username' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
Property 'sonar.jdbc.password' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project.
15:20:11.132 [main] INFO  o.s.p.findbugs.FindbugsExecutor - Findbugs output report: /var/lib/jenkins/jobs/raspoid/workspace/brickpi_java_api/build/sonar/findbugs-result.xml
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000f4179000, 50872320, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 50872320 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /var/lib/jenkins/jobs/raspoid/workspace/brickpi_java_api/hs_err_pid21353.log
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Recording test results
Finished: FAILURE