Discussion:
[Numpy-discussion] Build broken
Jaime Fernández del Río
2015-12-15 06:25:19 UTC
Permalink
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.
Jerome Kieffer
2015-12-15 09:38:31 UTC
Permalink
Hi,

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

Cheers,

Jerome
Daπid
2015-12-15 09:50:37 UTC
Permalink
Post by Jaime Fernández del Río
https://travis-ci.org/numpy/numpy/builds/96836128
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.
Charles R Harris
2015-12-15 15:52:22 UTC
Permalink
On 15 December 2015 at 07:25, Jaime Fernández del Río <
Post by Jaime Fernández del Río
https://travis-ci.org/numpy/numpy/builds/96836128
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.
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
Charles R Harris
2015-12-16 01:36:24 UTC
Permalink
On Mon, Dec 14, 2015 at 11:25 PM, Jaime Fernández del Río <
Post by Jaime Fernández del Río
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
https://travis-ci.org/numpy/numpy/builds/96836128
Thanks,
Proposed fix at https://github.com/numpy/numpy/pull/6837

Chuck

Loading...