Skip to content
Failed

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/CHGroovy
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/CHGroovy/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/LadyCailin/chgroovy/ # timeout=10
Fetching upstream changes from https://github.com/LadyCailin/chgroovy/
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/LadyCailin/chgroovy/ +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 06f76d54ee306dc55026eac8904836cbefc6a327 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06f76d54ee306dc55026eac8904836cbefc6a327 # timeout=10
Commit message: "Rethrow everything, not just Exception"
 > git rev-list --no-walk 06f76d54ee306dc55026eac8904836cbefc6a327 # timeout=10
Parsing POMs
Established TCP socket on 43653
[CHGroovy] $ /usr/lib/jvm/temurin-17-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-3160.vd76b_9ddd10cc.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 43653
<===[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 org.spigotmc:spigot-api:1.20.4-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.20.4-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.20.4-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] Could not transfer metadata io.papermc.paper:paper-api:1.20.4-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] io.papermc.paper:paper-api:1.20.4-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 io.papermc.paper:paper-api:1.20.4-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_16' 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
Done writing jarInfo.ser, which took 341 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
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.9/surefire-junit3-2.9.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.9/surefire-junit3-2.9.pom (1.7 kB at 1.1 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.9/surefire-junit3-2.9.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit3/2.9/surefire-junit3-2.9.jar (26 kB at 123 kB/s)

-------------------------------------------------------
 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:  36.547 s
[INFO] Finished at: 2024-03-01T05:02:23-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
[JENKINS] Archiving /var/jenkins_home/workspace/CHGroovy/pom.xml to com.chgroovy/chgroovy/1.0.4-SNAPSHOT/chgroovy-1.0.4-SNAPSHOT.pom
channel stopped
Setting project description with contents of file [README.md]
Archiving artifacts
Finished: FAILURE