Skip to content
Success

Console Output

Started by user wea_ondara
Building in workspace /var/lib/jenkins/workspace/VersionCITest
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/weaondara/VersionCITest.git # 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 rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9155716dcefd0ebe4837f2a07a23fc4bbd520f86 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9155716dcefd0ebe4837f2a07a23fc4bbd520f86
 > git rev-list e3a07e8466406b2176c3c60b9e54f5847aa01874 # timeout=10
Parsing POMs
Established TCP socket on 55935
[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 55935
<===[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] --- maven-resources-plugin:2.3:testResources (default-testResources) @ VersionCITest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/VersionCITest/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ VersionCITest ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ VersionCITest ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/workspace/VersionCITest/target/surefire-reports
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.10/surefire-junit3-2.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.10/surefire-junit3-2.10.pom (2 KB at 3.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.10/surefire-junit3-2.10.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.10/surefire-junit3-2.10.jar (26 KB at 671.8 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ VersionCITest ---
[INFO] Building jar: /var/lib/jenkins/workspace/VersionCITest/target/VersionCITest-1.0.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ VersionCITest ---
[INFO] Installing /var/lib/jenkins/workspace/VersionCITest/target/VersionCITest-1.0.jar to /var/lib/jenkins/.m2/repository/net/wea_ondara/VersionCITest/1.0/VersionCITest-1.0.jar
[INFO] Installing /var/lib/jenkins/workspace/VersionCITest/pom.xml to /var/lib/jenkins/.m2/repository/net/wea_ondara/VersionCITest/1.0/VersionCITest-1.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.349s
[INFO] Finished at: Thu Feb 11 12:47:55 CET 2016
[INFO] Final Memory: 19M/228M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/VersionCITest/pom.xml to net.wea_ondara/VersionCITest/1.0/VersionCITest-1.0.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/VersionCITest/target/VersionCITest-1.0.jar to net.wea_ondara/VersionCITest/1.0/VersionCITest-1.0.jar
channel stopped
Finished: SUCCESS