Started by Citizen@irc.esper.net on request of 'mcmonkey' 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 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 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 f7b03d27e0cee8502a06d936c24c9691801bb365 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f7b03d27e0cee8502a06d936c24c9691801bb365 Commit message: "fix follow command max args value" > git rev-list --no-walk f7b03d27e0cee8502a06d936c24c9691801bb365 # timeout=10 > git tag -a -f -m Jenkins Build #1595 jenkins-Citizens2-1595 # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 38094 [workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java -Djava.awt.headless=true -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.12-alpha-1.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-3.27.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.12-alpha-1.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12-alpha-1.jar 38094 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml clean package install -DBUILD_NUMBER=1595 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] citizens-parent [INFO] citizens-main [INFO] citizens-v1_8_R3 [INFO] citizens-v1_10_R1 [INFO] citizens-v1_11_R1 [INFO] citizens-v1_12_R1 [INFO] citizens-v1_13_R2 [INFO] citizens [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [HUDSON] Collecting dependencies info [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building citizens-parent 2.0.24-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-parent --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens-parent --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-parent/2.0.24-SNAPSHOT/citizens-parent-2.0.24-SNAPSHOT.pom [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenArtifactArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenFingerprinter$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ 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] ------------------------------------------------------------------------ [INFO] Building citizens-main 2.0.24-SNAPSHOT [INFO] ------------------------------------------------------------------------ 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://files.krinsoft.net:8085/nexus/content/groups/public/org/bukkit/bukkit/1.8-R0.1-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.bukkit:bukkit:1.8-R0.1-SNAPSHOT/maven-metadata.xml from/to pub-repo (http://nexus.theyeticave.net/content/repositories/pub_releases/): Error transferring file: nexus.theyeticave.net [WARNING] Could not transfer metadata org.bukkit:bukkit:1.8-R0.1-SNAPSHOT/maven-metadata.xml from/to bukkit-repo (http://repo.bukkit.org/content/groups/public/): Error transferring file: repo.bukkit.org [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-main --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-main --- [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-main --- [INFO] Compiling 119 source files to /var/lib/jenkins/jobs/Citizens2/workspace/main/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-main --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/main/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-main --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-main --- [INFO] No tests to run. [INFO] Surefire report directory: /var/lib/jenkins/jobs/Citizens2/workspace/main/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[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ citizens-main --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.24-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-main --- [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar. [INFO] Including net.citizensnpcs:citizensapi:jar:2.0.24-SNAPSHOT in the shaded jar. [INFO] Including org.bstats.bStats-Metrics:bstats-bukkit:jar:1.2 in the shaded jar. [INFO] Minimizing jar net.citizensnpcs:citizens-main:jar:2.0.24-SNAPSHOT [INFO] net.citizensnpcs.api.ai.goals.TargetNearbyEntityGoal$1 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.exception.CharacterException 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.Selector 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.flocking.FlockBehavior 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.Condition not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Precondition$WrappingPrecondition 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.util.ResultSetHandler 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.RadiusNPCFlock 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.ai.tree.Precondition 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.tree.TimerDecorator 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.ai.tree.Selector$Builder 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.flocking.CohesionBehavior not removed because it was specifically included [INFO] net.citizensnpcs.api.event.NPCEnderTeleportEvent 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.goals.MoveToGoal$1 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.NPCFlock not removed because it was specifically included [INFO] net.citizensnpcs.api.command.CommandMessages 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.ai.flocking.Flocker 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.ai.flocking.AlignmentBehavior 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.flocking.GroupNPCFlock$1 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.Sequence$1 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.tree.Composite$1 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.tree.Selectors$1 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.astar.pathfinder.ChunkSnapshotBlockSource 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.IfElse not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Decorator$Builder not removed because it was specifically included [INFO] Minimized 2164 -> 598 (27%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-main --- [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-main --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-main --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/main/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-main --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-main --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ citizens-main --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.24-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-main --- [INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar. [INFO] Including net.citizensnpcs:citizensapi:jar:2.0.24-SNAPSHOT in the shaded jar. [INFO] Including org.bstats.bStats-Metrics:bstats-bukkit:jar:1.2 in the shaded jar. [INFO] Minimizing jar net.citizensnpcs:citizens-main:jar:2.0.24-SNAPSHOT [INFO] net.citizensnpcs.api.ai.goals.TargetNearbyEntityGoal$1 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.exception.CharacterException 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.Selector 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.flocking.FlockBehavior 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.Condition not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Precondition$WrappingPrecondition 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.util.ResultSetHandler 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.RadiusNPCFlock 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.ai.tree.Precondition 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.tree.TimerDecorator 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.ai.tree.Selector$Builder 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.flocking.CohesionBehavior not removed because it was specifically included [INFO] net.citizensnpcs.api.event.NPCEnderTeleportEvent 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.goals.MoveToGoal$1 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.NPCFlock not removed because it was specifically included [INFO] net.citizensnpcs.api.command.CommandMessages 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.ai.flocking.Flocker 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.ai.flocking.AlignmentBehavior 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.flocking.GroupNPCFlock$1 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.Sequence$1 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.tree.Composite$1 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.tree.Selectors$1 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.astar.pathfinder.ChunkSnapshotBlockSource 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.IfElse not removed because it was specifically included [INFO] net.citizensnpcs.api.ai.tree.Decorator$Builder not removed because it was specifically included [INFO] Minimized 2164 -> 598 (27%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens-main --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.24-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-main/2.0.24-SNAPSHOT/citizens-main-2.0.24-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/main/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-main/2.0.24-SNAPSHOT/citizens-main-2.0.24-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] ------------------------------------------------------------------------ [INFO] Building citizens-v1_8_R3 2.0.24-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-v1_8_R3 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_8_R3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_8_R3 --- [INFO] Compiling 77 source files to /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_8_R3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_8_R3 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_8_R3 --- [INFO] No tests to run. [INFO] Surefire report directory: /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/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-v1_8_R3 --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/citizens-v1_8_R3-2.0.24-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_8_R3 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/citizens-v1_8_R3-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/citizens-v1_8_R3-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_8_R3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_8_R3 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_8_R3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_8_R3 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_8_R3 --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ citizens-v1_8_R3 --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_8_R3 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/citizens-v1_8_R3-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/citizens-v1_8_R3-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens-v1_8_R3 --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/citizens-v1_8_R3-2.0.24-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_8_R3/2.0.24-SNAPSHOT/citizens-v1_8_R3-2.0.24-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_8_R3/2.0.24-SNAPSHOT/citizens-v1_8_R3-2.0.24-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] ------------------------------------------------------------------------ [INFO] Building citizens-v1_10_R1 2.0.24-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-v1_10_R1 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_10_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_10_R1 --- [INFO] Compiling 88 source files to /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_10_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_10_R1 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_10_R1 --- [INFO] No tests to run. [INFO] Surefire report directory: /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/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-v1_10_R1 --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/target/citizens-v1_10_R1-2.0.24-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_10_R1 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/target/citizens-v1_10_R1-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/target/citizens-v1_10_R1-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_10_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_10_R1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_10_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_10_R1 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_10_R1 --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ citizens-v1_10_R1 --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_10_R1 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/target/citizens-v1_10_R1-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/target/citizens-v1_10_R1-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens-v1_10_R1 --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/target/citizens-v1_10_R1-2.0.24-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_10_R1/2.0.24-SNAPSHOT/citizens-v1_10_R1-2.0.24-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_10_R1/2.0.24-SNAPSHOT/citizens-v1_10_R1-2.0.24-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] ------------------------------------------------------------------------ [INFO] Building citizens-v1_11_R1 2.0.24-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-v1_11_R1 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_11_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_11_R1 --- [INFO] Compiling 105 source files to /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_11_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_11_R1 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_11_R1 --- [INFO] No tests to run. [INFO] Surefire report directory: /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/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-v1_11_R1 --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/target/citizens-v1_11_R1-2.0.24-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_11_R1 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/target/citizens-v1_11_R1-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/target/citizens-v1_11_R1-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_11_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_11_R1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_11_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_11_R1 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_11_R1 --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ citizens-v1_11_R1 --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_11_R1 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/target/citizens-v1_11_R1-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/target/citizens-v1_11_R1-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens-v1_11_R1 --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/target/citizens-v1_11_R1-2.0.24-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_11_R1/2.0.24-SNAPSHOT/citizens-v1_11_R1-2.0.24-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_11_R1/2.0.24-SNAPSHOT/citizens-v1_11_R1-2.0.24-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] ------------------------------------------------------------------------ [INFO] Building citizens-v1_12_R1 2.0.24-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-v1_12_R1 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_12_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_12_R1 --- [INFO] Compiling 110 source files to /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_12_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_12_R1 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_12_R1 --- [INFO] No tests to run. [INFO] Surefire report directory: /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/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-v1_12_R1 --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/target/citizens-v1_12_R1-2.0.24-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_12_R1 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/target/citizens-v1_12_R1-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/target/citizens-v1_12_R1-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_12_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_12_R1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_12_R1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_12_R1 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_12_R1 --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ citizens-v1_12_R1 --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_12_R1 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/target/citizens-v1_12_R1-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/target/citizens-v1_12_R1-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens-v1_12_R1 --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/target/citizens-v1_12_R1-2.0.24-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_12_R1/2.0.24-SNAPSHOT/citizens-v1_12_R1-2.0.24-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_12_R1/2.0.24-SNAPSHOT/citizens-v1_12_R1-2.0.24-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] ------------------------------------------------------------------------ [INFO] Building citizens-v1_13_R2 2.0.24-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-v1_13_R2 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_13_R2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_13_R2 --- [INFO] Compiling 123 source files to /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_13_R2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_13_R2 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_13_R2 --- [INFO] No tests to run. [INFO] Surefire report directory: /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/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-v1_13_R2 --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/target/citizens-v1_13_R2-2.0.24-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_13_R2 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/target/citizens-v1_13_R2-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/target/citizens-v1_13_R2-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-v1_13_R2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ citizens-v1_13_R2 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ citizens-v1_13_R2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ citizens-v1_13_R2 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ citizens-v1_13_R2 --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ citizens-v1_13_R2 --- [INFO] [INFO] --- maven-shade-plugin:2.1:shade (default) @ citizens-v1_13_R2 --- [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/target/citizens-v1_13_R2-2.0.24-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/target/citizens-v1_13_R2-2.0.24-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens-v1_13_R2 --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/target/citizens-v1_13_R2-2.0.24-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_13_R2/2.0.24-SNAPSHOT/citizens-v1_13_R2-2.0.24-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-v1_13_R2/2.0.24-SNAPSHOT/citizens-v1_13_R2-2.0.24-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] ------------------------------------------------------------------------ [INFO] Building citizens 2.0.24-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens --- [INFO] [INFO] --- maven-assembly-plugin:2.2:single (package-all) @ citizens --- [INFO] Reading assembly descriptor: src/main/assembly/all-jar.xml [WARNING] Cannot include project artifact: net.citizensnpcs:citizens:pom:2.0.24-SNAPSHOT; it doesn't have an associated file or directory. [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/dist/target/Citizens-2.0.24-b1595.jar [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] [INFO] --- maven-assembly-plugin:2.2:single (package-all) @ citizens --- [INFO] Reading assembly descriptor: src/main/assembly/all-jar.xml [WARNING] Cannot include project artifact: net.citizensnpcs:citizens:pom:2.0.24-SNAPSHOT; it doesn't have an associated file or directory. [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/dist/target/Citizens-2.0.24-b1595.jar [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [INFO] META-INF/ already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] net/ already added, skipping [INFO] net/citizensnpcs/ already added, skipping [INFO] net/citizensnpcs/nms/ already added, skipping [INFO] META-INF/maven/ already added, skipping [INFO] META-INF/maven/net.citizensnpcs/ already added, skipping [WARNING] Artifact net.citizensnpcs:citizens:jar:2.0.24-SNAPSHOT already attached to project, ignoring duplicate [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/dist/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens/2.0.24-SNAPSHOT/citizens-2.0.24-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/dist/target/Citizens-2.0.24-b1595.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens/2.0.24-SNAPSHOT/citizens-2.0.24-SNAPSHOT.jar 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] Reactor Summary: [INFO] [INFO] citizens-parent ................................... SUCCESS [1.158s] [INFO] citizens-main ..................................... SUCCESS [16.839s] [INFO] citizens-v1_8_R3 .................................. SUCCESS [7.178s] [INFO] citizens-v1_10_R1 ................................. SUCCESS [8.357s] [INFO] citizens-v1_11_R1 ................................. SUCCESS [9.410s] [INFO] citizens-v1_12_R1 ................................. SUCCESS [10.748s] [INFO] citizens-v1_13_R2 ................................. SUCCESS [11.266s] [INFO] citizens .......................................... SUCCESS [3.866s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:11.457s [INFO] Finished at: Fri Nov 30 19:36:44 GMT 2018 [INFO] Final Memory: 74M/333M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/dist/pom.xml to net.citizensnpcs/citizens/2.0.24-SNAPSHOT/citizens-2.0.24-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/dist/target/Citizens-2.0.24-b1595.jar to net.citizensnpcs/citizens/2.0.24-SNAPSHOT/citizens-2.0.24-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/main/pom.xml to net.citizensnpcs/citizens-main/2.0.24-SNAPSHOT/citizens-main-2.0.24-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.24-SNAPSHOT.jar to net.citizensnpcs/citizens-main/2.0.24-SNAPSHOT/citizens-main-2.0.24-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/pom.xml to net.citizensnpcs/citizens-v1_11_R1/2.0.24-SNAPSHOT/citizens-v1_11_R1-2.0.24-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/target/citizens-v1_11_R1-2.0.24-SNAPSHOT.jar to net.citizensnpcs/citizens-v1_11_R1/2.0.24-SNAPSHOT/citizens-v1_11_R1-2.0.24-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/pom.xml to net.citizensnpcs/citizens-v1_8_R3/2.0.24-SNAPSHOT/citizens-v1_8_R3-2.0.24-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/citizens-v1_8_R3-2.0.24-SNAPSHOT.jar to net.citizensnpcs/citizens-v1_8_R3/2.0.24-SNAPSHOT/citizens-v1_8_R3-2.0.24-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/pom.xml to net.citizensnpcs/citizens-v1_10_R1/2.0.24-SNAPSHOT/citizens-v1_10_R1-2.0.24-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/target/citizens-v1_10_R1-2.0.24-SNAPSHOT.jar to net.citizensnpcs/citizens-v1_10_R1/2.0.24-SNAPSHOT/citizens-v1_10_R1-2.0.24-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/pom.xml to net.citizensnpcs/citizens-v1_12_R1/2.0.24-SNAPSHOT/citizens-v1_12_R1-2.0.24-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/target/citizens-v1_12_R1-2.0.24-SNAPSHOT.jar to net.citizensnpcs/citizens-v1_12_R1/2.0.24-SNAPSHOT/citizens-v1_12_R1-2.0.24-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/pom.xml to net.citizensnpcs/citizens-v1_13_R2/2.0.24-SNAPSHOT/citizens-v1_13_R2-2.0.24-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/target/citizens-v1_13_R2-2.0.24-SNAPSHOT.jar to net.citizensnpcs/citizens-v1_13_R2/2.0.24-SNAPSHOT/citizens-v1_13_R2-2.0.24-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml to net.citizensnpcs/citizens-parent/2.0.24-SNAPSHOT/citizens-parent-2.0.24-SNAPSHOT.pom 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 [Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@4bc7187c[description=Citizens Recoded and Reborn,homepage=citizensnpcs.co,name=Citizens2,fork=false,size=50313,milestones={},language=Java,commits={},source=,parent=,responseHeaderFields={null=[HTTP/1.1 200 OK], Access-Control-Allow-Origin=[*], Access-Control-Expose-Headers=[ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type], Cache-Control=[private, max-age=60, s-maxage=60], Content-Encoding=[gzip], Content-Security-Policy=[default-src 'none'], Content-Type=[application/octet-stream], Date=[Fri, 30 Nov 2018 19:36:47 GMT], ETag=["7d3fe4412b395acedba50c3be11a0dba"], Last-Modified=[Fri, 30 Nov 2018 19:33:47 GMT], OkHttp-Received-Millis=[1543606607235], OkHttp-Response-Source=[CONDITIONAL_CACHE 304], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1543606607080], Referrer-Policy=[origin-when-cross-origin, strict-origin-when-cross-origin], Server=[GitHub.com], Status=[304 Not Modified], Strict-Transport-Security=[max-age=31536000; includeSubdomains; preload], Transfer-Encoding=[chunked], Vary=[Accept, Authorization, Cookie, X-GitHub-OTP], X-Accepted-OAuth-Scopes=[repo], X-Content-Type-Options=[nosniff], X-Frame-Options=[deny], X-GitHub-Media-Type=[github.v3; format=json], X-GitHub-Request-Id=[D8E0:5F8B:26B81B:682A8A:5C01914F], X-OAuth-Scopes=[public_repo, repo:status], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4997], X-RateLimit-Reset=[1543610051], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/CitizensDev/Citizens2,id=3472187]] (sha:f7b03d2) with context:ci/jenkins/build-status Setting commit status on GitHub for https://github.com/CitizensDev/Citizens2/commit/f7b03d27e0cee8502a06d936c24c9691801bb365 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 Finished: SUCCESS