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  1 second
[INFO] 
[INFO] ---------------------< com.denizenscript:denizen >----------------------
[INFO] Building Denizen 1.2.0-SNAPSHOT                                    [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from everything: https://repo.citizensnpcs.co/net/citizensnpcs/citizens-main/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from everything: https://repo.citizensnpcs.co/net/citizensnpcs/citizens-main/2.0.27-SNAPSHOT/maven-metadata.xml (631 B at 804 B/s)
[INFO] Downloading from everything: https://repo.citizensnpcs.co/net/citizensnpcs/citizens-parent/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/net/citizensnpcs/citizens-parent/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from jitpack.io: https://jitpack.io/net/citizensnpcs/citizens-parent/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sk89q-repo: https://maven.enginehub.org/repo/net/citizensnpcs/citizens-parent/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from everything: https://repo.citizensnpcs.co/net/citizensnpcs/citizens-parent/2.0.27-SNAPSHOT/maven-metadata.xml (456 B at 4.4 kB/s)
[INFO] Downloading from sk89q-repo: https://maven.enginehub.org/repo/net/citizensnpcs/citizensapi/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from spigot-repo: https://hub.spigotmc.org/nexus/content/repositories/snapshots/net/citizensnpcs/citizensapi/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from jitpack.io: https://jitpack.io/net/citizensnpcs/citizensapi/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from everything: https://repo.citizensnpcs.co/net/citizensnpcs/citizensapi/2.0.27-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from everything: https://repo.citizensnpcs.co/net/citizensnpcs/citizensapi/2.0.27-SNAPSHOT/maven-metadata.xml (852 B at 9.5 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/plugin/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 674 source files to /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/CommandScriptHelper.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/CommandScriptHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/ItemScriptContainer.java:[252,52] incompatible types: com.denizenscript.denizencore.objects.core.ElementTag cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java:[843,42] incompatible types: com.denizenscript.denizencore.objects.core.ElementTag cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java:[2579,34] constructor Mechanism in class com.denizenscript.denizencore.objects.Mechanism cannot be applied to given types;
  required: java.lang.String,com.denizenscript.denizencore.objects.ObjectTag,com.denizenscript.denizencore.tags.TagContext
  found:    com.denizenscript.denizencore.objects.core.ElementTag,com.denizenscript.denizencore.objects.ObjectTag
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/InventoryTag.java:[382,49] incompatible types: com.denizenscript.denizencore.objects.core.ElementTag cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/blocks/CuboidBlockSet.java:[174,53] incompatible types: com.denizenscript.denizencore.objects.core.ElementTag cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/containers/core/EntityScriptContainer.java:[88,53] incompatible types: com.denizenscript.denizencore.objects.core.ElementTag cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/DropCommand.java:[206,40] constructor Mechanism in class com.denizenscript.denizencore.objects.Mechanism cannot be applied to given types;
  required: java.lang.String,com.denizenscript.denizencore.objects.ObjectTag,com.denizenscript.denizencore.tags.TagContext
  found:    com.denizenscript.denizencore.objects.core.ElementTag,com.denizenscript.denizencore.objects.ObjectTag
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/AdjustBlockCommand.java:[119,49] incompatible types: com.denizenscript.denizencore.objects.core.ElementTag cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/entity/SpawnEntityHelper.java:[29,53] incompatible types: com.denizenscript.denizencore.objects.core.ElementTag cannot be converted to java.lang.String
[ERROR] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/InventoryCommand.java:[423,55] incompatible types: com.denizenscript.denizencore.objects.core.ElementTag cannot be converted to java.lang.String
[INFO] 10 errors 
[INFO] -------------------------------------------------------------