Skip to content
Success

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/SKCompat
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/SKCompat/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/jb-aero/SKCompat # timeout=10
Fetching upstream changes from https://github.com/jb-aero/SKCompat
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/jb-aero/SKCompat +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 7bbef6f5456afe191ca2cf4ebce2a8692deda99e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7bbef6f5456afe191ca2cf4ebce2a8692deda99e # timeout=10
Commit message: "Fix #clipboard pattern"
 > git rev-list --no-walk 7bbef6f5456afe191ca2cf4ebce2a8692deda99e # timeout=10
Parsing POMs
Established TCP socket on 36463
[SKCompat] $ /usr/lib/jvm/temurin-21-jdk-amd64/bin/java -cp /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/boot/plexus-classworlds-2.7.0.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/conf/logging jenkins.maven3.agent.Maven35Main /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6 /var/jenkins_home/war/WEB-INF/lib/remoting-3248.3250.v3277a_8e88c9b_.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 36463
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/SKCompat/pom.xml clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] SKCompat-parent                                                    [pom]
[INFO] SKCompat                                                           [jar]
[INFO] CHWorldEdit                                                        [jar]
[INFO] CHWorldGuard                                                       [jar]
[INFO] 
[INFO] ------------------< io.github.jbaero:SKCompat-parent >------------------
[INFO] Building SKCompat-parent 3                                         [1/4]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ SKCompat-parent ---
[INFO] 
[INFO] ---------------------< io.github.jbaero:SKCompat >----------------------
[INFO] Building SKCompat 3.2.4                                            [2/4]
[INFO]   from SKCompat-bundle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ SKCompat ---
[INFO] Deleting /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/target
[INFO] 
[INFO] --- templating:1.0.0:filter-sources (filter-src) @ SKCompat ---
[INFO] Coping files with filtering to temporary directory.
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copied 1 files to output directory: /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/target/generated-sources/java-templates
[INFO] Source directory: /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/target/generated-sources/java-templates added.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ SKCompat ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ SKCompat ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 13 source files with javac [debug release 16] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java:[778,63] getBlockX() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java:[779,63] getBlockY() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldGuard.java:[780,63] getBlockZ() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKRegion.java:[41,87] getX() in com.sk89q.worldedit.math.BlockVector2 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKRegion.java:[42,86] getY() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKRegion.java:[42,125] getY() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKRegion.java:[42,136] getZ() in com.sk89q.worldedit.math.BlockVector2 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKWorldEdit.java:[66,40] getX() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKWorldEdit.java:[66,52] getY() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKWorldEdit.java:[66,64] getZ() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKWorldGuard.java:[109,68] getBlockY() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[WARNING] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKWorldGuard.java:[109,109] getBlockY() in com.sk89q.worldedit.math.BlockVector3 has been deprecated and marked for removal
[INFO] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKClipboard.java: Some input files use or override a deprecated API.
[INFO] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/SKClipboard.java: Recompile with -Xlint:deprecation for details.
[INFO] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldEdit.java: Some input files use unchecked or unsafe operations.
[INFO] /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/main/java/io/github/jbaero/skcompat/CHWorldEdit.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- processor:5.1:process (process) @ SKCompat ---
Processing io.github.jbaero.skcompat.SKCompat
Extension 'SKCompat' checks out ok!
[WARNING] diagnostic: warning: Supported source version 'RELEASE_16' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '21'
[INFO] 
[INFO] --- exec:3.4.1:java (cache-annotations) @ SKCompat ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom (3.7 kB at 1.4 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 180 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar (94 kB at 773 kB/s)
-- Caching annotations --
Scanning for classes in /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/target/classes
Outputting file to directory /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/target/classes
Done writing jarInfo.ser, which took 721 ms.
-- Checking for custom compile errors --
-- Finished with custom compiler checks --
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ SKCompat ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ SKCompat ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ SKCompat ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ SKCompat ---
[INFO] Building jar: /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/target/SKCompat-3.2.4.jar
[INFO] 
[INFO] --------------------< io.github.jbaero:CHWorldEdit >--------------------
[INFO] Building CHWorldEdit 3.2.4                                         [3/4]
[INFO]   from CHWorldEdit/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.pom (12 kB at 111 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.jar (150 kB at 501 kB/s)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ CHWorldEdit ---
[INFO] Deleting /var/jenkins_home/workspace/SKCompat/CHWorldEdit/target
[INFO] 
[INFO] --- templating:1.0.0:filter-sources (filter-src) @ CHWorldEdit ---
[INFO] Coping files with filtering to temporary directory.
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copied 1 files to output directory: /var/jenkins_home/workspace/SKCompat/CHWorldEdit/target/generated-sources/java-templates
[INFO] Source directory: /var/jenkins_home/workspace/SKCompat/CHWorldEdit/target/generated-sources/java-templates added.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ CHWorldEdit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/SKCompat/CHWorldEdit/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ CHWorldEdit ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file with javac [debug release 16] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ CHWorldEdit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/SKCompat/CHWorldEdit/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ CHWorldEdit ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ CHWorldEdit ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ CHWorldEdit ---
[INFO] Building jar: /var/jenkins_home/workspace/SKCompat/CHWorldEdit/target/CHWorldEdit-3.2.4.jar
[INFO] 
[INFO] --- shade:3.6.0:shade (default) @ CHWorldEdit ---
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom (23 kB at 441 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom (18 kB at 357 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar (1.1 MB at 2.1 MB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.jar (373 kB at 2.3 MB/s)
[INFO] Including io.github.jbaero:SKCompat:jar:3.2.4 in the shaded jar.
[INFO] Excluding com.sk89q:commandhelper:jar:full:3.3.5-SNAPSHOT from the shaded jar.
[INFO] Excluding io.papermc.paper:paper-api:jar:1.20.6-R0.1-SNAPSHOT from the shaded jar.
[INFO] Excluding com.mojang:brigadier:jar:1.2.9 from the shaded jar.
[INFO] Excluding com.googlecode.json-simple:json-simple:jar:1.1.1 from the shaded jar.
[INFO] Excluding org.apache.logging.log4j:log4j-api:jar:2.17.1 from the shaded jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:2.0.9 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-resolver-provider:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-model:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-model-builder:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.26 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-artifact:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.apache.commons:commons-lang3:jar:3.12.0 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-builder-support:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M2 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-repository-metadata:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-api:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-spi:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-util:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-impl:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.5.1 from the shaded jar.
[INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar.
[INFO] Excluding net.kyori:adventure-api:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-key:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:examination-api:jar:1.3.0 from the shaded jar.
[INFO] Excluding net.kyori:examination-string:jar:1.3.0 from the shaded jar.
[INFO] Excluding org.jetbrains:annotations:jar:24.1.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-minimessage:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-serializer-gson:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-serializer-json:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:option:jar:1.0.0 from the shaded jar.
[INFO] Excluding com.google.auto.service:auto-service-annotations:jar:1.1.1 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-serializer-legacy:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-serializer-plain:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-logger-slf4j:jar:4.17.0 from the shaded jar.
[INFO] Excluding org.checkerframework:checker-qual:jar:3.33.0 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm:jar:9.7 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm-commons:jar:9.7 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm-tree:jar:9.7 from the shaded jar.
[INFO] Excluding io.swagger.core.v3:swagger-annotations:jar:2.2.20 from the shaded jar.
[INFO] Excluding com.sk89q.worldedit:worldedit-bukkit:jar:7.3.6 from the shaded jar.
[INFO] Excluding com.sk89q.worldedit:worldedit-core:jar:7.3.6 from the shaded jar.
[INFO] Excluding com.sk89q.worldedit.worldedit-libs:core:jar:7.3.6 from the shaded jar.
[INFO] Excluding org.antlr:antlr4:jar:4.13.1 from the shaded jar.
[INFO] Excluding org.antlr:antlr-runtime:jar:3.5.3 from the shaded jar.
[INFO] Excluding org.antlr:ST4:jar:4.3.4 from the shaded jar.
[INFO] Excluding org.abego.treelayout:org.abego.treelayout.core:jar:1.0.3 from the shaded jar.
[INFO] Excluding com.ibm.icu:icu4j:jar:72.1 from the shaded jar.
[INFO] Excluding com.google.code.findbugs:jsr305:jar:3.0.2 from the shaded jar.
[INFO] Excluding org.mozilla:rhino-runtime:jar:1.7.13 from the shaded jar.
[INFO] Excluding com.sk89q:jchronic:jar:0.2.4a from the shaded jar.
[INFO] Excluding com.sk89q.lib:jlibnoise:jar:1.0.0 from the shaded jar.
[INFO] Excluding org.antlr:antlr4-runtime:jar:4.13.1 from the shaded jar.
[INFO] Excluding com.sk89q.worldedit.worldedit-libs:bukkit:jar:7.3.6 from the shaded jar.
[INFO] Excluding io.papermc:paperlib:jar:1.0.8 from the shaded jar.
[INFO] Excluding org.bstats:bstats-bukkit:jar:2.2.1 from the shaded jar.
[INFO] Excluding org.bstats:bstats-base:jar:2.2.1 from the shaded jar.
[INFO] Excluding it.unimi.dsi:fastutil:jar:8.5.12 from the shaded jar.
[INFO] Excluding com.sk89q.worldguard:worldguard-bukkit:jar:7.0.10 from the shaded jar.
[INFO] Excluding com.sk89q.worldguard:worldguard-core:jar:7.0.10 from the shaded jar.
[INFO] Excluding com.sk89q.worldguard.worldguard-libs:core:jar:7.0.10 from the shaded jar.
[INFO] Excluding org.flywaydb:flyway-core:jar:3.0 from the shaded jar.
[INFO] Excluding com.google.guava:guava:jar:32.1.2-jre from the shaded jar.
[INFO] Excluding com.google.guava:failureaccess:jar:1.0.1 from the shaded jar.
[INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar.
[INFO] Excluding com.google.errorprone:error_prone_annotations:jar:2.18.0 from the shaded jar.
[INFO] Excluding com.google.j2objc:j2objc-annotations:jar:2.8 from the shaded jar.
[INFO] Excluding org.spigotmc:spigot-api:jar:1.21-R0.1-SNAPSHOT from the shaded jar.
[INFO] Excluding com.google.code.gson:gson:jar:2.10.1 from the shaded jar.
[INFO] Excluding org.joml:joml:jar:1.10.5 from the shaded jar.
[INFO] Excluding net.md-5:bungeecord-chat:jar:1.20-R0.2 from the shaded jar.
[INFO] Excluding org.yaml:snakeyaml:jar:2.2 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/jenkins_home/workspace/SKCompat/CHWorldEdit/target/CHWorldEdit-3.2.4.jar with /var/jenkins_home/workspace/SKCompat/CHWorldEdit/target/CHWorldEdit-3.2.4-shaded.jar
[INFO] 
[INFO] -------------------< io.github.jbaero:CHWorldGuard >--------------------
[INFO] Building CHWorldGuard 3.2.4                                        [4/4]
[INFO]   from CHWorldGuard/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ CHWorldGuard ---
[INFO] Deleting /var/jenkins_home/workspace/SKCompat/CHWorldGuard/target
[INFO] 
[INFO] --- templating:1.0.0:filter-sources (filter-src) @ CHWorldGuard ---
[INFO] Coping files with filtering to temporary directory.
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copied 1 files to output directory: /var/jenkins_home/workspace/SKCompat/CHWorldGuard/target/generated-sources/java-templates
[INFO] Source directory: /var/jenkins_home/workspace/SKCompat/CHWorldGuard/target/generated-sources/java-templates added.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ CHWorldGuard ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/SKCompat/CHWorldGuard/src/main/resources
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ CHWorldGuard ---
[INFO] Recompiling the module because of changed dependency.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file with javac [debug release 16] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ CHWorldGuard ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/SKCompat/CHWorldGuard/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ CHWorldGuard ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ CHWorldGuard ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ CHWorldGuard ---
[INFO] Building jar: /var/jenkins_home/workspace/SKCompat/CHWorldGuard/target/CHWorldGuard-3.2.4.jar
[INFO] 
[INFO] --- shade:3.6.0:shade (default) @ CHWorldGuard ---
[INFO] Including io.github.jbaero:SKCompat:jar:3.2.4 in the shaded jar.
[INFO] Excluding com.sk89q:commandhelper:jar:full:3.3.5-SNAPSHOT from the shaded jar.
[INFO] Excluding io.papermc.paper:paper-api:jar:1.20.6-R0.1-SNAPSHOT from the shaded jar.
[INFO] Excluding com.mojang:brigadier:jar:1.2.9 from the shaded jar.
[INFO] Excluding com.googlecode.json-simple:json-simple:jar:1.1.1 from the shaded jar.
[INFO] Excluding org.apache.logging.log4j:log4j-api:jar:2.17.1 from the shaded jar.
[INFO] Excluding org.slf4j:slf4j-api:jar:2.0.9 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-resolver-provider:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-model:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-model-builder:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.26 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-artifact:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.apache.commons:commons-lang3:jar:3.12.0 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-builder-support:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.9.0.M2 from the shaded jar.
[INFO] Excluding org.apache.maven:maven-repository-metadata:jar:3.9.6 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-api:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-spi:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-util:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-impl:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.apache.maven.resolver:maven-resolver-named-locks:jar:1.9.18 from the shaded jar.
[INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.5.1 from the shaded jar.
[INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar.
[INFO] Excluding net.kyori:adventure-api:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-key:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:examination-api:jar:1.3.0 from the shaded jar.
[INFO] Excluding net.kyori:examination-string:jar:1.3.0 from the shaded jar.
[INFO] Excluding org.jetbrains:annotations:jar:24.1.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-minimessage:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-serializer-gson:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-serializer-json:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:option:jar:1.0.0 from the shaded jar.
[INFO] Excluding com.google.auto.service:auto-service-annotations:jar:1.1.1 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-serializer-legacy:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-serializer-plain:jar:4.17.0 from the shaded jar.
[INFO] Excluding net.kyori:adventure-text-logger-slf4j:jar:4.17.0 from the shaded jar.
[INFO] Excluding org.checkerframework:checker-qual:jar:3.33.0 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm:jar:9.7 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm-commons:jar:9.7 from the shaded jar.
[INFO] Excluding org.ow2.asm:asm-tree:jar:9.7 from the shaded jar.
[INFO] Excluding io.swagger.core.v3:swagger-annotations:jar:2.2.20 from the shaded jar.
[INFO] Excluding com.sk89q.worldedit:worldedit-bukkit:jar:7.3.6 from the shaded jar.
[INFO] Excluding com.sk89q.worldedit:worldedit-core:jar:7.3.6 from the shaded jar.
[INFO] Excluding com.sk89q.worldedit.worldedit-libs:core:jar:7.3.6 from the shaded jar.
[INFO] Excluding org.antlr:antlr4:jar:4.13.1 from the shaded jar.
[INFO] Excluding org.antlr:antlr-runtime:jar:3.5.3 from the shaded jar.
[INFO] Excluding org.antlr:ST4:jar:4.3.4 from the shaded jar.
[INFO] Excluding org.abego.treelayout:org.abego.treelayout.core:jar:1.0.3 from the shaded jar.
[INFO] Excluding com.ibm.icu:icu4j:jar:72.1 from the shaded jar.
[INFO] Excluding com.google.code.findbugs:jsr305:jar:3.0.2 from the shaded jar.
[INFO] Excluding org.mozilla:rhino-runtime:jar:1.7.13 from the shaded jar.
[INFO] Excluding com.sk89q:jchronic:jar:0.2.4a from the shaded jar.
[INFO] Excluding com.sk89q.lib:jlibnoise:jar:1.0.0 from the shaded jar.
[INFO] Excluding org.antlr:antlr4-runtime:jar:4.13.1 from the shaded jar.
[INFO] Excluding com.sk89q.worldedit.worldedit-libs:bukkit:jar:7.3.6 from the shaded jar.
[INFO] Excluding io.papermc:paperlib:jar:1.0.8 from the shaded jar.
[INFO] Excluding org.bstats:bstats-bukkit:jar:2.2.1 from the shaded jar.
[INFO] Excluding org.bstats:bstats-base:jar:2.2.1 from the shaded jar.
[INFO] Excluding it.unimi.dsi:fastutil:jar:8.5.12 from the shaded jar.
[INFO] Excluding com.sk89q.worldguard:worldguard-bukkit:jar:7.0.10 from the shaded jar.
[INFO] Excluding com.sk89q.worldguard:worldguard-core:jar:7.0.10 from the shaded jar.
[INFO] Excluding com.sk89q.worldguard.worldguard-libs:core:jar:7.0.10 from the shaded jar.
[INFO] Excluding org.flywaydb:flyway-core:jar:3.0 from the shaded jar.
[INFO] Excluding com.google.guava:guava:jar:32.1.2-jre from the shaded jar.
[INFO] Excluding com.google.guava:failureaccess:jar:1.0.1 from the shaded jar.
[INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar.
[INFO] Excluding com.google.errorprone:error_prone_annotations:jar:2.18.0 from the shaded jar.
[INFO] Excluding com.google.j2objc:j2objc-annotations:jar:2.8 from the shaded jar.
[INFO] Excluding org.spigotmc:spigot-api:jar:1.21-R0.1-SNAPSHOT from the shaded jar.
[INFO] Excluding com.google.code.gson:gson:jar:2.10.1 from the shaded jar.
[INFO] Excluding org.joml:joml:jar:1.10.5 from the shaded jar.
[INFO] Excluding net.md-5:bungeecord-chat:jar:1.20-R0.2 from the shaded jar.
[INFO] Excluding org.yaml:snakeyaml:jar:2.2 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/jenkins_home/workspace/SKCompat/CHWorldGuard/target/CHWorldGuard-3.2.4.jar with /var/jenkins_home/workspace/SKCompat/CHWorldGuard/target/CHWorldGuard-3.2.4-shaded.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] SKCompat-parent 3 .................................. SUCCESS [  1.728 s]
[INFO] SKCompat 3.2.4 ..................................... SUCCESS [ 46.421 s]
[INFO] CHWorldEdit 3.2.4 .................................. SUCCESS [  6.501 s]
[INFO] CHWorldGuard 3.2.4 ................................. SUCCESS [  3.699 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:03 min
[INFO] Finished at: 2024-09-04T00:52:04-06:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/jenkins_home/workspace/SKCompat/pom.xml to io.github.jbaero/SKCompat-parent/3/SKCompat-parent-3.pom
[JENKINS] Archiving /var/jenkins_home/workspace/SKCompat/CHWorldEdit/pom.xml to io.github.jbaero/CHWorldEdit/3.2.4/CHWorldEdit-3.2.4.pom
[JENKINS] Archiving /var/jenkins_home/workspace/SKCompat/CHWorldEdit/target/CHWorldEdit-3.2.4.jar to io.github.jbaero/CHWorldEdit/3.2.4/CHWorldEdit-3.2.4.jar
[JENKINS] Archiving /var/jenkins_home/workspace/SKCompat/CHWorldGuard/pom.xml to io.github.jbaero/CHWorldGuard/3.2.4/CHWorldGuard-3.2.4.pom
[JENKINS] Archiving /var/jenkins_home/workspace/SKCompat/CHWorldGuard/target/CHWorldGuard-3.2.4.jar to io.github.jbaero/CHWorldGuard/3.2.4/CHWorldGuard-3.2.4.jar
[JENKINS] Archiving /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/pom.xml to io.github.jbaero/SKCompat/3.2.4/SKCompat-3.2.4.pom
[JENKINS] Archiving /var/jenkins_home/workspace/SKCompat/SKCompat-bundle/target/SKCompat-3.2.4.jar to io.github.jbaero/SKCompat/3.2.4/SKCompat-3.2.4.jar
channel stopped
Setting project description with contents of file [README.md]
Archiving artifacts
Finished: SUCCESS