You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/02/24 00:17:41 UTC

Build failed in Jenkins: Commons Math #86

See <https://builds.apache.org/job/Commons%20Math/86/changes>

Changes:

[thomas.neidhart] Update minimum JDK to at least Java 7.

[thomas.neidhart] [MATH-1155] Performance improvement for WELL class random number generators.

[thomas.neidhart] Add changelog entry for MATH-1155.

[thomas.neidhart] Remove deprecated classes and methods.

[thomas.neidhart] Remove deprecated methods in package geometry.

[thomas.neidhart] Remove deprecated methods in linear package.

[thomas.neidhart] Replace removed methods by toArray().

------------------------------------------
Started by an SCM change
Started by an SCM change
Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 ubuntu) in workspace <https://builds.apache.org/job/Commons%20Math/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://git-wip-us.apache.org/repos/asf/commons-math.git # timeout=10
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/commons-math.git
 > git --version # timeout=10
 > git fetch --tags --progress http://git-wip-us.apache.org/repos/asf/commons-math.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 03e65c98da2a0b2e27b14713543c2a61d56b1237 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03e65c98da2a0b2e27b14713543c2a61d56b1237
 > git rev-list 76d5be34f0327c8d39015d2962005babc2652cf7 # timeout=10
Setting JDK_1_5_LATEST__HOME=/home/jenkins/tools/java/latest1.5
Parsing POMs
Modules changed, recalculating dependency graph
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Commons Math] $ /home/jenkins/tools/java/latest1.6/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 42620
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Commons%20Math/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean deploy --batch-mode -Dgpg.skip -Prelease -Pjava-1.5 -DJAVA_1_5_HOME=/home/jenkins/tools/java/latest1.5
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Math 4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ commons-math4 ---
[INFO] Deleting <https://builds.apache.org/job/Commons%20Math/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ commons-math4 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-version) @ commons-math4 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-math4 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons%20Math/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ commons-math4 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ commons-math4 ---
[INFO] Executing: /bin/sh -c cd "<https://builds.apache.org/job/Commons%20Math/ws/"> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Commons%20Math/ws/>
[INFO] Storing buildNumber: null at timestamp: 1424733456067
[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%20Math/ws/"> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Commons%20Math/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-jgit-buildnumber-plugin:1.2.8:extract-buildnumber (default) @ commons-math4 ---
[INFO] Git info extracted, revision: '03e65c9', branch: '', tag: '', commitsCount: '5525', buildnumber: 'UNNAMED.5525.03e65c9'
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-math4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ commons-math4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 914 source files to <https://builds.apache.org/job/Commons%20Math/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: 8.307s
[INFO] Finished at: Mon Feb 23 23:17:38 UTC 2015
[INFO] Final Memory: 20M/250M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project commons-math4: 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%20Math/ws/pom.xml> to org.apache.commons/commons-math4/4.0-SNAPSHOT/commons-math4-4.0-SNAPSHOT.pom
Sending artifact delta relative to Commons Math » Apache Commons Math #85
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 27453 bytes
Compression is 0.0%
Took 1.6 sec
channel stopped

Jenkins build is back to stable : Commons Math #97

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/97/changes>


Jenkins build is still unstable: Commons Math #96

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/changes>


Jenkins build is still unstable: Commons Math #95

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/changes>


Jenkins build is still unstable: Commons Math #94

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/changes>


Jenkins build is still unstable: Commons Math #93

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/changes>


Jenkins build is still unstable: Commons Math #92

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/changes>


Jenkins build is still unstable: Commons Math #91

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/changes>


Jenkins build is still unstable: Commons Math #90

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/90/>


Jenkins build is unstable: Commons Math #89

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/89/>


Build failed in Jenkins: Commons Math #88

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/88/>

------------------------------------------
Started by timer
Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu) in workspace <https://builds.apache.org/job/Commons%20Math/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://git-wip-us.apache.org/repos/asf/commons-math.git # timeout=10
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/commons-math.git
 > git --version # timeout=10
 > git fetch --tags --progress http://git-wip-us.apache.org/repos/asf/commons-math.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 4140e01266cf6ba3b2d3ef373dcd8357c30d8d08 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4140e01266cf6ba3b2d3ef373dcd8357c30d8d08
 > git rev-list 4140e01266cf6ba3b2d3ef373dcd8357c30d8d08 # timeout=10
