Your message dated Tue, 14 Feb 2023 19:49:16 +0000
with message-id <e1ps1ii-005dug...@fasolo.debian.org>
and subject line Bug#1026563: fixed in aioxmlrpc 0.6.4-1
has caused the Debian Bug report #1026563,
regarding aioxmlrpc: FTBFS: AttributeError: module 'asyncio' has no attribute 
'coroutine'. Did you mean: 'coroutines'?
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.)


-- 
1026563: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026563
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: aioxmlrpc
Version: 0.5-2
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):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py config 
> running config
> I: pybuild base:240: python3.10 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3.11 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_aioxmlrpc/build/aioxmlrpc
> copying aioxmlrpc/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_aioxmlrpc/build/aioxmlrpc
> copying aioxmlrpc/client.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_aioxmlrpc/build/aioxmlrpc
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_aioxmlrpc/build/aioxmlrpc/tests
> copying aioxmlrpc/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_aioxmlrpc/build/aioxmlrpc/tests
> copying aioxmlrpc/tests/test_client.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_aioxmlrpc/build/aioxmlrpc/tests
> running egg_info
> writing aioxmlrpc.egg-info/PKG-INFO
> writing dependency_links to aioxmlrpc.egg-info/dependency_links.txt
> writing requirements to aioxmlrpc.egg-info/requires.txt
> writing top-level names to aioxmlrpc.egg-info/top_level.txt
> reading manifest file 'aioxmlrpc.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.pyc' found under directory 
> '.'
> adding license file 'LICENSE'
> writing manifest file 'aioxmlrpc.egg-info/SOURCES.txt'
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_aioxmlrpc/build/aioxmlrpc
> copying aioxmlrpc/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_aioxmlrpc/build/aioxmlrpc
> copying aioxmlrpc/client.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_aioxmlrpc/build/aioxmlrpc
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_aioxmlrpc/build/aioxmlrpc/tests
> copying aioxmlrpc/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_aioxmlrpc/build/aioxmlrpc/tests
> copying aioxmlrpc/tests/test_client.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_aioxmlrpc/build/aioxmlrpc/tests
> running egg_info
> writing aioxmlrpc.egg-info/PKG-INFO
> writing dependency_links to aioxmlrpc.egg-info/dependency_links.txt
> writing requirements to aioxmlrpc.egg-info/requires.txt
> writing top-level names to aioxmlrpc.egg-info/top_level.txt
> reading manifest file 'aioxmlrpc.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.pyc' found under directory 
> '.'
> adding license file 'LICENSE'
> writing manifest file 'aioxmlrpc.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing aioxmlrpc.egg-info/PKG-INFO
> writing dependency_links to aioxmlrpc.egg-info/dependency_links.txt
> writing requirements to aioxmlrpc.egg-info/requires.txt
> writing top-level names to aioxmlrpc.egg-info/top_level.txt
> reading manifest file 'aioxmlrpc.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.pyc' found under directory 
> '.'
> adding license file 'LICENSE'
> writing manifest file 'aioxmlrpc.egg-info/SOURCES.txt'
> running build_ext
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 28, in <module>
>     setup(name=NAME,
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 87, in 
> setup
>     return distutils.core.setup(**attrs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 185, in setup
>     return run_commands(dist)
>            ^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 201, in run_commands
>     dist.run_commands()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 968, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1217, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 987, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 224, 
> in run
>     self.run_tests()
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 227, 
> in run_tests
>     test = unittest.main(
>            ^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/main.py", line 101, in __init__
>     self.parseArgs(argv)
>   File "/usr/lib/python3.11/unittest/main.py", line 150, in parseArgs
>     self.createTests()
>   File "/usr/lib/python3.11/unittest/main.py", line 161, in createTests
>     self.test = self.testLoader.loadTestsFromNames(self.testNames,
>                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 220, in 
> loadTestsFromNames
>     suites = [self.loadTestsFromName(name, module) for name in names]
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 220, in <listcomp>
>     suites = [self.loadTestsFromName(name, module) for name in names]
>               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 191, in 
> loadTestsFromName
>     return self.loadTestsFromModule(obj)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/test.py", line 57, 
> in loadTestsFromModule
>     tests.append(self.loadTestsFromName(submodule))
>                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/unittest/loader.py", line 154, in 
> loadTestsFromName
>     module = __import__(module_name)
>              ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/aioxmlrpc/tests/test_client.py", line 8, in <module>
>     from aioxmlrpc.client import ServerProxy, ProtocolError, Fault
>   File "/<<PKGBUILDDIR>>/aioxmlrpc/client.py", line 27, in <module>
>     class _Method:
>   File "/<<PKGBUILDDIR>>/aioxmlrpc/client.py", line 37, in _Method
>     @asyncio.coroutine
>      ^^^^^^^^^^^^^^^^^
> AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 
> 'coroutines'?
> E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: 
> python3.11 setup.py test 
> I: pybuild base:240: python3.10 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing aioxmlrpc.egg-info/PKG-INFO
> writing dependency_links to aioxmlrpc.egg-info/dependency_links.txt
> writing requirements to aioxmlrpc.egg-info/requires.txt
> writing top-level names to aioxmlrpc.egg-info/top_level.txt
> reading manifest file 'aioxmlrpc.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.pyc' found under directory 
> '.'
> adding license file 'LICENSE'
> writing manifest file 'aioxmlrpc.egg-info/SOURCES.txt'
> running build_ext
> test_http_error (aioxmlrpc.tests.test_client.HTTPErrorTestCase) ... 
> /<<PKGBUILDDIR>>/aioxmlrpc/tests/test_client.py:162: DeprecationWarning: The 
> object should be created within an async function
>   self.session = aiohttp.ClientSession(loop=self.loop)
> /usr/lib/python3/dist-packages/aiohttp/connector.py:767: DeprecationWarning: 
> The object should be created within an async function
>   super().__init__(
> /usr/lib/python3/dist-packages/aiohttp/connector.py:778: DeprecationWarning: 
> The object should be created within an async function
>   resolver = DefaultResolver(loop=self._loop)
> /usr/lib/python3/dist-packages/aiohttp/cookiejar.py:67: DeprecationWarning: 
> The object should be created within an async function
>   super().__init__(loop=loop)
> Unexpected error
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/aioxmlrpc/client.py", line 73, in request
>     response = yield from self._session.request(
>   File "/usr/lib/python3.10/asyncio/coroutines.py", line 124, in coro
>     res = func(*args, **kw)
>   File "/<<PKGBUILDDIR>>/aioxmlrpc/tests/test_client.py", line 156, in 
> failing_request
>     raise OSError
> OSError
> ok
> test_http_500 (aioxmlrpc.tests.test_client.ServerProxyWithSessionTestCase) 
> ... /<<PKGBUILDDIR>>/aioxmlrpc/tests/test_client.py:81: DeprecationWarning: 
> The object should be created within an async function
>   self.session = aiohttp.ClientSession(loop=self.loop)
> /<<PKGBUILDDIR>>/aioxmlrpc/tests/test_client.py:62: DeprecationWarning: 
> "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
>   def text(self):
> ok
> test_xmlrpc_fault 
> (aioxmlrpc.tests.test_client.ServerProxyWithSessionTestCase) ... ok
> test_xmlrpc_ok (aioxmlrpc.tests.test_client.ServerProxyWithSessionTestCase) 
> ... ok
> test_xmlrpc_ok_global_loop 
> (aioxmlrpc.tests.test_client.ServerProxyWithSessionTestCase) ... ok
> test_close_session 
> (aioxmlrpc.tests.test_client.ServerProxyWithoutSessionTestCase) ... 
> /<<PKGBUILDDIR>>/aioxmlrpc/client.py:128: DeprecationWarning: The object 
> should be created within an async function
>   self._session = aiohttp.ClientSession(loop=self._loop)
> ok
> 
> ----------------------------------------------------------------------
> Ran 6 tests in 0.008s
> 
> OK
> dh_auto_test: error: pybuild --test -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/aioxmlrpc_0.5-2_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: aioxmlrpc
Source-Version: 0.6.4-1
Done: Piotr Ożarowski <pi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
aioxmlrpc, 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.
Piotr Ożarowski <pi...@debian.org> (supplier of updated aioxmlrpc 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, 14 Feb 2023 20:08:23 +0100
Source: aioxmlrpc
Architecture: source
Version: 0.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: Piotr Ożarowski <pi...@debian.org>
Changed-By: Piotr Ożarowski <pi...@debian.org>
Closes: 1026563
Changes:
 aioxmlrpc (0.6.4-1) unstable; urgency=medium
 .
   [ Fukui Daichi ]
   * New upstream version 0.6.4 (Closes: #1026563)
   * update d/watch
   * d/control: Add pybuild-plugin-pyproject
   * d/control: add python3-httpx
Checksums-Sha1:
 a0c2063632a0867eaa8785c4a1a8c09bdf910eaf 2045 aioxmlrpc_0.6.4-1.dsc
 9089ff41d76448aa2d83aeb611bb755ffe06464f 16461 aioxmlrpc_0.6.4.orig.tar.gz
 002ec73bcb6ee79fd446e75815ce05a04c7a0957 2784 aioxmlrpc_0.6.4-1.debian.tar.xz
 5d0f32632c3a4c8c65fa6054a4e8a81285228626 7957 aioxmlrpc_0.6.4-1_amd64.buildinfo
Checksums-Sha256:
 5338d3cf51093545d3b96b952ac5148385e96ccac993f3ae0265c8eef12033c5 2045 
aioxmlrpc_0.6.4-1.dsc
 ee264d33b6eb5736a18912ea0aea147e12c08a673a7cd7aec31fe52a325bc19c 16461 
aioxmlrpc_0.6.4.orig.tar.gz
 ddb0897a2c13f63ebe46c2b6d7ae3d0d0bfe98433001f87a8e578c39ae59fc3e 2784 
aioxmlrpc_0.6.4-1.debian.tar.xz
 bc5891b64fd008acc890b74de2b6cd2e2b92e7d2d368efdadc103a54a5cfbaa8 7957 
aioxmlrpc_0.6.4-1_amd64.buildinfo
Files:
 c80727752b12374680feb37e4b8c1816 2045 python optional aioxmlrpc_0.6.4-1.dsc
 cf3902fccc3d8a0214d243386a3a4d7e 16461 python optional 
aioxmlrpc_0.6.4.orig.tar.gz
 0adeccdfaa784c103b97e9bd580127ff 2784 python optional 
aioxmlrpc_0.6.4-1.debian.tar.xz
 30c1b95972dc063f29de618f36f46889 7957 python optional 
aioxmlrpc_0.6.4-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAmPr4BoACgkQrvbxoqdF
dkUZUQ//Yxz19F2tSjS1i52BQyrhzUHANzOWawljs7iX+hBLz3Hp422H4h+C4JAM
d9TLXzSSfXe+zLz2ZWELfJFWkvPyOZ5onuyR8Id9ER454a7fjBEhvuVI3pLJ79jo
HmSIPNihu9s3akd+nqO8tvh0Y2twyyYpGPJYTmQxnGYqrD+mWuPaT+0eY0Mo6G/e
c+tmNACd442qzlgmle5Gwi05Y2+5IyFyIlpXQul9X7tL4qEgVhudcnhl2rj2eKzU
VSSd3aZNRpE2N8QKGvTI4UlJM8Sq6ol9BrosSKl0fK3eONUEhDgsBDeizTBvpfsa
Bw0JhHk2BPrYqFefJdRjmvxaHwkIzDjyrRq5v6VdvqrCnc5zoIZLd7jQT/3vMfah
3kz+QhozV2hQ8YTSCkSau3QZxMiMJ+o4r5XViJluyS7Dzip+i/0vJXKBMrBqTor1
H4rwd0MoL/eZAWJdqYGEQc+NfP42T57iEoEPh4dnfwivusf7b231pYfxeqxkl7MN
45ZyBm5ka57xF7vuYoM/GI2UngkhdkXjGQuBd4it3Km5tLXzPe/nlmvXk90b56dp
BkrauS2XnDl9QXIrCo04Vmy+kGLCuhIWo09zuhN13akEhoZZclHgj+x1Hjg9I6Yb
MdLXvlAWlZsp8+G5kCsD7YdqGlrdO4Kwgc014fdpLsuHUmHfWlU=
=g44k
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to