Skip to content
Success

Console Output

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 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 7dd03e4c360acc306c8a136b4cdc2e36a5b31eaf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7dd03e4c360acc306c8a136b4cdc2e36a5b31eaf
Commit message: "Merge branch 'master' of github.com:CitizensDev/Citizens2"
 > git rev-list --no-walk 8cf35b904187ae26ac768b11bae6f2ca56eb5565 # timeout=10
 > git tag -a -f -m Jenkins Build #1589 jenkins-Citizens2-1589 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 34422
[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 34422
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml clean package install -DBUILD_NUMBER=1589
[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 118 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 2163 -> 597 (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] 
[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
[WARNING] citizens-main-2.0.24-SNAPSHOT.jar, citizensapi-2.0.24-SNAPSHOT.jar define 329 overlappping classes: 
[WARNING]   - net.citizensnpcs.api.util.YamlStorage
[WARNING]   - net.citizensnpcs.api.event.PlayerCreateNPCEvent
[WARNING]   - net.citizensnpcs.api.trait.TraitInfo
[WARNING]   - net.citizensnpcs.api.util.Paginator
[WARNING]   - net.citizensnpcs.api.util.prtree.Region3D$1
[WARNING]   - net.citizensnpcs.api.ai.SimpleGoalController$2
[WARNING]   - net.citizensnpcs.api.astar.pathfinder.VectorGoal
[WARNING]   - net.citizensnpcs.api.util.prtree.Circle
[WARNING]   - net.citizensnpcs.api.command.exception.NoPermissionsException
[WARNING]   - net.citizensnpcs.api.persistence.Persister
[WARNING]   - 319 more...
[WARNING] maven-shade-plugin has detected that some .class files
[WARNING] are present in two or more JARs. When this happens, only
[WARNING] one single version of the class is copied in the uberjar.
[WARNING] Usually this is not harmful and you can skeep these
[WARNING] warnings, otherwise try to manually exclude artifacts
[WARNING] based on mvn dependency:tree -Ddetail=true and the above
[WARNING] output
[WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin
[INFO] Minimized 2537 -> 930 (36%)
[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-b1589.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-b1589.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-b1589.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 [0.752s]
[INFO] citizens-main ..................................... SUCCESS [11.584s]
[INFO] citizens-v1_8_R3 .................................. SUCCESS [7.143s]
[INFO] citizens-v1_10_R1 ................................. SUCCESS [7.292s]
[INFO] citizens-v1_11_R1 ................................. SUCCESS [5.939s]
[INFO] citizens-v1_12_R1 ................................. SUCCESS [6.871s]
[INFO] citizens-v1_13_R2 ................................. SUCCESS [7.146s]
[INFO] citizens .......................................... SUCCESS [2.507s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51.457s
[INFO] Finished at: Mon Oct 29 14:36:17 GMT 2018
[INFO] Final Memory: 81M/342M
[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-b1589.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
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