Skip to content
Success

Console Output

[INFO] 
[INFO] ---------------------< com.denizenscript:denizen >----------------------
[INFO] Building Denizen 1.2.6-SNAPSHOT                                    [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ denizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ denizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ denizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 727 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/ItemTag.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/ItemTag.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.10.1: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.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.4.1:shade (default) @ denizen ---
[INFO] Including com.denizenscript:denizencore:jar:1.90.2-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:20220924 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.6-SNAPSHOT
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, denizen-1.2.6-SNAPSHOT.jar, denizencore-1.90.2-SNAPSHOT.jar, json-20220924.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 1369 -> 1301 (95%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.6-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.6-SNAPSHOT-shaded.jar
[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.10.1:compile (default-compile) @ denizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 727 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/ItemTag.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/ItemTag.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.10.1: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.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.4.1:shade (default) @ denizen ---
[INFO] Including com.denizenscript:denizencore:jar:1.90.2-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:20220924 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.6-SNAPSHOT
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, denizen-1.2.6-SNAPSHOT.jar, denizencore-1.90.2-SNAPSHOT.jar, json-20220924.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 1369 -> 1301 (95%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.6-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.6-SNAPSHOT-shaded.jar
[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.6-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.2.6-SNAPSHOT/denizen-1.2.6-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.6-SNAPSHOT/denizen-1.2.6-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.10.1:compile (default-compile) @ denizen ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 727 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/ItemTag.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/ItemTag.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.10.1: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.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.4.1:shade (default) @ denizen ---
[INFO] Including com.denizenscript:denizencore:jar:1.90.2-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:20220924 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.6-SNAPSHOT
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] asm-9.4.jar, asm-commons-9.4.jar, asm-tree-9.4.jar, denizen-1.2.6-SNAPSHOT.jar, denizencore-1.90.2-SNAPSHOT.jar, json-20220924.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 1369 -> 1301 (95%)
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.6-SNAPSHOT.jar with /var/lib/jenkins/jobs/Denizen_Developmental/workspace/plugin/target/denizen-1.2.6-SNAPSHOT-shaded.jar
[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.6-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/com/denizenscript/denizen/1.2.6-SNAPSHOT/denizen-1.2.6-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.6-SNAPSHOT/denizen-1.2.6-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.6-SNAPSHOT/maven-metadata.xml
[WARNING] Checksum validation failed, expected 96f3ebbd6e63e1ece92bb6f67687d0f2298f010e but is 7ec73d5aadb6da686a33713070c5c74e7cb5a9e4 from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/maven-metadata.xml
[WARNING] Could not validate integrity of download from https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/maven-metadata.xml: Checksum validation failed, expected 96f3ebbd6e63e1ece92bb6f67687d0f2298f010e but is 7ec73d5aadb6da686a33713070c5c74e7cb5a9e4
[WARNING] Checksum validation failed, expected 96f3ebbd6e63e1ece92bb6f67687d0f2298f010e but is 7ec73d5aadb6da686a33713070c5c74e7cb5a9e4 from citizens-repo for https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/maven-metadata.xml (777 B at 1.6 kB/s)
[INFO] Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/denizen-1.2.6-20230124.064529-46.pom
[INFO] Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/denizen-1.2.6-20230124.064529-46.pom (4.1 kB at 18 kB/s)
[INFO] Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/denizen-1.2.6-20230124.064529-46.jar
[INFO] Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/denizen-1.2.6-20230124.064529-46.jar (3.2 MB at 4.4 MB/s)
[INFO] Downloading from citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/maven-metadata.xml
[WARNING] Checksum validation failed, expected 1e4f0bcb08e4397e00544aa0d4bca813e532543b but is 67e50894696bc3724ce762ae179975f84c9aefd0 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 1e4f0bcb08e4397e00544aa0d4bca813e532543b but is 67e50894696bc3724ce762ae179975f84c9aefd0
[WARNING] Checksum validation failed, expected 1e4f0bcb08e4397e00544aa0d4bca813e532543b but is 67e50894696bc3724ce762ae179975f84c9aefd0 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 (324 B at 4.6 kB/s)
[INFO] Uploading to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to citizens-repo: https://maven.citizensnpcs.co/repo/com/denizenscript/denizen/1.2.6-SNAPSHOT/maven-metadata.xml (777 B at 11 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 (324 B at 3.7 kB/s)