Skip to content
Failed

Console Output

Started by GitHub push by mcmonkey4eva
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Denizen_Developmental/workspace
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/Denizen_Developmental/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/DenizenScript/Denizen.git # timeout=10
Fetching upstream changes from https://github.com/DenizenScript/Denizen.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://github.com/DenizenScript/Denizen.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision 9fc2f16763a5a90214eec8c521eb282c2ddc49be (origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fc2f16763a5a90214eec8c521eb282c2ddc49be # timeout=10
Commit message: "reflection type validation"
 > git rev-list --no-walk 48b97a721baf8c11d2c25a71b847ea9a0e70b0f6 # timeout=10
 > git tag -a -f -m Jenkins Build #6153 jenkins-Denizen_Developmental-6153 # timeout=10
false
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 37536
[workspace] $ /usr/lib/jvm/java-17-openjdk-17.0.1.0.12-1.rolling.el7.x86_64//bin/java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/boot/plexus-classworlds-2.6.0.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/conf/logging jenkins.maven3.agent.Maven35Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3 /var/lib/jenkins/%C/jenkins/war/WEB-INF/lib/remoting-4.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 37536
<===[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=6153
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.2.4-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 43, 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 51, 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-parent                                                     [pom]
[INFO] Denizen                                                            [jar]
[INFO] denizen-v1_16                                                      [jar]
[INFO] denizen-v1_17                                                      [jar]
[INFO] denizen-v1_18                                                      [jar]
[INFO] denizen-paper                                                      [jar]
[INFO] denizen-dist                                                       [jar]
[INFO] 
[INFO] ------------------< com.denizenscript:denizen-parent >------------------
[INFO] Building denizen-parent 1.2.4-SNAPSHOT                             [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-parent ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-parent ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-parent/1.2.4-SNAPSHOT/denizen-parent-1.2.4-SNAPSHOT.pom
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] ---------------------< com.denizenscript:denizen >----------------------
[INFO] Building Denizen 1.2.4-SNAPSHOT                                    [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/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 719 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/objects/LocationTag.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/objects/LocationTag.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/debugging/Debug.java: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/debugging/Debug.java uses or overrides a deprecated API that is marked for removal.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/main/java/com/denizenscript/denizen/utilities/debugging/Debug.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] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.4-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (default) @ denizen ---
[INFO] Including com.denizenscript:denizencore:jar:1.90-SNAPSHOT in the shaded jar.
[INFO] Including redis.clients:jedis:jar:3.7.0 in the shaded jar.
[INFO] Including org.apache.commons:commons-pool2:jar:2.10.0 in the shaded jar.
[INFO] Including org.json:json:jar:20211205 in the shaded jar.
[INFO] No artifact matching filter com.denizenscript:denizen-v**
[INFO] No artifact matching filter com.denizenscript:denizen-nmshandler
[INFO] Minimizing jar com.denizenscript:denizen:jar:1.2.4-SNAPSHOT
[WARNING] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/classes (Is a directory)
[WARNING] commons-pool2-2.10.0.jar, denizen-1.2.4-SNAPSHOT.jar, denizencore-1.90-SNAPSHOT.jar, jedis-3.7.0.jar, json-20211205.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 2102 -> 1516 (72%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.4-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.4-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[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] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.4-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.4:shade (default) @ denizen ---
[INFO] Including com.denizenscript:denizencore:jar:1.90-SNAPSHOT in the shaded jar.
[INFO] Including redis.clients:jedis:jar:3.7.0 in the shaded jar.
[INFO] Including org.apache.commons:commons-pool2:jar:2.10.0 in the shaded jar.
[INFO] Including org.json:json:jar:20211205 in the shaded jar.
[INFO] No artifact matching filter com.denizenscript:denizen-v**
[INFO] No artifact matching filter com.denizenscript:denizen-nmshandler
[INFO] Minimizing jar com.denizenscript:denizen:jar:1.2.4-SNAPSHOT
[WARNING] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/classes (Is a directory)
[WARNING] commons-pool2-2.10.0.jar, denizen-1.2.4-SNAPSHOT.jar, denizencore-1.90-SNAPSHOT.jar, jedis-3.7.0.jar, json-20211205.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 2102 -> 1516 (72%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.4-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.4-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.4-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.2.4-SNAPSHOT/denizen-1.2.4-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.2.4-SNAPSHOT/denizen-1.2.4-SNAPSHOT.pom
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] ------------------< com.denizenscript:denizen-v1_16 >-------------------
[INFO] Building denizen-v1_16 1.2.4-SNAPSHOT                              [3/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-v1_16 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_16 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/java/com/denizenscript/denizen/nms/v1_16/impl/ParticleImpl.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/java/com/denizenscript/denizen/nms/v1_16/impl/ParticleImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/java/com/denizenscript/denizen/nms/v1_16/helpers/EntityHelperImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/java/com/denizenscript/denizen/nms/v1_16/helpers/EntityHelperImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_16 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_16 ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_16 ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/denizen-v1_16-1.2.4-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_16 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_16 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_16 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_16 ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_16 ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_16 ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/denizen-v1_16-1.2.4-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_16/1.2.4-SNAPSHOT/denizen-v1_16-1.2.4-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_16/1.2.4-SNAPSHOT/denizen-v1_16-1.2.4-SNAPSHOT.pom
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] ------------------< com.denizenscript:denizen-v1_17 >-------------------
[INFO] Building denizen-v1_17 1.2.4-SNAPSHOT                              [4/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-v1_17 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_17 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_17 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 44 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/ParticleImpl.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/ParticleImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/network/handlers/DenizenNetworkManagerImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/network/handlers/DenizenNetworkManagerImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/FishingHelperImpl.java:[109,99] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.lang.Integer>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/FishingHelperImpl.java:[110,102] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.lang.Integer>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/FishingHelperImpl.java:[111,102] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.lang.Integer>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/EntityHelperImpl.java:[76,104] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.util.Set>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/EntityHelperImpl.java:[78,79] method getFinalSetter in class com.denizenscript.denizencore.utilities.ReflectionHelper cannot be applied to given types;
  required: java.lang.Class<?>,java.lang.String
  found:    java.lang.Class<net.minecraft.world.entity.Entity>,java.lang.String,java.lang.Class<java.lang.Boolean>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/EntityHelperImpl.java:[810,127] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.lang.Integer>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PlayerHelperImpl.java:[60,101] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.lang.Integer>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PlayerHelperImpl.java:[62,105] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.lang.Integer>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PlayerHelperImpl.java:[63,113] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.lang.Integer>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PlayerHelperImpl.java:[64,84] method getFinalSetter in class com.denizenscript.denizencore.utilities.ReflectionHelper cannot be applied to given types;
  required: java.lang.Class<?>,java.lang.String
  found:    java.lang.Class<net.minecraft.server.level.ServerPlayer>,java.lang.String,java.lang.Class<java.lang.Boolean>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/network/handlers/FakeBlockHelper.java:[27,102] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<byte[]>
  reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/network/handlers/FakeBlockHelper.java:[28,111] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
  required: java.lang.Object
  found:    java.lang.String,java.lang.Class<java.util.List>
  reason: actual and formal argument lists differ in length
[INFO] 12 errors 
[INFO] -------------------------------------------------------------
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] Reactor Summary for denizen-parent 1.2.4-SNAPSHOT:
[INFO] 
[INFO] denizen-parent ..................................... SUCCESS [  0.731 s]
[INFO] Denizen ............................................ SUCCESS [ 24.581 s]
[INFO] denizen-v1_16 ...................................... SUCCESS [  2.103 s]
[INFO] denizen-v1_17 ...................................... FAILURE [  1.884 s]
[INFO] denizen-v1_18 ...................................... SKIPPED
[INFO] denizen-paper ...................................... SKIPPED
[INFO] denizen-dist ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.765 s
[INFO] Finished at: 2022-03-15T02:53:54Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project denizen-v1_17: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/FishingHelperImpl.java:[109,99] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<java.lang.Integer>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/FishingHelperImpl.java:[110,102] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/pom.xml to com.denizenscript/denizen-v1_18/1.2.4-SNAPSHOT/denizen-v1_18-1.2.4-SNAPSHOT.pom
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<java.lang.Integer>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/FishingHelperImpl.java:[111,102] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<java.lang.Integer>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/EntityHelperImpl.java:[76,104] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[ERROR] required: java.lang.Object
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to com.denizenscript/denizen-paper/1.2.4-SNAPSHOT/denizen-paper-1.2.4-SNAPSHOT.pom
[ERROR] found:    java.lang.String,java.lang.Class<java.util.Set>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/EntityHelperImpl.java:[78,79] method getFinalSetter in class com.denizenscript.denizencore.utilities.ReflectionHelper cannot be applied to given types;
[ERROR] required: java.lang.Class<?>,java.lang.String
[ERROR] found:    java.lang.Class<net.minecraft.world.entity.Entity>,java.lang.String,java.lang.Class<java.lang.Boolean>
[ERROR] reason: actual and formal argument lists differ in length
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml to com.denizenscript/denizen-parent/1.2.4-SNAPSHOT/denizen-parent-1.2.4-SNAPSHOT.pom
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/EntityHelperImpl.java:[810,127] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<java.lang.Integer>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PlayerHelperImpl.java:[60,101] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml to com.denizenscript/denizen/1.2.4-SNAPSHOT/denizen-1.2.4-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.4-SNAPSHOT.jar to com.denizenscript/denizen/1.2.4-SNAPSHOT/denizen-1.2.4-SNAPSHOT.jar
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<java.lang.Integer>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PlayerHelperImpl.java:[62,105] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<java.lang.Integer>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PlayerHelperImpl.java:[63,113] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<java.lang.Integer>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/helpers/PlayerHelperImpl.java:[64,84] method getFinalSetter in class com.denizenscript.denizencore.utilities.ReflectionHelper cannot be applied to given types;
[ERROR] required: java.lang.Class<?>,java.lang.String
[ERROR] found:    java.lang.Class<net.minecraft.server.level.ServerPlayer>,java.lang.String,java.lang.Class<java.lang.Boolean>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/network/handlers/FakeBlockHelper.java:[27,102] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<byte[]>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/src/main/java/com/denizenscript/denizen/nms/v1_17/impl/network/handlers/FakeBlockHelper.java:[28,111] method get in class com.denizenscript.denizencore.utilities.ReflectionHelper.CheckingFieldMap cannot be applied to given types;
[ERROR] required: java.lang.Object
[ERROR] found:    java.lang.String,java.lang.Class<java.util.List>
[ERROR] reason: actual and formal argument lists differ in length
[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-v1_17
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/pom.xml to com.denizenscript/denizen-v1_16/1.2.4-SNAPSHOT/denizen-v1_16-1.2.4-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/denizen-v1_16-1.2.4-SNAPSHOT.jar to com.denizenscript/denizen-v1_16/1.2.4-SNAPSHOT/denizen-v1_16-1.2.4-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/pom.xml to com.denizenscript/denizen-v1_17/1.2.4-SNAPSHOT/denizen-v1_17-1.2.4-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/pom.xml to com.denizenscript/denizen-dist/1.2.4-SNAPSHOT/denizen-dist-1.2.4-SNAPSHOT.pom
channel stopped
Archiving artifacts
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@15d88bce[nodeId=MDEwOlJlcG9zaXRvcnkzNjE1MjM4,description=NPC and general Spigot scripting, using the Denizen Scripting Language!,homepage=https://denizenscript.com/,name=Denizen,fork=false,archived=false,visibility=public,size=43597,milestones={},language=Java,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/DenizenScript/Denizen,id=3615238,nodeId=<null>,createdAt=2012-03-04T01:33:07Z,updatedAt=2022-03-08T04:35:06Z]] (sha:9fc2f16) with context:ci/jenkins/build-status
Setting commit status on GitHub for https://github.com/DenizenScript/Denizen/commit/9fc2f16763a5a90214eec8c521eb282c2ddc49be
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
Sending notification to Discord.
Finished: FAILURE