Skip to content

Travis exception on LOCALE_OVERRIDE builds #5715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Dec 16, 2013 · 9 comments
Closed

Travis exception on LOCALE_OVERRIDE builds #5715

ghost opened this issue Dec 16, 2013 · 9 comments
Milestone

Comments

@ghost
Copy link

ghost commented Dec 16, 2013

https://travis-ci.org/pydata/pandas/jobs/15544827

$ ci/script.sh
inside ci/script.sh
Setting LC_ALL to zh_CN.GB18030
cannot import name hashtable

Traceback (most recent call last):
File "<string>", line 1, in <module>
File "pandas/__init__.py", line 9, in <module>
from . import hashtable, tslib, lib
ImportError: cannot import name hashtable
nosetests --exe -w /tmp -A slow and not network pandas --with-xunit --xunit-file=/tmp/nosetests.xml
............................S.......................S........................................................................................./home/travis/virtualenv/python2.7_with_system_site_packages/local/lib/python2.7/site-packages/pandas-0.13.0rc1_77_g7fd33e3-py2.7-linux-x86_64.egg/pandas/tools/plotting.py:1175: UserWarning: bw_method was added in Scipy 0.11.0. Scipy version in use is 0.10.0.
warnings.warn(msg)
........

----------------------------------------------------------------------
Ran 150 tests in 302.127s

OK (SKIP=2)

it should obviously be failing.

@jtratner
Copy link
Contributor

how can those tests even run with the failed import?

@ghost
Copy link
Author

ghost commented Dec 17, 2013

It's not a failed build after all. The exception is thrown before nose is called
in ci/script.sh while testing locales.

Started 2 months ago (!) with https://travis-ci.org/pydata/pandas/jobs/12304585 via #5073,
only on the LOCALE_OVERRIDE builds.

@cpcloud, any ideas what's going on?

@cpcloud
Copy link
Member

cpcloud commented Dec 17, 2013

i think i know what the prob is ... pr coming tonight

@ghost
Copy link
Author

ghost commented Dec 17, 2013

good, thank you.

@cpcloud
Copy link
Member

cpcloud commented Dec 18, 2013

not a failed build ... just needed to cd into /tmp ... not sure why tho ... looking into it

@ghost
Copy link
Author

ghost commented Jan 24, 2014

bump.

Shall we just revert the locale fix the caused it?

@jreback
Copy link
Contributor

jreback commented Jan 24, 2014

no...LOCALE causes all kind of weird stuff....(on sparc etc al).....

@cpcloud
Copy link
Member

cpcloud commented Jan 24, 2014

this is still failing? i thought i fixed this ... can't look right now can look tongith

@cpcloud
Copy link
Member

cpcloud commented Jan 26, 2014

This is fixed by #6109

@cpcloud cpcloud closed this as completed Jan 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants