Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Ondřej Čertík
On Tue, Sep 4, 2012 at 2:58 PM, wrote: > On Tue, Sep 4, 2012 at 5:49 PM, Ondřej Čertík wrote: >> On Tue, Sep 4, 2012 at 1:48 PM, wrote: >>> On Tue, Sep 4, 2012 at 4:37 PM, Nathaniel Smith wrote: On Tue, Sep 4, 2012 at 9:17 PM, Ondřej Čertík wrote: > On Tue, Sep 4, 2012 at 12:4

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread josef . pktd
On Tue, Sep 4, 2012 at 5:49 PM, Ondřej Čertík wrote: > On Tue, Sep 4, 2012 at 1:48 PM, wrote: >> On Tue, Sep 4, 2012 at 4:37 PM, Nathaniel Smith wrote: >>> On Tue, Sep 4, 2012 at 9:17 PM, Ondřej Čertík >>> wrote: On Tue, Sep 4, 2012 at 12:41 PM, Ondřej Čertík wrote: > On Tue,

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Ondřej Čertík
On Tue, Sep 4, 2012 at 1:48 PM, wrote: > On Tue, Sep 4, 2012 at 4:37 PM, Nathaniel Smith wrote: >> On Tue, Sep 4, 2012 at 9:17 PM, Ondřej Čertík >> wrote: >>> On Tue, Sep 4, 2012 at 12:41 PM, Ondřej Čertík >>> wrote: On Tue, Sep 4, 2012 at 12:31 PM, Ondřej Čertík wrote: > On

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Charles R Harris
On Tue, Sep 4, 2012 at 2:37 PM, Nathaniel Smith wrote: > On Tue, Sep 4, 2012 at 9:17 PM, Ondřej Čertík > wrote: > > On Tue, Sep 4, 2012 at 12:41 PM, Ondřej Čertík > wrote: > >> On Tue, Sep 4, 2012 at 12:31 PM, Ondřej Čertík > wrote: > >>> On Tue, Sep 4, 2012 at 3:15 AM, Nathaniel Smith wrote:

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread josef . pktd
On Tue, Sep 4, 2012 at 4:37 PM, Nathaniel Smith wrote: > On Tue, Sep 4, 2012 at 9:17 PM, Ondřej Čertík wrote: >> On Tue, Sep 4, 2012 at 12:41 PM, Ondřej Čertík >> wrote: >>> On Tue, Sep 4, 2012 at 12:31 PM, Ondřej Čertík >>> wrote: On Tue, Sep 4, 2012 at 3:15 AM, Nathaniel Smith wrote:

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Nathaniel Smith
On Tue, Sep 4, 2012 at 9:17 PM, Ondřej Čertík wrote: > On Tue, Sep 4, 2012 at 12:41 PM, Ondřej Čertík > wrote: >> On Tue, Sep 4, 2012 at 12:31 PM, Ondřej Čertík >> wrote: >>> On Tue, Sep 4, 2012 at 3:15 AM, Nathaniel Smith wrote: The last two Travis builds of master have failed consisten

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Ondřej Čertík
On Tue, Sep 4, 2012 at 12:41 PM, Ondřej Čertík wrote: > On Tue, Sep 4, 2012 at 12:31 PM, Ondřej Čertík > wrote: >> On Tue, Sep 4, 2012 at 3:15 AM, Nathaniel Smith wrote: >>> The last two Travis builds of master have failed consistently with the >>> same error: >>> http://travis-ci.org/#!/nump

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Ondřej Čertík
On Tue, Sep 4, 2012 at 12:31 PM, Ondřej Čertík wrote: > On Tue, Sep 4, 2012 at 3:15 AM, Nathaniel Smith wrote: >> The last two Travis builds of master have failed consistently with the >> same error: >> http://travis-ci.org/#!/numpy/numpy/builds >> It looks like a real failure -- we're getting

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Ondřej Čertík
On Tue, Sep 4, 2012 at 3:15 AM, Nathaniel Smith wrote: > The last two Travis builds of master have failed consistently with the > same error: > http://travis-ci.org/#!/numpy/numpy/builds > It looks like a real failure -- we're getting the same error on every > build variant, some sort of problem

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Matthew Brett
Hi, On Tue, Sep 4, 2012 at 2:18 PM, Nathaniel Smith wrote: > On Tue, Sep 4, 2012 at 1:47 PM, Scott Sinclair > wrote: >> On 4 September 2012 12:23, Matthew Brett wrote: >>> On Tue, Sep 4, 2012 at 11:15 AM, Nathaniel Smith wrote: The last two Travis builds of master have failed consistently

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Nathaniel Smith
On Tue, Sep 4, 2012 at 1:47 PM, Scott Sinclair wrote: > On 4 September 2012 12:23, Matthew Brett wrote: >> On Tue, Sep 4, 2012 at 11:15 AM, Nathaniel Smith wrote: >>> The last two Travis builds of master have failed consistently with the >>> same error: >>> http://travis-ci.org/#!/numpy/numpy/

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Scott Sinclair
On 4 September 2012 12:23, Matthew Brett wrote: > On Tue, Sep 4, 2012 at 11:15 AM, Nathaniel Smith wrote: >> The last two Travis builds of master have failed consistently with the >> same error: >> http://travis-ci.org/#!/numpy/numpy/builds >> It looks like a real failure -- we're getting the s

Re: [Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Matthew Brett
Hi, On Tue, Sep 4, 2012 at 11:15 AM, Nathaniel Smith wrote: > The last two Travis builds of master have failed consistently with the > same error: > http://travis-ci.org/#!/numpy/numpy/builds > It looks like a real failure -- we're getting the same error on every > build variant, some sort of p

[Numpy-discussion] Mysterious test_pareto failure on Travis

2012-09-04 Thread Nathaniel Smith
The last two Travis builds of master have failed consistently with the same error: http://travis-ci.org/#!/numpy/numpy/builds It looks like a real failure -- we're getting the same error on every build variant, some sort of problem in test_pareto. Example: http://travis-ci.org/#!/numpy/numpy/jo