Closed
Description
Hello,
when building 1.7.0b1 on Debian unstable powerpc the tests suite returns some error:
-- running tests for 2.7 plain --
.............................................................................................................................................................................................................E.............................................................................................S...................................................................................................................................S........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.............................................................................................................K.........................................................................................................................................................................................SSS..............................................................................................................................................................................................................................................................................E.........................K......................K............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K....................................................
======================================================================
ERROR: test_singleton (test_getlimits.TestLongdouble)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_getlimits.py", line 38, in test_singleton
ftype = finfo(longdouble)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
ERROR: Failure: RuntimeWarning (overflow encountered in add)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_umath.py", line 833, in <module>
class TestComplexFunctions(object):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_umath.py", line 1019, in TestComplexFunctions
@dec.knownfailureif(is_longdouble_finfo_bogus(), "Bogus long double finfo")
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_umath.py", line 829, in is_longdouble_finfo_bogus
info = np.finfo(np.longcomplex)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
FAIL: test_nditer.test_iter_buffered_cast_byteswapped_complex
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_nditer.py", line 1651, in test_iter_buffered_cast_byteswapped_complex
assert_equal(a, 2*np.arange(10, dtype=np.clongdouble) + 4j)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 256, in assert_equal
return assert_array_equal(actual, desired, err_msg, verbose)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 718, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 644, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([ 0.0+2.0553131e-320j, 5.4739487e-303+2.0553131e-320j,
5.6961891e-306+2.0553131e-320j, 1.8797424e-304+2.0553131e-320j,
3.7025229e-304+2.0553131e-320j, 4.6139132e-304+2.0553131e-320j,...
y: array([ 0.0+4.0j, 2.0+4.0j, 4.0+4.0j, 6.0+4.0j, 8.0+4.0j, 10.0+4.0j,
12.0+4.0j, 14.0+4.0j, 16.0+4.0j, 18.0+4.0j], dtype=complex256)
----------------------------------------------------------------------
Ran 4692 tests in 40.433s
FAILED (KNOWNFAIL=4, SKIP=5, errors=2, failures=1)
Running unit tests for numpy
NumPy version 1.7.0b1
NumPy is installed in /build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy
Python version 2.7.3 (default, Aug 26 2012, 14:59:52) [GCC 4.6.3]
nose version 1.1.2
-- running tests for 2.7 debug --
.............................................................................................................................................................................................................E.............................................................................................S...................................................................................................................................S........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.............................................................................................................K.........................................................................................................................................................................................SSS..............................................................................................................................................................................................................................................................................E.........................K......................K............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K....................................................
======================================================================
ERROR: test_singleton (test_getlimits.TestLongdouble)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_getlimits.py", line 38, in test_singleton
ftype = finfo(longdouble)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
ERROR: Failure: RuntimeWarning (overflow encountered in add)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_umath.py", line 833, in <module>
class TestComplexFunctions(object):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_umath.py", line 1019, in TestComplexFunctions
@dec.knownfailureif(is_longdouble_finfo_bogus(), "Bogus long double finfo")
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_umath.py", line 829, in is_longdouble_finfo_bogus
info = np.finfo(np.longcomplex)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
FAIL: test_nditer.test_iter_buffered_cast_byteswapped_complex
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/core/tests/test_nditer.py", line 1651, in test_iter_buffered_cast_byteswapped_complex
assert_equal(a, 2*np.arange(10, dtype=np.clongdouble) + 4j)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 256, in assert_equal
return assert_array_equal(actual, desired, err_msg, verbose)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 718, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 644, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([ 0.0+2.0553131e-320j, 5.4739487e-303+2.0553131e-320j,
5.6961891e-306+2.0553131e-320j, 1.8797424e-304+2.0553131e-320j,
3.7025229e-304+2.0553131e-320j, 4.6139132e-304+2.0553131e-320j,...
y: array([ 0.0+4.0j, 2.0+4.0j, 4.0+4.0j, 6.0+4.0j, 8.0+4.0j, 10.0+4.0j,
12.0+4.0j, 14.0+4.0j, 16.0+4.0j, 18.0+4.0j], dtype=complex256)
----------------------------------------------------------------------
Ran 4692 tests in 114.895s
FAILED (KNOWNFAIL=4, SKIP=5, errors=2, failures=1)
Running unit tests for numpy
NumPy version 1.7.0b1
NumPy is installed in /build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.7/dist-packages/numpy
Python version 2.7.3 (default, Aug 26 2012, 14:01:10) [GCC 4.6.3]
nose version 1.1.2
[1474985 refs]
-- running tests for 2.6 pla
9E8D
in --
.............................................................................................................................................................................................................E.............................................................................................S...................................................................................................................................S......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K.........................................................................................................................................................................................SSS..............................................................................................................................................................................................................................................................................E.........................K......................K............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K....................................................
======================================================================
ERROR: test_singleton (test_getlimits.TestLongdouble)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_getlimits.py", line 38, in test_singleton
ftype = finfo(longdouble)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
ERROR: Failure: RuntimeWarning (overflow encountered in add)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.6/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.6/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_umath.py", line 833, in <module>
class TestComplexFunctions(object):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_umath.py", line 1019, in TestComplexFunctions
@dec.knownfailureif(is_longdouble_finfo_bogus(), "Bogus long double finfo")
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_umath.py", line 829, in is_longdouble_finfo_bogus
info = np.finfo(np.longcomplex)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
----------------------------------------------------------------------
Ran 4692 tests in 40.272s
FAILED (KNOWNFAIL=4, SKIP=5, errors=2)
Running unit tests for numpy
NumPy version 1.7.0b1
NumPy is installed in /build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy
Python version 2.6.8 (unknown, Jun 25 2012, 22:41:43) [GCC 4.6.3]
nose version 1.1.2
-- running tests for 2.6 debug --
.............................................................................................................................................................................................................E.............................................................................................S...................................................................................................................................S........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.............................................................................................................K.........................................................................................................................................................................................SSS..............................................................................................................................................................................................................................................................................E.........................K......................K............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K....................................................
======================================================================
ERROR: test_singleton (test_getlimits.TestLongdouble)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_getlimits.py", line 38, in test_singleton
ftype = finfo(longdouble)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
ERROR: Failure: RuntimeWarning (overflow encountered in add)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.6/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.6/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_umath.py", line 833, in <module>
class TestComplexFunctions(object):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_umath.py", line 1019, in TestComplexFunctions
@dec.knownfailureif(is_longdouble_finfo_bogus(), "Bogus long double finfo")
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_umath.py", line 829, in is_longdouble_finfo_bogus
info = np.finfo(np.longcomplex)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
FAIL: test_nditer.test_iter_buffered_cast_byteswapped_complex
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/core/tests/test_nditer.py", line 1651, in test_iter_buffered_cast_byteswapped_complex
assert_equal(a, 2*np.arange(10, dtype=np.clongdouble) + 4j)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/testing/utils.py", line 256, in assert_equal
return assert_array_equal(actual, desired, err_msg, verbose)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/testing/utils.py", line 718, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy/testing/utils.py", line 644, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([ 0.0+2.0553131e-320j, 5.4739487e-303+2.0553131e-320j,
5.6961891e-306+2.0553131e-320j, 1.8797424e-304+2.0553131e-320j,
3.7025229e-304+2.0553131e-320j, 4.6139132e-304+2.0553131e-320j,...
y: array([ 0.0+4.0j, 2.0+4.0j, 4.0+4.0j, 6.0+4.0j, 8.0+4.0j, 10.0+4.0j,
12.0+4.0j, 14.0+4.0j, 16.0+4.0j, 18.0+4.0j], dtype=complex256)
----------------------------------------------------------------------
Ran 4692 tests in 105.265s
FAILED (KNOWNFAIL=4, SKIP=5, errors=2, failures=1)
Running unit tests for numpy
NumPy version 1.7.0b1
NumPy is installed in /build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python2.6/dist-packages/numpy
Python version 2.6.8 (unknown, Jun 25 2012, 23:41:12) [GCC 4.6.3]
nose version 1.1.2
[1458442 refs]
# Python 3.2 maps to python3/ dir alone? bah
for v in 3.2 ; do \
echo "-- running tests for "$v" plain --" ; \
python$v -c "import sys ; sys.path.insert(0, '/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/') ; import numpy; numpy.test()" ; \
echo "-- running tests for "$v" debug --" ; \
python$v-dbg -c "import sys ; sys.path.insert(0, '/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/') ; import numpy; numpy.test()" ; \
done
-- running tests for 3.2 plain --
/usr/lib/python3/dist-packages/nose/core.py:247: ResourceWarning: unclosed file <_io.TextIOWrapper name='/usr/lib/python3/dist-packages/nose/usage.txt' mode='r' encoding='ANSI_X3.4-1968'>
os.path.dirname(__file__), 'usage.txt'), 'r').read()
.............................................................................................................................................................................................................E.............................................................................................S...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.............................................................................................................K.........................................................................................................................................................................................SSS..........................................................................................K...................................................................................................................................................................................E.........................K......................K................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................/usr/lib/python3.2/zipfile.py:1317: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmplu5hdb.npz'>
self.fp = None
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K....................................................
======================================================================
ERROR: test_singleton (test_getlimits.TestLongdouble)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/tests/test_getlimits.py", line 38, in test_singleton
ftype = finfo(longdouble)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
ERROR: Failure: RuntimeWarning (overflow encountered in add)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/failure.py", line 37, in runTest
raise self.exc_class(self.exc_val).with_traceback(self.tb)
File "/usr/lib/python3/dist-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python3/dist-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/tests/test_umath.py", line 833, in <module>
class TestComplexFunctions(object):
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/tests/test_umath.py", line 1019, in TestComplexFunctions
@dec.knownfailureif(is_longdouble_finfo_bogus(), "Bogus long double finfo")
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/tests/test_umath.py", line 829, in is_longdouble_finfo_bogus
info = np.finfo(np.longcomplex)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/getlimits.py", line 119, in __new__
obj = object.__new__(cls)._init(dtype)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/getlimits.py", line 149, in _init
'numpy %s precision floating point number' % precname)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/machar.py", line 110, in __init__
self._do_init(float_conv, int_conv, float_to_float, float_to_str, title)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/machar.py", line 125, in _do_init
a = a + a
RuntimeWarning: overflow encountered in add
======================================================================
FAIL: test_nditer.test_iter_buffered_cast_byteswapped_complex
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/core/tests/test_nditer.py", line 1651, in test_iter_buffered_cast_byteswapped_complex
assert_equal(a, 2*np.arange(10, dtype=np.clongdouble) + 4j)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/testing/utils.py", line 256, in assert_equal
return assert_array_equal(actual, desired, err_msg, verbose)
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/testing/utils.py", line 718, in assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy/testing/utils.py", line 644, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 100.0%)
x: array([ 0.0+2.0553131e-320j, 5.4739487e-303+2.0553131e-320j,
5.6961891e-306+2.0553131e-320j, 1.8797424e-304+2.0553131e-320j,
3.7025229e-304+2.0553131e-320j, 4.6139132e-304+2.0553131e-320j,...
y: array([ 0.0+4.0j, 2.0+4.0j, 4.0+4.0j, 6.0+4.0j, 8.0+4.0j, 10.0+4.0j,
12.0+4.0j, 14.0+4.0j, 16.0+4.0j, 18.0+4.0j], dtype=complex256)
----------------------------------------------------------------------
Ran 4691 tests in 51.947s
FAILED (KNOWNFAIL=5, SKIP=4, errors=2, failures=1)
Running unit tests for numpy
NumPy version 1.7.0b1
NumPy is installed in /build/buildd-python-numpy_1.7.0~b1-1-powerpc-b8azze/python-numpy-1.7.0~b1/debian/tmp/usr/lib/python3/dist-packages/numpy
Python version 3.2.3 (default, Jul 14 2012, 00:40:39) [GCC 4.6.3]
nose version 1.1.2
-- running tests for 3.2 debug --
/usr/lib/python3/dist-packages/nose/core.py:247: ResourceWarning: unclosed file <_io.TextIOWrapper name='/usr/lib/python3/dist-packages/nose/usage.txt' mode='r' encoding='ANSI_X3.4-1968'>
os.path.dirname(__file__), 'usage.txt'), 'r').read()
..........................................................................................................................python3.2-dbg: numpy/core/src/multiarray/common.c:161: PyArray_DTypeFromObjectHelper: Assertion `((((((PyObject*)(temp))->ob_type))->tp_flags & ((1L<<27))) != 0)' failed.
Aborted
Full build log is available at: https://buildd.debian.org/status/fetch.php?pkg=python-numpy&arch=powerpc&ver=1%3A1.7.0~b1-1&stamp=1346419716
Regards,
Sandro
Metadata
Metadata
Assignees
Labels
No labels