Established TCP socket on 38031 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/jenkins_home/workspace/CHGroovy/pom.xml clean package [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.chgroovy:chgroovy:jar:1.0.4-SNAPSHOT [WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 270, column 20 [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] -----------------------< com.chgroovy:chgroovy >------------------------ [INFO] Building CHGroovy 1.0.4-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Could not transfer metadata com.sk89q:commandhelper:3.3.5-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [sk89q-repo (http://maven.sk89q.com/repo, default, releases+snapshots), maven-central (http://repo1.maven.org/maven2/, default, releases+snapshots)] [WARNING] com.sk89q:commandhelper:3.3.5-SNAPSHOT/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata com.sk89q:commandhelper:3.3.5-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [sk89q-repo (http://maven.sk89q.com/repo, default, releases+snapshots), maven-central (http://repo1.maven.org/maven2/, default, releases+snapshots)] [WARNING] Could not transfer metadata org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [sk89q-repo (http://maven.sk89q.com/repo, default, releases+snapshots), maven-central (http://repo1.maven.org/maven2/, default, releases+snapshots)] [WARNING] org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT/maven-metadata.xml failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [sk89q-repo (http://maven.sk89q.com/repo, default, releases+snapshots), maven-central (http://repo1.maven.org/maven2/, default, releases+snapshots)] [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ chgroovy --- [INFO] Deleting /var/jenkins_home/workspace/CHGroovy/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ chgroovy --- [INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHGroovy/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ chgroovy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /var/jenkins_home/workspace/CHGroovy/target/classes [WARNING] system modules path not set in conjunction with -source 16 [INFO] [INFO] --- processor:4.5:process (process) @ chgroovy --- [WARNING] diagnostic: warning: Supported source version 'RELEASE_8' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '17' [INFO] [INFO] --- exec:3.0.0:java (cache-annotations) @ chgroovy --- -- Caching annotations -- Scanning for classes in /var/jenkins_home/workspace/CHGroovy/target/classes Outputting file to directory /var/jenkins_home/workspace/CHGroovy/target/classes java.lang.IllegalArgumentException at com.laytonsmith.libs.org.objectweb.asm.ClassReader.<init>(Unknown Source) at com.laytonsmith.libs.org.objectweb.asm.ClassReader.<init>(Unknown Source) at com.laytonsmith.libs.org.objectweb.asm.ClassReader.<init>(Unknown Source) at com.laytonsmith.PureUtilities.ClassLoading.ClassDiscovery.discover(ClassDiscovery.java:313) at com.laytonsmith.PureUtilities.ClassLoading.ClassDiscovery.doDiscovery(ClassDiscovery.java:234) at com.laytonsmith.PureUtilities.ClassLoading.ClassDiscovery.getKnownClasses(ClassDiscovery.java:517) at com.laytonsmith.PureUtilities.ClassLoading.ClassDiscoveryURLCache.<init>(ClassDiscoveryURLCache.java:50) at com.laytonsmith.PureUtilities.ClassLoading.ClassDiscoveryURLCache.<init>(ClassDiscoveryURLCache.java:30) at com.laytonsmith.PureUtilities.ClassLoading.Annotations.CacheAnnotations.main(CacheAnnotations.java:45) at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:254) at java.base/java.lang.Thread.run(Thread.java:840) Done writing jarInfo.ser, which took 154 ms. -- Checking for custom compile errors -- -- Finished with custom compiler checks -- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ chgroovy --- [INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHGroovy/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ chgroovy --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.9:test (default-test) @ chgroovy --- [INFO] No tests to run. [INFO] Surefire report directory: /var/jenkins_home/workspace/CHGroovy/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ chgroovy --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30.014 s [INFO] Finished at: 2024-02-29T03:16:13-07:00 [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:3.2.0:jar (default-jar) on project chgroovy: Error assembling JAR: /var/jenkins_home/workspace/CHGroovy/true (No such file or directory) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException