Hi,

since I had problems with tables.test() when installing from the
ubuntu package python-tables, I decided to try to install from source
instead. Compilation succesful, but the test hangs, now with a
different problem.

The test hangs in BloscSubprocess.test_multiprocess and I have to
interrupt it. It also reports two errors, but doesn't tell me what
those are. See below for stdout, stderr and versions.

I don't know if the previous problem (see other e-mail) may also be
related to multiprocessing. Is there some way I can test it? Disable
the multiprocessing tests and tell the difference? Problem on my side?

stdout output: see http://www.sat.ltu.se/~gerrit/heavytest_fromsource.stdout.gz

stderr output:
tables/filters.py:264: FiltersWarning: compression library ``bzip2``
is not available; using ``zlib`` instead
  % (complib, default_complib), FiltersWarning )
tables/filters.py:264: FiltersWarning: compression library ``lzo`` is
not available; using ``zlib`` instead
  % (complib, default_complib), FiltersWarning )
.........................................................................................................................E.................................E.................................................................................................................................................................................................................................................................Traceback
(most recent call last):
  File "<string>", line 1, in <module>
  File "tables/tests/test_all.py", line 190, in test
    unittest.TextTestRunner().run(suite())
  File "/usr/lib/python2.6/unittest.py", line 753, in run
    test(result)
  File "/usr/lib/python2.6/unittest.py", line 464, in __call__
    return self.run(*args, **kwds)
  File "/usr/lib/python2.6/unittest.py", line 460, in run
    test(result)
  File "/usr/lib/python2.6/unittest.py", line 464, in __call__
    return self.run(*args, **kwds)
  File "/usr/lib/python2.6/unittest.py", line 460, in run
    test(result)
  File "/usr/lib/python2.6/unittest.py", line 464, in __call__
    return self.run(*args, **kwds)
  File "/usr/lib/python2.6/unittest.py", line 460, in run
    test(result)
  File "/usr/lib/python2.6/unittest.py", line 300, in __call__
    return self.run(*args, **kwds)
  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "tables/tests/common.py", line 248, in newmethod
    return oldmethod(self, *args, **kwargs)
  File "tables/tests/test_basics.py", line 2279, in test_multiprocess
    result = qout.get()
  File "/usr/lib/python2.6/multiprocessing/queues.py", line 91, in get
    res = self._recv()
KeyboardInterrupt

Versions:

$ PYTHONPATH=.:$PYTHONPATH  python -c "import tables; tables.print_versions()"
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:  2.2.1.dev
HDF5 version:      1.8.4-patch1
NumPy version:     1.3.0
Numexpr version:   1.4 (not using Intel's VML/MKL)
Zlib version:      1.2.3.4 (in Python interpreter)
Blosc version:     1.1.1 ($Date:: 2010-10-01 #$)
Cython version:    0.13
Python version:    2.6.6 (r266:84292, Sep 15 2010, 16:22:56)
[GCC 4.4.5]
Platform:          linux2-x86_64
Byte-ordering:     little
Detected cores:    8
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Gerrit.

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to