Gestartet durch Benutzer CodeCrafter47 Baue in Arbeitsbereich /var/lib/jenkins/workspace/RainbowLauncher Cloning the remote Git repository Cloning repository https://github.com/CodeCrafter47/RainbowLauncher > git init /var/lib/jenkins/workspace/RainbowLauncher # timeout=10 Fetching upstream changes from https://github.com/CodeCrafter47/RainbowLauncher > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/RainbowLauncher +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/CodeCrafter47/RainbowLauncher # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/CodeCrafter47/RainbowLauncher # timeout=10 Fetching upstream changes from https://github.com/CodeCrafter47/RainbowLauncher > git -c core.askpass=true 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 4c1f527c700b99dbc185b6a41cfd1e056f6d8e11 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4c1f527c700b99dbc185b6a41cfd1e056f6d8e11 First time build. Skipping changelog. Parsing POMs Neues Modul org.projectrainbow:RainbowLauncher RainbowLauncher entdeckt Modules changed, recalculating dependency graph Established TCP socket on 40899 [RainbowLauncher] $ 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.62.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 40899 <===[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] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ RainbowLauncher --- [WARNING] Using platform encoding (UTF-8 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 UTF-8, 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 (UTF-8 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] Zeichne Testergebnisse auf [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] 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: 5.687 s [INFO] Finished at: 2016-09-03T15:54:43+02:00 [INFO] Final Memory: 29M/278M [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 Archiviere Artefakte Finished: SUCCESS