On Apr 25, 2009, at 1:56 AM, Zooko O'Whielacronx wrote: > (following-up to my own post) > > On Apr 24, 2009, at 17:19 PM, Zooko O'Whielacronx wrote: > >> http://allmydata.org/buildbot/builders/Ruben%20Fedora/builds/74/ >> steps/test/logs/stdio > ... >> (I sure hope raising AttributeError on import isn't an expected >> behavior of numpy... :-)) > ... >> Then, the next two times Ruben pressed the "Force Build" button it >> got signal 11 in the backup test! >> >> http://allmydata.org/buildbot/builders/Ruben%20Fedora/builds/75/ >> steps/test/logs/stdio > > Oh, I get it. The first problem *was* a flaw in the installation of > numpy on that system and Ruben already fixed it and then went on to > try the build again. Right?
It probably was, I just reinstalled the rpm and importing it works fine now: r...@slice collectd]# ipython /usr/lib/python2.6/site-packages/IPython/Magic.py:38: DeprecationWarning: the sets module is deprecated from sets import Set Python 2.6 (r26:66714, Mar 17 2009, 11:44:14) Type "copyright", "credits" or "license" for more information. IPython 0.9.1 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object'. ?object also works, ?? prints more. In [1]: import numpy.core.numeric as NX In [2]: > > Okay, now I sort of suspect that the signal 11 has to do with the > *other* dependency (but only for an "extra" feature) that we recently > added but we didn't include in our dependencies metadata -- sqlite. > Ruben, could you please do > > python ./setup.py test -s allmydata.test.test_cli.Backup.test_backup > > On the command-line and see if it gets signal 11? And if it does, > could you then try it with strace or valgrind or something to learn > more about why it crashes? Hmm, now the test passes. Strange... I've just started the buildbot under virtualenv, I'll know if that works in a few minutes _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
