Your message dated Wed, 24 Jun 2020 07:34:06 +0000
with message-id <e1jnzv4-000gou...@fasolo.debian.org>
and subject line Bug#963400: fixed in python-panwid 0.3.0.dev15-2
has caused the Debian Bug report #963400,
regarding python-panwid: 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.)


-- 
963400: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-panwid
Version: 0.3.0.dev15-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
>    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_panwid/build/panwid
> copying panwid/tabview.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid
> copying panwid/dropdown.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid
> copying panwid/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid
> copying panwid/scroll.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid
> copying panwid/keymap.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid
> copying panwid/listbox.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/test
> copying test/test_dropdown.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/test
> copying test/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/test
> copying test/test_datatable.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/test
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/dialog
> copying panwid/dialog/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/dialog
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/datatable
> copying panwid/datatable/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/datatable
> copying panwid/datatable/columns.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/datatable
> copying panwid/datatable/rows.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/datatable
> copying panwid/datatable/cells.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/datatable
> copying panwid/datatable/dataframe.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/datatable
> copying panwid/datatable/common.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/datatable
> copying panwid/datatable/datatable.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/build/panwid/datatable
>    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_panwid/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_panwid/build/test/test_datatable.py 
> __
> test/test_datatable.py:3: in <module>
>     from panwid.datatable import *
> panwid/__init__.py:1: in <module>
>     from . import listbox
> panwid/listbox.py:5: 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_panwid/build/test/test_dropdown.py 
> ___
> test/test_dropdown.py:3: in <module>
>     from panwid.dropdown import *
> panwid/__init__.py:1: in <module>
>     from . import listbox
> panwid/listbox.py:5: 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.15 seconds 
> ============================
> E: pybuild pybuild:352: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_panwid/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-panwid_0.3.0.dev15-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-panwid
Source-Version: 0.3.0.dev15-2
Done: Sebastien Delafond <s...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-panwid, 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-panwid 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:15:21 +0200
Source: python-panwid
Architecture: source
Version: 0.3.0.dev15-2
Distribution: unstable
Urgency: medium
Maintainer: Sebastien Delafond <s...@debian.org>
Changed-By: Sebastien Delafond <s...@debian.org>
Closes: 963400
Changes:
 python-panwid (0.3.0.dev15-2) unstable; urgency=medium
 .
   * Build-depend on locales-all to fix FTBFS (Closes: #963400)
   * Bump-up Standards-Version
Checksums-Sha1:
 47fa108c64b1875c6c68aeb4e4d195f9da680dc5 1742 python-panwid_0.3.0.dev15-2.dsc
 463d7cab22c710e3fa275f2d54ef05fc63ac78a3 1432 
python-panwid_0.3.0.dev15-2.debian.tar.xz
 778e8a340974f74ad96c141c61a6dfcab5dd580f 6557 
python-panwid_0.3.0.dev15-2_amd64.buildinfo
Checksums-Sha256:
 42c666f123f1a412d6f4c35ebbdbc6f8126b7f5490de8f53a7d6bd730eebef30 1742 
python-panwid_0.3.0.dev15-2.dsc
 5596f348e8a84bff7ce4633947749e94a591e0ce2ad1e383bdec8dc479b5b613 1432 
python-panwid_0.3.0.dev15-2.debian.tar.xz
 ddea6e580144066c62dc3cbf533be79ad266a691d8060e84c09f64ef911d6c0a 6557 
python-panwid_0.3.0.dev15-2_amd64.buildinfo
Files:
 7911630f7ac73a4e4fe7308349cde5ca 1742 python optional 
python-panwid_0.3.0.dev15-2.dsc
 03aacf20ee85eb4d07d847ee6a8fddd1 1432 python optional 
python-panwid_0.3.0.dev15-2.debian.tar.xz
 fd6e8653dd11de99cc6959e26f08786b 6557 python optional 
python-panwid_0.3.0.dev15-2_amd64.buildinfo

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

iQEzBAEBCgAdFiEEAqSkbVtrXP4xJMh3EL6Jg/PVnWQFAl7y/nwACgkQEL6Jg/PV
nWSgzgf9EClDSwtyffdYSK3kalt8Zd+V9lK1tvrhTd+tO6ObHDSFfdHh6DhlbDdy
/C/C4ULpc3JjT9GC53BA04gEeqAbnArvmw3tyt143qVaRjyQ4guuERttXcbDBG7G
pA6NI1T9Ds7KjmvloEvvNDgQyvUgX7nQCVI8Q+mxxwdE7cvUgMrw3gQGPFV8oBxB
0u8ADGrozZ8+J3CWpuBWtOnqRvp2EUyTOSCwLst3F4I2YhmMsC3JXUQjQV1kwvAZ
CKlDj1cDobH8S6iD9VnJS61MFHsV8bp14eymG/zgTfPWCDGDB9h9M6xksud/Eo4j
4Apyitbwt2dMjNA7CVF9PY4md7TLHQ==
=UFfP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to