Your message dated Tue, 30 Nov 2021 11:04:12 +0000
with message-id <e1ms0vk-000eut...@fasolo.debian.org>
and subject line Bug#998524: fixed in pytest-pylint 0.18.0-3
has caused the Debian Bug report #998524,
regarding pytest-pylint: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.9 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.)


-- 
998524: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pytest-pylint
Version: 0.18.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211104 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_install
> I: pybuild base:232: /usr/bin/python3 setup.py install --root 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint 
> running install
> running build
> running build_py
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr
> creating /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib
> creating /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9
> creating 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages
> creating 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pytest-pylint/build/pytest_pylint/__init__.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pytest-pylint/build/pytest_pylint/pylint_util.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pytest-pylint/build/pytest_pylint/util.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pytest-pylint/build/pytest_pylint/plugin.py
>  -> 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint/__init__.py
>  to __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint/pylint_util.py
>  to pylint_util.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint/util.py
>  to util.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint/plugin.py
>  to plugin.cpython-39.pyc
> running install_egg_info
> running egg_info
> creating pytest_pylint.egg-info
> writing pytest_pylint.egg-info/PKG-INFO
> writing dependency_links to pytest_pylint.egg-info/dependency_links.txt
> writing entry points to pytest_pylint.egg-info/entry_points.txt
> writing requirements to pytest_pylint.egg-info/requires.txt
> writing top-level names to pytest_pylint.egg-info/top_level.txt
> writing manifest file 'pytest_pylint.egg-info/SOURCES.txt'
> reading manifest file 'pytest_pylint.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'pytest_pylint'
> warning: no previously-included files matching '__pycache__' found anywhere 
> in distribution
> warning: no previously-included files matching '*.py[cod]' found anywhere in 
> distribution
> adding license file 'LICENSE'
> writing manifest file 'pytest_pylint.egg-info/SOURCES.txt'
> Copying pytest_pylint.egg-info to 
> /<<PKGBUILDDIR>>/debian/python3-pytest-pylint/usr/lib/python3.9/dist-packages/pytest_pylint-0.18.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} -m pytest -v -x 
> --ignore debian --ignore pytest_pylint/plugin.py" dh_auto_test
> I: pybuild base:232: python3.9 -m pytest -v -x --ignore debian --ignore 
> pytest_pylint/plugin.py
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 -- 
> /usr/bin/python3.9
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>, configfile: tox.ini
> plugins: pylint-0.18.0, flake8-1.0.6
> collecting ... collected 39 items
> --------------------------------------------------------------------------------
> Linting files
> ......
> --------------------------------------------------------------------------------
> 
> setup.py::PYLINT FAILED                                                  [  
> 2%]
> 
> =================================== FAILURES 
> ===================================
> ______________________________ [pylint] setup.py 
> _______________________________
> R: 14,21: Consider using 'with' for resource-allocating operations 
> (consider-using-with)
> W: 14,21: Using open without explicitly specifying an encoding 
> (unspecified-encoding)
> =========================== short test summary info 
> ============================
> FAILED setup.py::PYLINT
> !!!!!!!!!!!!!!!!!!!!!!!!!! stopping after 1 failures 
> !!!!!!!!!!!!!!!!!!!!!!!!!!!
> ============================== 1 failed in 2.23s 
> ===============================
> E: pybuild pybuild:354: test: plugin custom failed with: exit code=1: 
> python3.9 -m pytest -v -x --ignore debian --ignore pytest_pylint/plugin.py
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/11/04/pytest-pylint_0.18.0-2_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!

If you reassign this bug to another package, please marking 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: pytest-pylint
Source-Version: 0.18.0-3
Done: Jochen Sprickerhof <jspri...@debian.org>

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

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated pytest-pylint 
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: Tue, 30 Nov 2021 11:55:15 +0100
Source: pytest-pylint
Architecture: source
Version: 0.18.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 998524
Changes:
 pytest-pylint (0.18.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Fix pylint warnings (Closes: #998524)
Checksums-Sha1:
 496c8bd330836fe5efb502c1723d516fd10918a4 2314 pytest-pylint_0.18.0-3.dsc
 a97562a5a478fb62f1527e6c366e6eb6c0ed97cc 15552 
pytest-pylint_0.18.0-3.debian.tar.xz
 a6f0be7b64381aff83b1129e4e680975b11d2b2b 7397 
pytest-pylint_0.18.0-3_source.buildinfo
Checksums-Sha256:
 48f0859d64c054dca1e369d4c324a4dc18a689827086e319f582f838c4ddfe06 2314 
pytest-pylint_0.18.0-3.dsc
 8260af3bdc2db5cf7eaaee67c531e0c090adec6dfaa7c5e387b46ff7a7d49a6f 15552 
pytest-pylint_0.18.0-3.debian.tar.xz
 b6d75bc0604435e9038ec14bc763d8e5f5c4c110e5c007d64e1f44f310e3365f 7397 
pytest-pylint_0.18.0-3_source.buildinfo
Files:
 0a0e924e27f0dbdea044003eb77e5cc0 2314 python optional 
pytest-pylint_0.18.0-3.dsc
 5d3eee3d0dc42a0e81a608f48b426419 15552 python optional 
pytest-pylint_0.18.0-3.debian.tar.xz
 b62dc8c535031c8a3289b6fd8d120b4a 7397 python optional 
pytest-pylint_0.18.0-3_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmGmA28ACgkQW//cwljm
lDMMGw//SW1b1R0Poshe+5hJgtSaSggWmz6wyxpqnbZlNAlGgdwrSjaN4cOKNB4c
Ja5FIFY9wn/UjweggDOCljvYHOzLxXYF/UqS0vDv5Gtbq3JJsuUkcdQTR8qZzrNy
xDZlgXIX6AxK5jgcyHAVnMgZKbwKVB0g9K/q2CdlypiAUX+AK7j6eO/6cm7UrvLL
nHCDz33iLQF+c/6u461Zt0YkuEi8MEynT+61Eo69KnkxuNawBDSTZeeFNjiiqGJK
HnZvCE/kGCRkQ0A8z/ayV2qxKpYAcOUUjclHq7eIAc3pQdWSmeXVOqWUzeLJRsbt
/1Y+MUKNrpX0D4d5sK5zD3iEw84r8UUVtB+MuYUGTHKuBriaZjLWzvFa6926qkUm
Xwcb8uQ9RjCMlTJFxfyGMs2vQFon77bwygfXTV01/OJxGYEzRbZp7Bu499Qm+v2t
7bNyRvWwBnXvCPggsDhbMr+PhvSWLul0mr4JJw2yJnD8QC5ABv3YtSYqXs9Y1YXF
bwlMsrU88S/hPuK8u5OiHcfnruunY0ZCerDxrsoqoOug2ez0wJGDez4c9IT1+1Ja
0KxdaoEfwXbIxEgr7anWY9DcxlKksvWYOEiFfE8peD1pSGbC3mYsjzEDLI/OKPjn
k9sIBabSHpAgzWyix9Lp1xGRnFv+FagCd50wW2a8PW5X2vE+vd8=
=4nn9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to