Started by user wea_ondara Building in workspace /var/lib/jenkins/workspace/VersionCITest Cloning the remote Git repository Cloning repository https://github.com/weaondara/VersionCITest.git > git init /var/lib/jenkins/workspace/VersionCITest # timeout=10 Fetching upstream changes from https://github.com/weaondara/VersionCITest.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/weaondara/VersionCITest.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/weaondara/VersionCITest.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/weaondara/VersionCITest.git # timeout=10 Fetching upstream changes from https://github.com/weaondara/VersionCITest.git > git -c core.askpass=true fetch --tags --progress https://github.com/weaondara/VersionCITest.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 e3a07e8466406b2176c3c60b9e54f5847aa01874 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e3a07e8466406b2176c3c60b9e54f5847aa01874 First time build. Skipping changelog. Parsing POMs Discovered a new module net.wea_ondara:VersionCITest VersionCITest Modules changed, recalculating dependency graph Established TCP socket on 45834 [VersionCITest] $ /usr/lib/jvm/java-7-oracle/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-2.53.2.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 45834 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/VersionCITest/pom.xml install [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building VersionCITest 1.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ VersionCITest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ VersionCITest --- [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/VersionCITest/target/classes [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.166s [INFO] Finished at: Thu Feb 11 12:45:47 CET 2016 [INFO] Final Memory: 11M/156M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project VersionCITest: Compilation failure [ERROR] Failure executing javac, but could not parse the error: [ERROR] javac: invalid target release: 1.8 [ERROR] Usage: javac [ERROR] use -help for a list of possible options [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [JENKINS] Archiving /var/lib/jenkins/workspace/VersionCITest/pom.xml to net.wea_ondara/VersionCITest/1.0/VersionCITest-1.0.pom channel stopped Finished: FAILURE