Your message dated Fri, 03 Feb 2023 01:35:12 +0000
with message-id <e1pnkyu-00ffc0...@fasolo.debian.org>
and subject line Bug#1026747: fixed in python-pook 1.1.1-1
has caused the Debian Bug report #1026747,
regarding python-pook: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-i python{version} -p "3.11 3.10" 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.)


-- 
1026747: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pook
Version: 1.0.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 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>>'
> http_proxy= dh_auto_test
> I: pybuild pybuild:307: cp -r /<<PKGBUILDDIR>>/examples 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pook/build
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pook/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>
> plugins: cov-4.0.0
> collected 12 items / 7 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.11_pook/build/tests/integration/pook_requests_test.py _
> tests/integration/pook_requests_test.py:3: in <module>
>     import pook
> pook/__init__.py:1: in <module>
>     from .api import *  # noqa
> pook/api.py:6: in <module>
>     from .engine import Engine
> pook/engine.py:5: in <module>
>     from .mock_engine import MockEngine
> pook/mock_engine.py:1: in <module>
>     from .interceptors import interceptors
> pook/interceptors/__init__.py:25: in <module>
>     from .aiohttp import AIOHTTPInterceptor
> pook/interceptors/aiohttp.py:42: in <module>
>     class SimpleContent(EmptyStreamReader):
> pook/interceptors/aiohttp.py:47: in SimpleContent
>     @asyncio.coroutine
> E   AttributeError: module 'asyncio' has no attribute 'coroutine'
> __ ERROR collecting .pybuild/cpython3_3.11_pook/build/tests/unit/api_test.py 
> ___
> tests/unit/api_test.py:4: in <module>
>     from pook import api
> pook/__init__.py:1: in <module>
>     from .api import *  # noqa
> pook/api.py:6: in <module>
>     from .engine import Engine
> pook/engine.py:5: in <module>
>     from .mock_engine import MockEngine
> pook/mock_engine.py:1: in <module>
>     from .interceptors import interceptors
> pook/interceptors/__init__.py:25: in <module>
>     from .aiohttp import AIOHTTPInterceptor
> pook/interceptors/aiohttp.py:42: in <module>
>     class SimpleContent(EmptyStreamReader):
> pook/interceptors/aiohttp.py:47: in SimpleContent
>     @asyncio.coroutine
> E   AttributeError: module 'asyncio' has no attribute 'coroutine'
> _ ERROR collecting 
> .pybuild/cpython3_3.11_pook/build/tests/unit/engine_test.py _
> tests/unit/engine_test.py:3: in <module>
>     from pook import Engine
> pook/__init__.py:1: in <module>
>     from .api import *  # noqa
> pook/api.py:6: in <module>
>     from .engine import Engine
> pook/engine.py:5: in <module>
>     from .mock_engine import MockEngine
> pook/mock_engine.py:1: in <module>
>     from .interceptors import interceptors
> pook/interceptors/__init__.py:25: in <module>
>     from .aiohttp import AIOHTTPInterceptor
> pook/interceptors/aiohttp.py:42: in <module>
>     class SimpleContent(EmptyStreamReader):
> pook/interceptors/aiohttp.py:47: in SimpleContent
>     @asyncio.coroutine
> E   AttributeError: module 'asyncio' has no attribute 'coroutine'
> _ ERROR collecting 
> .pybuild/cpython3_3.11_pook/build/tests/unit/exceptions_test.py _
> tests/unit/exceptions_test.py:3: in <module>
>     from pook import exceptions as ex
> pook/__init__.py:1: in <module>
>     from .api import *  # noqa
> pook/api.py:6: in <module>
>     from .engine import Engine
> pook/engine.py:5: in <module>
>     from .mock_engine import MockEngine
> pook/mock_engine.py:1: in <module>
>     from .interceptors import interceptors
> pook/interceptors/__init__.py:25: in <module>
>     from .aiohttp import AIOHTTPInterceptor
> pook/interceptors/aiohttp.py:42: in <module>
>     class SimpleContent(EmptyStreamReader):
> pook/interceptors/aiohttp.py:47: in SimpleContent
>     @asyncio.coroutine
> E   AttributeError: module 'asyncio' has no attribute 'coroutine'
> _ ERROR collecting 
> .pybuild/cpython3_3.11_pook/build/tests/unit/mock_engine_test.py _
> tests/unit/mock_engine_test.py:4: in <module>
>     from pook import MockEngine, Engine
> pook/__init__.py:1: in <module>
>     from .api import *  # noqa
> pook/api.py:6: in <module>
>     from .engine import Engine
> pook/engine.py:5: in <module>
>     from .mock_engine import MockEngine
> pook/mock_engine.py:1: in <module>
>     from .interceptors import interceptors
> pook/interceptors/__init__.py:25: in <module>
>     from .aiohttp import AIOHTTPInterceptor
> pook/interceptors/aiohttp.py:42: in <module>
>     class SimpleContent(EmptyStreamReader):
> pook/interceptors/aiohttp.py:47: in SimpleContent
>     @asyncio.coroutine
> E   AttributeError: module 'asyncio' has no attribute 'coroutine'
> _ ERROR collecting 
> .pybuild/cpython3_3.11_pook/build/tests/unit/interceptors/module_test.py _
> tests/unit/interceptors/module_test.py:1: in <module>
>     from pook import interceptors
> pook/__init__.py:1: in <module>
>     from .api import *  # noqa
> pook/api.py:6: in <module>
>     from .engine import Engine
> pook/engine.py:5: in <module>
>     from .mock_engine import MockEngine
> pook/mock_engine.py:1: in <module>
>     from .interceptors import interceptors
> pook/interceptors/__init__.py:25: in <module>
>     from .aiohttp import AIOHTTPInterceptor
> pook/interceptors/aiohttp.py:42: in <module>
>     class SimpleContent(EmptyStreamReader):
> pook/interceptors/aiohttp.py:47: in SimpleContent
>     @asyncio.coroutine
> E   AttributeError: module 'asyncio' has no attribute 'coroutine'
> _ ERROR collecting 
> .pybuild/cpython3_3.11_pook/build/tests/unit/interceptors/urllib3_test.py _
> tests/unit/interceptors/urllib3_test.py:4: in <module>
>     import pook
> pook/__init__.py:1: in <module>
>     from .api import *  # noqa
> pook/api.py:6: in <module>
>     from .engine import Engine
> pook/engine.py:5: in <module>
>     from .mock_engine import MockEngine
> pook/mock_engine.py:1: in <module>
>     from .interceptors import interceptors
> pook/interceptors/__init__.py:25: in <module>
>     from .aiohttp import AIOHTTPInterceptor
> pook/interceptors/aiohttp.py:42: in <module>
>     class SimpleContent(EmptyStreamReader):
> pook/interceptors/aiohttp.py:47: in SimpleContent
>     @asyncio.coroutine
> E   AttributeError: module 'asyncio' has no attribute 'coroutine'
> =============================== warnings summary 
> ===============================
> tests/unit/matchers/url_test.py:56
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pook/build/tests/unit/matchers/url_test.py:56:
>  DeprecationWarning: invalid escape sequence '\?'
>     ('http://foo.com/foo\?x=[0-9]', 'http://foo.com/foo?x=5', True),
> 
> tests/unit/matchers/url_test.py:65
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pook/build/tests/unit/matchers/url_test.py:65:
>  DeprecationWarning: invalid escape sequence '\?'
>     ('http://foo.com/foo\?x=[1-3]', 'http://foo.com/foo?x=5', False),
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/integration/pook_requests_test.py - AttributeError: module 
> 'async...
> ERROR tests/unit/api_test.py - AttributeError: module 'asyncio' has no 
> attrib...
> ERROR tests/unit/engine_test.py - AttributeError: module 'asyncio' has no 
> att...
> ERROR tests/unit/exceptions_test.py - AttributeError: module 'asyncio' has 
> no...
> ERROR tests/unit/mock_engine_test.py - AttributeError: module 'asyncio' has 
> n...
> ERROR tests/unit/interceptors/module_test.py - AttributeError: module 
> 'asynci...
> ERROR tests/unit/interceptors/urllib3_test.py - AttributeError: module 
> 'async...
> !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ======================== 2 warnings, 7 errors in 0.37s 
> =========================
> E: pybuild pybuild:386: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pook/build; python3.11 -m pytest tests
> I: pybuild pybuild:307: cp -r /<<PKGBUILDDIR>>/examples 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pook/build
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pook/build; 
> python3.10 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>
> plugins: cov-4.0.0
> collected 33 items
> 
> tests/integration/engines_test.py .                                      [  
> 3%]
> tests/integration/examples_test.py .                                     [  
> 6%]
> tests/integration/pook_requests_test.py ..                               [ 
> 12%]
> tests/unit/api_test.py .....                                             [ 
> 27%]
> tests/unit/engine_test.py ..                                             [ 
> 33%]
> tests/unit/exceptions_test.py .                                          [ 
> 36%]
> tests/unit/mock_engine_test.py ....                                      [ 
> 48%]
> tests/unit/mock_test.py ..                                               [ 
> 54%]
> tests/unit/regex_test.py ..                                              [ 
> 60%]
> tests/unit/interceptors/module_test.py .                                 [ 
> 63%]
> tests/unit/interceptors/urllib3_test.py ......                           [ 
> 81%]
> tests/unit/matchers/base_test.py ....                                    [ 
> 93%]
> tests/unit/matchers/url_test.py ..                                       
> [100%]
> 
> =============================== warnings summary 
> ===============================
> pook/interceptors/aiohttp.py:48
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pook/build/pook/interceptors/aiohttp.py:48:
>  DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, 
> use "async def" instead
>     def read(self, n=-1):
> 
> pook/interceptors/aiohttp.py:80
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pook/build/pook/interceptors/aiohttp.py:80:
>  DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, 
> use "async def" instead
>     def _on_request(self, _request, session, method, url,
> 
> tests/unit/matchers/url_test.py:56
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pook/build/tests/unit/matchers/url_test.py:56:
>  DeprecationWarning: invalid escape sequence '\?'
>     ('http://foo.com/foo\?x=[0-9]', 'http://foo.com/foo?x=5', True),
> 
> tests/unit/matchers/url_test.py:65
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pook/build/tests/unit/matchers/url_test.py:65:
>  DeprecationWarning: invalid escape sequence '\?'
>     ('http://foo.com/foo\?x=[1-3]', 'http://foo.com/foo?x=5', False),
> 
> .pybuild/cpython3_3.10_pook/build/tests/integration/pook_requests_test.py: 2 
> warnings
> .pybuild/cpython3_3.10_pook/build/tests/unit/api_test.py: 3 warnings
> .pybuild/cpython3_3.10_pook/build/tests/unit/interceptors/urllib3_test.py: 5 
> warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pook/build/pook/interceptors/aiohttp.py:153:
>  DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, 
> use "async def" instead
>     def handler(session, method, url, data=None, headers=None, **kw):
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ======================= 33 passed, 14 warnings in 1.56s 
> ========================
> I: pybuild pybuild:333: rm -rf 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pook/build/examples
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.11 
> 3.10" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/python-pook_1.0.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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: python-pook
Source-Version: 1.1.1-1
Done: Guilherme de Paula Xavier Segundo <guilherme....@gmail.com>

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

Debian distribution maintenance software
pp.
Guilherme de Paula Xavier Segundo <guilherme....@gmail.com> (supplier of 
updated python-pook 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: Thu, 02 Feb 2023 11:27:49 -0300
Source: python-pook
Architecture: source
Version: 1.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Guilherme de Paula Xavier Segundo <guilherme....@gmail.com>
Closes: 1026747
Changes:
 python-pook (1.1.1-1) unstable; urgency=medium
 .
   * New upstream version 1.1.1. (Closes: #1026747)
   * debian/control:
       - Bump Standards-Version to 4.6.2.
       - Remove 'python3-nose' unnecessary dependency in
     build-depends field.
   * debian/copyright: update upstream and packaging copyright years.
   * debian/patches/020_fix-sufix_versions.patch: Little update to make the
     following patch compliant with the new upstream version.
Checksums-Sha1:
 bb66dcc45b55fbf2f6a20e9468866b65645abd5e 2370 python-pook_1.1.1-1.dsc
 f54671a9a8ce51041eee1c65ef11d76eda5fc75f 50910 python-pook_1.1.1.orig.tar.gz
 3f767119ae71a8001a567bfbdd7a016ebcdf2a0d 3868 python-pook_1.1.1-1.debian.tar.xz
 d2266e8663818a187c6524a3fb06d575d7041d41 8849 
python-pook_1.1.1-1_amd64.buildinfo
Checksums-Sha256:
 a4e2544acaabce13fd8448ebd56d07905319ecef3d993c04cdf180baa448a944 2370 
python-pook_1.1.1-1.dsc
 f42b828aa9e796fde6f0fca502804a619fcd9a23af2a7a58c77c54a5ff388db9 50910 
python-pook_1.1.1.orig.tar.gz
 b0b560b2935c7ebe134dd27032683f4e894e9c91cc610478947f6c0cf6231fd2 3868 
python-pook_1.1.1-1.debian.tar.xz
 9980a403ce728bc88a7ee2cc9efba473bd86eabb17d2f3ac0aaa07b06dff731b 8849 
python-pook_1.1.1-1_amd64.buildinfo
Files:
 7366a3789d0a6bdb5eca3fd5fb95d6e3 2370 python optional python-pook_1.1.1-1.dsc
 e64164658a14d94dc7582dfceb52210b 50910 python optional 
python-pook_1.1.1.orig.tar.gz
 0379a5519d5af3b49cf0c135a5a28126 3868 python optional 
python-pook_1.1.1-1.debian.tar.xz
 7c81be11bc3f2d886c89d971f172cbeb 8849 python optional 
python-pook_1.1.1-1_amd64.buildinfo

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

iQJIBAEBCgAyFiEEI3pUsQKHKL8A7zH00Ot2KGX8XjYFAmPcYtgUHHNlcmdpb2Rq
QGRlYmlhbi5vcmcACgkQ0Ot2KGX8XjZnOhAAh9U+4GHpPV78y/tHlchh2kp/k/PU
H2E8GV8b2+GW9PLk6yTs9DQa7R+E6AsrNbSRLUpqnYFO83gmNAOYKgVg4qGfiDrx
ELUo0Hh+ktuioBz8rkDvf2zzilCPKwvbgRYxYgcF+8pzQl1ezF3gobQ0LtVeleEJ
WyAyIPyLBMB+YSJO0Kkw8ri7A8IJJvtl4BdFsoV7cr6l7B2UbTL9n5AR6j1errJT
Oc1BNh2W5KuIbmFujupwh53O8vEsf+VCS7rNTU6WqBfm/da9FWzMmX0Wii2/BYhv
53ickPG7hxtH5EGP4MDIAH4/uyS6EOlauKnjU5m6/7g1wB1cub2ShxyimTDFk0rq
rLKRCmbNSo2fVZBjALCBfOwVjVWh1UMtGvEeZOoMO8eZD0ri4HtvZkFMpBf7M2ee
oDUx1aphvh7Er3WmuSRfzslOy+jlpN5yEffMYEgMMeYmPipXefvPKn93rG7/5CTh
L4om807TuYXlEnvlZVnMbqzgHJTQYK1E/OeP6u1Q3A1NNBMSE4fO8BCLQZaLnVnG
xgzQfAm3D4qeLvDAVMnWimvvGHqyDjYIapDOm+M1oGzNl3AmmbpA0jJv0E7gt+C3
F9gIRPCBx3QGtQKWh2MkihuI0deY12oTl/xhysX8pb1EuMvmP4HUJetMq331oi4w
Ev8H9SBahiEgxkw=
=PecM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to