Started by GitHub push by tal5 Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/Denizen_Developmental/workspace No JDK named ‘OpenJDK 17’ found The recommended git tool is: NONE No credentials specified No JDK named ‘OpenJDK 17’ found > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/Denizen_Developmental/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/DenizenScript/Denizen.git # timeout=10 Fetching upstream changes from https://github.com/DenizenScript/Denizen.git > git --version # timeout=10 > git --version # 'git version 2.43.5' > git fetch --tags --force --progress -- https://github.com/DenizenScript/Denizen.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/dev^{commit} # timeout=10 No JDK named ‘OpenJDK 17’ found Checking out Revision fccada9a84439144c41905a9fd28ad2b9382f8de (origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f fccada9a84439144c41905a9fd28ad2b9382f8de # timeout=10 Commit message: "Fix `PacketHelper#resetEquipment` on 1.20.6+ (#2633)" > git rev-list --no-walk ce9cc7b71bf538f4695b57cc6a37f65d4e169adc # timeout=10 > git tag -a -f -m Jenkins Build #7053 jenkins-Denizen_Developmental-7053 # timeout=10 No JDK named ‘OpenJDK 17’ found false No JDK named ‘OpenJDK 17’ found Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 34581 [workspace] $ java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/boot/plexus-classworlds-2.6.0.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/conf/logging jenkins.maven3.agent.Maven35Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0 /var/cache/jenkins/war/WEB-INF/lib/remoting-3256.v88a_f6e922152.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 34581 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml clean package install -DBUILD_CLASS=DEV -DBUILD_NUMBER=7053 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.3.1-SNAPSHOT [WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 60, column 22 [WARNING] 'dependencies.dependency.systemPath' for net.milkbowl.vault:Vault:jar should not point at files within the project directory, ${project.basedir}/lib/Vault.jar will be unresolvable by dependent projects @ line 68, column 25 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Denizen [jar] [INFO] denizen-paper [jar] [INFO] denizen-v1_21 [jar] [INFO] denizen-v1_20 [jar] [INFO] denizen-v1_19 [jar] [INFO] denizen-v1_18 [jar] [INFO] denizen-v1_17 [jar] [INFO] denizen-parent [pom] [INFO] denizen-dist [jar] [INFO] [INFO] ---------------------< com.denizenscript:denizen >---------------------- [INFO] Building Denizen 1.3.1-SNAPSHOT [1/9] [INFO] from plugin/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ denizen --- [INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ denizen --- [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ denizen --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 777 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/classes [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/entity/AreaEffectCloudHelper.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/entity/AreaEffectCloudHelper.java: Recompile with -Xlint:removal for details. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Some input files use unchecked or unsafe operations. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Recompile with -Xlint:unchecked for details. [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[31,63] incompatible types: org.bukkit.entity.Frog.Variant[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[40,73] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[41,44] no suitable method found for asEnum(java.lang.Class) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable (cannot infer type-variable(s) T (actual and formal argument lists differ in length)) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable (inference variable T has incompatible bounds equality constraints: org.bukkit.entity.Frog.Variant upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java:[91,20] no suitable constructor found for ElementTag(org.bukkit.entity.Villager.Profession) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.Enum) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.lang.Enum) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.String) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.lang.String) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(boolean) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to boolean) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(int) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to int) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(byte) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to byte) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(short) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to short) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(long) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to long) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.math.BigDecimal) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.math.BigDecimal) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(double) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to double) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(float) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to float) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java:[112,89] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/events/entity/VillagerChangesProfessionScriptEvent.java:[59,85] incompatible types: org.bukkit.entity.Villager.Profession[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[154,45] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[155,39] no suitable method found for asEnum(java.lang.Class) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable (cannot infer type-variable(s) T (actual and formal argument lists differ in length)) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable (inference variable T has incompatible bounds equality constraints: org.bukkit.entity.Cat.Type upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[190,84] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[191,53] no suitable method found for asEnum(java.lang.Class) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable (cannot infer type-variable(s) T (actual and formal argument lists differ in length)) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable (inference variable T has incompatible bounds equality constraints: org.bukkit.entity.Villager.Type upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[193,91] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[194,59] no suitable method found for asEnum(java.lang.Class) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable (cannot infer type-variable(s) T (actual and formal argument lists differ in length)) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable (inference variable T has incompatible bounds equality constraints: org.bukkit.entity.Villager.Type upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[299,52] incompatible types: org.bukkit.entity.Cat.Type[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[301,79] incompatible types: org.bukkit.entity.Villager.Type[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java:[915,63] incompatible types: java.lang.Class cannot be converted to java.lang.Class> [INFO] 15 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for denizen-parent 1.3.1-SNAPSHOT: [INFO] [INFO] Denizen ............................................ FAILURE [ 22.021 s] [INFO] denizen-paper ...................................... SKIPPED [INFO] denizen-v1_21 ...................................... SKIPPED [INFO] denizen-v1_20 ...................................... SKIPPED [INFO] denizen-v1_19 ...................................... SKIPPED [INFO] denizen-v1_18 ...................................... SKIPPED [INFO] denizen-v1_17 ...................................... SKIPPED [INFO] denizen-parent ..................................... SKIPPED [INFO] denizen-dist ....................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.755 s [INFO] Finished at: 2024-07-06T13:50:41Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project denizen: Compilation failure: Compilation failure: [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[31,63] incompatible types: org.bukkit.entity.Frog.Variant[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[40,73] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[41,44] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.entity.Frog.Variant [ERROR] upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java:[91,20] no suitable constructor found for ElementTag(org.bukkit.entity.Villager.Profession) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.Enum) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.lang.Enum) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.String) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.lang.String) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(boolean) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to boolean) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(int) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to int) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(byte) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to byte) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(short) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to short) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(long) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to long) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.math.BigDecimal) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.math.BigDecimal) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(double) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to double) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(float) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to float) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java:[112,89] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/events/entity/VillagerChangesProfessionScriptEvent.java:[59,85] incompatible types: org.bukkit.entity.Villager.Profession[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[154,45] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[155,39] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.entity.Cat.Type [ERROR] upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[190,84] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[191,53] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.entity.Villager.Type [ERROR] upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[193,91] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[194,59] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.entity.Villager.Type [ERROR] upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[299,52] incompatible types: org.bukkit.entity.Cat.Type[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[301,79] incompatible types: org.bukkit.entity.Villager.Type[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java:[915,63] incompatible types: java.lang.Class cannot be converted to java.lang.Class> [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 [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/pom.xml to com.denizenscript/denizen-v1_18/1.3.1-SNAPSHOT/denizen-v1_18-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/pom.xml to com.denizenscript/denizen-v1_19/1.3.1-SNAPSHOT/denizen-v1_19-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to com.denizenscript/denizen-paper/1.3.1-SNAPSHOT/denizen-paper-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_20/pom.xml to com.denizenscript/denizen-v1_20/1.3.1-SNAPSHOT/denizen-v1_20-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/pom.xml to com.denizenscript/denizen-v1_21/1.3.1-SNAPSHOT/denizen-v1_21-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml to com.denizenscript/denizen-parent/1.3.1-SNAPSHOT/denizen-parent-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/pom.xml to com.denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/pom.xml to com.denizenscript/denizen-v1_17/1.3.1-SNAPSHOT/denizen-v1_17-1.3.1-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/pom.xml to com.denizenscript/denizen-dist/1.3.1-SNAPSHOT/denizen-dist-1.3.1-SNAPSHOT.pom No JDK named ‘OpenJDK 17’ found [workspace] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/bin/mvn deploy --projects plugin channel stopped [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.3.1-SNAPSHOT [WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 60, column 22 [WARNING] 'dependencies.dependency.systemPath' for net.milkbowl.vault:Vault:jar should not point at files within the project directory, ${project.basedir}/lib/Vault.jar will be unresolvable by dependent projects @ line 68, column 25 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ---------------------< com.denizenscript:denizen >---------------------- [INFO] Building Denizen 1.3.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ denizen --- [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ denizen --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 777 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/classes [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/entity/AreaEffectCloudHelper.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/entity/AreaEffectCloudHelper.java: Recompile with -Xlint:removal for details. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Some input files use unchecked or unsafe operations. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/TraitCommand.java: Recompile with -Xlint:unchecked for details. [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[31,63] incompatible types: org.bukkit.entity.Frog.Variant[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[40,73] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[41,44] no suitable method found for asEnum(java.lang.Class) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable (cannot infer type-variable(s) T (actual and formal argument lists differ in length)) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable (inference variable T has incompatible bounds equality constraints: org.bukkit.entity.Frog.Variant upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java:[91,20] no suitable constructor found for ElementTag(org.bukkit.entity.Villager.Profession) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.Enum) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.lang.Enum) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.String) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.lang.String) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(boolean) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to boolean) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(int) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to int) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(byte) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to byte) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(short) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to short) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(long) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to long) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.math.BigDecimal) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.math.BigDecimal) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(double) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to double) constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(float) is not applicable (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to float) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java:[112,89] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/events/entity/VillagerChangesProfessionScriptEvent.java:[59,85] incompatible types: org.bukkit.entity.Villager.Profession[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[154,45] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[155,39] no suitable method found for asEnum(java.lang.Class) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable (cannot infer type-variable(s) T (actual and formal argument lists differ in length)) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable (inference variable T has incompatible bounds equality constraints: org.bukkit.entity.Cat.Type upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[190,84] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[191,53] no suitable method found for asEnum(java.lang.Class) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable (cannot infer type-variable(s) T (actual and formal argument lists differ in length)) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable (inference variable T has incompatible bounds equality constraints: org.bukkit.entity.Villager.Type upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[193,91] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[194,59] no suitable method found for asEnum(java.lang.Class) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable (cannot infer type-variable(s) T (actual and formal argument lists differ in length)) method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable (inference variable T has incompatible bounds equality constraints: org.bukkit.entity.Villager.Type upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[299,52] incompatible types: org.bukkit.entity.Cat.Type[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[301,79] incompatible types: org.bukkit.entity.Villager.Type[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java:[915,63] incompatible types: java.lang.Class cannot be converted to java.lang.Class> [INFO] 15 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.730 s [INFO] Finished at: 2024-07-06T13:51:03Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project denizen: Compilation failure: Compilation failure: [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[31,63] incompatible types: org.bukkit.entity.Frog.Variant[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[40,73] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/MultiVersionHelper1_19.java:[41,44] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.entity.Frog.Variant [ERROR] upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java:[91,20] no suitable constructor found for ElementTag(org.bukkit.entity.Villager.Profession) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.Enum) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.lang.Enum) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.lang.String) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.lang.String) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(boolean) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to boolean) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(int) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to int) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(byte) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to byte) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(short) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to short) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(long) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to long) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(java.math.BigDecimal) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to java.math.BigDecimal) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(double) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to double) [ERROR] constructor com.denizenscript.denizencore.objects.core.ElementTag.ElementTag(float) is not applicable [ERROR] (argument mismatch; org.bukkit.entity.Villager.Profession cannot be converted to float) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityProfession.java:[112,89] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/events/entity/VillagerChangesProfessionScriptEvent.java:[59,85] incompatible types: org.bukkit.entity.Villager.Profession[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[154,45] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[155,39] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.entity.Cat.Type [ERROR] upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[190,84] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[191,53] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.entity.Villager.Type [ERROR] upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[193,91] incompatible types: java.lang.Class cannot be converted to java.lang.Class [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[194,59] no suitable method found for asEnum(java.lang.Class) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class,java.lang.String) is not applicable [ERROR] (cannot infer type-variable(s) T [ERROR] (actual and formal argument lists differ in length)) [ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.asEnum(java.lang.Class) is not applicable [ERROR] (inference variable T has incompatible bounds [ERROR] equality constraints: org.bukkit.entity.Villager.Type [ERROR] upper bounds: java.lang.Enum) [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[299,52] incompatible types: org.bukkit.entity.Cat.Type[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityColor.java:[301,79] incompatible types: org.bukkit.entity.Villager.Type[] cannot be converted to java.lang.Enum[] [ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java:[915,63] incompatible types: java.lang.Class cannot be converted to java.lang.Class> [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 Build step 'Invoke top-level Maven targets' marked build as failure No JDK named ‘OpenJDK 17’ found Archiving artifacts No JDK named ‘OpenJDK 17’ found No JDK named ‘OpenJDK 17’ found No JDK named ‘OpenJDK 17’ found No JDK named ‘OpenJDK 17’ found No JDK named ‘OpenJDK 17’ found [Set GitHub commit status (universal)] ERROR on repos [GHRepository@3014a2a6[archived=false,commits={},compareUsePaginatedCommits=false,description=NPC and general Spigot scripting, using the Denizen Scripting Language!,disabled=false,fork=false,homepage=https://denizenscript.com/,isTemplate=false,language=Java,milestones={},name=Denizen,nodeId=MDEwOlJlcG9zaXRvcnkzNjE1MjM4,parent=,size=47989,source=,visibility=public,createdAt=2012-03-04T01:33:07Z,id=3615238,nodeId=,updatedAt=2024-07-06T13:50:03Z,url=https://api.github.com/repos/DenizenScript/Denizen]] (sha:fccada9) with context:ci/jenkins/build-status Setting commit status on GitHub for https://github.com/DenizenScript/Denizen/commit/fccada9a84439144c41905a9fd28ad2b9382f8de No JDK named ‘OpenJDK 17’ found Sending notification to Discord. Finished: FAILURE