
Hi, Travis is repeatedly being unable to complete one of our test builds. It all started after I merged a very simple PR that changed a single word in a docstring, so I have a hard time believing that is the actual cause. Can anyone who actually knows what Travis is doing take a look at the log: https://travis-ci.org/numpy/numpy/builds/96836128 Thanks, Jaime -- (\__/) ( O.o) ( > <) Este es Conejo. Copia a Conejo en tu firma y ayúdale en sus planes de dominación mundial.

Hi, I noticed the same kind of glitches for my project "pyFAI". It seems some Travis VM are bugged. Cheers, Jerome

On 15 December 2015 at 07:25, Jaime Fernández del Río <jaime.frio@gmail.com> wrote:
Can anyone who actually knows what Travis is doing take a look at the log:
I don't claim to understand what is happening there, but I believe the function setup_chroot is missing the actual installation of Numpy, or perhaps a call to setup_base. https://github.com/numpy/numpy/blob/master/tools/travis-test.sh What is CHROOT install anyway? /David.

On Tue, Dec 15, 2015 at 2:50 AM, Daπid <davidmenhur@gmail.com> wrote:
I noticed that, but it used to work. Although I wonder if it worked correctly... Note that Travis has been moving to GCI <https://blog.travis-ci.com/2015-11-27-moving-to-a-more-elastic-future>, a move which broke the test script in 1.10.x last week, so I figure this is just one more consequence.
https://github.com/numpy/numpy/blob/master/tools/travis-test.sh
What is CHROOT install anyway?
A pretty good short description <https://help.ubuntu.com/community/BasicChroot>. Chuck

On Mon, Dec 14, 2015 at 11:25 PM, Jaime Fernández del Río < jaime.frio@gmail.com> wrote:
Proposed fix at https://github.com/numpy/numpy/pull/6837 Chuck

Hi, I noticed the same kind of glitches for my project "pyFAI". It seems some Travis VM are bugged. Cheers, Jerome

On 15 December 2015 at 07:25, Jaime Fernández del Río <jaime.frio@gmail.com> wrote:
Can anyone who actually knows what Travis is doing take a look at the log:
I don't claim to understand what is happening there, but I believe the function setup_chroot is missing the actual installation of Numpy, or perhaps a call to setup_base. https://github.com/numpy/numpy/blob/master/tools/travis-test.sh What is CHROOT install anyway? /David.

On Tue, Dec 15, 2015 at 2:50 AM, Daπid <davidmenhur@gmail.com> wrote:
I noticed that, but it used to work. Although I wonder if it worked correctly... Note that Travis has been moving to GCI <https://blog.travis-ci.com/2015-11-27-moving-to-a-more-elastic-future>, a move which broke the test script in 1.10.x last week, so I figure this is just one more consequence.
https://github.com/numpy/numpy/blob/master/tools/travis-test.sh
What is CHROOT install anyway?
A pretty good short description <https://help.ubuntu.com/community/BasicChroot>. Chuck

On Mon, Dec 14, 2015 at 11:25 PM, Jaime Fernández del Río < jaime.frio@gmail.com> wrote:
Proposed fix at https://github.com/numpy/numpy/pull/6837 Chuck
participants (4)
-
Charles R Harris
-
Daπid
-
Jaime Fernández del Río
-
Jerome Kieffer