Your message dated Thu, 30 Aug 2018 00:04:14 +0000
with message-id <e1fvara-000i5t...@fasolo.debian.org>
and subject line Bug#902522: fixed in sorl-thumbnail 12.3+git20170708-2
has caused the Debian Bug report #902522,
regarding sorl-thumbnail: FTBFS in buster/sid (failing tests)
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.)


-- 
902522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902522
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sorl-thumbnail
Version: 12.3+git20170708-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster with "dpkg-buildpackage -A"
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.6 setup.py config 
running config
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<BUILDDIR>>/sorl-thumbnail-12.3+git20170708'
dh_auto_build
I: pybuild base:217: /usr/bin/python setup.py build 

[... snipped ...]

============================= test session starts ==============================
platform linux2 -- Python 2.7.15, pytest-3.3.2, py-1.5.3, pluggy-0.6.0
Django settings: tests.settings.pgmagick (from environment variable)
rootdir: /<<BUILDDIR>>/sorl-thumbnail-12.3+git20170708, inifile: setup.cfg
plugins: django-3.1.2
collected 68 items

tests/thumbnail_tests/test_alternative_resolutions.py .                  [  1%]
tests/thumbnail_tests/test_backends.py .......F.s..                      [ 19%]
tests/thumbnail_tests/test_commands.py ....                              [ 25%]
tests/thumbnail_tests/test_engines.py ..................s.....ss         [ 63%]
tests/thumbnail_tests/test_filters.py s.s.                               [ 69%]
tests/thumbnail_tests/test_kvstore.py .                                  [ 70%]
tests/thumbnail_tests/test_parsers.py .....                              [ 77%]
tests/thumbnail_tests/test_storage.py ....                               [ 83%]
tests/thumbnail_tests/test_templatetags.py ........ss.                   [100%]

=================================== FAILURES ===================================
_____________________ TestDescriptors.test_is_valid_image ______________________

self = <tests.thumbnail_tests.test_backends.TestDescriptors 
testMethod=test_is_valid_image>

    def test_is_valid_image(self):
        with same_open_fd_count(self):
>           self.ENGINE.is_valid_image(b'invalidbinaryimage.jpg')

tests/thumbnail_tests/test_backends.py:99: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <sorl.thumbnail.engines.pgmagick_engine.Engine object at 0x7fb03a699710>
raw_data = 'invalidbinaryimage.jpg'

    def is_valid_image(self, raw_data):
        blob = Blob()
        blob.update(raw_data)
>       im = Image(blob)
E       RuntimeError: Magick: Unable to deduce image format () reported by 
magick/blob.c:739 (BlobToImage)

sorl/thumbnail/engines/pgmagick_engine.py:29: RuntimeError
================ 1 failed, 59 passed, 8 skipped in 1.22 seconds ================
debian/rules:22: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/sorl-thumbnail-12.3+git20170708'
debian/rules:10: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The above is how the build ends in my autobuilder and it's not
necessarily the relevant part.

The failure is not, however, related to using dpkg-buildpackage -A,
as it also fails in reproducible builds:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sorl-thumbnail.html

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: sorl-thumbnail
Source-Version: 12.3+git20170708-2

