SuccessConsole Output

Started by GitHub push by CodeCrafter47
Baue in Arbeitsbereich /var/lib/jenkins/workspace/PluginBukkitBridge
 > 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/RainbowBukkitBridge.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/RainbowBukkitBridge.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/RainbowBukkitBridge.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 945c57a2ef8d9139832ae404aaba45f88ecb074d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 945c57a2ef8d9139832ae404aaba45f88ecb074d
 > git rev-list cf22b09b5ba7290411bcd1a633c175e648004d70 # timeout=10
Parsing POMs
Established TCP socket on 55180
[PluginBukkitBridge] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.7.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-2.53.2.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 55180
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/PluginBukkitBridge/pom.xml verify
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building PluginBukkitBridge 1.8
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: file:///var/lib/jenkins/workspace/PluginBukkitBridge/repository/rainbow/PluginReference/51/PluginReference-51.pom
[WARNING] The POM for rainbow:PluginReference:jar:51 is missing, no dependency information available
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ PluginBukkitBridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ PluginBukkitBridge ---
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/PluginBukkitBridge/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ PluginBukkitBridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/PluginBukkitBridge/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ PluginBukkitBridge ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ PluginBukkitBridge ---
[INFO] No tests to run.
[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- maven-jar-plugin:2.1:jar (default-jar) @ PluginBukkitBridge ---
[INFO] Building jar: /var/lib/jenkins/workspace/PluginBukkitBridge/target/PluginBukkitBridge.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.3:shade (default) @ PluginBukkitBridge ---
[INFO] Including com.google.code.gson:gson:jar:2.1 in the shaded jar.
[INFO] Including org.spigotmc:spigot-api:jar:1.8.3-R0.1-SNAPSHOT in the shaded jar.
[INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar.
[INFO] Including junit:junit:jar:4.10 in the shaded jar.
[INFO] Including org.hamcrest:hamcrest-core:jar:1.1 in the shaded jar.
[INFO] Including org.avaje:ebean:jar:2.8.1 in the shaded jar.
[INFO] Including javax.persistence:persistence-api:jar:1.0 in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.14 in the shaded jar.
[INFO] Including net.md-5:bungeecord-chat:jar:1.8-SNAPSHOT in the shaded jar.
[INFO] Including mysql:mysql-connector-java:jar:5.1.17 in the shaded jar.
[INFO] Including org.xerial:sqlite-jdbc:jar:3.7.2 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:5.0.3 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:5.0.3 in the shaded jar.
[WARNING] PluginBukkitBridge.jar, spigot-api-1.8.3-R0.1-SNAPSHOT.jar define 1 overlappping classes: 
[WARNING]   - org.bukkit.plugin.java.PluginClassLoader
[WARNING] hamcrest-core-1.1.jar, junit-4.10.jar define 21 overlappping classes: 
[WARNING]   - org.hamcrest.internal.SelfDescribingValue
[WARNING]   - org.hamcrest.Description
[WARNING]   - org.hamcrest.CoreMatchers
[WARNING]   - org.hamcrest.core.AllOf
[WARNING]   - org.hamcrest.SelfDescribing
[WARNING]   - org.hamcrest.core.IsSame
[WARNING]   - org.hamcrest.BaseDescription
[WARNING]   - org.hamcrest.core.DescribedAs
[WARNING]   - org.hamcrest.Factory
[WARNING]   - org.hamcrest.internal.ArrayIterator
[WARNING]   - 11 more...
[WARNING] maven-shade-plugin has detected that some .class files
[WARNING] are present in two or more JARs. When this happens, only
[WARNING] one single version of the class is copied in the uberjar.
[WARNING] Usually this is not harmful and you can skeep these
[WARNING] warnings, otherwise try to manually exclude artifacts
[WARNING] based on mvn dependency:tree -Ddetail=true and the above
[WARNING] output
[WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/workspace/PluginBukkitBridge/target/PluginBukkitBridge.jar with /var/lib/jenkins/workspace/PluginBukkitBridge/target/PluginBukkitBridge-1.8-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/PluginBukkitBridge/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:copy-resources (maps-file) @ PluginBukkitBridge ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- overmapped:0.0.2:map (default) @ PluginBukkitBridge ---
[INFO] 
OverMapped - inclusive Java remapping tool
Copyright (C) 2013  Wesley Wolfe

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.277 s
[INFO] Finished at: 2016-02-23T16:01:30+01:00
[INFO] Final Memory: 21M/601M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/PluginBukkitBridge/dependency-reduced-pom.xml to rainbow/PluginBukkitBridge/1.8/PluginBukkitBridge-1.8.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/PluginBukkitBridge/target/PluginBukkitBridge.jar to rainbow/PluginBukkitBridge/1.8/PluginBukkitBridge-1.8.jar
channel stopped
Archiviere Artefakte
Finished: SUCCESS