Your message dated Tue, 19 Dec 2017 01:38:00 +0000
with message-id <e1er6r2-0004kz...@fasolo.debian.org>
and subject line Bug#883038: fixed in thumbor 6.3.2-4
has caused the Debian Bug report #883038,
regarding thumbor: FTBFS (32-bit big-endian): orientation-related tests fail
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
883038: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883038
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: thumbor
Version: 6.3.2-3
Severity: important
Tags: upstream
Justification: fails to build from source

Builds of thumbor for mips and the non-release architecture powerpc
have been failing due to errors and failures in eight
orientation-related tests, per the below excerpts from
https://buildd.debian.org/status/fetch.php?pkg=thumbor&arch=powerpc&ver=6.3.2-3&stamp=1511660726&raw=0.
(I'm excerpting this rather than the mips log because the latter also
contains errors from #883028.)

Of note, both are 32-bit big-endian architectures.  So is the
non-release architecture m68k, but AFAICT it skipped the tests
altogether for some reason.  As for 64-bit big-endian architectures,
tests crashed there, I think before they could get to this point; I'll
report that crash separately.

Could you please take a look?

Thanks!

------------------------------------------------------------

Requests count: 456
 SUCCESS (unsafe/meta/gradient.jpg)
[...]
 SUCCESS 
(unsafe/filters:gifv()/gradient.webp...................F....FEFFEFE..................................................................S..............S................gifsicle:
 warning: trivial adaptive palette (only 199 colors in source)
.......gifsicle: warning: trivial adaptive palette (only 199 colors in source)
..gifsicle: warning: trivial adaptive palette (only 199 colors in source)
.....................................................................................................................................................................................................S......./usr/lib/python2.7/dist-packages/preggy/assertions/equality.py:26:
 UnicodeWarning: Unicode equal comparison failed to convert both arguments to 
Unicode - interpreting them as being unequal
  return expected == topic
.................................................................................
======================================================================
ERROR: test_reorientate3 (tests.engines.test_base_engine.BaseEngineTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/tests/engines/test_base_engine.py",
 line 254, in test_reorientate3
    expect(self.engine.rotate.call_args[0]).to_equal((180,))
TypeError: 'NoneType' object has no attribute '__getitem__'

======================================================================
ERROR: test_reorientate6 (tests.engines.test_base_engine.BaseEngineTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/tests/engines/test_base_engine.py",
 line 297, in test_reorientate6
    expect(self.engine.rotate.call_args[0]).to_equal((270,))
TypeError: 'NoneType' object has no attribute '__getitem__'

======================================================================
ERROR: test_reorientate8 (tests.engines.test_base_engine.BaseEngineTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/tests/engines/test_base_engine.py",
 line 324, in test_reorientate8
    expect(self.engine.rotate.call_args[0]).to_equal((90,))
TypeError: 'NoneType' object has no attribute '__getitem__'

======================================================================
FAIL: test_get_orientation (tests.engines.test_base_engine.BaseEngineTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/tests/engines/test_base_engine.py",
 line 201, in test_get_orientation
    expect(self.engine.get_orientation()).to_equal(1)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 285, in 
_assert_topic
    return _registered_assertions[method_name](self.topic, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 58, in wrapper
    func(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 126, in 
test_assertion
    raise AssertionError(err_msg)
AssertionError: Expected topic(256) to equal 1
-------------------- >> begin captured logging << --------------------
preggy.utils: DEBUG: fetching assertion: 'to_equal'
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_reorientate2 (tests.engines.test_base_engine.BaseEngineTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/tests/engines/test_base_engine.py",
 line 240, in test_reorientate2
    expect(self.engine.flip_horizontally.called).to_be_true()
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 285, in 
_assert_topic
    return _registered_assertions[method_name](self.topic, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 58, in wrapper
    func(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/assertions/types/boolean.py", 
line 21, in to_be_true
    raise AssertionError(msg)
AssertionError: Expected topic(False) to be truthy
-------------------- >> begin captured logging << --------------------
preggy.utils: DEBUG: fetching assertion: 'to_be_false'
preggy.utils: DEBUG: fetching assertion: 'to_be_true'
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_reorientate4 (tests.engines.test_base_engine.BaseEngineTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/tests/engines/test_base_engine.py",
 line 271, in test_reorientate4
    expect(self.engine.flip_vertically.called).to_be_true()
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 285, in 
_assert_topic
    return _registered_assertions[method_name](self.topic, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 58, in wrapper
    func(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/assertions/types/boolean.py", 
line 21, in to_be_true
    raise AssertionError(msg)
AssertionError: Expected topic(False) to be truthy
-------------------- >> begin captured logging << --------------------
preggy.utils: DEBUG: fetching assertion: 'to_be_false'
preggy.utils: DEBUG: fetching assertion: 'to_be_false'
preggy.utils: DEBUG: fetching assertion: 'to_be_true'
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_reorientate5 (tests.engines.test_base_engine.BaseEngineTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/tests/engines/test_base_engine.py",
 line 285, in test_reorientate5
    expect(self.image).to_equal(((1, 2), (3, 4)))
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 285, in 
_assert_topic
    return _registered_assertions[method_name](self.topic, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 58, in wrapper
    func(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 126, in 
test_assertion
    raise AssertionError(err_msg)
AssertionError: Expected topic(((1, 3), (2, 4))) to equal ((1, 2), (3, 4))
-------------------- >> begin captured logging << --------------------
preggy.utils: DEBUG: fetching assertion: 'to_equal'
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_reorientate7 (tests.engines.test_base_engine.BaseEngineTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/«PKGBUILDDIR»/.pybuild/pythonX.Y_2.7/build/tests/engines/test_base_engine.py",
 line 312, in test_reorientate7
    expect(self.image).to_equal(((1, 2), (3, 4)))
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 285, in 
_assert_topic
    return _registered_assertions[method_name](self.topic, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 58, in wrapper
    func(*args, **kw)
  File "/usr/lib/python2.7/dist-packages/preggy/core.py", line 126, in 
test_assertion
    raise AssertionError(err_msg)
AssertionError: Expected topic(((4, 2), (3, 1))) to equal ((1, 2), (3, 4))
-------------------- >> begin captured logging << --------------------
preggy.utils: DEBUG: fetching assertion: 'to_equal'
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 424 tests in 29.200s

FAILED (SKIP=3, errors=3, failures=5)

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

--- End Message ---
--- Begin Message ---
Source: thumbor
Source-Version: 6.3.2-4

We believe that the bug you reported is fixed in the latest version of
thumbor, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 883...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marcelo Jorge Vieira <me...@debian.org> (supplier of updated thumbor package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 18 Dec 2017 23:06:34 -0200
Source: thumbor
Binary: thumbor
Architecture: source amd64
Version: 6.3.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Marcelo Jorge Vieira <me...@debian.org>
Description:
 thumbor    - Photo thumbnail service
Closes: 883038
Changes:
 thumbor (6.3.2-4) unstable; urgency=medium
 .
   * Fixed reorientate tests for big endian machines (Closes: #883038)
Checksums-Sha1:
 fb607aca19acfff5eb48176f66997c8161d82fc5 2632 thumbor_6.3.2-4.dsc
 d2cc12769d816852702acb271d0e6e4494c02247 19432 thumbor_6.3.2-4.debian.tar.xz
 b31a70ae7bfb326b0d2f4fef5d40f5dd4435fdf3 194516 
thumbor-dbgsym_6.3.2-4_amd64.deb
 827e5d304a7e8a82704b788453a7284d07ea1882 18716 thumbor_6.3.2-4_amd64.buildinfo
 f0c0e3ef656065809af7da3c9d18412d2509a65e 876456 thumbor_6.3.2-4_amd64.deb
Checksums-Sha256:
 78d896d2a4709b147abf2ddf31cc24a2f76dd53daf9e8122d57ee551587fbc64 2632 
thumbor_6.3.2-4.dsc
 6542bf76c22bfe3835a96db481aea3aee0471d3ec686eba84be7ae6347329c5f 19432 
thumbor_6.3.2-4.debian.tar.xz
 2593b9b87dd2608889119fa00c825652da03f162ac87a0d781f8f320d5761d23 194516 
thumbor-dbgsym_6.3.2-4_amd64.deb
 7aa4bf1826c38bb6fe60878b86f03a3d2e48a35a6fdaeae6a5008ab25e1e4f05 18716 
thumbor_6.3.2-4_amd64.buildinfo
 374ffc77ebf28b9a89fd1d9189ad2f04f229b2aa0fc1ee7abaedf433b68010be 876456 
thumbor_6.3.2-4_amd64.deb
Files:
 3b0dd3c3f1198ec08c45feb9575af9b1 2632 python optional thumbor_6.3.2-4.dsc
 bb66989bd1fc52a49615712913bb480e 19432 python optional 
thumbor_6.3.2-4.debian.tar.xz
 286a714c920ca78fba7419e62bba8236 194516 debug optional 
thumbor-dbgsym_6.3.2-4_amd64.deb
 767ea9db1b1b5f97114e6a0f22dfc5ed 18716 python optional 
thumbor_6.3.2-4_amd64.buildinfo
 922267ff780b139409b24be89a6a74cf 876456 python optional 
thumbor_6.3.2-4_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCAAvFiEEX659A8zSLhyNqcUJW5JO4xAFXNMFAlo4Z9YRHG1ldGFsQGRl
Ymlhbi5vcmcACgkQW5JO4xAFXNOiohAAoVrw/7ZsYe9TrXZ3iivecWRVjLFyvk/2
VBm855fwCUU29IXD/1+/9qirqlDZup4I9f1dVvIxQ+I+closF/1TPevKC/tj+I3Z
CU+YxoGozLMJUlo6t0u6bqzzr0C7ljxZwRvor7g5OMggWCAXoIqwNyRWjPuJjvEC
FzWm3lfNfpqj+DQ9lyMqvNEWSPStUhhlV0Bz6iztc6qIM/h7r93WG1M6Sf20+UwD
/iAGjw63oLpKxUR6VKWNaymadmujBz5u2+mtJCPCSmCT5dI+XCC+o+DdRAwjQMsi
ljQMFwQUEAFpP/lj0dMDeNqHrVdix+l3ifSChKodw1eIpSFTI0jLraOG0d3YEEHx
M7oacCQPC/Q6s7emY223Y2Y/rK96BCfq10JKlb36N9NX99SGcSwk/D8ZUwaTRXBm
5sZBRkONCa79OuikHUBPAwkceO1HEnXtBUL1n/f4C7z+N9SNhaZnXoD2k6V6nemO
BVlTCiZvWH8P1zXI1MHqwTf9rCFCTFW8FJeuMA832lekFg+zWn0gY48AspYYGZwK
0Q5l6lUWALjsz+rzfXaRepMTEI1xFr/1+ncfirX2Hg7qW7TSk/IFZUQWD0A7CHuX
BiQUqdzN1kr+QbOnN5ESb4PUMZXZWGLC1Fy7OkFNFdgnrWQ+ug/haYr1L92AHXuL
82zc6xikGZE=
=9rRr
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to