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 a3e6dbb765787b581454087f0e31985e88c2741f (origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f a3e6dbb765787b581454087f0e31985e88c2741f # timeout=10 Commit message: "handle non-spigot-generated text json better" > git rev-list --no-walk c082f588aba4fe4d3823e33cbe239fc5f677d2d6 # timeout=10 > git tag -a -f -m Jenkins Build #6465 jenkins-Denizen_Developmental-6465 # timeout=10 false Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 33016 [workspace] $ /usr/lib/jvm/java-17-openjdk//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-3046.v38db_38a_b_7a_86.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 33016 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml clean package install deploy -DBUILD_CLASS=DEV -DBUILD_NUMBER=6465 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.2.5-SNAPSHOT [WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 49, 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 57, 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-paper [jar] [INFO] denizen-v1_19 [jar] [INFO] denizen-v1_18 [jar] [INFO] denizen-v1_17 [jar] [INFO] denizen-v1_16 [jar] [INFO] denizen-dist [jar] [INFO] [INFO] ------------------< com.denizenscript:denizen-parent >------------------ [INFO] Building denizen-parent 1.2.5-SNAPSHOT [1/8] [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.5-SNAPSHOT/denizen-parent-1.2.5-SNAPSHOT.pom [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.5-SNAPSHOT/denizen-parent-1.2.5-SNAPSHOT.pom [INFO] [INFO] ---------------------< com.denizenscript:denizen >---------------------- [INFO] Building Denizen 1.2.5-SNAPSHOT [2/8] [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 726 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/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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ denizen --- [INFO] Including com.denizenscript:denizencore:jar:1.90.1-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:20220320 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.5-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.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar, jedis-3.7.0.jar, json-20220320.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 2161 -> 1575 (72%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.5-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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ denizen --- [INFO] Including com.denizenscript:denizencore:jar:1.90.1-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:20220320 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.5-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.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar, jedis-3.7.0.jar, json-20220320.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 2161 -> 1575 (72%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.5-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.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.2.5-SNAPSHOT/denizen-1.2.5-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.5-SNAPSHOT/denizen-1.2.5-SNAPSHOT.pom [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.5-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ denizen --- [INFO] Including com.denizenscript:denizencore:jar:1.90.1-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:20220320 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.5-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.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar, jedis-3.7.0.jar, json-20220320.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 2161 -> 1575 (72%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.5-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.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.2.5-SNAPSHOT/denizen-1.2.5-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.5-SNAPSHOT/denizen-1.2.5-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:3.0.0:deploy (default-deploy) @ denizen --- [INFO] Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/maven-metadata.xml [WARNING] Checksum validation failed, expected de78112b0901032ff47c322e0b2d054a34d7f314 but is 6b54b1be032116ff921bcf3d1585e3cdcb9fd0c3 from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/maven-metadata.xml [WARNING] Could not validate integrity of download from https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/maven-metadata.xml: Checksum validation failed, expected de78112b0901032ff47c322e0b2d054a34d7f314 but is 6b54b1be032116ff921bcf3d1585e3cdcb9fd0c3 [WARNING] Checksum validation failed, expected de78112b0901032ff47c322e0b2d054a34d7f314 but is 6b54b1be032116ff921bcf3d1585e3cdcb9fd0c3 from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/maven-metadata.xml (774 B at 1.5 kB/s) [INFO] Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/denizen-1.2.5-20220916.035939-6.pom [INFO] Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/denizen-1.2.5-20220916.035939-6.pom (4.1 kB at 15 kB/s) [INFO] Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/denizen-1.2.5-20220916.035939-6.jar [INFO] Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/denizen-1.2.5-20220916.035939-6.jar (3.7 MB at 2.7 MB/s) [INFO] Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml [WARNING] Checksum validation failed, expected b8135a6c70d47c0ea90fd0dd89693deb2ef8a77f but is 97837bd108c1fae453af3472a9a46644d3ad9ad7 from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml [WARNING] Could not validate integrity of download from https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml: Checksum validation failed, expected b8135a6c70d47c0ea90fd0dd89693deb2ef8a77f but is 97837bd108c1fae453af3472a9a46644d3ad9ad7 [WARNING] Checksum validation failed, expected b8135a6c70d47c0ea90fd0dd89693deb2ef8a77f but is 97837bd108c1fae453af3472a9a46644d3ad9ad7 from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml [INFO] Downloaded from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml (284 B at 2.2 kB/s) [INFO] Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.5-SNAPSHOT/maven-metadata.xml (774 B at 4.3 kB/s) [INFO] Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml [INFO] Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml (284 B at 1.6 kB/s) [INFO] [INFO] ------------------< com.denizenscript:denizen-paper >------------------- [INFO] Building denizen-paper 1.2.5-SNAPSHOT [3/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-paper --- [INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-paper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-paper --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 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/utilities/PaperAdvancedTextImpl.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/utilities/PaperAdvancedTextImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/ServerListPingScriptEventPaperImpl.java: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/java/com/denizenscript/denizen/paper/events/ServerListPingScriptEventPaperImpl.java uses or overrides 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/ServerListPingScriptEventPaperImpl.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-paper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-paper --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-paper --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-paper --- [INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.2.5-SNAPSHOT.jar [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-paper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-paper --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-paper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-paper --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4: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] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-paper --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-paper --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-paper/1.2.5-SNAPSHOT/denizen-paper-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-paper/1.2.5-SNAPSHOT/denizen-paper-1.2.5-SNAPSHOT.pom [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-paper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-paper --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-paper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-paper --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4: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] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-paper --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-paper --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-paper/1.2.5-SNAPSHOT/denizen-paper-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-paper/1.2.5-SNAPSHOT/denizen-paper-1.2.5-SNAPSHOT.pom [INFO] [INFO] ------------------< com.denizenscript:denizen-v1_19 >------------------- [INFO] Building denizen-v1_19 1.2.5-SNAPSHOT [4/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-v1_19 --- [INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_19 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_19 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/classes [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/helpers/AdvancementHelperImpl.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/helpers/AdvancementHelperImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/impl/entities/EntityItemProjectileImpl.java: Some input files use unchecked or unsafe operations. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/impl/entities/EntityItemProjectileImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_19 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_19 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_19 --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_19 --- [INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT.jar [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_19 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.19.2-R0.1-SNAPSHOT/spigot-1.19.2-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_19 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.19.2-R0.1-SNAPSHOT/spigot-1.19.2-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped.jar [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_19 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_19 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_19 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_19 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_19 --- [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_19 --- [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_19 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.19.2-R0.1-SNAPSHOT/spigot-1.19.2-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_19 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.19.2-R0.1-SNAPSHOT/spigot-1.19.2-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_19 --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_19 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_19 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_19 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_19 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_19 --- [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_19 --- [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_19 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.19.2-R0.1-SNAPSHOT/spigot-1.19.2-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_19 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.19.2-R0.1-SNAPSHOT/spigot-1.19.2-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_19 --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] [INFO] ------------------< com.denizenscript:denizen-v1_18 >------------------- [INFO] Building denizen-v1_18 1.2.5-SNAPSHOT [5/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-v1_18 --- [INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_18 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_18 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/classes [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/impl/network/handlers/AbstractListenerPlayInImpl.java: Some input files use or override a deprecated API. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/impl/network/handlers/AbstractListenerPlayInImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/impl/network/handlers/DenizenNetworkManagerImpl.java: Some input files use unchecked or unsafe operations. [INFO] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/impl/network/handlers/DenizenNetworkManagerImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_18 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_18 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_18 --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_18 --- [INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT.jar [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_18 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.18.2-R0.1-SNAPSHOT/spigot-1.18.2-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_18 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.18.2-R0.1-SNAPSHOT/spigot-1.18.2-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped.jar [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_18 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_18 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_18 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_18 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_18 --- [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_18 --- [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_18 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.18.2-R0.1-SNAPSHOT/spigot-1.18.2-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_18 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.18.2-R0.1-SNAPSHOT/spigot-1.18.2-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_18 --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-v1_18 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_18 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-v1_18 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_18 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_18 --- [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_18 --- [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_18 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.18.2-R0.1-SNAPSHOT/spigot-1.18.2-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_18 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.18.2-R0.1-SNAPSHOT/spigot-1.18.2-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_18 --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] [INFO] ------------------< com.denizenscript:denizen-v1_17 >------------------- [INFO] Building denizen-v1_17 1.2.5-SNAPSHOT [6/8] [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 43 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] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 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/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_17 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_17 --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ denizen-v1_17 --- [INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT.jar [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_17 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.17.1-R0.1-SNAPSHOT/spigot-1.17.1-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_17 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.17.1-R0.1-SNAPSHOT/spigot-1.17.1-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped.jar [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 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/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_17 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_17 --- [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_17 --- [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_17 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.17.1-R0.1-SNAPSHOT/spigot-1.17.1-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_17 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.17.1-R0.1-SNAPSHOT/spigot-1.17.1-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_17 --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar [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] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 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/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_17 --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-v1_17 --- [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_17 --- [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-obf) @ denizen-v1_17 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.17.1-R0.1-SNAPSHOT/spigot-1.17.1-R0.1-SNAPSHOT-remapped-mojang.jar [INFO] Attaching remapped artifact. [INFO] [INFO] --- specialsource-maven-plugin:1.2.3:remap (remap-spigot) @ denizen-v1_17 --- Adding inheritance /var/lib/jenkins/.m2/repository/org/spigotmc/spigot/1.17.1-R0.1-SNAPSHOT/spigot-1.17.1-R0.1-SNAPSHOT-remapped-obf.jar [INFO] Replacing original artifact with remapped artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-v1_17 --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT.pom [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar [INFO] [INFO] ------------------< com.denizenscript:denizen-v1_16 >------------------- [INFO] Building denizen-v1_16 1.2.5-SNAPSHOT [7/8] [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 41 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/BlockHelperImpl.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/BlockHelperImpl.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.5-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.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_16/1.2.5-SNAPSHOT/denizen-v1_16-1.2.5-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.5-SNAPSHOT/denizen-v1_16-1.2.5-SNAPSHOT.pom [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.5-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-v1_16/1.2.5-SNAPSHOT/denizen-v1_16-1.2.5-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.5-SNAPSHOT/denizen-v1_16-1.2.5-SNAPSHOT.pom [INFO] [INFO] -------------------< com.denizenscript:denizen-dist >------------------- [INFO] Building denizen-dist 1.2.5-SNAPSHOT [8/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen-dist --- [INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-dist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-dist --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-dist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-dist --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-dist --- [INFO] No tests to run. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ denizen-dist --- [INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ denizen-dist --- [INFO] Including com.denizenscript:denizencore:jar:1.90.1-SNAPSHOT in the shaded jar. [INFO] Including org.json:json:jar:20220320 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 com.denizenscript:denizen:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_16:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_17:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_18:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_19:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-paper:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] No artifact matching filter com.denizenscript:denizen-nmshandler [INFO] Minimizing jar com.denizenscript:denizen-dist:jar:1.2.5-SNAPSHOT [WARNING] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/classes (Is a directory) [WARNING] Denizen-1.2.5-b6465-DEV.jar, commons-pool2-2.10.0.jar, denizen-1.2.5-SNAPSHOT.jar, denizen-paper-1.2.5-SNAPSHOT.jar, denizen-v1_16-1.2.5-SNAPSHOT.jar, denizen-v1_17-1.2.5-SNAPSHOT.jar, denizen-v1_18-1.2.5-SNAPSHOT.jar, denizen-v1_19-1.2.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar, jedis-3.7.0.jar, json-20220320.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] denizen-1.2.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar define 373 overlapping classes and resources: [WARNING] - META-INF/maven/com.denizenscript/denizencore/pom.properties [WARNING] - META-INF/maven/com.denizenscript/denizencore/pom.xml [WARNING] - META-INF/maven/com.freneticllc.freneticutilities/freneticdatasyntax/pom.properties [WARNING] - META-INF/maven/com.freneticllc.freneticutilities/freneticdatasyntax/pom.xml [WARNING] - com.denizenscript.denizencore.DenizenCore [WARNING] - com.denizenscript.denizencore.DenizenImplementation [WARNING] - com.denizenscript.denizencore.events.OldEventManager [WARNING] - com.denizenscript.denizencore.events.OldEventManager$OldEventContextSource [WARNING] - com.denizenscript.denizencore.events.ScriptEvent [WARNING] - com.denizenscript.denizencore.events.ScriptEvent$AlwaysMatchHelper [WARNING] - 363 more... [WARNING] denizen-1.2.5-SNAPSHOT.jar, json-20220320.jar define 29 overlapping classes and resources: [WARNING] - META-INF/maven/org.json/json/pom.properties [WARNING] - META-INF/maven/org.json/json/pom.xml [WARNING] - org.json.CDL [WARNING] - org.json.Cookie [WARNING] - org.json.CookieList [WARNING] - org.json.HTTP [WARNING] - org.json.HTTPTokener [WARNING] - org.json.JSONArray [WARNING] - org.json.JSONException [WARNING] - org.json.JSONML [WARNING] - 19 more... [WARNING] denizen-1.2.5-SNAPSHOT.jar, jedis-3.7.0.jar define 192 overlapping classes and resources: [WARNING] - META-INF/maven/redis.clients/jedis/pom.properties [WARNING] - META-INF/maven/redis.clients/jedis/pom.xml [WARNING] - redis.clients.jedis.AccessControlLogEntry [WARNING] - redis.clients.jedis.AccessControlUser [WARNING] - redis.clients.jedis.BinaryClient [WARNING] - redis.clients.jedis.BinaryJedis [WARNING] - redis.clients.jedis.BinaryJedis$SetFromList [WARNING] - redis.clients.jedis.BinaryJedisPubSub [WARNING] - redis.clients.jedis.BitOP [WARNING] - redis.clients.jedis.BitPosParams [WARNING] - 182 more... [WARNING] commons-pool2-2.10.0.jar, denizen-1.2.5-SNAPSHOT.jar define 55 overlapping classes and resources: [WARNING] - META-INF/LICENSE.txt [WARNING] - META-INF/NOTICE.txt [WARNING] - META-INF/maven/org.apache.commons/commons-pool2/pom.properties [WARNING] - META-INF/maven/org.apache.commons/commons-pool2/pom.xml [WARNING] - org.apache.commons.pool2.BaseObject [WARNING] - org.apache.commons.pool2.DestroyMode [WARNING] - org.apache.commons.pool2.KeyedObjectPool [WARNING] - org.apache.commons.pool2.KeyedPooledObjectFactory [WARNING] - org.apache.commons.pool2.ObjectPool [WARNING] - org.apache.commons.pool2.PoolUtils [WARNING] - 45 more... [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 3086 -> 2500 (81%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/denizen-dist-1.2.5-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-dist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-dist --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-dist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-dist --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-dist --- [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:3.1.0:jar (default-jar) @ denizen-dist --- [INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ denizen-dist --- [INFO] Including com.denizenscript:denizencore:jar:1.90.1-SNAPSHOT in the shaded jar. [INFO] Including org.json:json:jar:20220320 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 com.denizenscript:denizen:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_16:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_17:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_18:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_19:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-paper:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] No artifact matching filter com.denizenscript:denizen-nmshandler [INFO] Minimizing jar com.denizenscript:denizen-dist:jar:1.2.5-SNAPSHOT [WARNING] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/classes (Is a directory) [WARNING] Denizen-1.2.5-b6465-DEV.jar, commons-pool2-2.10.0.jar, denizen-1.2.5-SNAPSHOT.jar, denizen-paper-1.2.5-SNAPSHOT.jar, denizen-v1_16-1.2.5-SNAPSHOT.jar, denizen-v1_17-1.2.5-SNAPSHOT.jar, denizen-v1_18-1.2.5-SNAPSHOT.jar, denizen-v1_19-1.2.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar, jedis-3.7.0.jar, json-20220320.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] denizen-1.2.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar define 373 overlapping classes and resources: [WARNING] - META-INF/maven/com.denizenscript/denizencore/pom.properties [WARNING] - META-INF/maven/com.denizenscript/denizencore/pom.xml [WARNING] - META-INF/maven/com.freneticllc.freneticutilities/freneticdatasyntax/pom.properties [WARNING] - META-INF/maven/com.freneticllc.freneticutilities/freneticdatasyntax/pom.xml [WARNING] - com.denizenscript.denizencore.DenizenCore [WARNING] - com.denizenscript.denizencore.DenizenImplementation [WARNING] - com.denizenscript.denizencore.events.OldEventManager [WARNING] - com.denizenscript.denizencore.events.OldEventManager$OldEventContextSource [WARNING] - com.denizenscript.denizencore.events.ScriptEvent [WARNING] - com.denizenscript.denizencore.events.ScriptEvent$AlwaysMatchHelper [WARNING] - 363 more... [WARNING] denizen-1.2.5-SNAPSHOT.jar, json-20220320.jar define 29 overlapping classes and resources: [WARNING] - META-INF/maven/org.json/json/pom.properties [WARNING] - META-INF/maven/org.json/json/pom.xml [WARNING] - org.json.CDL [WARNING] - org.json.Cookie [WARNING] - org.json.CookieList [WARNING] - org.json.HTTP [WARNING] - org.json.HTTPTokener [WARNING] - org.json.JSONArray [WARNING] - org.json.JSONException [WARNING] - org.json.JSONML [WARNING] - 19 more... [WARNING] denizen-1.2.5-SNAPSHOT.jar, jedis-3.7.0.jar define 192 overlapping classes and resources: [WARNING] - META-INF/maven/redis.clients/jedis/pom.properties [WARNING] - META-INF/maven/redis.clients/jedis/pom.xml [WARNING] - redis.clients.jedis.AccessControlLogEntry [WARNING] - redis.clients.jedis.AccessControlUser [WARNING] - redis.clients.jedis.BinaryClient [WARNING] - redis.clients.jedis.BinaryJedis [WARNING] - redis.clients.jedis.BinaryJedis$SetFromList [WARNING] - redis.clients.jedis.BinaryJedisPubSub [WARNING] - redis.clients.jedis.BitOP [WARNING] - redis.clients.jedis.BitPosParams [WARNING] - 182 more... [WARNING] commons-pool2-2.10.0.jar, denizen-1.2.5-SNAPSHOT.jar define 55 overlapping classes and resources: [WARNING] - META-INF/LICENSE.txt [WARNING] - META-INF/NOTICE.txt [WARNING] - META-INF/maven/org.apache.commons/commons-pool2/pom.properties [WARNING] - META-INF/maven/org.apache.commons/commons-pool2/pom.xml [WARNING] - org.apache.commons.pool2.BaseObject [WARNING] - org.apache.commons.pool2.DestroyMode [WARNING] - org.apache.commons.pool2.KeyedObjectPool [WARNING] - org.apache.commons.pool2.KeyedPooledObjectFactory [WARNING] - org.apache.commons.pool2.ObjectPool [WARNING] - org.apache.commons.pool2.PoolUtils [WARNING] - 45 more... [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 3086 -> 2500 (81%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/denizen-dist-1.2.5-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-dist --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-dist/1.2.5-SNAPSHOT/denizen-dist-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-dist/1.2.5-SNAPSHOT/denizen-dist-1.2.5-SNAPSHOT.pom [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen-dist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-dist --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ denizen-dist --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-dist --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ denizen-dist --- [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:3.1.0:jar (default-jar) @ denizen-dist --- [INFO] Building jar: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar [INFO] [INFO] --- maven-shade-plugin:3.2.4:shade (default) @ denizen-dist --- [INFO] Including com.denizenscript:denizencore:jar:1.90.1-SNAPSHOT in the shaded jar. [INFO] Including org.json:json:jar:20220320 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 com.denizenscript:denizen:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_16:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_17:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_18:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-v1_19:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] Including com.denizenscript:denizen-paper:jar:1.2.5-SNAPSHOT in the shaded jar. [INFO] No artifact matching filter com.denizenscript:denizen-nmshandler [INFO] Minimizing jar com.denizenscript:denizen-dist:jar:1.2.5-SNAPSHOT [WARNING] /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/classes (Is a directory) [WARNING] Denizen-1.2.5-b6465-DEV.jar, commons-pool2-2.10.0.jar, denizen-1.2.5-SNAPSHOT.jar, denizen-paper-1.2.5-SNAPSHOT.jar, denizen-v1_16-1.2.5-SNAPSHOT.jar, denizen-v1_17-1.2.5-SNAPSHOT.jar, denizen-v1_18-1.2.5-SNAPSHOT.jar, denizen-v1_19-1.2.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar, jedis-3.7.0.jar, json-20220320.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] denizen-1.2.5-SNAPSHOT.jar, denizencore-1.90.1-SNAPSHOT.jar define 373 overlapping classes and resources: [WARNING] - META-INF/maven/com.denizenscript/denizencore/pom.properties [WARNING] - META-INF/maven/com.denizenscript/denizencore/pom.xml [WARNING] - META-INF/maven/com.freneticllc.freneticutilities/freneticdatasyntax/pom.properties [WARNING] - META-INF/maven/com.freneticllc.freneticutilities/freneticdatasyntax/pom.xml [WARNING] - com.denizenscript.denizencore.DenizenCore [WARNING] - com.denizenscript.denizencore.DenizenImplementation [WARNING] - com.denizenscript.denizencore.events.OldEventManager [WARNING] - com.denizenscript.denizencore.events.OldEventManager$OldEventContextSource [WARNING] - com.denizenscript.denizencore.events.ScriptEvent [WARNING] - com.denizenscript.denizencore.events.ScriptEvent$AlwaysMatchHelper [WARNING] - 363 more... [WARNING] denizen-1.2.5-SNAPSHOT.jar, json-20220320.jar define 29 overlapping classes and resources: [WARNING] - META-INF/maven/org.json/json/pom.properties [WARNING] - META-INF/maven/org.json/json/pom.xml [WARNING] - org.json.CDL [WARNING] - org.json.Cookie [WARNING] - org.json.CookieList [WARNING] - org.json.HTTP [WARNING] - org.json.HTTPTokener [WARNING] - org.json.JSONArray [WARNING] - org.json.JSONException [WARNING] - org.json.JSONML [WARNING] - 19 more... [WARNING] denizen-1.2.5-SNAPSHOT.jar, jedis-3.7.0.jar define 192 overlapping classes and resources: [WARNING] - META-INF/maven/redis.clients/jedis/pom.properties [WARNING] - META-INF/maven/redis.clients/jedis/pom.xml [WARNING] - redis.clients.jedis.AccessControlLogEntry [WARNING] - redis.clients.jedis.AccessControlUser [WARNING] - redis.clients.jedis.BinaryClient [WARNING] - redis.clients.jedis.BinaryJedis [WARNING] - redis.clients.jedis.BinaryJedis$SetFromList [WARNING] - redis.clients.jedis.BinaryJedisPubSub [WARNING] - redis.clients.jedis.BitOP [WARNING] - redis.clients.jedis.BitPosParams [WARNING] - 182 more... [WARNING] commons-pool2-2.10.0.jar, denizen-1.2.5-SNAPSHOT.jar define 55 overlapping classes and resources: [WARNING] - META-INF/LICENSE.txt [WARNING] - META-INF/NOTICE.txt [WARNING] - META-INF/maven/org.apache.commons/commons-pool2/pom.properties [WARNING] - META-INF/maven/org.apache.commons/commons-pool2/pom.xml [WARNING] - org.apache.commons.pool2.BaseObject [WARNING] - org.apache.commons.pool2.DestroyMode [WARNING] - org.apache.commons.pool2.KeyedObjectPool [WARNING] - org.apache.commons.pool2.KeyedPooledObjectFactory [WARNING] - org.apache.commons.pool2.ObjectPool [WARNING] - org.apache.commons.pool2.PoolUtils [WARNING] - 45 more... [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 3086 -> 2500 (81%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/target/denizen-dist-1.2.5-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ denizen-dist --- [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-dist/1.2.5-SNAPSHOT/denizen-dist-1.2.5-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen-dist/1.2.5-SNAPSHOT/denizen-dist-1.2.5-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for denizen-parent 1.2.5-SNAPSHOT: [INFO] [INFO] denizen-parent ..................................... SUCCESS [ 0.758 s] [INFO] Denizen ............................................ SUCCESS [ 25.498 s] [INFO] denizen-paper ...................................... SUCCESS [ 2.003 s] [INFO] denizen-v1_19 ...................................... SUCCESS [ 8.978 s] [INFO] denizen-v1_18 ...................................... SUCCESS [ 5.961 s] [INFO] denizen-v1_17 ...................................... SUCCESS [ 5.818 s] [INFO] denizen-v1_16 ...................................... SUCCESS [ 2.468 s] [INFO] denizen-dist ....................................... SUCCESS [ 17.512 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:15 min [INFO] Finished at: 2022-09-16T04:00:29Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/pom.xml to com.denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT.jar to com.denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_18/target/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar to com.denizenscript/denizen-v1_18/1.2.5-SNAPSHOT/denizen-v1_18-1.2.5-SNAPSHOT-remapped-obf.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/pom.xml to com.denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT.jar to com.denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_19/target/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar to com.denizenscript/denizen-v1_19/1.2.5-SNAPSHOT/denizen-v1_19-1.2.5-SNAPSHOT-remapped-obf.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/pom.xml to com.denizenscript/denizen-paper/1.2.5-SNAPSHOT/denizen-paper-1.2.5-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/paper/target/denizen-paper-1.2.5-SNAPSHOT.jar to com.denizenscript/denizen-paper/1.2.5-SNAPSHOT/denizen-paper-1.2.5-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/pom.xml to com.denizenscript/denizen-parent/1.2.5-SNAPSHOT/denizen-parent-1.2.5-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml to com.denizenscript/denizen/1.2.5-SNAPSHOT/denizen-1.2.5-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.5-SNAPSHOT.jar to com.denizenscript/denizen/1.2.5-SNAPSHOT/denizen-1.2.5-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/pom.xml to com.denizenscript/denizen-v1_16/1.2.5-SNAPSHOT/denizen-v1_16-1.2.5-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_16/target/denizen-v1_16-1.2.5-SNAPSHOT.jar to com.denizenscript/denizen-v1_16/1.2.5-SNAPSHOT/denizen-v1_16-1.2.5-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/pom.xml to com.denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT.jar to com.denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/v1_17/target/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar to com.denizenscript/denizen-v1_17/1.2.5-SNAPSHOT/denizen-v1_17-1.2.5-SNAPSHOT-remapped-obf.jar [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/dependency-reduced-pom.xml to com.denizenscript/denizen-dist/1.2.5-SNAPSHOT/denizen-dist-1.2.5-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar to com.denizenscript/denizen-dist/1.2.5-SNAPSHOT/denizen-dist-1.2.5-SNAPSHOT.jar /var/lib/jenkins/jobs/Denizen_Developmental/workspace/target/Denizen-1.2.5-b6465-DEV.jar is not inside /var/lib/jenkins/jobs/Denizen_Developmental/workspace/dist/; will archive in a separate pass channel stopped Archiving artifacts [Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@55c0c0e0[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=46186,milestones={},language=Java,commits={},source=,parent=,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/DenizenScript/Denizen,id=3615238,nodeId=,createdAt=2012-03-04T01:33:07Z,updatedAt=2022-09-11T19:02:57Z]] (sha:a3e6dbb) with context:ci/jenkins/build-status Setting commit status on GitHub for https://github.com/DenizenScript/Denizen/commit/a3e6dbb765787b581454087f0e31985e88c2741f Sending notification to Discord. Finished: SUCCESS