Skip to content
Success

Console Output

Established TCP socket on 33469
<===[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=1797
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.denizenscript:denizen:jar:1.2.8-SNAPSHOT
[WARNING] 'dependencies.dependency.version' for org.json:json:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 52, 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 60, column 25
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Denizen                                                            [jar]
[INFO] denizen-paper                                                      [jar]
[INFO] denizen-v1_20                                                      [jar]
[INFO] denizen-v1_19                                                      [jar]
[INFO] denizen-v1_18                                                      [jar]
[INFO] denizen-v1_17                                                      [jar]
[INFO] denizen-parent                                                     [pom]
[INFO] denizen-dist                                                       [jar]
[INFO] 
[INFO] ---------------------< com.denizenscript:denizen >----------------------
[INFO] Building Denizen 1.2.8-SNAPSHOT                                    [1/8]
[INFO]   from plugin/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ denizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/plugin/target
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ denizen ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ denizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 763 source files to /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/events/entity/DragonPhaseChangeScriptEvent.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/events/entity/DragonPhaseChangeScriptEvent.java: Recompile with -Xlint:removal for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ denizen ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ denizen ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.2.8-SNAPSHOT.jar
[INFO] 
[INFO] --- shade:3.4.1:shade (default) @ denizen ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Including com.denizenscript:denizencore:jar:1.91.0-SNAPSHOT in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.4 in the shaded jar.
[INFO] Including org.json:json:jar:20230618 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.8-SNAPSHOT
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen/workspace/plugin/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, denizen-1.2.8-SNAPSHOT.jar, denizencore-1.91.0-SNAPSHOT.jar, json-20230618.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 1415 -> 1347 (95%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.2.8-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.2.8-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ denizen ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ denizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 763 source files to /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/classes
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/events/entity/DragonPhaseChangeScriptEvent.java: Some input files use or override a deprecated API that is marked for removal.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/events/entity/DragonPhaseChangeScriptEvent.java: Recompile with -Xlint:removal for details.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java: Some input files use unchecked or unsafe operations.
[INFO] /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ denizen ---
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/plugin/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ denizen ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ denizen ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ denizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.2.8-SNAPSHOT.jar
[INFO] 
[INFO] --- shade:3.4.1:shade (default) @ denizen ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Including com.denizenscript:denizencore:jar:1.91.0-SNAPSHOT in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.4 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.4 in the shaded jar.
[INFO] Including org.json:json:jar:20230618 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.8-SNAPSHOT
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen/workspace/plugin/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, denizen-1.2.8-SNAPSHOT.jar, denizencore-1.91.0-SNAPSHOT.jar, json-20230618.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Minimized 1415 -> 1347 (95%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.2.8-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.2.8-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ denizen ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.2.8-SNAPSHOT/denizen-1.2.8-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/plugin/target/denizen-1.2.8-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.2.8-SNAPSHOT/denizen-1.2.8-SNAPSHOT.jar