Skip to content
Success

Console Output

Started by GitHub push by mcmonkey4eva
Running as SYSTEM
Building in workspace /var/lib/jenkins/jobs/Denizen/workspace
No credentials specified
 > git rev-parse --is-inside-work-tree # 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 fetch --tags --progress https://github.com/DenizenScript/Denizen.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/release^{commit} # timeout=10
Checking out Revision aed1803fc9a3e7c2dbfc4e1b956e5731f9dd8039 (origin/release)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aed1803fc9a3e7c2dbfc4e1b956e5731f9dd8039
Commit message: "allow cuboids to load with invalid world names"
First time build. Skipping changelog.
 > git tag -a -f -m Jenkins Build #1678 jenkins-Denizen-1678 # timeout=10
Parsing POMs
Established TCP socket on 34807
[workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.13.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3 /var/cache/jenkins/war/WEB-INF/lib/remoting-3.33.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 34807
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/Denizen/workspace/pom.xml clean package install -DBUILD_CLASS=REL -DBUILD_NUMBER=1678
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen-nmshandler:jar:1.0.6-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 21, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 22, column 33
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen-v1_12_R1:jar:1.0.6-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 34, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 35, column 33
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 46, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 47, column 33
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen-v1_13_R2:jar:1.0.6-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 34, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 35, column 33
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 46, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 47, column 33
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen-v1_14_R1:jar:1.0.6-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 35, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 36, column 33
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 47, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 48, column 33
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen:jar:1.0.6-SNAPSHOT
[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 76, 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-nmshandler                                                 [jar]
[INFO] denizen-v1_12_R1                                                   [jar]
[INFO] denizen-v1_13_R2                                                   [jar]
[INFO] denizen-v1_14_R1                                                   [jar]
[INFO] Denizen                                                            [jar]
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[INFO] 
[INFO] -------------------< net.aufdemrand:denizen-parent >--------------------
[INFO] Building denizen-parent 1.0.6-SNAPSHOT                             [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen-parent ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/target
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ denizen-parent ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/pom.xml to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-parent/1.0.6-SNAPSHOT/denizen-parent-1.0.6-SNAPSHOT.pom
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] -----------------< net.aufdemrand:denizen-nmshandler >------------------
[INFO] Building denizen-nmshandler 1.0.6-SNAPSHOT                         [2/6]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading: http://repo.citizensnpcs.co/org/spigotmc/spigot-api/1.14.3-R0.1-SNAPSHOT/maven-metadata.xml
Downloading: http://repo.citizensnpcs.co/net/aufdemrand/denizencore/1.40-SNAPSHOT/maven-metadata.xml
Downloaded: http://repo.citizensnpcs.co/net/aufdemrand/denizencore/1.40-SNAPSHOT/maven-metadata.xml (619 B at 0.1 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen-nmshandler ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-nmshandler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-nmshandler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 68 source files to /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/main/java/net/aufdemrand/denizen/nms/interfaces/BlockHelper.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/main/java/net/aufdemrand/denizen/nms/interfaces/BlockHelper.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/main/java/net/aufdemrand/denizen/nms/util/jnbt/ListTagBuilder.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/main/java/net/aufdemrand/denizen/nms/util/jnbt/ListTagBuilder.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen-nmshandler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-nmshandler ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ denizen-nmshandler ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ denizen-nmshandler ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/target/denizen-nmshandler-1.0.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-nmshandler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-nmshandler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen-nmshandler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-nmshandler ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ denizen-nmshandler ---
[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.3.1:jar (default-jar) @ denizen-nmshandler ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ denizen-nmshandler ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/target/denizen-nmshandler-1.0.6-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-nmshandler/1.0.6-SNAPSHOT/denizen-nmshandler-1.0.6-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/pom.xml to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-nmshandler/1.0.6-SNAPSHOT/denizen-nmshandler-1.0.6-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------< net.aufdemrand:denizen-v1_12_R1 >-------------------
[INFO] Building denizen-v1_12_R1 1.0.6-SNAPSHOT                           [3/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen-v1_12_R1 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-v1_12_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_12_R1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/src/main/java/net/aufdemrand/denizen/nms/impl/ProfileEditor_v1_12_R1.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/src/main/java/net/aufdemrand/denizen/nms/impl/ProfileEditor_v1_12_R1.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/src/main/java/net/aufdemrand/denizen/nms/impl/packets/PacketOutEntityMetadata_v1_12_R1.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/src/main/java/net/aufdemrand/denizen/nms/impl/packets/PacketOutEntityMetadata_v1_12_R1.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen-v1_12_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_12_R1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ denizen-v1_12_R1 ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ denizen-v1_12_R1 ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/target/denizen-v1_12_R1-1.0.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-v1_12_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_12_R1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen-v1_12_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_12_R1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ denizen-v1_12_R1 ---
[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.3.1:jar (default-jar) @ denizen-v1_12_R1 ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ denizen-v1_12_R1 ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/target/denizen-v1_12_R1-1.0.6-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-v1_12_R1/1.0.6-SNAPSHOT/denizen-v1_12_R1-1.0.6-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/pom.xml to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-v1_12_R1/1.0.6-SNAPSHOT/denizen-v1_12_R1-1.0.6-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------< net.aufdemrand:denizen-v1_13_R2 >-------------------
[INFO] Building denizen-v1_13_R2 1.0.6-SNAPSHOT                           [4/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen-v1_13_R2 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-v1_13_R2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_13_R2 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/src/main/java/net/aufdemrand/denizen/nms/impl/Particle_v1_13_R2.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/src/main/java/net/aufdemrand/denizen/nms/impl/Particle_v1_13_R2.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/src/main/java/net/aufdemrand/denizen/nms/impl/packets/handlers/DenizenNetworkManager_v1_13_R2.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/src/main/java/net/aufdemrand/denizen/nms/impl/packets/handlers/DenizenNetworkManager_v1_13_R2.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen-v1_13_R2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_13_R2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ denizen-v1_13_R2 ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ denizen-v1_13_R2 ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/target/denizen-v1_13_R2-1.0.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-v1_13_R2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_13_R2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen-v1_13_R2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_13_R2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ denizen-v1_13_R2 ---
[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.3.1:jar (default-jar) @ denizen-v1_13_R2 ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ denizen-v1_13_R2 ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/target/denizen-v1_13_R2-1.0.6-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-v1_13_R2/1.0.6-SNAPSHOT/denizen-v1_13_R2-1.0.6-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/pom.xml to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-v1_13_R2/1.0.6-SNAPSHOT/denizen-v1_13_R2-1.0.6-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] ------------------< net.aufdemrand:denizen-v1_14_R1 >-------------------
[INFO] Building denizen-v1_14_R1 1.0.6-SNAPSHOT                           [5/6]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading: http://repo.citizensnpcs.co/org/spigotmc/spigot/1.14.3-R0.1-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen-v1_14_R1 ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-v1_14_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_14_R1 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/src/main/java/net/aufdemrand/denizen/nms/impl/Particle_v1_14_R1.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/src/main/java/net/aufdemrand/denizen/nms/impl/Particle_v1_14_R1.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/src/main/java/net/aufdemrand/denizen/nms/impl/packets/PacketOutWindowItems_v1_14_R1.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/src/main/java/net/aufdemrand/denizen/nms/impl/packets/PacketOutWindowItems_v1_14_R1.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen-v1_14_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_14_R1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ denizen-v1_14_R1 ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ denizen-v1_14_R1 ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/target/denizen-v1_14_R1-1.0.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-v1_14_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen-v1_14_R1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen-v1_14_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ denizen-v1_14_R1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ denizen-v1_14_R1 ---
[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.3.1:jar (default-jar) @ denizen-v1_14_R1 ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ denizen-v1_14_R1 ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/target/denizen-v1_14_R1-1.0.6-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-v1_14_R1/1.0.6-SNAPSHOT/denizen-v1_14_R1-1.0.6-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/pom.xml to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-v1_14_R1/1.0.6-SNAPSHOT/denizen-v1_14_R1-1.0.6-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] -----------------------< net.aufdemrand:denizen >-----------------------
[INFO] Building Denizen 1.0.6-SNAPSHOT                                    [6/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/plugin/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ denizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 526 source files to /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/net/aufdemrand/denizen/objects/dItem.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/net/aufdemrand/denizen/objects/dItem.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/world/PlayEffectCommand.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/world/PlayEffectCommand.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/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.7.2:test (default-test) @ denizen ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen/workspace/target/Denizen-1.0.6-b1678-REL.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.0:shade (default) @ denizen ---
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including net.aufdemrand:denizencore:jar:1.40-SNAPSHOT in the shaded jar.
[INFO] Including net.aufdemrand:denizen-nmshandler:jar:1.0.6-SNAPSHOT in the shaded jar.
[INFO] Including net.aufdemrand:denizen-v1_12_R1:jar:1.0.6-SNAPSHOT in the shaded jar.
[INFO] Including net.aufdemrand:denizen-v1_13_R2:jar:1.0.6-SNAPSHOT in the shaded jar.
[INFO] Including net.aufdemrand:denizen-v1_14_R1:jar:1.0.6-SNAPSHOT in the shaded jar.
[INFO] Including org.json:json:jar:20180813 in the shaded jar.
[INFO] Minimizing jar net.aufdemrand:denizen:jar:1.0.6-SNAPSHOT
[INFO] net.aufdemrand.denizencore.tags.core._templateTags$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizencore.scripts.commands.core._templateCommand not removed because it was specifically included
[INFO] net.aufdemrand.denizencore.tags.core._templateTags not removed because it was specifically included
[INFO] net.aufdemrand.denizencore.utilities.javaluator.StaticVariableSet not removed because it was specifically included
[INFO] net.aufdemrand.denizencore.events.core._templateScriptEvent not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.interfaces.packets.PacketOutSpawnEntity not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.util.Utilities not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.util.jnbt.ListTagBuilder not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.interfaces.BossBarHelper not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.BiomeNMS_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_12_R1$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftItemProjectile_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.BlockHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ItemHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutTradeList_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.jnbt.CompoundTag_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakePlayer_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakePlayer_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AdvancementHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.Handler_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockData_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Sidebar_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInResourcePackStatus_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakePlayerConnection_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityItemProjectile_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ImprovedOfflinePlayer_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInSteerVehicle_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakeArrow_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSpawnEntity_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.BlockHelper_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.FishingHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ParticleHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PacketHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutChat_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_12_R1$PlayerEventListener not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.CustomEntityHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_12_R1$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_12_R1$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutEntityMetadata_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSetSlot_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PlayerHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeChannel_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutWindowItems_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1$4 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.AbstractListenerPlayIn_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ChunkHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.SoundHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.CustomEntityHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInResourcePackStatus_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2$4 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockData_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSetSlot_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakePlayerConnection_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.FishingHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.AbstractListenerPlayIn_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakeArrow_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.BiomeNMS_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.BlockHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.jnbt.CompoundTag_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutTradeList_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakePlayer_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PacketHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AdvancementHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_13_R2$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakePlayer_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeChannel_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PlayerHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutEntityMetadata_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityItemProjectile_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_13_R2$PlayerEventListener not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInSteerVehicle_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_13_R2$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_13_R2$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutWindowItems_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ImprovedOfflinePlayer_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSpawnEntity_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Particle_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.SoundHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ChunkHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftItemProjectile_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ItemHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ParticleHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Sidebar_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutChat_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.Handler_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_14_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutChat_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Sidebar_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityItemProjectile_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_14_R1$PlayerEventListener not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PacketHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ParticleHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutEntityMetadata_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeChannel_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSetSlot_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PlayerHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.SoundHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.CustomEntityHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_14_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ChunkHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutWindowItems_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.AbstractListenerPlayIn_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.BlockHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.BiomeNMS_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ItemHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.jnbt.CompoundTag_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftItemProjectile_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_14_R1$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_14_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_14_R1$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakePlayerConnection_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutTradeList_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.Handler_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakePlayer_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakePlayer_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AdvancementHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInResourcePackStatus_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakeArrow_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInSteerVehicle_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockData_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.FishingHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSpawnEntity_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ImprovedOfflinePlayer_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Particle_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_14_R1 not removed because it was specifically included
[INFO] org.json.JSONML not removed because it was specifically included
[INFO] org.json.JSONStringer not removed because it was specifically included
[INFO] org.json.CDL not removed because it was specifically included
[INFO] org.json.XML not removed because it was specifically included
[INFO] org.json.HTTP not removed because it was specifically included
[INFO] org.json.Property not removed because it was specifically included
[INFO] org.json.XML$1 not removed because it was specifically included
[INFO] org.json.HTTPTokener not removed because it was specifically included
[INFO] org.json.Cookie not removed because it was specifically included
[INFO] org.json.XML$1$1 not removed because it was specifically included
[INFO] org.json.XMLTokener not removed because it was specifically included
[INFO] org.json.CookieList not removed because it was specifically included
[INFO] Minimized 1805 -> 1798 (99%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen/workspace/target/Denizen-1.0.6-b1678-REL.jar with /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.0.6-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen/workspace/plugin/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 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.4.3:testResources (default-testResources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/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.7.2: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:3.1.0:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen/workspace/target/Denizen-1.0.6-b1678-REL.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.0:shade (default) @ denizen ---
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including net.aufdemrand:denizencore:jar:1.40-SNAPSHOT in the shaded jar.
[INFO] Including net.aufdemrand:denizen-nmshandler:jar:1.0.6-SNAPSHOT in the shaded jar.
[INFO] Including net.aufdemrand:denizen-v1_12_R1:jar:1.0.6-SNAPSHOT in the shaded jar.
[INFO] Including net.aufdemrand:denizen-v1_13_R2:jar:1.0.6-SNAPSHOT in the shaded jar.
[INFO] Including net.aufdemrand:denizen-v1_14_R1:jar:1.0.6-SNAPSHOT in the shaded jar.
[INFO] Including org.json:json:jar:20180813 in the shaded jar.
[INFO] Minimizing jar net.aufdemrand:denizen:jar:1.0.6-SNAPSHOT
[INFO] net.aufdemrand.denizencore.tags.core._templateTags$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizencore.scripts.commands.core._templateCommand not removed because it was specifically included
[INFO] net.aufdemrand.denizencore.tags.core._templateTags not removed because it was specifically included
[INFO] net.aufdemrand.denizencore.utilities.javaluator.StaticVariableSet not removed because it was specifically included
[INFO] net.aufdemrand.denizencore.events.core._templateScriptEvent not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.interfaces.packets.PacketOutSpawnEntity not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.util.Utilities not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.util.jnbt.ListTagBuilder not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.interfaces.BossBarHelper not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.BiomeNMS_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_12_R1$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftItemProjectile_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.BlockHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ItemHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutTradeList_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.jnbt.CompoundTag_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakePlayer_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakePlayer_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AdvancementHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.Handler_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockData_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Sidebar_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInResourcePackStatus_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakePlayerConnection_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityItemProjectile_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ImprovedOfflinePlayer_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInSteerVehicle_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakeArrow_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSpawnEntity_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.BlockHelper_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.FishingHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ParticleHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PacketHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutChat_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_12_R1$PlayerEventListener not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.CustomEntityHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_12_R1$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_12_R1$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutEntityMetadata_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSetSlot_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PlayerHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeChannel_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutWindowItems_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1$4 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_12_R1$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.AbstractListenerPlayIn_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ChunkHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.SoundHelper_v1_12_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.CustomEntityHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInResourcePackStatus_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2$4 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockData_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSetSlot_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakePlayerConnection_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.FishingHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.AbstractListenerPlayIn_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakeArrow_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.BiomeNMS_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.BlockHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.jnbt.CompoundTag_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutTradeList_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakePlayer_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PacketHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AdvancementHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_13_R2$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakePlayer_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeChannel_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PlayerHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutEntityMetadata_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityItemProjectile_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_13_R2$PlayerEventListener not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInSteerVehicle_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_13_R2$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_13_R2$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutWindowItems_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ImprovedOfflinePlayer_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSpawnEntity_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Particle_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.SoundHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ChunkHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftItemProjectile_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ItemHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_13_R2$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ParticleHelper_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Sidebar_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutChat_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.Handler_v1_13_R2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_14_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutChat_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakeArrow_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Sidebar_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeNetworkManager_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityItemProjectile_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_14_R1$PlayerEventListener not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PacketHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ParticleHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutEntityMetadata_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakeChannel_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSetSlot_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.PlayerHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.SoundHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AnimationHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.CustomEntityHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_14_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ChunkHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenPacketListener_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutWindowItems_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.DenizenNetworkManager_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.handlers.AbstractListenerPlayIn_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.BlockHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.BiomeNMS_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.ItemHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.jnbt.CompoundTag_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftItemProjectile_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_14_R1$3 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_14_R1$1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_14_R1$2 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.network.FakePlayerConnection_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutTradeList_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.Handler_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.EntityFakePlayer_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakePlayer_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockLight_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.AdvancementHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInResourcePackStatus_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.WorldHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.entities.CraftFakeArrow_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.EntityHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketInSteerVehicle_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.blocks.BlockData_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.helpers.FishingHelper_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.packets.PacketOutSpawnEntity_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ImprovedOfflinePlayer_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.Particle_v1_14_R1 not removed because it was specifically included
[INFO] net.aufdemrand.denizen.nms.impl.ProfileEditor_v1_14_R1 not removed because it was specifically included
[INFO] org.json.JSONML not removed because it was specifically included
[INFO] org.json.JSONStringer not removed because it was specifically included
[INFO] org.json.CDL not removed because it was specifically included
[INFO] org.json.XML not removed because it was specifically included
[INFO] org.json.HTTP not removed because it was specifically included
[INFO] org.json.Property not removed because it was specifically included
[INFO] org.json.XML$1 not removed because it was specifically included
[INFO] org.json.HTTPTokener not removed because it was specifically included
[INFO] org.json.Cookie not removed because it was specifically included
[INFO] org.json.XML$1$1 not removed because it was specifically included
[INFO] org.json.XMLTokener not removed because it was specifically included
[INFO] org.json.CookieList not removed because it was specifically included
[INFO] Minimized 1805 -> 1798 (99%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen/workspace/target/Denizen-1.0.6-b1678-REL.jar with /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.0.6-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen/workspace/plugin/dependency-reduced-pom.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ denizen ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/target/Denizen-1.0.6-b1678-REL.jar to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen/1.0.6-SNAPSHOT/denizen-1.0.6-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen/1.0.6-SNAPSHOT/denizen-1.0.6-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] denizen-parent 1.0.6-SNAPSHOT ...................... SUCCESS [  1.466 s]
[INFO] denizen-nmshandler ................................. SUCCESS [ 17.317 s]
[INFO] denizen-v1_12_R1 ................................... SUCCESS [  4.373 s]
[INFO] denizen-v1_13_R2 ................................... SUCCESS [  4.052 s]
[INFO] denizen-v1_14_R1 ................................... SUCCESS [  9.619 s]
[INFO] Denizen 1.0.6-SNAPSHOT ............................. SUCCESS [ 17.897 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58.852 s
[INFO] Finished at: 2019-07-23T08:32:49Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/pom.xml to net.aufdemrand/denizen-nmshandler/1.0.6-SNAPSHOT/denizen-nmshandler-1.0.6-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/target/denizen-nmshandler-1.0.6-SNAPSHOT.jar to net.aufdemrand/denizen-nmshandler/1.0.6-SNAPSHOT/denizen-nmshandler-1.0.6-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/plugin/dependency-reduced-pom.xml to net.aufdemrand/denizen/1.0.6-SNAPSHOT/denizen-1.0.6-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/target/Denizen-1.0.6-b1678-REL.jar to net.aufdemrand/denizen/1.0.6-SNAPSHOT/denizen-1.0.6-SNAPSHOT.jar
/var/lib/jenkins/jobs/Denizen/workspace/target/Denizen-1.0.6-b1678-REL.jar is not inside /var/lib/jenkins/jobs/Denizen/workspace/plugin/; will archive in a separate pass
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/pom.xml to net.aufdemrand/denizen-parent/1.0.6-SNAPSHOT/denizen-parent-1.0.6-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/pom.xml to net.aufdemrand/denizen-v1_12_R1/1.0.6-SNAPSHOT/denizen-v1_12_R1-1.0.6-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_12_R1/target/denizen-v1_12_R1-1.0.6-SNAPSHOT.jar to net.aufdemrand/denizen-v1_12_R1/1.0.6-SNAPSHOT/denizen-v1_12_R1-1.0.6-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/pom.xml to net.aufdemrand/denizen-v1_13_R2/1.0.6-SNAPSHOT/denizen-v1_13_R2-1.0.6-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_13_R2/target/denizen-v1_13_R2-1.0.6-SNAPSHOT.jar to net.aufdemrand/denizen-v1_13_R2/1.0.6-SNAPSHOT/denizen-v1_13_R2-1.0.6-SNAPSHOT.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/pom.xml to net.aufdemrand/denizen-v1_14_R1/1.0.6-SNAPSHOT/denizen-v1_14_R1-1.0.6-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_14_R1/target/denizen-v1_14_R1-1.0.6-SNAPSHOT.jar to net.aufdemrand/denizen-v1_14_R1/1.0.6-SNAPSHOT/denizen-v1_14_R1-1.0.6-SNAPSHOT.jar
channel stopped
Archiving artifacts
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@609baa7b[description=NPC and general Bukkit scripting!,homepage=,name=Denizen,fork=false,archived=false,size=33365,milestones={},language=Java,commits={},source=<null>,parent=<null>,responseHeaderFields={null=[HTTP/1.1 200 OK], Access-Control-Allow-Origin=[*], Access-Control-Expose-Headers=[ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type], Cache-Control=[private, max-age=60, s-maxage=60], Content-Encoding=[gzip], Content-Security-Policy=[default-src 'none'], Content-Type=[application/json; charset=utf-8], Date=[Tue, 23 Jul 2019 08:32:49 GMT], ETag=[W/"1eb4c2afe52fb8f73eafbf442da57e73"], Last-Modified=[Tue, 23 Jul 2019 08:31:34 GMT], OkHttp-Received-Millis=[1563870769124], OkHttp-Response-Source=[CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1563870768893], Referrer-Policy=[origin-when-cross-origin, strict-origin-when-cross-origin], Server=[GitHub.com], Status=[200 OK], Strict-Transport-Security=[max-age=31536000; includeSubdomains; preload], Transfer-Encoding=[chunked], Vary=[Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding], X-Accepted-OAuth-Scopes=[repo], X-Content-Type-Options=[nosniff], X-Frame-Options=[deny], X-GitHub-Media-Type=[github.v3; format=json], X-GitHub-Request-Id=[D234:3002:368BE6:41CB61:5D36C630], X-OAuth-Scopes=[public_repo, repo:status], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4994], X-RateLimit-Reset=[1563874369], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/DenizenScript/Denizen,id=3615238]] (sha:aed1803) with context:ci/jenkins/build-status
Setting commit status on GitHub for https://github.com/DenizenScript/Denizen/commit/aed1803fc9a3e7c2dbfc4e1b956e5731f9dd8039
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Sending notification to Discord.
Finished: SUCCESS