Started by user fullwall Started by upstream project "CitizensAPI" build number 505 originally caused by: Started by user fullwall Building in workspace /var/lib/jenkins/jobs/Citizens2/workspace Wiping out workspace first. Cloning the remote Git repository Cloning repository git://github.com/CitizensDev/Citizens2.git > git init /var/lib/jenkins/jobs/Citizens2/workspace # timeout=10 Fetching upstream changes from git://github.com/CitizensDev/Citizens2.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress git://github.com/CitizensDev/Citizens2.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url git://github.com/CitizensDev/Citizens2.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://github.com/CitizensDev/Citizens2.git # timeout=10 Fetching upstream changes from git://github.com/CitizensDev/Citizens2.git > git -c core.askpass=true fetch --tags --progress git://github.com/CitizensDev/Citizens2.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 28d23c31c2f453666047bc4e5df8d685c4ced186 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 28d23c31c2f453666047bc4e5df8d685c4ced186 > git rev-list f1e32135d29a9a50254402cf2f14b817fb63e130 # timeout=10 > git tag -a -f -m Jenkins Build #1371 jenkins-Citizens2-1371 # timeout=10 Parsing POMs Established TCP socket on 41502 [workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK/bin/java -Djava.awt.headless=true -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3 /var/cache/jenkins/war/WEB-INF/lib/remoting-2.53.3.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 41502 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml clean install [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Citizens 2.0.18-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/org/bukkit/bukkit/1.9.4-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://repo.citizensnpcs.co/org/bukkit/bukkit/1.9.4-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://repo.bukkit.org/content/groups/public/org/bukkit/craftbukkit/1.9.4-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://repo.citizensnpcs.co/org/bukkit/craftbukkit/1.9.4-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/org/bukkit/craftbukkit/1.9.4-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://repo.bukkit.org/content/groups/public/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://repo.citizensnpcs.co/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://nexus.theyeticave.net/content/repositories/pub_releases/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml Downloading: https://hub.spigotmc.org/nexus/content/groups/public/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://files.krinsoft.net:8085/nexus/content/groups/public/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml Downloading: http://dev.escapecraft.com/maven/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml Downloaded: https://hub.spigotmc.org/nexus/content/groups/public/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml (2 KB at 1.7 KB/sec) [WARNING] Could not transfer metadata org.bukkit:bukkit:1.8-R0.1-SNAPSHOT/maven-metadata.xml from/to krinsoft (http://files.krinsoft.net:8085/nexus/content/groups/public): Error transferring file: files.krinsoft.net [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources to . [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens --- [INFO] Compiling 201 source files to /var/lib/jenkins/jobs/Citizens2/workspace/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens --- [INFO] No tests to run. [INFO] Surefire report directory: /var/lib/jenkins/jobs/Citizens2/workspace/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ citizens --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/target/citizens-2.0.18-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens --- [INFO] Including net.citizensnpcs:citizensapi:jar:2.0.18-SNAPSHOT in the shaded jar. [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar. [INFO] Minimizing jar net.citizensnpcs:citizens:jar:2.0.18-SNAPSHOT [INFO] net.citizensnpcs.api.ai.flocking.RadiusNPCFlock not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Empty not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.flocking.CohesionBehavior not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Decorator$1 not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.flocking.Flocker not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.goals.MoveToGoal not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.ParallelBehavior not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Composite$1 not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Selector$1 not removed because it was specifically included [INFO] net.citizensnpcs.api.util.ResultSetHandler not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.goals.MoveToGoal$1 not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.flocking.NPCFlock not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Decorator not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Composite not removed because it was specifically included [INFO] net.citizensnpcs.api.astar.pathfinder.ChunkSnapshotBlockSource not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.flocking.GroupNPCFlock not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.flocking.SeparationBehavior not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Selectors$1 not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Selectors$PrioritySelection not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.goals.TargetNearbyEntityGoal not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.flocking.GroupNPCFlock$1 not removed because it was specifically included [INFO] net.citizensnpcs.api.util.cuboid.QuadCuboid not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.goals.TargetNearbyEntityGoal$Builder not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.IfElse not removed because it was specifically included [INFO] net.citizensnpcs.api.exception.CharacterException not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.goals.TargetNearbyEntityGoal$1 not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Sequence not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Selector not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Loop not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.TimerDecorator not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Selector$Builder not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Precondition$RunPrecondition not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.flocking.FlockBehavior not removed because it was specifically included [INFO] net.citizensnpcs.api.util.cuboid.QuadNode not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.flocking.AlignmentBehavior not removed because it was specifically included [INFO] net.citizensnpcs.api.util.cuboid.QuadTree not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Sequence$1 not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Decorator$Builder not removed because it was specifically included [INFO] net.citizensnpcs.api.util.prtree.MinDist2D not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Condition not removed because it was specifically included [INFO] net.citizensnpcs.api.util.ResourceTranslationProvider not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Selectors not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Precondition not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.StatusCoercer not removed because it was specifically included [INFO] net.citizensnpcs.api.util.cuboid.BookmarkedResult not removed because it was specifically included [INFO] net.citizensnpcs.api.util.prtree.NodeGetter not removed because it was specifically included [INFO] net.citizensnpcs.api.command.CommandMessages not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Precondition$WrappingPrecondition not removed because it was specifically included [INFO] Minimized 2370 -> 804 (33%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/target/citizens-2.0.18-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/target/citizens-2.0.18-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Citizens2/workspace/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Citizens2/workspace/dependency-reduced-pom.xml [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/target/citizens-2.0.18-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens/2.0.18-SNAPSHOT/citizens-2.0.18-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens/2.0.18-SNAPSHOT/citizens-2.0.18-SNAPSHOT.pom Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.218s [INFO] Finished at: Tue Jun 07 08:07:23 GMT 2016 [INFO] Final Memory: 24M/273M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/dependency-reduced-pom.xml to net.citizensnpcs/citizens/2.0.18-SNAPSHOT/citizens-2.0.18-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/target/citizens-2.0.18-SNAPSHOT.jar to net.citizensnpcs/citizens/2.0.18-SNAPSHOT/citizens-2.0.18-SNAPSHOT.jar channel stopped Archiving artifacts IRC notifier plugin: Sending notification to: #citizens-dev IRC notifier plugin: Sending notification to: #citizens IRC notifier plugin: Sending notification to: #denizen-dev Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered Not triggering Denizen because another upstream Compilation-tools ? compilation-toolbox has no successful build Finished: SUCCESS