Started by user Philipp Haussleiter Running as SYSTEM Building in workspace /home/javastream.de/jenkins/jobs/info.picocli.picocli/workspace Cloning the remote Git repository Cloning repository https://github.com/remkop/picocli.git > /usr/bin/git init /home/javastream.de/jenkins/jobs/info.picocli.picocli/workspace # timeout=10 Fetching upstream changes from https://github.com/remkop/picocli.git > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --progress https://github.com/remkop/picocli.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config remote.origin.url https://github.com/remkop/picocli.git # timeout=10 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/bin/git config remote.origin.url https://github.com/remkop/picocli.git # timeout=10 Fetching upstream changes from https://github.com/remkop/picocli.git > /usr/bin/git fetch --tags --progress https://github.com/remkop/picocli.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse refs/tags/v4.6.1^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/refs/tags/v4.6.1^{commit} # timeout=10 Checking out Revision b89eec6905deb15b2d650065433e976f56d6da62 (refs/tags/v4.6.1) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f b89eec6905deb15b2d650065433e976f56d6da62 Commit message: "Release picocli version 4.6.1" First time build. Skipping changelog. [workspace] $ /home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin/mvn clean install [INFO] Scanning for projects... [INFO] [INFO] ------------------------< info.picocli:picocli >------------------------ [INFO] Building picocli - a mighty tiny Command Line Interface 4.0.0-alpha-3 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ picocli --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ picocli --- [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/javastream.de/jenkins/jobs/info.picocli.picocli/workspace/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ picocli --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent! [INFO] Compiling 3 source files to /home/javastream.de/jenkins/jobs/info.picocli.picocli/workspace/target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [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] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.403 s [INFO] Finished at: 2022-05-13T02:07:31+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project picocli: Compilation failure: Compilation failure: [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. [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 Build step 'Invoke top-level Maven targets' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: FAILURE