Started by GitHub push by fullwall Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/Citizens2/workspace The recommended git tool is: NONE No credentials specified 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 --version # 'git version 1.8.3.1' > git fetch --tags --progress git://github.com/CitizensDev/Citizens2.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision e7d3a95981b8bfecdeb676dd750df8f107d2a6f7 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f e7d3a95981b8bfecdeb676dd750df8f107d2a6f7 # timeout=10 Commit message: "Improve issue template using Issue forms (#2684)" > git rev-list --no-walk eb8ac56b6574ae735fde941dcc401c0accfdc1c4 # timeout=10 > git tag -a -f -m Jenkins Build #2397 jenkins-Citizens2-2397 # timeout=10 false Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 40710 [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/maven35-agent-1.13.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/boot/plexus-classworlds-2.6.0.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/conf/logging jenkins.maven3.agent.Maven35Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3 /var/cache/jenkins/war/WEB-INF/lib/remoting-4.9.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 40710 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml clean package install -DBUILD_NUMBER=2397 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] citizens-parent [pom] [INFO] citizens-main [jar] [INFO] citizens-v1_8_R3 [jar] [INFO] citizens-v1_10_R1 [jar] [INFO] citizens-v1_11_R1 [jar] [INFO] citizens-v1_12_R1 [jar] [INFO] citizens-v1_13_R2 [jar] [INFO] citizens-v1_14_R1 [jar] [INFO] citizens-v1_15_R1 [jar] [INFO] citizens-v1_16_R3 [jar] [INFO] citizens-v1_17_R1 [jar] [INFO] citizens [pom] [INFO] [INFO] ------------------< net.citizensnpcs:citizens-parent >------------------ [INFO] Building citizens-parent 2.0.28-SNAPSHOT [1/12] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ citizens-parent --- [INFO] [INFO] --- maven-install-plugin:2.4: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.28-SNAPSHOT/citizens-parent-2.0.28-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] -------------------< net.citizensnpcs:citizens-main >------------------- [INFO] Building citizens-main 2.0.28-SNAPSHOT [2/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ citizens-main --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ citizens-main --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources to . [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ citizens-main --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 148 source files to /var/lib/jenkins/jobs/Citizens2/workspace/main/target/classes [INFO] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/trait/versioned/CatTrait.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/trait/versioned/CatTrait.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6: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:3.8.1:testCompile (default-testCompile) @ citizens-main --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ citizens-main --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ citizens-main --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.28-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.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.28-SNAPSHOT in the shaded jar. [INFO] Including ch.ethz.globis.phtree:phtree:jar:2.3.0 in the shaded jar. [INFO] Including junit:junit:jar:4.8.2 in the shaded jar. [INFO] Minimizing jar net.citizensnpcs:citizens-main:jar:2.0.28-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.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.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.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.astar.pathfinder.AsyncChunkSnapshotBlockSource 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.command.CommandMessages 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.gui.BooleanSlotHandler 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.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 2785 -> 802 (28%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.28-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.28-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ citizens-main --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources to . [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ citizens-main --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 148 source files to /var/lib/jenkins/jobs/Citizens2/workspace/main/target/classes [INFO] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/trait/versioned/CatTrait.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/trait/versioned/CatTrait.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6: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:3.8.1:testCompile (default-testCompile) @ citizens-main --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4: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:3.2.0:jar (default-jar) @ citizens-main --- [INFO] Building jar: /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.28-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.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.28-SNAPSHOT in the shaded jar. [INFO] Including ch.ethz.globis.phtree:phtree:jar:2.3.0 in the shaded jar. [INFO] Including junit:junit:jar:4.8.2 in the shaded jar. [INFO] Minimizing jar net.citizensnpcs:citizens-main:jar:2.0.28-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.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.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.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.astar.pathfinder.AsyncChunkSnapshotBlockSource 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.command.CommandMessages 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.gui.BooleanSlotHandler 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.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 2785 -> 802 (28%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.28-SNAPSHOT.jar with /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.28-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ citizens-main --- [INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.28-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-main/2.0.28-SNAPSHOT/citizens-main-2.0.28-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.28-SNAPSHOT/citizens-main-2.0.28-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] -----------------< net.citizensnpcs:citizens-v1_8_R3 >------------------ [INFO] Building citizens-v1_8_R3 2.0.28-SNAPSHOT [3/12] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ citizens-v1_8_R3 --- [INFO] [INFO] --- maven-resources-plugin:2.6: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:3.8.1:compile (default-compile) @ citizens-v1_8_R3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 77 source files to /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/src/main/java/net/citizensnpcs/nms/v1_8_R3/network/EmptyChannel.java:[34,44] multi-catch statement is not supported in -source 1.6 (use -source 7 or higher to enable multi-catch statement) [INFO] 1 error [INFO] ------------------------------------------------------------- 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 for citizens-parent 2.0.28-SNAPSHOT: [INFO] [INFO] citizens-parent .................................... SUCCESS [ 1.948 s] [INFO] citizens-main ...................................... SUCCESS [ 15.946 s] [INFO] citizens-v1_8_R3 ................................... FAILURE [ 1.186 s] [INFO] citizens-v1_10_R1 .................................. SKIPPED [INFO] citizens-v1_11_R1 .................................. SKIPPED [INFO] citizens-v1_12_R1 .................................. SKIPPED [INFO] citizens-v1_13_R2 .................................. SKIPPED [INFO] citizens-v1_14_R1 .................................. SKIPPED [INFO] citizens-v1_15_R1 .................................. SKIPPED [INFO] citizens-v1_16_R3 .................................. SKIPPED [INFO] citizens-v1_17_R1 .................................. SKIPPED [INFO] citizens ........................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.580 s [INFO] Finished at: 2021-11-08T14:25:34Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project citizens-v1_8_R3: Compilation failure [ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/src/main/java/net/citizensnpcs/nms/v1_8_R3/network/EmptyChannel.java:[34,44] multi-catch statement is not supported in -source 1.6 [ERROR] (use -source 7 or higher to enable multi-catch statement) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :citizens-v1_8_R3 Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_17_R1/pom.xml to net.citizensnpcs/citizens-v1_17_R1/2.0.28-SNAPSHOT/citizens-v1_17_R1-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_15_R1/pom.xml to net.citizensnpcs/citizens-v1_15_R1/2.0.28-SNAPSHOT/citizens-v1_15_R1-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_16_R3/pom.xml to net.citizensnpcs/citizens-v1_16_R3/2.0.28-SNAPSHOT/citizens-v1_16_R3-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/dist/pom.xml to net.citizensnpcs/citizens/2.0.28-SNAPSHOT/citizens-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/main/pom.xml to net.citizensnpcs/citizens-main/2.0.28-SNAPSHOT/citizens-main-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/main/target/citizens-main-2.0.28-SNAPSHOT.jar to net.citizensnpcs/citizens-main/2.0.28-SNAPSHOT/citizens-main-2.0.28-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_14_R1/pom.xml to net.citizensnpcs/citizens-v1_14_R1/2.0.28-SNAPSHOT/citizens-v1_14_R1-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/pom.xml to net.citizensnpcs/citizens-v1_11_R1/2.0.28-SNAPSHOT/citizens-v1_11_R1-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/pom.xml to net.citizensnpcs/citizens-v1_8_R3/2.0.28-SNAPSHOT/citizens-v1_8_R3-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/pom.xml to net.citizensnpcs/citizens-v1_10_R1/2.0.28-SNAPSHOT/citizens-v1_10_R1-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/pom.xml to net.citizensnpcs/citizens-v1_12_R1/2.0.28-SNAPSHOT/citizens-v1_12_R1-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/pom.xml to net.citizensnpcs/citizens-v1_13_R2/2.0.28-SNAPSHOT/citizens-v1_13_R2-2.0.28-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml to net.citizensnpcs/citizens-parent/2.0.28-SNAPSHOT/citizens-parent-2.0.28-SNAPSHOT.pom channel stopped Archiving artifacts [Set GitHub commit status (universal)] ERROR on repos [GHRepository@4d47d256[nodeId=MDEwOlJlcG9zaXRvcnkzNDcyMTg3,description=Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.,homepage=https://citizensnpcs.co,name=Citizens2,fork=false,archived=false,size=63163,milestones={},language=Java,commits={},source=,parent=,isTemplate=false,url=https://api.github.com/repos/CitizensDev/Citizens2,id=3472187,nodeId=,createdAt=2012-02-17T17:36:29Z,updatedAt=2021-11-08T14:23:08Z]] (sha:e7d3a95) with context:ci/jenkins/build-status Setting commit status on GitHub for https://github.com/CitizensDev/Citizens2/commit/e7d3a95981b8bfecdeb676dd750df8f107d2a6f7 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 Sending notification to Discord. Finished: FAILURE