Skip to content
Not built

Console Output

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for citizens-parent 2.0.34-SNAPSHOT:
[INFO] 
[INFO] citizens-parent .................................... SUCCESS [  2.625 s]
[INFO] citizens-main ...................................... FAILURE [ 16.022 s]
[INFO] citizens-v1_8_R3 ................................... SKIPPED
[INFO] citizens-v1_16_R3 .................................. SKIPPED
[INFO] citizens-v1_18_R2 .................................. SKIPPED
[INFO] citizens-v1_19_R3 .................................. SKIPPED
[INFO] citizens-v1_20_R4 .................................. SKIPPED
[INFO] citizens ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20.842 s
[INFO] Finished at: 2024-05-05T18:13:49Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project citizens-main: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[68,60] cannot find symbol
[ERROR] symbol:   class OptionalEnumCompletions
[ERROR] location: interface net.citizensnpcs.api.command.Arg.CompletionsProvider
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[3597,62] cannot find symbol
[ERROR] symbol:   class OptionalEnumCompletions
[ERROR] location: class net.citizensnpcs.commands.NPCCommands
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[3604,61] cannot find symbol
[ERROR] symbol:   class OptionalEnumCompletions
[ERROR] location: class net.citizensnpcs.commands.NPCCommands
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[413,79] incompatible types: java.lang.Class<net.citizensnpcs.commands.NPCCommands.OptionalAttributeCompletions> cannot be converted to java.lang.Class<? extends net.citizensnpcs.api.command.Arg.CompletionsProvider>
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[434,84] incompatible types: java.lang.Class<net.citizensnpcs.commands.NPCCommands.OptionalBoatTypeCompletions> cannot be converted to java.lang.Class<? extends net.citizensnpcs.api.command.Arg.CompletionsProvider>
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[3598,9] method does not override or implement a method from a supertype
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[3605,9] method does not override or implement a method from a supertype
[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 :citizens-main
Started
Running as SYSTEM
Build failed before it gets to this module
Finished: NOT_BUILT