Skip to content
Failed

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/CHJavascript
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/LadyCailin/CHJavascript
 > git init /var/jenkins_home/workspace/CHJavascript # timeout=10
Fetching upstream changes from https://github.com/LadyCailin/CHJavascript
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/LadyCailin/CHJavascript +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/LadyCailin/CHJavascript # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision d74e39fbaa5141ab47ae058af4f1cc3353fe9b3d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d74e39fbaa5141ab47ae058af4f1cc3353fe9b3d # timeout=10
Commit message: "Merge pull request #2 from PseudoKnight/master"
First time build. Skipping changelog.
Parsing POMs
Discovered a new module com.chjavascript:chjavascript CHJavascript
Modules changed, recalculating dependency graph
Established TCP socket on 37165
[CHJavascript] $ /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 37165
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/CHJavascript/pom.xml clean package
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.chjavascript:chjavascript:jar:1.0.3-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter. @ line 210, 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.chjavascript:chjavascript >--------------------
[INFO] Building CHJavascript 1.0.3-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[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) @ chjavascript ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ chjavascript ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHJavascript/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.0:compile (default-compile) @ chjavascript ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /var/jenkins_home/workspace/CHJavascript/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.388 s
[INFO] Finished at: 2024-02-29T03:03:34-07:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project chjavascript: Compilation failure: Compilation failure:
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[ERROR] -> [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/MojoFailureException
[JENKINS] Archiving /var/jenkins_home/workspace/CHJavascript/pom.xml to com.chjavascript/chjavascript/1.0.3-SNAPSHOT/chjavascript-1.0.3-SNAPSHOT.pom
channel stopped
Could not find project description file [README.md] in workspace, not setting project description
Archiving artifacts
Finished: FAILURE