See <https://builds.apache.org/job/commons-cli/58/display/redirect?page=changes>
Changes: [britter] Update README.md ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H33 (ubuntu xenial) in workspace <https://builds.apache.org/job/commons-cli/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://gitbox.apache.org/repos/asf/commons-cli.git # timeout=10 Fetching upstream changes from https://gitbox.apache.org/repos/asf/commons-cli.git > git --version # timeout=10 > git fetch --tags --progress > https://gitbox.apache.org/repos/asf/commons-cli.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision cdf1ebadba1240dbb613ba536a89dfc102dc3736 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cdf1ebadba1240dbb613ba536a89dfc102dc3736 Commit message: "Update README.md" > git rev-list --no-walk cb63d85665dd8351e053653341a92e627d671aa6 # timeout=10 [EnvInject] - Injecting environment variables from a build step. Setting JDK_1_5_LATEST__HOME=/home/jenkins/tools/java/latest1.5 [EnvInject] - Injecting as environment variables the properties content JAVA_1_5_HOME=/home/jenkins/tools/java/latest1.5 [EnvInject] - Variables injected successfully. Setting JDK_1_5_LATEST__HOME=/home/jenkins/tools/java/latest1.5 Parsing POMs Established TCP socket on 33204 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [commons-cli] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx4g -Xms4g -cp /home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.2/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.2/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.2 /home/jenkins/jenkins-slave/remoting.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 33204 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f <https://builds.apache.org/job/commons-cli/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 clean install --batch-mode -Dgpg.skip -Prelease -Pjava-1.5 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Commons CLI 1.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-cli --- [INFO] Deleting <https://builds.apache.org/job/commons-cli/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-cli --- [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-cli --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-cli --- [INFO] Executing tasks main: [copy] Copying 2 files to <https://builds.apache.org/job/commons-cli/ws/target/apidocs/META-INF> [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-cli --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-cli --- [INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-cli/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: <https://builds.apache.org/job/commons-cli/ws/> [INFO] Storing buildNumber: cdf1ebadba1240dbb613ba536a89dfc102dc3736 at timestamp: 1550424247265 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/commons-cli/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: <https://builds.apache.org/job/commons-cli/ws/> [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-cli --- [INFO] Using 'utf-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/commons-cli/ws/src/main/resources> [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-cli --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to <https://builds.apache.org/job/commons-cli/ws/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] javac: invalid target release: 1.7 Usage: javac <options> <source files> where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath <path> Specify where to find user class files -cp <path> Specify where to find user class files -sourcepath <path> Specify where to find input source files -bootclasspath <path> Override location of bootstrap class files -extdirs <dirs> Override location of installed extensions -endorseddirs <dirs> Override location of endorsed standards path -d <directory> Specify where to place generated class files -encoding <encoding> Specify character encoding used by source files -source <release> Provide source compatibility with specified release -target <release> Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -X Print a synopsis of nonstandard options -J<flag> Pass <flag> directly to the runtime system [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.872 s [INFO] Finished at: 2019-02-17T17:24:14Z [INFO] Final Memory: 40M/3925M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project commons-cli: Compilation failure [ERROR] javac: invalid target release: 1.7 [ERROR] Usage: javac <options> <source files> [ERROR] where possible options include: [ERROR] -g Generate all debugging info [ERROR] -g:none Generate no debugging info [ERROR] -g:{lines,vars,source} Generate only some debugging info [ERROR] -nowarn Generate no warnings [ERROR] -verbose Output messages about what the compiler is doing [ERROR] -deprecation Output source locations where deprecated APIs are used [ERROR] -classpath <path> Specify where to find user class files [ERROR] -cp <path> Specify where to find user class files [ERROR] -sourcepath <path> Specify where to find input source files [ERROR] -bootclasspath <path> Override location of bootstrap class files [ERROR] -extdirs <dirs> Override location of installed extensions [ERROR] -endorseddirs <dirs> Override location of endorsed standards path [ERROR] -d <directory> Specify where to place generated class files [ERROR] -encoding <encoding> Specify character encoding used by source files [ERROR] -source <release> Provide source compatibility with specified release [ERROR] -target <release> Generate class files for specific VM version [ERROR] -version Version information [ERROR] -help Print a synopsis of standard options [ERROR] -X Print a synopsis of nonstandard options [ERROR] -J<flag> Pass <flag> directly to the runtime system [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 <https://builds.apache.org/job/commons-cli/ws/pom.xml> to commons-cli/commons-cli/1.5-SNAPSHOT/commons-cli-1.5-SNAPSHOT.pom Sending e-mails to: [email protected] channel stopped Setting JDK_1_5_LATEST__HOME=/home/jenkins/tools/java/latest1.5 Setting JDK_1_5_LATEST__HOME=/home/jenkins/tools/java/latest1.5 Setting JDK_1_5_LATEST__HOME=/home/jenkins/tools/java/latest1.5
