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
No JDK named ‘OpenJDK 17’ found
The recommended git tool is: NONE
No credentials specified
No JDK named ‘OpenJDK 17’ found
 > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/Denizen_Developmental/workspace/.git # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/DenizenScript/Denizen.git # timeout=10
Fetching upstream changes from https://github.com/DenizenScript/Denizen.git
 > /usr/bin/git --version # timeout=10
 > git --version # 'git version 2.43.5'
 > /usr/bin/git fetch --tags --force --progress -- https://github.com/DenizenScript/Denizen.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git rev-parse origin/dev^{commit} # timeout=10
No JDK named ‘OpenJDK 17’ found
Checking out Revision 4daacbfb2498f88a74b6985f97910b57983a4f5c (origin/dev)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 4daacbfb2498f88a74b6985f97910b57983a4f5c # timeout=10
Commit message: "ChunkTag: 'xz' and 'simple'"
 > /usr/bin/git rev-list --no-walk 76c9b872be0ccf3f717a420310f816c127fae63c # timeout=10
 > /usr/bin/git tag -a -f -m Jenkins Build #7069 jenkins-Denizen_Developmental-7069 # timeout=10
No JDK named ‘OpenJDK 17’ found
false
No JDK named ‘OpenJDK 17’ found
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 40889
[workspace] $ java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/boot/plexus-classworlds-2.6.0.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/conf/logging jenkins.maven3.agent.Maven35Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0 /var/cache/jenkins/war/WEB-INF/lib/remoting-3261.v9c670a_4748a_9.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 40889
<===[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=7069
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.3.1-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 60, 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 68, 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_21                                                      [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.1-SNAPSHOT                                    [1/9]
[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 777 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/objects/InventoryTag.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/objects/InventoryTag.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] --- resources:3.3.0:testResources (default-testResources) @ denizen ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M8:test (default-test) @ denizen ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- shade:3.4.1:shade (default) @ denizen ---
[INFO] Including com.denizenscript:denizencore:jar:1.91.0-SNAPSHOT in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.4 in the shaded jar.
[INFO] Including org.json:json:jar:20240303 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.3.1-SNAPSHOT
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, denizen-1.3.1-SNAPSHOT.jar, denizencore-1.91.0-SNAPSHOT.jar, json-20240303.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 https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 1401 -> 1333 (95%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT-shaded.jar
[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 777 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/objects/InventoryTag.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/objects/InventoryTag.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] --- resources:3.3.0:testResources (default-testResources) @ denizen ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M8: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] --- jar:3.3.0:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- shade:3.4.1:shade (default) @ denizen ---
[INFO] Including com.denizenscript:denizencore:jar:1.91.0-SNAPSHOT in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.4 in the shaded jar.
[INFO] Including org.json:json:jar:20240303 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.3.1-SNAPSHOT
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, denizen-1.3.1-SNAPSHOT.jar, denizencore-1.91.0-SNAPSHOT.jar, json-20240303.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 https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 1401 -> 1333 (95%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ denizen ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] ------------------< com.denizenscript:denizen-paper >-------------------
[INFO] Building denizen-paper 1.3.1-SNAPSHOT                              [2/9]
[INFO]   from paper/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ denizen-paper ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ denizen-paper ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ denizen-paper ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 71 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ denizen-paper ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ denizen-paper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M8:test (default-test) @ denizen-paper ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ denizen-paper ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ denizen-paper ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ denizen-paper ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 71 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/UnknownCommandScriptEvent.java: Recompile with -Xlint:removal for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ denizen-paper ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ denizen-paper ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M8:test (default-test) @ denizen-paper ---
[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] --- jar:3.3.0:jar (default-jar) @ denizen-paper ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ denizen-paper ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-paper/1.3.1-SNAPSHOT/denizen-paper-1.3.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.3.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-paper/1.3.1-SNAPSHOT/denizen-paper-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] ------------------< com.denizenscript:denizen-v1_21 >-------------------
[INFO] Building denizen-v1_21 1.3.1-SNAPSHOT                              [3/9]
[INFO]   from v1_21/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ denizen-v1_21 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/target
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ denizen-v1_21 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ denizen-v1_21 ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 50 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/src/main/java/com/denizenscript/denizen/nms/v1_21/impl/network/handlers/DenizenNetworkManagerImpl.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/src/main/java/com/denizenscript/denizen/nms/v1_21/impl/network/handlers/DenizenNetworkManagerImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/src/main/java/com/denizenscript/denizen/nms/v1_21/helpers/EntityHelperImpl.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/src/main/java/com/denizenscript/denizen/nms/v1_21/helpers/EntityHelperImpl.java: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/src/main/java/com/denizenscript/denizen/nms/v1_21/impl/entities/CraftFakePlayerImpl.java:[16,8] com.denizenscript.denizen.nms.v1_21.impl.entities.CraftFakePlayerImpl is not abstract and does not override abstract method startRiptideAttack(int,float,org.bukkit.inventory.ItemStack) in org.bukkit.entity.HumanEntity
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for denizen-parent 1.3.1-SNAPSHOT:
[INFO] 
[INFO] Denizen ............................................ SUCCESS [ 29.825 s]
[INFO] denizen-paper ...................................... SUCCESS [  2.642 s]
[INFO] denizen-v1_21 ...................................... FAILURE [  2.398 s]
[INFO] denizen-v1_20 ...................................... SKIPPED
[INFO] denizen-v1_19 ...................................... SKIPPED
[INFO] denizen-v1_18 ...................................... SKIPPED
[INFO] denizen-v1_17 ...................................... SKIPPED
[INFO] denizen-parent ..................................... SKIPPED
[INFO] denizen-dist ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  37.205 s
[INFO] Finished at: 2024-09-30T21:15:21Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project denizen-v1_21: Compilation failure
[ERROR] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/src/main/java/com/denizenscript/denizen/nms/v1_21/impl/entities/CraftFakePlayerImpl.java:[16,8] com.denizenscript.denizen.nms.v1_21.impl.entities.CraftFakePlayerImpl is not abstract and does not override abstract method startRiptideAttack(int,float,org.bukkit.inventory.ItemStack) in org.bukkit.entity.HumanEntity
[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_21
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/pom.xml to com.denizenscript/denizen-v1_18/1.3.1-SNAPSHOT/denizen-v1_18-1.3.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/pom.xml to com.denizenscript/denizen-v1_19/1.3.1-SNAPSHOT/denizen-v1_19-1.3.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to com.denizenscript/denizen-paper/1.3.1-SNAPSHOT/denizen-paper-1.3.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.3.1-SNAPSHOT.jar to com.denizenscript/denizen-paper/1.3.1-SNAPSHOT/denizen-paper-1.3.1-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_20/pom.xml to com.denizenscript/denizen-v1_20/1.3.1-SNAPSHOT/denizen-v1_20-1.3.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_21/pom.xml to com.denizenscript/denizen-v1_21/1.3.1-SNAPSHOT/denizen-v1_21-1.3.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml to com.denizenscript/denizen-parent/1.3.1-SNAPSHOT/denizen-parent-1.3.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml to com.denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar to com.denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/pom.xml to com.denizenscript/denizen-v1_17/1.3.1-SNAPSHOT/denizen-v1_17-1.3.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/pom.xml to com.denizenscript/denizen-dist/1.3.1-SNAPSHOT/denizen-dist-1.3.1-SNAPSHOT.pom
No JDK named ‘OpenJDK 17’ found
channel stopped
[workspace] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.0/bin/mvn deploy --projects plugin
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.3.1-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 60, 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 68, 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] ---------------------< com.denizenscript:denizen >----------------------
[INFO] Building Denizen 1.3.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[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] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ denizen ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M8:test (default-test) @ denizen ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- shade:3.4.1:shade (default) @ denizen ---
[INFO] Including com.denizenscript:denizencore:jar:1.91.0-SNAPSHOT in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.4 in the shaded jar.
[INFO] Including org.json:json:jar:20240303 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.3.1-SNAPSHOT
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, denizen-1.3.1-SNAPSHOT.jar, denizencore-1.91.0-SNAPSHOT.jar, json-20240303.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 https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 1401 -> 1333 (95%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ denizen ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.3.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- deploy:3.0.0:deploy (default-deploy) @ denizen ---
Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/maven-metadata.xml
Progress (1): 777 B
                   
[WARNING] Checksum validation failed, expected '0412e706288233049c52f61af42d9f4cb9f9521a' (REMOTE_EXTERNAL) but is actually '1079c6c0a93f62e28650a3b60a1950ab8c5e62b7' from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/maven-metadata.xml
Progress (1): 777 B
[WARNING] Could not validate integrity of download from https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/maven-metadata.xml
org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, expected '0412e706288233049c52f61af42d9f4cb9f9521a' (REMOTE_EXTERNAL) but is actually '1079c6c0a93f62e28650a3b60a1950ab8c5e62b7'
    at org.eclipse.aether.connector.basic.ChecksumValidator.validateExternalChecksums (ChecksumValidator.java:212)
    at org.eclipse.aether.connector.basic.ChecksumValidator.validate (ChecksumValidator.java:122)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:469)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:383)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 (RunnableErrorForwarder.java:73)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:635)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:239)
    at org.eclipse.aether.internal.impl.DefaultDeployer.upload (DefaultDeployer.java:405)
    at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:262)
    at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:219)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy (DefaultRepositorySystem.java:437)
    at org.apache.maven.plugins.deploy.AbstractDeployMojo.deploy (AbstractDeployMojo.java:156)
    at org.apache.maven.plugins.deploy.DeployMojo.execute (DeployMojo.java:194)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:260)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:172)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:100)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:821)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:270)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
    at java.lang.reflect.Method.invoke (Method.java:580)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
                   
