Skip to content
Failed

Console Output

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] ------------------------------------------------------------------------
[INFO] Building citizens-main 2.0.25-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-main ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources to .
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ citizens-main ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 119 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/editor/EndermanEquipper.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/editor/EndermanEquipper.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[819,17] cannot find symbol
  symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
  location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[827,17] cannot find symbol
  symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
  location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[834,17] cannot find symbol
  symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
  location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[848,17] cannot find symbol
  symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
  location: variable args of type net.citizensnpcs.api.command.CommandContext
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[834,17] cannot find symbol
[ERROR] symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
[ERROR] location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[848,17] cannot find symbol
[ERROR] symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
[ERROR] location: variable args of type net.citizensnpcs.api.command.CommandContext
[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