Build wurde durch eine SCM-Änderung ausgelöst. Baue in Arbeitsbereich /var/lib/jenkins/workspace/FreeBungeeChat > 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/FreeBungeeChat.git # timeout=10 Fetching upstream changes from https://github.com/CodeCrafter47/FreeBungeeChat.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/FreeBungeeChat.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 fa45891bcaf0794eb85e6491e183a1179229bf51 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f fa45891bcaf0794eb85e6491e183a1179229bf51 > git rev-list bec28b0f6944e388b33b5f40357343d8546a6bda # timeout=10 Parsing POMs [FreeBungeeChat] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.6.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.51.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.6.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.6.jar 49099 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/FreeBungeeChat/pom.xml clean verify [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building FreeBungeeChat 2.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: http://repo.md-5.net/content/repositories/snapshots/org/spigotmc/spigot-api/1.7.9-R0.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-api/1.7.9-R0.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/org/spigotmc/spigot-api/1.7.9-R0.3-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: http://repo.md-5.net/content/repositories/snapshots/org/spigotmc/spigot-api/1.7.9-R0.3-SNAPSHOT/maven-metadata.xml (2 KB at 1.3 KB/sec) [INFO] Downloading: http://repo.md-5.net/content/repositories/snapshots/org/spigotmc/spigot-parent/dev-SNAPSHOT/maven-metadata.xml [INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/spigotmc/spigot-parent/dev-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/org/spigotmc/spigot-parent/dev-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: http://repo.md-5.net/content/repositories/snapshots/org/spigotmc/spigot-parent/dev-SNAPSHOT/maven-metadata.xml (604 B at 1.7 KB/sec) [INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-api/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://repo.md-5.net/content/repositories/snapshots/net/md-5/bungeecord-api/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://repo.md-5.net/content/repositories/snapshots/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://repo.md-5.net/content/repositories/snapshots/net/md-5/bungeecord-chat/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-chat/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-config/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://repo.md-5.net/content/repositories/snapshots/net/md-5/bungeecord-config/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-event/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://repo.md-5.net/content/repositories/snapshots/net/md-5/bungeecord-event/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://repo.md-5.net/content/repositories/snapshots/net/md-5/bungeecord-protocol/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/net/md-5/bungeecord-protocol/1.8-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ FreeBungeeChat --- [INFO] Deleting /var/lib/jenkins/workspace/FreeBungeeChat/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ FreeBungeeChat --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ FreeBungeeChat --- [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 14 source files to /var/lib/jenkins/workspace/FreeBungeeChat/target/classes [WARNING] /var/lib/jenkins/workspace/FreeBungeeChat/src/main/java/codecrafter47/freebungeechat/commands/LocalChatCommand.java: Some input files use or override a deprecated API. [WARNING] /var/lib/jenkins/workspace/FreeBungeeChat/src/main/java/codecrafter47/freebungeechat/commands/LocalChatCommand.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ FreeBungeeChat --- [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/FreeBungeeChat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ FreeBungeeChat --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ FreeBungeeChat --- [INFO] No tests to run. [JENKINS] Zeichne Testergebnisse auf [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ FreeBungeeChat --- [INFO] Building jar: /var/lib/jenkins/workspace/FreeBungeeChat/target/FreeBungeeChat-2.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.006 s [INFO] Finished at: 2015-07-06T13:19:18+02:00 [INFO] Final Memory: 24M/249M [JENKINS] Archiving /var/lib/jenkins/workspace/FreeBungeeChat/pom.xml to codecrafter47.freebungeechat/FreeBungeeChat/2.2-SNAPSHOT/FreeBungeeChat-2.2-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /var/lib/jenkins/workspace/FreeBungeeChat/target/FreeBungeeChat-2.2-SNAPSHOT.jar to codecrafter47.freebungeechat/FreeBungeeChat/2.2-SNAPSHOT/FreeBungeeChat-2.2-SNAPSHOT.jar channel stopped Archiviere Artefakte Finished: SUCCESS