Skip to content
Not built

Console Output

[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<org.bukkit.entity.Frog.Variant> cannot be converted to java.lang.Class<? extends java.lang.Enum>
[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<org.bukkit.entity.Frog.Variant>)
[ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.<T>asEnum(java.lang.Class<T>,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.<T>asEnum(java.lang.Class<T>) 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<org.bukkit.entity.Villager.Profession> cannot be converted to java.lang.Class<? extends java.lang.Enum>
[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<org.bukkit.entity.Cat.Type> cannot be converted to java.lang.Class<? extends java.lang.Enum>
[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<org.bukkit.entity.Cat.Type>)
[ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.<T>asEnum(java.lang.Class<T>,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.<T>asEnum(java.lang.Class<T>) 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<org.bukkit.entity.Villager.Type> cannot be converted to java.lang.Class<? extends java.lang.Enum>
[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<org.bukkit.entity.Villager.Type>)
[ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.<T>asEnum(java.lang.Class<T>,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.<T>asEnum(java.lang.Class<T>) 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<org.bukkit.entity.Villager.Type> cannot be converted to java.lang.Class<? extends java.lang.Enum>
[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<org.bukkit.entity.Villager.Type>)
[ERROR] method com.denizenscript.denizencore.objects.core.ElementTag.<T>asEnum(java.lang.Class<T>,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.<T>asEnum(java.lang.Class<T>) 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<org.bukkit.map.MapCursor.Type> cannot be converted to java.lang.Class<? extends java.lang.Enum<?>>
[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
Started
Running as SYSTEM
Build failed before it gets to this module
Finished: NOT_BUILT