Started by an SCM change Building remotely on Builder in workspace /home/jenkins/workspace/mcMMO [WS-CLEANUP] Deleting project workspace... Cloning the remote Git repository Cloning repository https://github.com/mcMMO-Dev/mcMMO.git > git init /home/jenkins/workspace/mcMMO # timeout=10 Fetching upstream changes from https://github.com/mcMMO-Dev/mcMMO.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/mcMMO-Dev/mcMMO.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/mcMMO-Dev/mcMMO.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/mcMMO-Dev/mcMMO.git # timeout=10 Fetching upstream changes from https://github.com/mcMMO-Dev/mcMMO.git > git fetch --tags --progress https://github.com/mcMMO-Dev/mcMMO.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 5b2ebf4aa866fa85335f237d5d401ff6ecd6e80b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5b2ebf4aa866fa85335f237d5d401ff6ecd6e80b > git rev-list 2b159adefd65717f264d025aaba28b0c866fb5a9 # timeout=10 [mcMMO] $ /bin/sh -xe /tmp/jenkins7125353019950082671.sh + git clone https://github.com/mcMMO-Dev/mcMMO.git Cloning into 'mcMMO'... + cd mcMMO + mvn clean install [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building mcMMO 1.5.09-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repo.turt2live.com/org/bukkit/bukkit/1.12.1-R0.1-SNAPSHOT/maven-metadata.xml Downloading: https://hub.spigotmc.org/nexus/content/groups/public/org/bukkit/bukkit/1.12.1-R0.1-SNAPSHOT/maven-metadata.xml 2 KB Downloaded: https://hub.spigotmc.org/nexus/content/groups/public/org/bukkit/bukkit/1.12.1-R0.1-SNAPSHOT/maven-metadata.xml (2 KB at 1.2 KB/sec) [WARNING] Could not transfer metadata org.bukkit:bukkit:1.12.1-R0.1-SNAPSHOT/maven-metadata.xml from/to Plugin MetricsExtension (http://repo.turt2live.com): repo.turt2live.com: Name or service not known [WARNING] Failure to transfer org.bukkit:bukkit:1.12.1-R0.1-SNAPSHOT/maven-metadata.xml from http://repo.turt2live.com was cached in the local repository, resolution will not be reattempted until the update interval of Plugin MetricsExtension has elapsed or updates are forced. Original error: Could not transfer metadata org.bukkit:bukkit:1.12.1-R0.1-SNAPSHOT/maven-metadata.xml from/to Plugin MetricsExtension (http://repo.turt2live.com): repo.turt2live.com: Name or service not known [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mcMMO --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mcMMO --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources to . [INFO] Copying 29 resources to com/gmail/nossr50/locale [INFO] Copying 4 resources to mods [INFO] Copying 1 resource to . [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ mcMMO --- [INFO] Compiling 333 source files to /home/jenkins/workspace/mcMMO/mcMMO/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mcMMO --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/mcMMO/mcMMO/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ mcMMO --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ mcMMO --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mcMMO --- [INFO] Building jar: /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar [INFO] [INFO] --- maven-assembly-plugin:2.4.1:single (build) @ mcMMO --- [INFO] Reading assembly descriptor: src/main/assembly/package.xml [INFO] Building zip: /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-bin.zip [INFO] [INFO] --- maven-shade-plugin:1.5:shade (default) @ mcMMO --- [INFO] Including org.apache.tomcat:tomcat-jdbc:jar:7.0.52 in the shaded jar. [INFO] Including org.apache.tomcat:tomcat-juli:jar:7.0.52 in the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar with /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-1.5.09-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mcMMO --- [INFO] Installing /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO.jar to /home/jenkins/.m2/repository/com/gmail/nossr50/mcMMO/mcMMO/1.5.09-SNAPSHOT/mcMMO-1.5.09-SNAPSHOT.jar [INFO] Installing /home/jenkins/workspace/mcMMO/mcMMO/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/com/gmail/nossr50/mcMMO/mcMMO/1.5.09-SNAPSHOT/mcMMO-1.5.09-SNAPSHOT.pom [INFO] Installing /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-bin.zip to /home/jenkins/.m2/repository/com/gmail/nossr50/mcMMO/mcMMO/1.5.09-SNAPSHOT/mcMMO-1.5.09-SNAPSHOT-bin.zip [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.444 s [INFO] Finished at: 2018-04-30T01:18:42-05:00 [INFO] Final Memory: 26M/418M [INFO] ------------------------------------------------------------------------ Archiving artifacts [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done Finished: SUCCESS