[WARNING] Checksum validation failed, expected '0412e706288233049c52f61af42d9f4cb9f9521a' (REMOTE_EXTERNAL) but is actually '1079c6c0a93f62e28650a3b60a1950ab8c5e62b7' from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/maven-metadata.xml
Downloaded from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/maven-metadata.xml (777 B at 1.4 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-20240930.211523-20.pom
Progress (1): 4.9 kB
Progress (1): 4.9 kB
                    
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-20240930.211523-20.pom (4.9 kB at 20 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-20240930.211523-20.jar
Progress (1): 0/3.4 MB
Progress (1): 0.1/3.4 MB
Progress (1): 0.1/3.4 MB
Progress (1): 0.1/3.4 MB
Progress (1): 0.2/3.4 MB
Progress (1): 0.2/3.4 MB
Progress (1): 0.2/3.4 MB
Progress (1): 0.3/3.4 MB
Progress (1): 0.3/3.4 MB
Progress (1): 0.3/3.4 MB
Progress (1): 0.4/3.4 MB
Progress (1): 0.4/3.4 MB
Progress (1): 0.4/3.4 MB
Progress (1): 0.5/3.4 MB
Progress (1): 0.5/3.4 MB
Progress (1): 0.5/3.4 MB
Progress (1): 0.6/3.4 MB
Progress (1): 0.6/3.4 MB
Progress (1): 0.6/3.4 MB
Progress (1): 0.7/3.4 MB
Progress (1): 0.7/3.4 MB
Progress (1): 0.7/3.4 MB
Progress (1): 0.8/3.4 MB
Progress (1): 0.8/3.4 MB
Progress (1): 0.8/3.4 MB
Progress (1): 0.9/3.4 MB
Progress (1): 0.9/3.4 MB
Progress (1): 0.9/3.4 MB
Progress (1): 1.0/3.4 MB
Progress (1): 1.0/3.4 MB
Progress (1): 1.0/3.4 MB
Progress (1): 1.0/3.4 MB
Progress (1): 1.1/3.4 MB
Progress (1): 1.1/3.4 MB
Progress (1): 1.1/3.4 MB
Progress (1): 1.2/3.4 MB
Progress (1): 1.2/3.4 MB
Progress (1): 1.2/3.4 MB
Progress (1): 1.3/3.4 MB
Progress (1): 1.3/3.4 MB
Progress (1): 1.3/3.4 MB
Progress (1): 1.4/3.4 MB
Progress (1): 1.4/3.4 MB
Progress (1): 1.4/3.4 MB
Progress (1): 1.5/3.4 MB
Progress (1): 1.5/3.4 MB
Progress (1): 1.5/3.4 MB
Progress (1): 1.6/3.4 MB
Progress (1): 1.6/3.4 MB
Progress (1): 1.6/3.4 MB
Progress (1): 1.7/3.4 MB
Progress (1): 1.7/3.4 MB
Progress (1): 1.7/3.4 MB
Progress (1): 1.8/3.4 MB
Progress (1): 1.8/3.4 MB
Progress (1): 1.8/3.4 MB
Progress (1): 1.9/3.4 MB
Progress (1): 1.9/3.4 MB
Progress (1): 1.9/3.4 MB
Progress (1): 2.0/3.4 MB
Progress (1): 2.0/3.4 MB
Progress (1): 2.0/3.4 MB
Progress (1): 2.1/3.4 MB
Progress (1): 2.1/3.4 MB
Progress (1): 2.1/3.4 MB
Progress (1): 2.2/3.4 MB
Progress (1): 2.2/3.4 MB
Progress (1): 2.2/3.4 MB
Progress (1): 2.3/3.4 MB
Progress (1): 2.3/3.4 MB
Progress (1): 2.3/3.4 MB
Progress (1): 2.4/3.4 MB
Progress (1): 2.4/3.4 MB
Progress (1): 2.4/3.4 MB
Progress (1): 2.5/3.4 MB
Progress (1): 2.5/3.4 MB
Progress (1): 2.5/3.4 MB
Progress (1): 2.6/3.4 MB
Progress (1): 2.6/3.4 MB
Progress (1): 2.6/3.4 MB
Progress (1): 2.7/3.4 MB
Progress (1): 2.7/3.4 MB
Progress (1): 2.7/3.4 MB
Progress (1): 2.8/3.4 MB
Progress (1): 2.8/3.4 MB
Progress (1): 2.8/3.4 MB
Progress (1): 2.9/3.4 MB
Progress (1): 2.9/3.4 MB
Progress (1): 2.9/3.4 MB
Progress (1): 2.9/3.4 MB
Progress (1): 3.0/3.4 MB
Progress (1): 3.0/3.4 MB
Progress (1): 3.0/3.4 MB
Progress (1): 3.1/3.4 MB
Progress (1): 3.1/3.4 MB
Progress (1): 3.1/3.4 MB
Progress (1): 3.2/3.4 MB
Progress (1): 3.2/3.4 MB
Progress (1): 3.2/3.4 MB
Progress (1): 3.3/3.4 MB
Progress (1): 3.3/3.4 MB
Progress (1): 3.3/3.4 MB
Progress (1): 3.4/3.4 MB
Progress (1): 3.4 MB    
                    
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/denizen-1.3.1-20240930.211523-20.jar (3.4 MB at 8.1 MB/s)
Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml
Progress (1): 524 B
                   
[WARNING] Checksum validation failed, expected '8ae5464a73ab8029b513146e725208b74c67a246' (REMOTE_EXTERNAL) but is actually 'a8067a00c8dc56f33ad8d376db74f46b4f3277e8' from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml
Progress (1): 524 B
[WARNING] Could not validate integrity of download from https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml
org.eclipse.aether.transfer.ChecksumFailureException: Checksum validation failed, expected '8ae5464a73ab8029b513146e725208b74c67a246' (REMOTE_EXTERNAL) but is actually 'a8067a00c8dc56f33ad8d376db74f46b4f3277e8'
    at org.eclipse.aether.connector.basic.ChecksumValidator.validateExternalChecksums (ChecksumValidator.java:212)
    at org.eclipse.aether.connector.basic.ChecksumValidator.validate (ChecksumValidator.java:122)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask (BasicRepositoryConnector.java:469)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run (BasicRepositoryConnector.java:383)
    at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 (RunnableErrorForwarder.java:73)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute (BasicRepositoryConnector.java:635)
    at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get (BasicRepositoryConnector.java:239)
    at org.eclipse.aether.internal.impl.DefaultDeployer.upload (DefaultDeployer.java:405)
    at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:319)
    at org.eclipse.aether.internal.impl.DefaultDeployer.deploy (DefaultDeployer.java:219)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy (DefaultRepositorySystem.java:437)
    at org.apache.maven.plugins.deploy.AbstractDeployMojo.deploy (AbstractDeployMojo.java:156)
    at org.apache.maven.plugins.deploy.DeployMojo.execute (DeployMojo.java:194)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:260)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:172)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:100)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:821)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:270)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
    at java.lang.reflect.Method.invoke (Method.java:580)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
                   