We believe that the bug you reported is fixed in the latest version of
sorl-thumbnail, 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 902...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
W. Martin Borgert <deba...@debian.org> (supplier of updated sorl-thumbnail 
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: SHA512

Format: 1.8
Date: Wed, 29 Aug 2018 22:56:08 +0000
Source: sorl-thumbnail
Binary: python-sorl-thumbnail python3-sorl-thumbnail python-sorl-thumbnail-doc
Architecture: source all
Version: 12.3+git20170708-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: W. Martin Borgert <deba...@debian.org>
Description:
 python-sorl-thumbnail - thumbnail support for the Django framework
 python-sorl-thumbnail-doc - thumbnail support for the Django framework 
(Documentation)
 python3-sorl-thumbnail - thumbnail support for the Django framework (Python3 
version)
Closes: 902522
Changes:
 sorl-thumbnail (12.3+git20170708-2) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/copyright: Use https protocol in Format field
   * d/control: Remove ancient X-Python-Version field
   * d/control: Remove ancient X-Python3-Version field
 .
   [ W. Martin Borgert ]
   * re-enable pgmagick for Python 3 and
   * workaround a pgmagick exception (Closes: #902522)
Checksums-Sha1:
 ef87a5601d09828a198de20b7b84ca9616a9abc3 2664 
sorl-thumbnail_12.3+git20170708-2.dsc
 bb66c2aee6b2ed58b8782d986fb5e530ab957ce0 7252 
sorl-thumbnail_12.3+git20170708-2.debian.tar.xz
 f0a459d4b8004d976a97d0a285abfddf4b41c7ad 45712 
python-sorl-thumbnail-doc_12.3+git20170708-2_all.deb
 161cdb3878a9f303384a3179a013c7ef76a17c07 33376 
python-sorl-thumbnail_12.3+git20170708-2_all.deb
 6fb72b2ba4da3734843587447417355c6ba2b217 33476 
python3-sorl-thumbnail_12.3+git20170708-2_all.deb
 231dec0df0b5af99e3294c904f234926f55bf30c 10293 
sorl-thumbnail_12.3+git20170708-2_amd64.buildinfo
Checksums-Sha256:
 121d138f874e97b3fca0a8f3abf7fe72a5f9315e1630dfd02030b1215babd9d2 2664 
sorl-thumbnail_12.3+git20170708-2.dsc
 efad143dc9c44a22969ac18b70211aecc1bdf76e710205294ca83e12ea82db0f 7252 
sorl-thumbnail_12.3+git20170708-2.debian.tar.xz
 8a91307786c2ef64a624c57950f7213dbc51ed5921a19d7285f7602cd3899b55 45712 
python-sorl-thumbnail-doc_12.3+git20170708-2_all.deb
 6c664f59140924386a7ce0e874a26b10726579ff6508e90883a35a05cc11ddf3 33376 
python-sorl-thumbnail_12.3+git20170708-2_all.deb
 dde1e5d795c105c53257544c507402fd29fe23794456bd3993d6ee331fc4f509 33476 
python3-sorl-thumbnail_12.3+git20170708-2_all.deb
 59736faff928d1f8fe7396019eef72613d35493b89663c818b74dd411afdd456 10293 
sorl-thumbnail_12.3+git20170708-2_amd64.buildinfo
Files:
 df844d3f2a46e81bc5ca5800f3c7bf86 2664 python optional 
sorl-thumbnail_12.3+git20170708-2.dsc
 159f2149c808d70b8414095f74ccac20 7252 python optional 
sorl-thumbnail_12.3+git20170708-2.debian.tar.xz
 b7a1b8da2a8425ec8c41425d65ec1469 45712 doc optional 
python-sorl-thumbnail-doc_12.3+git20170708-2_all.deb
 a93ec56871c1012977c07c4363684e31 33376 python optional 
python-sorl-thumbnail_12.3+git20170708-2_all.deb
 6507240acc057ba6833ff06f1a379547 33476 python optional 
python3-sorl-thumbnail_12.3+git20170708-2_all.deb
 235b4ce4a5024889090f5a369fb9bdeb 10293 python optional 
sorl-thumbnail_12.3+git20170708-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAluHLxYACgkQ4+Chwoa5
Y+rbqRAAkQfs+Um0hQSaRMG0EL4zR+6ikcUhq5O0bTFLplQWxLwtmYbB2YKcLGuQ
dX3L9vAiPwIvAIolJIkbp9DrBFpBj8ZSE4WYOHUmlLcD7s/jbuAw/z2g94Gvfo8H
JHwoNIe2AEvXVB+wuiT0Qd1cOfNn4H7U4ixuGJtCkjowyjXyW6Wxlxg1RVIRltM2
++eK+rMJm9H6LcTgw20zqb2qiF/SzcXpT2bPKiHj8tgNPDVO8X0i7WfAxiZqXdmr
97TGDu0UqR30yhOwRzYMOtluOswMpo5YBSoUR5FVAsja7KFsC1nD8HUmkySDu8dU
SaewinQE9GBzjWbS40ScH0OAvcwfidsaE29t6X8FsHrSJeXydgCUADRxxY9OkxQO
h0mAII2uLZLFgzY/3TFshEkqFot31bEK2KRuPfdNkCMZ9DgBBZrvhN6hzVuUtVry
BGAZZrq1ON7B/CTdhS4UcG/2pBW867CsMUU8LMWivuVyP66soRmrDwoRsEzwvwOx
/hIgME8rrzAMMUFHE3NZ941KC9pN3Uds2q14iLbono7PEDWjMxm6Wku7gZz4ujxq
2KHyk6geuAhwUwMJ5M1irbB/bV3/zxpb6V95myFuXqvAM1CBFjpwC8BQck4Kwb6R
CYhhwQUKSI2hLqr7xUK5Q0KmXwjkZF2cgfWhqirPRDx/bholUyo=
=GxX3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to