Setting JDK_1_5_LATEST__HOME=/home/jenkins/tools/java/latest1.5
Parsing POMs
Modules changed, recalculating dependency graph
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Commons Math] $ /home/jenkins/tools/java/latest1.6/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 60858
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Commons%20Math/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/1 clean deploy --batch-mode -Dgpg.skip -Prelease -Pjava-1.5 -DJAVA_1_5_HOME=/home/jenkins/tools/java/latest1.5
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Math 4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ commons-math4 ---
[INFO] Deleting <https://builds.apache.org/job/Commons%20Math/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ commons-math4 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-version) @ commons-math4 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-math4 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons%20Math/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ commons-math4 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ commons-math4 ---
[INFO] Executing: /bin/sh -c cd "<https://builds.apache.org/job/Commons%20Math/ws/"> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Commons%20Math/ws/>
[INFO] Storing buildNumber: null at timestamp: 1424790682515
[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%20Math/ws/"> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Commons%20Math/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-jgit-buildnumber-plugin:1.2.8:extract-buildnumber (default) @ commons-math4 ---
[INFO] Git info extracted, revision: '4140e01', branch: '', tag: '', commitsCount: '5526', buildnumber: 'UNNAMED.5526.4140e01'
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-math4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ commons-math4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 914 source files to <https://builds.apache.org/job/Commons%20Math/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: 10.384s
[INFO] Finished at: Tue Feb 24 15:11:26 UTC 2015
[INFO] Final Memory: 20M/250M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project commons-math4: 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%20Math/ws/pom.xml> to org.apache.commons/commons-math4/4.0-SNAPSHOT/commons-math4-4.0-SNAPSHOT.pom
Sending artifact delta relative to Commons Math » Apache Commons Math #85
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 27453 bytes
Compression is 0.0%
Took 1.6 sec
channel stopped

Build failed in Jenkins: Commons Math #87

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons%20Math/87/changes>

Changes:

[tn] Fix checkstyle warnings.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu-6 (docker Ubuntu ubuntu) in workspace <https://builds.apache.org/job/Commons%20Math/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://git-wip-us.apache.org/repos/asf/commons-math.git # timeout=10
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/commons-math.git
 > git --version # timeout=10
 > git fetch --tags --progress http://git-wip-us.apache.org/repos/asf/commons-math.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 4140e01266cf6ba3b2d3ef373dcd8357c30d8d08 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4140e01266cf6ba3b2d3ef373dcd8357c30d8d08
 > git rev-list 03e65c98da2a0b2e27b14713543c2a61d56b1237 # timeout=10
Setting JDK_1_5_LATEST__HOME=/home/jenkins/tools/java/latest1.5
Parsing POMs
Downloaded artifact http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom
Modules changed, recalculating dependency graph
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Commons Math] $ /home/jenkins/tools/java/latest1.6/bin/java -Xmx2g -Xms256m -XX:MaxPermSize=512m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 44313
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/Commons%20Math/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 clean deploy --batch-mode -Dgpg.skip -Prelease -Pjava-1.5 -DJAVA_1_5_HOME=/home/jenkins/tools/java/latest1.5
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Math 4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.5.3/maven-assembly-plugin-2.5.3.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.5.3/maven-assembly-plugin-2.5.3.jar (232 KB at 499.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 563.6 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ commons-math4 ---
[INFO] Deleting <https://builds.apache.org/job/Commons%20Math/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ commons-math4 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-version) @ commons-math4 ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-math4 ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons%20Math/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ commons-math4 ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ commons-math4 ---
[INFO] Executing: /bin/sh -c cd "<https://builds.apache.org/job/Commons%20Math/ws/"> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Commons%20Math/ws/>
[INFO] Storing buildNumber: null at timestamp: 1424777008497
[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%20Math/ws/"> && git rev-parse --verify HEAD
[INFO] Working directory: <https://builds.apache.org/job/Commons%20Math/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-jgit-buildnumber-plugin:1.2.8:extract-buildnumber (default) @ commons-math4 ---
[INFO] Git info extracted, revision: '4140e01', branch: '', tag: '', commitsCount: '5526', buildnumber: 'UNNAMED.5526.4140e01'
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-math4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ commons-math4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 914 source files to <https://builds.apache.org/job/Commons%20Math/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: 10.592s
[INFO] Finished at: Tue Feb 24 11:23:32 UTC 2015
[INFO] Final Memory: 22M/237M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project commons-math4: 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%20Math/ws/pom.xml> to org.apache.commons/commons-math4/4.0-SNAPSHOT/commons-math4-4.0-SNAPSHOT.pom
Sending artifact delta relative to Commons Math » Apache Commons Math #85
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 27453 bytes
Compression is 0.0%
Took 1.2 sec
channel stopped