SuccessConsole Output

Started by GitHub push by CodeCrafter47
Building in workspace /var/lib/jenkins/workspace/RainbowLauncher
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/CodeCrafter47/RainbowLauncher # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/RainbowLauncher
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/CodeCrafter47/RainbowLauncher +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 2b1cd4ed3b957ba46ee3cf56b6406510dc6adfcc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2b1cd4ed3b957ba46ee3cf56b6406510dc6adfcc
 > git rev-list 4c1f527c700b99dbc185b6a41cfd1e056f6d8e11 # timeout=10
Parsing POMs
Established TCP socket on 52983
[RainbowLauncher] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.8.1.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/boot/plexus-classworlds-2.5.1.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/conf/logging jenkins.maven3.agent.Maven32Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-3.2.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.8.1.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.8.1.jar 52983
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/RainbowLauncher/pom.xml clean verify
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building RainbowLauncher 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ RainbowLauncher ---
[INFO] Deleting /var/lib/jenkins/workspace/RainbowLauncher/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ RainbowLauncher ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/RainbowLauncher/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ RainbowLauncher ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /var/lib/jenkins/workspace/RainbowLauncher/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 
[INFO] --- simulare:0.1:transform (default) @ RainbowLauncher ---
[INFO] Read 1 class, transformed 7 instances of Java 7-isms.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.13:check (default) @ RainbowLauncher ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.1
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ RainbowLauncher ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/RainbowLauncher/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ RainbowLauncher ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ RainbowLauncher ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ RainbowLauncher ---
[INFO] Building jar: /var/lib/jenkins/workspace/RainbowLauncher/target/RainbowLauncher.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.4.3:shade (default) @ RainbowLauncher ---
[INFO] Including com.google.guava:guava:jar:17.0 in the shaded jar.
[INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar.
[INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] Minimizing jar org.projectrainbow:RainbowLauncher:jar:1.0-SNAPSHOT
[INFO] Minimized 1962 -> 766 (39%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/workspace/RainbowLauncher/target/RainbowLauncher.jar with /var/lib/jenkins/workspace/RainbowLauncher/target/RainbowLauncher-1.0-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/RainbowLauncher/dependency-reduced-pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.231 s
[INFO] Finished at: 2017-01-22T16:57:53+01:00
[INFO] Final Memory: 24M/212M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/RainbowLauncher/dependency-reduced-pom.xml to org.projectrainbow/RainbowLauncher/1.0-SNAPSHOT/RainbowLauncher-1.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/RainbowLauncher/target/RainbowLauncher.jar to org.projectrainbow/RainbowLauncher/1.0-SNAPSHOT/RainbowLauncher-1.0-SNAPSHOT.jar
channel stopped
Archiving artifacts
Finished: SUCCESS