Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gary Gregory
On Wed, Aug 9, 2017 at 4:52 PM, Gilles wrote: > On Thu, 10 Aug 2017 01:31:04 +0200, Gilles wrote: > >> On Wed, 9 Aug 2017 16:10:58 -0700, Gary Gregory wrote: >> >>> On Wed, Aug 9, 2017 at 3:52 PM, Gilles >>> wrote: >>> >>> On Wed, 9

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gilles
On Thu, 10 Aug 2017 01:48:48 +0200, Gilles wrote: On Thu, 10 Aug 2017 00:30:59 +0100, sebb wrote: On 10 August 2017 at 00:08, Gilles wrote: On Wed, 9 Aug 2017 23:48:30 +0100, sebb wrote: On 9 August 2017 at 23:19, Gilles wrote:

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gilles
On Thu, 10 Aug 2017 01:31:04 +0200, Gilles wrote: On Wed, 9 Aug 2017 16:10:58 -0700, Gary Gregory wrote: On Wed, Aug 9, 2017 at 3:52 PM, Gilles wrote: On Wed, 9 Aug 2017 15:23:23 -0700, Gary Gregory wrote: I would start by updating the Maven plugins and any

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gilles
On Thu, 10 Aug 2017 00:30:59 +0100, sebb wrote: On 10 August 2017 at 00:08, Gilles wrote: On Wed, 9 Aug 2017 23:48:30 +0100, sebb wrote: On 9 August 2017 at 23:19, Gilles wrote: On Wed, 9 Aug 2017 15:46:54 +0100, sebb wrote:

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gilles
On Wed, 9 Aug 2017 16:10:58 -0700, Gary Gregory wrote: On Wed, Aug 9, 2017 at 3:52 PM, Gilles wrote: On Wed, 9 Aug 2017 15:23:23 -0700, Gary Gregory wrote: I would start by updating the Maven plugins and any third party deps. For example: [INFO] ---

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread sebb
On 10 August 2017 at 00:08, Gilles wrote: > On Wed, 9 Aug 2017 23:48:30 +0100, sebb wrote: >> >> On 9 August 2017 at 23:19, Gilles wrote: >>> >>> On Wed, 9 Aug 2017 15:46:54 +0100, sebb wrote: On 9 August 2017 at 13:51,

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gary Gregory
On Wed, Aug 9, 2017 at 3:52 PM, Gilles wrote: > On Wed, 9 Aug 2017 15:23:23 -0700, Gary Gregory wrote: > >> I would start by updating the Maven plugins and any third party deps. >> >> For example: >> >> [INFO] ---

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gilles
On Wed, 9 Aug 2017 23:48:30 +0100, sebb wrote: On 9 August 2017 at 23:19, Gilles wrote: On Wed, 9 Aug 2017 15:46:54 +0100, sebb wrote: On 9 August 2017 at 13:51, Gilles wrote: Hi. Build with Java 8 runs fine:

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gilles
On Wed, 9 Aug 2017 15:23:23 -0700, Gary Gregory wrote: I would start by updating the Maven plugins and any third party deps. For example: [INFO] --- maven-jgit-buildnumber-plugin:1.2.10:extract-buildnumber (default) @ commons-math4 --- [ERROR] org.eclipse.jgit.errors.RevWalkException: Walk

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread sebb
On 9 August 2017 at 23:19, Gilles wrote: > On Wed, 9 Aug 2017 15:46:54 +0100, sebb wrote: >> >> On 9 August 2017 at 13:51, Gilles wrote: >>> >>> Hi. >>> >>> Build with Java 8 runs fine: >>>

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gary Gregory
I would start by updating the Maven plugins and any third party deps. For example: [INFO] --- maven-jgit-buildnumber-plugin:1.2.10:extract-buildnumber (default) @ commons-math4 --- [ERROR] org.eclipse.jgit.errors.RevWalkException: Walk failure. Why not try updating

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread Gilles
On Wed, 9 Aug 2017 15:46:54 +0100, sebb wrote: On 9 August 2017 at 13:51, Gilles wrote: Hi. Build with Java 8 runs fine: https://travis-ci.org/apache/commons-math/jobs/262647212 But with Java 7: https://travis-ci.org/apache/commons-math/jobs/262647211 Is

Re: [Math][ALL] Travis failing (with JDK7 but not JDK8)

2017-08-09 Thread sebb
On 9 August 2017 at 13:51, Gilles wrote: > Hi. > > Build with Java 8 runs fine: > https://travis-ci.org/apache/commons-math/jobs/262647212 > > But with Java 7: > https://travis-ci.org/apache/commons-math/jobs/262647211 > > Is anyone willing to debug this failure?