Your message dated Wed, 24 Jun 2020 07:34:11 +0000
with message-id <e1jnzv9-000gph...@fasolo.debian.org>
and subject line Bug#963344: fixed in python-urwid-utils 0.1.2.dev2-2
has caused the Debian Bug report #963344,
regarding python-urwid-utils: FTBFS: dh_auto_test: error: pybuild --test
--test-pytest -i python{version} -p 3.8 returned exit code 13
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.)
--
963344: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963344
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-urwid-utils
Version: 0.1.2.dev2-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --with python3 --buildsystem=pybuild
> dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> dh_auto_configure: warning: Compatibility levels before 10 are deprecated
> (level 9 in use)
> I: pybuild base:217: python3.8 setup.py config
> running config
> /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution
> option: 'bugtrack_url'
> warnings.warn(msg)
> dh_auto_build -O--buildsystem=pybuild
> dh_auto_build: warning: Compatibility levels before 10 are deprecated (level
> 9 in use)
> I: pybuild base:217: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build/urwid_utils
> copying urwid_utils/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build/urwid_utils
> copying urwid_utils/dialog.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build/urwid_utils
> copying urwid_utils/const.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build/urwid_utils
> copying urwid_utils/colors.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build/urwid_utils
> copying urwid_utils/util.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build/urwid_utils
> copying urwid_utils/palette.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build/urwid_utils
> copying urwid_utils/keys.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build/urwid_utils
> /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution
> option: 'bugtrack_url'
> warnings.warn(msg)
> dh_auto_test -O--buildsystem=pybuild
> dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9
> in use)
> I: pybuild base:217: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build; python3.8 -m pytest
> test
> ============================= test session starts
> ==============================
> platform linux -- Python 3.8.3, pytest-4.6.11, py-1.8.1, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> collected 0 items / 2 errors
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.8_urwid-utils/build/test/test_dialog.py _
> test/test_dialog.py:6: in <module>
> import urwid
> /usr/lib/python3/dist-packages/urwid/__init__.py:26: in <module>
> from urwid.widget import (FLOW, BOX, FIXED, LEFT, RIGHT, CENTER, TOP,
> MIDDLE,
> /usr/lib/python3/dist-packages/urwid/widget.py:27: in <module>
> from urwid.util import (MetaSuper, decompose_tagmarkup, calc_width,
> /usr/lib/python3/dist-packages/urwid/util.py:61: in <module>
> detected_encoding = detect_encoding()
> /usr/lib/python3/dist-packages/urwid/util.py:58: in detect_encoding
> locale.setlocale(locale.LC_ALL, initial)
> /usr/lib/python3.8/locale.py:608: in setlocale
> return _setlocale(category, locale)
> E locale.Error: unsupported locale setting
> _ ERROR collecting
> .pybuild/cpython3_3.8_urwid-utils/build/test/test_palette.py _
> test/test_palette.py:3: in <module>
> from urwid_utils import Palette, PaletteEntry
> urwid_utils/__init__.py:27: in <module>
> from .palette import *
> urwid_utils/palette.py:3: in <module>
> import urwid
> /usr/lib/python3/dist-packages/urwid/__init__.py:26: in <module>
> from urwid.widget import (FLOW, BOX, FIXED, LEFT, RIGHT, CENTER, TOP,
> MIDDLE,
> /usr/lib/python3/dist-packages/urwid/widget.py:27: in <module>
> from urwid.util import (MetaSuper, decompose_tagmarkup, calc_width,
> /usr/lib/python3/dist-packages/urwid/util.py:61: in <module>
> detected_encoding = detect_encoding()
> /usr/lib/python3/dist-packages/urwid/util.py:58: in detect_encoding
> locale.setlocale(locale.LC_ALL, initial)
> /usr/lib/python3.8/locale.py:608: in setlocale
> return _setlocale(category, locale)
> E locale.Error: unsupported locale setting
> !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection
> !!!!!!!!!!!!!!!!!!!!
> =========================== 2 error in 0.14 seconds
> ============================
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_urwid-utils/build; python3.8 -m pytest
> test
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.8
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2020/06/20/python-urwid-utils_0.1.2.dev2-1_unstable.log
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!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: python-urwid-utils
Source-Version: 0.1.2.dev2-2
Done: Sebastien Delafond <s...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-urwid-utils, 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 963...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastien Delafond <s...@debian.org> (supplier of updated python-urwid-utils
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, 24 Jun 2020 09:14:34 +0200
Source: python-urwid-utils
Architecture: source
Version: 0.1.2.dev2-2
Distribution: unstable
Urgency: medium
Maintainer: Sebastien Delafond <s...@debian.org>
Changed-By: Sebastien Delafond <s...@debian.org>
Closes: 963344
Changes:
python-urwid-utils (0.1.2.dev2-2) unstable; urgency=medium
.
* Build-depend on locales-all to fix FTBFS (Closes: #963344)
* Bump-up Standards-Version
Checksums-Sha1:
663c5307811b83adeae2fa32e729c227aa5b235d 1711
python-urwid-utils_0.1.2.dev2-2.dsc
e80034afeecc275d3ada63f04aa89c2716d256b4 1916
python-urwid-utils_0.1.2.dev2-2.debian.tar.xz
6c43f6398c99bdfb2342e70d91a6de7af2933a9d 6425
python-urwid-utils_0.1.2.dev2-2_amd64.buildinfo
Checksums-Sha256:
948d8bf88f43fa2345ae9d3caec98712379f978a2f816f506892ab5185f8e686 1711
python-urwid-utils_0.1.2.dev2-2.dsc
60c6762ad70340cfb634e01952482df933e6c9b9bc4784af80cd3855043dc432 1916
python-urwid-utils_0.1.2.dev2-2.debian.tar.xz
cce8c8b56e0c08843dcdf591713d8b9faebfb7702f68ad88c74158d57dd385dd 6425
python-urwid-utils_0.1.2.dev2-2_amd64.buildinfo
Files:
4ae715c764c861016b71bfc8f3e560ba 1711 python optional
python-urwid-utils_0.1.2.dev2-2.dsc
b7f336a09332b6bae272a021281477de 1916 python optional
python-urwid-utils_0.1.2.dev2-2.debian.tar.xz
75a11666810b956fbd37ffe96fea5bbc 6425 python optional
python-urwid-utils_0.1.2.dev2-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEEAqSkbVtrXP4xJMh3EL6Jg/PVnWQFAl7y/hQACgkQEL6Jg/PV
nWS+ogf+LQ1rk9loAfAs0ntINqMAJdpTEC/pc+7TN3mCzddYS4k01Rnc3d4YfKSB
nrOlxd4piOTGNwcomDQqQzoAd2EfbmamzyDuNK8vjrwjwe7OT8q7qCB0YJL9NNNk
G4J0iii5E+DrFEntrhXWt7SIIFsa7Zj9CCEwUoc+IotvkWUGSIu9E7k4+Xq69fF7
y66whPkAL7K6Tn+sB4r0rfJI2EL7sSRIBeMlRQMwXgVFaToNwDMCXNQ9oBuwSCyV
IJ5kII2I+w6295jKPH1jIKwMpTPJwCs23tNMxtxb4Qj4R/5dEYf6IgCZfaqO4VXN
GFh9sv3ydhrAx9sNq2dQrPR1tAOo2Q==
=HNeb
-----END PGP SIGNATURE-----
--- End Message ---