Skip to content
Success

Console Output

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 ee324c77a9f94b3a1e97a92ebf0b9af5038e7609 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ee324c77a9f94b3a1e97a92ebf0b9af5038e7609
 > git rev-list b73eced36f03ba9e48194e566a2fdb4a0066c0d4 # timeout=10
[mcMMO] $ /bin/sh -xe /tmp/jenkins4274926761864206785.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.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.turt2live.com/org/bukkit/bukkit/1.13-pre7-R0.1-SNAPSHOT/maven-metadata.xml
Downloading: https://hub.spigotmc.org/nexus/content/groups/public/org/bukkit/bukkit/1.13-pre7-R0.1-SNAPSHOT/maven-metadata.xml

2 KB   
       
Downloaded: https://hub.spigotmc.org/nexus/content/groups/public/org/bukkit/bukkit/1.13-pre7-R0.1-SNAPSHOT/maven-metadata.xml (2 KB at 1.8 KB/sec)
[WARNING] Could not transfer metadata org.bukkit:bukkit:1.13-pre7-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.13-pre7-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.13-pre7-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.6.0-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.6.0-SNAPSHOT/mcMMO-1.6.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/workspace/mcMMO/mcMMO/dependency-reduced-pom.xml to /home/jenkins/.m2/repository/com/gmail/nossr50/mcMMO/mcMMO/1.6.0-SNAPSHOT/mcMMO-1.6.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/workspace/mcMMO/mcMMO/target/mcMMO-bin.zip to /home/jenkins/.m2/repository/com/gmail/nossr50/mcMMO/mcMMO/1.6.0-SNAPSHOT/mcMMO-1.6.0-SNAPSHOT-bin.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.894 s
[INFO] Finished at: 2018-07-26T19:18:31-05:00
[INFO] Final Memory: 30M/425M
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
Finished: SUCCESS