[WARNING] Checksum validation failed, expected '8ae5464a73ab8029b513146e725208b74c67a246' (REMOTE_EXTERNAL) but is actually 'a8067a00c8dc56f33ad8d376db74f46b4f3277e8' from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml
Downloaded from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml (524 B at 7.4 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/maven-metadata.xml
Progress (1): 777 B
                   
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.3.1-SNAPSHOT/maven-metadata.xml (777 B at 12 kB/s)
Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml
Progress (1): 524 B
                   
Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml (524 B at 8.3 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.854 s
[INFO] Finished at: 2024-09-30T21:15:29Z
[INFO] ------------------------------------------------------------------------
No JDK named ‘OpenJDK 17’ found
Archiving artifacts
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
No JDK named ‘OpenJDK 17’ found
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@284d73a9[archived=false,commits={},compareUsePaginatedCommits=false,description=NPC and general Spigot scripting, using the Denizen Scripting Language!,disabled=false,fork=false,homepage=https://denizenscript.com/,isTemplate=false,language=Java,milestones={},name=Denizen,nodeId=MDEwOlJlcG9zaXRvcnkzNjE1MjM4,parent=<null>,size=48288,source=<null>,visibility=public,createdAt=2012-03-04T01:33:07Z,id=3615238,nodeId=<null>,updatedAt=2024-09-30T21:14:33Z,url=https://api.github.com/repos/DenizenScript/Denizen]] (sha:4daacbf) with context:ci/jenkins/build-status
Setting commit status on GitHub for https://github.com/DenizenScript/Denizen/commit/4daacbfb2498f88a74b6985f97910b57983a4f5c
No JDK named ‘OpenJDK 17’ found
Sending notification to Discord.
Finished: FAILURE