Re: [Scikit-learn-general] Fwd: Build failed in Jenkins (bug in test_common.py?)

2012-09-21 Thread Gael Varoquaux
On Thu, Sep 20, 2012 at 10:48:32PM +0200, Lars Buitinck wrote: Below are some excerpts from the Build failed message that I got after git rm'ing the sparse linear models code. The strange thing is that it seems to start rebuilding in the middle of the tests. I haven't had time to look at this,

Re: [Scikit-learn-general] Fwd: Build failed in Jenkins (bug in test_common.py?)

2012-09-21 Thread Gael Varoquaux
On Fri, Sep 21, 2012 at 12:36:48PM +0200, Gael Varoquaux wrote: I haven't had time to look at this, but the problem may lie in that the common tests run a 'configure' step of the setup.pu, to test the setup.py. This is probably where it fails. OK, now that I am digging a bit more, this is not

Re: [Scikit-learn-general] Fwd: Build failed in Jenkins (bug in test_common.py?)

2012-09-21 Thread Gael Varoquaux
I got it: there must be some files left on the server (these are files that you just removed, right?) and coverage is trying to report some coverage on them. It could be .pyc, or something in the .coverage. I seem to remember that @ogrisel already had this problem, and solved it. Does it ring a

Re: [Scikit-learn-general] Fwd: Build failed in Jenkins (bug in test_common.py?)

2012-09-21 Thread Andreas Mueller
On 09/20/2012 09:48 PM, Lars Buitinck wrote: Below are some excerpts from the Build failed message that I got after git rm'ing the sparse linear models code. The strange thing is that it seems to start rebuilding in the middle of the tests. The same thing happened when I tried nosetests

[Scikit-learn-general] Fwd: Build failed in Jenkins (bug in test_common.py?)

2012-09-20 Thread Lars Buitinck
Below are some excerpts from the Build failed message that I got after git rm'ing the sparse linear models code. The strange thing is that it seems to start rebuilding in the middle of the tests. The same thing happened when I tried nosetests sklearn/tests/ on my own box, which also produced a lot