Skip to content
Failed

Console Output

Established TCP socket on 42577
<===[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=7016
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.3.0-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 52, 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 60, 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_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.0-SNAPSHOT                                    [1/8]
[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 773 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/events/player/PlayerItemTakesDamageScriptEvent.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/events/player/PlayerItemTakesDamageScriptEvent.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] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java:[696,37] cannot find symbol
  symbol:   method getNameEntity()
  location: variable hologram of type net.citizensnpcs.trait.HologramTrait
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java:[715,49] cannot find symbol
  symbol:   method getHologramEntities()
  location: variable hologram of type net.citizensnpcs.trait.HologramTrait
[INFO] 2 errors 
[INFO] -------------------------------------------------------------