Skip to content
Failed

Console Output

Established TCP socket on 45875
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/CHIRC/pom.xml clean package
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------------< com.entityreborn:chirc >-----------------------
[INFO] Building CHIRC 0.0.1
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ chirc ---
[INFO] Deleting /var/jenkins_home/workspace/CHIRC/target
[INFO] 
[INFO] --- buildnumber:1.2:create (default) @ chirc ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/CHIRC && git rev-parse --verify HEAD
[INFO] Working directory: /var/jenkins_home/workspace/CHIRC
[INFO] Storing buildNumber: 689e1177e8f88a912c99443f89b8ba78f6ffb71a at timestamp: 1708752934278
[INFO] Executing: /bin/sh -c cd /var/jenkins_home/workspace/CHIRC && git rev-parse --verify HEAD
[INFO] Working directory: /var/jenkins_home/workspace/CHIRC
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ chirc ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHIRC/src/main/resources
[INFO] 
[INFO] --- compiler:2.3.2:compile (default-compile) @ chirc ---
[INFO] Compiling 4 source files to /var/jenkins_home/workspace/CHIRC/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
warning: [options] bootstrap class path not set in conjunction with -source 5
error: Source option 5 is no longer supported. Use 6 or later.
error: Target option 1.5 is no longer supported. Use 1.6 or later.

[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.026 s
[INFO] Finished at: 2024-02-23T22:35:38-07:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project chirc: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR] warning: [options] bootstrap class path not set in conjunction with -source 5
[ERROR] error: Source option 5 is no longer supported. Use 6 or later.
[ERROR] error: Target option 1.5 is no longer supported. Use 1.6 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