Your message dated Fri, 24 Nov 2023 19:37:46 +0000
with message-id <e1r6bzm-00cxgv...@fasolo.debian.org>
and subject line Bug#1054758: fixed in sorl-thumbnail 12.10.0-1
has caused the Debian Bug report #1054758,
regarding sorl-thumbnail: FTBFS: make[1]: *** [debian/rules:20: 
override_dh_auto_test] Error 1
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.)


-- 
1054758: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054758
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sorl-thumbnail
Version: 12.9.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> mkdir -p tmp-locales
> localedef -i en_US -c -f UTF-8 tmp-locales/en_US.UTF-8
> set -e; \
> for python in python3.11; do \
>     for name in pil pgmagick imagemagick graphicsmagick; do \
>         LOCPATH=/<<PKGBUILDDIR>>/tmp-locales LC_ALL=en_US.UTF-8 PYTHONPATH=. 
> LOCAL_BUILD=1 DJANGO_SETTINGS_MODULE=tests.settings.$name $python -m pytest ; 
> \
>     done; \
> done
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0
> django: settings: tests.settings.pil (from env)
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> testpaths: tests
> plugins: django-4.5.2
> collected 76 items
> 
> tests/thumbnail_tests/test_alternative_resolutions.py .                  [  
> 1%]
> tests/thumbnail_tests/test_backends.py ............                      [ 
> 17%]
> tests/thumbnail_tests/test_commands.py ....                              [ 
> 22%]
> tests/thumbnail_tests/test_engines.py ...........................ss      [ 
> 60%]
> tests/thumbnail_tests/test_filters.py s.s.                               [ 
> 65%]
> tests/thumbnail_tests/test_storage.py ....                               [ 
> 71%]
> tests/thumbnail_tests/test_templatetags.py ........ss.....               [ 
> 90%]
> tests/thumbnail_tests/test_admin.py .                                    [ 
> 92%]
> tests/thumbnail_tests/test_kvstore.py .                                  [ 
> 93%]
> tests/thumbnail_tests/test_parsers.py .....                              
> [100%]
> 
> =============================== warnings summary 
> ===============================
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The default value of USE_TZ will change from False 
> to True in Django 5.0. Set USE_TZ to False in your project settings if you 
> want to keep the current default behavior.
>     warnings.warn(
> 
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:278
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:278: 
> RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use 
> STORAGES instead.
>     warnings.warn(DEFAULT_FILE_STORAGE_DEPRECATED_MSG, 
> RemovedInDjango51Warning)
> 
> sorl/__init__.py:1
>   /<<PKGBUILDDIR>>/sorl/__init__.py:1: DeprecationWarning: pkg_resources is 
> deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     from pkg_resources import get_distribution, DistributionNotFound
> 
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:193
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:193: 
> RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use 
> STORAGES instead.
>     self._show_deprecation_warning(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ================== 70 passed, 6 skipped, 4 warnings in 1.60s 
> ===================
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0
> django: settings: tests.settings.pgmagick (from env)
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> testpaths: tests
> plugins: django-4.5.2
> collected 76 items
> 
> tests/thumbnail_tests/test_alternative_resolutions.py .                  [  
> 1%]
> tests/thumbnail_tests/test_backends.py ............                      [ 
> 17%]
> tests/thumbnail_tests/test_commands.py ....                              [ 
> 22%]
> tests/thumbnail_tests/test_engines.py .............s......s...s..ss      [ 
> 60%]
> tests/thumbnail_tests/test_filters.py s.s.                               [ 
> 65%]
> tests/thumbnail_tests/test_storage.py ....                               [ 
> 71%]
> tests/thumbnail_tests/test_templatetags.py ........ss.....               [ 
> 90%]
> tests/thumbnail_tests/test_admin.py .                                    [ 
> 92%]
> tests/thumbnail_tests/test_kvstore.py .                                  [ 
> 93%]
> tests/thumbnail_tests/test_parsers.py .....                              
> [100%]
> 
> =============================== warnings summary 
> ===============================
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The default value of USE_TZ will change from False 
> to True in Django 5.0. Set USE_TZ to False in your project settings if you 
> want to keep the current default behavior.
>     warnings.warn(
> 
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:278
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:278: 
> RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use 
> STORAGES instead.
>     warnings.warn(DEFAULT_FILE_STORAGE_DEPRECATED_MSG, 
> RemovedInDjango51Warning)
> 
> sorl/__init__.py:1
>   /<<PKGBUILDDIR>>/sorl/__init__.py:1: DeprecationWarning: pkg_resources is 
> deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     from pkg_resources import get_distribution, DistributionNotFound
> 
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:193
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:193: 
> RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use 
> STORAGES instead.
>     self._show_deprecation_warning(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ================== 67 passed, 9 skipped, 4 warnings in 1.36s 
> ===================
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0
> django: settings: tests.settings.imagemagick (from env)
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> testpaths: tests
> plugins: django-4.5.2
> collected 76 items
> 
> tests/thumbnail_tests/test_alternative_resolutions.py .                  [  
> 1%]
> tests/thumbnail_tests/test_backends.py ............                      [ 
> 17%]
> tests/thumbnail_tests/test_commands.py ....                              [ 
> 22%]
> tests/thumbnail_tests/test_engines.py .............s......s...s..ss      [ 
> 60%]
> tests/thumbnail_tests/test_filters.py s.s.                               [ 
> 65%]
> tests/thumbnail_tests/test_storage.py ....                               [ 
> 71%]
> tests/thumbnail_tests/test_templatetags.py ....F...ss.....               [ 
> 90%]
> tests/thumbnail_tests/test_admin.py .                                    [ 
> 92%]
> tests/thumbnail_tests/test_kvstore.py .                                  [ 
> 93%]
> tests/thumbnail_tests/test_parsers.py .....                              
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ______________________ TemplateTestCaseA.test_orientation 
> ______________________
> 
> self = <tests.thumbnail_tests.test_templatetags.TemplateTestCaseA 
> testMethod=test_orientation>
> 
>     def test_orientation(self):
>         ref = Image.open(os.path.join(DATA_DIR, '1_topleft.jpg'))
>         top = ref.getpixel((14, 7))
>         left = ref.getpixel((7, 14))
>         engine = PILEngine()
>     
>         def epsilon(x, y):
>             if isinstance(x, (tuple, list)):
>                 x = sum(x) / len(x)
>             if isinstance(y, (tuple, list)):
>                 y = sum(y) / len(y)
>             return abs(x - y)
>     
>         data_images = (
>             '1_topleft.jpg',
>             '2_topright.jpg',
>             '3_bottomright.jpg',
>             '4_bottomleft.jpg',
>             '5_lefttop.jpg',
>             '6_righttop.jpg',
>             '7_rightbottom.jpg',
>             '8_leftbottom.jpg'
>         )
>     
>         for name in data_images:
>             th = self.BACKEND.get_thumbnail('data/%s' % name, '30x30')
>             im = engine.get_image(th)
>     
>             self.assertLess(epsilon(top, im.getpixel((14, 7))), 10)
> >           self.assertLess(epsilon(left, im.getpixel((7, 14))), 10)
> E           AssertionError: 62 not less than 10
> 
> tests/thumbnail_tests/test_templatetags.py:111: AssertionError
> ------------------------------ Captured log call 
> -------------------------------
> DEBUG    slog:storage.py:49 exists: 
> test/cache/c9/9a/c99a5bdaa10e2eb83215159fdd429d67.jpg
> DEBUG    slog:storage.py:25 open: data/1_topleft.jpg
> DEBUG    slog:storage.py:29 save: 
> test/cache/c9/9a/c99a5bdaa10e2eb83215159fdd429d67.jpg
> DEBUG    slog:storage.py:37 get_available_name: 
> test/cache/c9/9a/c99a5bdaa10e2eb83215159fdd429d67.jpg
> DEBUG    slog:storage.py:49 exists: 
> test/cache/c9/9a/c99a5bdaa10e2eb83215159fdd429d67.jpg
> DEBUG    slog:storage.py:25 open: 
> test/cache/c9/9a/c99a5bdaa10e2eb83215159fdd429d67.jpg
> =============================== warnings summary 
> ===============================
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
> RemovedInDjango50Warning: The default value of USE_TZ will change from False 
> to True in Django 5.0. Set USE_TZ to False in your project settings if you 
> want to keep the current default behavior.
>     warnings.warn(
> 
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:278
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:278: 
> RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use 
> STORAGES instead.
>     warnings.warn(DEFAULT_FILE_STORAGE_DEPRECATED_MSG, 
> RemovedInDjango51Warning)
> 
> sorl/__init__.py:1
>   /<<PKGBUILDDIR>>/sorl/__init__.py:1: DeprecationWarning: pkg_resources is 
> deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     from pkg_resources import get_distribution, DistributionNotFound
> 
> ../../../usr/lib/python3/dist-packages/django/conf/__init__.py:193
>   /usr/lib/python3/dist-packages/django/conf/__init__.py:193: 
> RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use 
> STORAGES instead.
>     self._show_deprecation_warning(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> FAILED 
> tests/thumbnail_tests/test_templatetags.py::TemplateTestCaseA::test_orientation
> ============= 1 failed, 66 passed, 9 skipped, 4 warnings in 4.98s 
> ==============
> make[1]: *** [debian/rules:20: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/sorl-thumbnail_12.9.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: sorl-thumbnail
Source-Version: 12.10.0-1
Done: Martin <deba...@debian.org>

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 1054...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin <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: Fri, 24 Nov 2023 15:40:24 +0000
Source: sorl-thumbnail
Architecture: source
Version: 12.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Martin <deba...@debian.org>
Closes: 1054758
Changes:
 sorl-thumbnail (12.10.0-1) unstable; urgency=medium
 .
   * New release
   * Disable broken unittest (Closes: #1054758)
Checksums-Sha1:
 64e09b0a44e196d4b4a9f174159c2e48bf61f8d5 2363 sorl-thumbnail_12.10.0-1.dsc
 ec4f00200d4c19f5c5dcd623f06179d8b05a3bcf 659921 
sorl-thumbnail_12.10.0.orig.tar.gz
 90f728e5fee0b1b82b3dfb1cc6fdc1c17b1a9031 6368 
sorl-thumbnail_12.10.0-1.debian.tar.xz
 a320f4206dab622d366e5b7579d4ff1e7e79e6c3 10077 
sorl-thumbnail_12.10.0-1_amd64.buildinfo
Checksums-Sha256:
 0578acdebefcd3a39cc9be7c615c6316b45abb07d2f3b0328442c07e0868d0f5 2363 
sorl-thumbnail_12.10.0-1.dsc
 642f17597cb48aef19e479809a0f69b3e58388b5da216136bfc3ba137dcf54a8 659921 
sorl-thumbnail_12.10.0.orig.tar.gz
 85b841f17bb32a1b4450bc7f78ce7c560e5a05ed52458361335912396c9db889 6368 
sorl-thumbnail_12.10.0-1.debian.tar.xz
 f75432b55bd8cc139a892d2b6e231ab0e01943bab76d705155aeeb2304070034 10077 
sorl-thumbnail_12.10.0-1_amd64.buildinfo
Files:
 eb6fe3bcdfda51647cdd72f9ace21a04 2363 python optional 
sorl-thumbnail_12.10.0-1.dsc
 bb21b13d4b643b7ad730c211e9bd22c6 659921 python optional 
sorl-thumbnail_12.10.0.orig.tar.gz
 300c2383ec0bbbf4dc3653aea23c4811 6368 python optional 
sorl-thumbnail_12.10.0-1.debian.tar.xz
 bab5b81677e2b1f4c7e4fefd4237a3e8 10077 python optional 
sorl-thumbnail_12.10.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAmVg8igACgkQ4+Chwoa5
Y+rIMg//eIgnBJalLblgY3V8eKpdRTi39DntLWCccHyoZBLw7pcTsLnkgBlPV8cY
GTqzJ4Jlwd4GGrz8qEErxBeIzYdUDBb3rLzGFbBeaS4y1KJgXMVEW+Maz5pJF/wK
1pZP/lUnQXdPhlFrWykmglvlxEy1q8D6uAO7ZM5ITqcXqV8CLX7FyvdyCh9RUzjp
0er3PcYsfOMxdiIla0zXyA0BBskzqG81nIDH15HA2bmMu/cJqCLa6VFr7expor8T
3nD1esfK/8KkIDn1eHh0mLtzgq5qc36yINZEJZeT+5TRigmParGtoyy8xXjJKDRq
i1i9TMBFLYl5a0qqnQthUvYe831tt7PnWO/elZVwAQmvncmXUPxPspJRrw2vFjfq
8DBf5yM+tETMhPT1urWbH4SHeBQCowi7IhO+fuyNic0m4ttBDebFkQmjsLsZJy/g
MNDyZlSPwymiT1zgyyiXjQgDXcg863KugP03HxqFpykqiseACH/kMxa+re9Mizyf
MLW8mpi1onGfVoUfUbUINymhVKRAF4vfqC/FgfOuJBikwHwQ/ka50IU6zod+XI6u
oCu3OZw815NcZDkpQEghwgmVt5/ii5LnWdoe9REdd7u+lR4ZJNvjX4xQWaP88Q7k
lTnDesntMrvAlSELdYzJyjzMY2q8GqDS/OAJQgiQX47AmhjuMyw=
=sqcr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to