Skip to content
Success

Console Output

Established TCP socket on 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] ------------------------------------------------------------------------