reopen 840589
thanks
* debian/patches
- changeset_6807f4ee8f5501703e447f95701190c836deaae1.diff to initialize
value of firstbg to avoid segfaults (Closes: #840589
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840589>)
Unfortunately it seems this upload only marginally improved the FTBFS
situation.
Three release architectures (i386, mips and s390x) and a bunch of non
release architectures still fail in the testsuite. Among the release
architectures (I haven't checked the logs for the non-release
architectures) there seem to be two groups of failures.
i386:
======================================================================
FAIL: skimage.feature.tests.test_orb.test_descriptor_orb
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File
"/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/skimage/feature/tests/test_orb.py",
line 99, in test_descriptor_orb
detector_extractor.descriptors[100:120, 10:20])
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 322, in
assert_equal
return assert_array_equal(actual, desired, err_msg, verbose)
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 813, in
assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 739, in
assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 46.5%)
x: array([[False, True, True, True, False, True, False, True, False,
True],
[ True, True, True, False, False, True, False, False, True,...
y: array([[ True, False, False, False, False, False, False, False, True,
True],
[False, True, True, True, False, True, False, True, False,...
======================================================================
FAIL: skimage.filters.rank.tests.test_rank.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File
"/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/skimage/filters/rank/tests/test_rank.py",
line 16, in test_all
check_all()
File
"/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/skimage/_shared/testing.py",
line 232, in inner
result = func(*args, **kwargs)
File
"/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/skimage/filters/rank/tests/test_rank.py",
line 83, in check_all
rank.entropy(image, selem))
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 322, in
assert_equal
return assert_array_equal(actual, desired, err_msg, verbose)
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 813, in
assert_array_equal
verbose=verbose, header='Arrays are not equal')
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 739, in
assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 1.28%)
x: array([[ 1.584963, 2. , 2. , 2. , 2. , 2. ,
2. , 2. , 2. , 2. , 2. , 2. ,
2. , 2. , 2. , 2. , 2. , 2. ,...
y: array([[ 1.584963, 2. , 2. , 2. , 2. , 2. ,
2. , 2. , 2. , 2. , 2. , 2. ,
2. , 2. , 2. , 2. , 2. , 2. ,...
----------------------------------------------------------------------
Ran 1383 tests in 242.338s
FAILED (SKIP=54, failures=2)
mips/s390x:
======================================================================
FAIL: skimage.io.tests.test_pil.test_all_mono
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File
"/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/skimage/io/tests/test_pil.py",
line 220, in test_all_mono
mono_check('pil')
File
"/«PKGBUILDDIR»/debian/tmp/usr/lib/python2.7/dist-packages/skimage/_shared/testing.py",
line 176, in mono_check
testing.assert_allclose(r4, img_as_uint(img4))
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 1392,
in assert_allclose
verbose=verbose, header=header)
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 739, in
assert_array_compare
raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=1e-07, atol=0
(mismatch 50.3448486328%)
x: array([[29812, 29812, 31354, ..., 23645, 24672, 24672],
[29812, 29812, 31354, ..., 23645, 24672, 24672],
[29812, 29812, 31354, ..., 23645, 24672, 24672],...
y: array([[29812, 29812, 31354, ..., 23900, 24672, 24672],
[29812, 29812, 31354, ..., 23900, 24672, 24672],
[29812, 29812, 31354, ..., 23900, 24672, 24672],...
-------------------->> begin captured logging<< --------------------
PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13
PIL.PngImagePlugin: DEBUG: STREAM pHYs 41 9
PIL.PngImagePlugin: DEBUG: STREAM vpAg 62 9
PIL.PngImagePlugin: DEBUG: vpAg 62 9 (unknown)
PIL.PngImagePlugin: DEBUG: STREAM IDAT 83 32768
PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13
PIL.PngImagePlugin: DEBUG: STREAM IDAT 41 44189
PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13
PIL.PngImagePlugin: DEBUG: STREAM IDAT 41 2414
PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13
PIL.PngImagePlugin: DEBUG: STREAM IDAT 41 55702
PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13
PIL.PngImagePlugin: DEBUG: STREAM IDAT 41 65536
--------------------->> end captured logging<< ---------------------
----------------------------------------------------------------------
Ran 1383 tests in 1573.621s
FAILED (SKIP=54, failures=1)