Skip to content
Not built

Console Output

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for denizen-parent 1.2.7-SNAPSHOT:
[INFO] 
[INFO] denizen-parent ..................................... SUCCESS [  0.702 s]
[INFO] Denizen ............................................ FAILURE [  9.874 s]
[INFO] denizen-paper ...................................... SKIPPED
[INFO] denizen-v1_19 ...................................... SKIPPED
[INFO] denizen-v1_18 ...................................... SKIPPED
[INFO] denizen-v1_17 ...................................... SKIPPED
[INFO] denizen-dist ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.317 s
[INFO] Finished at: 2023-04-22T18:38:32Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[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/npc/speech/DenizenChat.java:[13,38] cannot find symbol
[ERROR] symbol:   class VocalChord
[ERROR] location: package net.citizensnpcs.api.ai.speech
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenChat.java:[14,38] package net.citizensnpcs.npc.ai.speech does not exist
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenChat.java:[22,37] cannot find symbol
[ERROR] symbol: class VocalChord
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/TraitRegistry.java:[30,20] cannot find symbol
[ERROR] symbol:   method getSpeechFactory()
[ERROR] location: class net.citizensnpcs.api.CitizensAPI
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityDisplayEntityData.java:[187,114] cannot find symbol
[ERROR] symbol:   class TextAligment
[ERROR] location: interface org.bukkit.entity.TextDisplay
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenChat.java:[26,5] method does not override or implement a method from a supertype
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenChat.java:[31,5] method does not override or implement a method from a supertype
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenChat.java:[70,23] method talkTo in interface net.citizensnpcs.api.ai.speech.Talkable cannot be applied to given types;
[ERROR] required: net.citizensnpcs.api.ai.speech.SpeechContext,java.lang.String
[ERROR] found:    com.denizenscript.denizen.npc.speech.DenizenSpeechContext,java.lang.String,com.denizenscript.denizen.npc.speech.DenizenChat
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenChat.java:[92,23] method talkTo in interface net.citizensnpcs.api.ai.speech.Talkable cannot be applied to given types;
[ERROR] required: net.citizensnpcs.api.ai.speech.SpeechContext,java.lang.String
[ERROR] found:    com.denizenscript.denizen.npc.speech.DenizenSpeechContext,java.lang.String,com.denizenscript.denizen.npc.speech.DenizenChat
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenChat.java:[158,21] cannot find symbol
[ERROR] symbol:   class TalkableEntity
[ERROR] location: class com.denizenscript.denizen.npc.speech.DenizenChat
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenSpeechController.java:[28,36] constructor NPCSpeechEvent in class net.citizensnpcs.api.ai.speech.event.NPCSpeechEvent cannot be applied to given types;
[ERROR] required: net.citizensnpcs.api.ai.speech.SpeechContext
[ERROR] found:    com.denizenscript.denizen.npc.speech.DenizenSpeechContext,java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenSpeechController.java:[34,20] cannot find symbol
[ERROR] symbol:   method getSpeechFactory()
[ERROR] location: class net.citizensnpcs.api.CitizensAPI
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenSpeechController.java:[47,5] method does not override or implement a method from a supertype
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenSpeechController.java:[51,36] constructor NPCSpeechEvent in class net.citizensnpcs.api.ai.speech.event.NPCSpeechEvent cannot be applied to given types;
[ERROR] required: net.citizensnpcs.api.ai.speech.SpeechContext
[ERROR] found:    net.citizensnpcs.api.ai.speech.SpeechContext,java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenSpeechController.java:[56,35] cannot find symbol
[ERROR] symbol:   method getVocalChordName()
[ERROR] location: variable event of type net.citizensnpcs.api.ai.speech.event.NPCSpeechEvent
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/npc/speech/DenizenSpeechController.java:[58,20] cannot find symbol
[ERROR] symbol:   method getSpeechFactory()
[ERROR] location: class net.citizensnpcs.api.CitizensAPI
[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 <goals> -rf :denizen
Started
Running as SYSTEM
Build failed before it gets to this module
Finished: NOT_BUILT