Your message dated Fri, 24 Dec 2021 12:33:40 +0000
with message-id <e1n0jlu-000a1y...@fasolo.debian.org>
and subject line Bug#1002318: fixed in python-nest-asyncio 1.5.4-1
has caused the Debian Bug report #1002318,
regarding python-nest-asyncio: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.10 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.)


-- 
1002318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-nest-asyncio
Version: 1.5.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --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:237: python3.10 setup.py config 
> running config
> I: pybuild base:237: python3.9 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> copying nest_asyncio.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nest_asyncio/build
> I: pybuild base:237: /usr/bin/python3 setup.py build 
> running build
> running build_py
> copying nest_asyncio.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_nest_asyncio/build
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nest_asyncio/build; python3.10 -m 
> pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> collected 6 items
> 
> tests/nest_test.py .....F                                                
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ___________ NestTest.test_two_run_until_completes_in_one_outer_loop 
> ____________
> 
> self = <tests.nest_test.NestTest 
> testMethod=test_two_run_until_completes_in_one_outer_loop>
> 
>     def test_two_run_until_completes_in_one_outer_loop(self):
>     
>         async def f1():
>             self.loop.run_until_complete(asyncio.sleep(0.02))
>             return 4
>     
>         async def f2():
>             self.loop.run_until_complete(asyncio.sleep(0.01))
>             return 2
>     
>         result = self.loop.run_until_complete(
> >           asyncio.gather(f1(), f2(), loop=self.loop))
> E       TypeError: gather() got an unexpected keyword argument 'loop'
> 
> tests/nest_test.py:87: TypeError
> =============================== warnings summary 
> ===============================
> .pybuild/cpython3_3.10_nest_asyncio/build/tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nest_asyncio/build/tests/nest_test.py:87:
>  RuntimeWarning: coroutine 
> 'NestTest.test_two_run_until_completes_in_one_outer_loop.<locals>.f2' was 
> never awaited
>     asyncio.gather(f1(), f2(), loop=self.loop))
> 
> .pybuild/cpython3_3.10_nest_asyncio/build/tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nest_asyncio/build/tests/nest_test.py:87:
>  RuntimeWarning: coroutine 
> 'NestTest.test_two_run_until_completes_in_one_outer_loop.<locals>.f1' was 
> never awaited
>     asyncio.gather(f1(), f2(), loop=self.loop))
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info 
> ============================
> FAILED 
> tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop
> =================== 1 failed, 5 passed, 2 warnings in 0.12s 
> ====================
> E: pybuild pybuild:355: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_nest_asyncio/build; python3.10 -m 
> pytest tests
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_nest_asyncio/build; python3.9 -m 
> pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.9, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> collected 6 items
> 
> tests/nest_test.py ......                                                
> [100%]
> 
> =============================== warnings summary 
> ===============================
> .pybuild/cpython3_3.9_nest_asyncio/build/tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_nest_asyncio/build/tests/nest_test.py:87:
>  DeprecationWarning: The loop argument is deprecated since Python 3.8, and 
> scheduled for removal in Python 3.10.
>     asyncio.gather(f1(), f2(), loop=self.loop))
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> ========================= 6 passed, 1 warning in 0.14s 
> =========================
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 
> 3.9" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/python-nest-asyncio_1.5.1-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!

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: python-nest-asyncio
Source-Version: 1.5.4-1
Done: Diego M. Rodriguez <di...@moreda.io>

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

Debian distribution maintenance software
pp.
Diego M. Rodriguez <di...@moreda.io> (supplier of updated python-nest-asyncio 
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: Fri, 24 Dec 2021 10:14:58 +0000
Source: python-nest-asyncio
Architecture: source
Version: 1.5.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Diego M. Rodriguez <di...@moreda.io>
Closes: 1001424 1002318
Changes:
 python-nest-asyncio (1.5.4-1) unstable; urgency=medium
 .
   [ Diego M. Rodriguez ]
   * New upstream version 1.5.4 (Closes: #1001424, #1002318)
 .
   [ Jeroen Ploemen ]
   * Copyright: update upstream years.
Checksums-Sha1:
 61c7f4c797cac65beb1bd3dcaf59c6ed22b38281 2194 python-nest-asyncio_1.5.4-1.dsc
 a139466f747bcd3324b8e080e00fc443603e8fa6 5893 
python-nest-asyncio_1.5.4.orig.tar.gz
 a4d2acde775a27f32f979bdb72acc827619142b0 2576 
python-nest-asyncio_1.5.4-1.debian.tar.xz
 0adf2dd07ab0353afe556021395cb57e5cbf3981 8023 
python-nest-asyncio_1.5.4-1_source.buildinfo
Checksums-Sha256:
 8a7144d5194a47a83fd8950cb2ddee2e96a17d0c25df9a86f4710e87c7e1c2f2 2194 
python-nest-asyncio_1.5.4-1.dsc
 f969f6013a16fadb4adcf09d11a68a4f617c6049d7af7ac2c676110169a63abd 5893 
python-nest-asyncio_1.5.4.orig.tar.gz
 53201e15aedf0297c1aa1d9a4847bc664babe303a88cc93442af4fc1ca631466 2576 
python-nest-asyncio_1.5.4-1.debian.tar.xz
 3f7913ae903f4cae9ba51ca2a7ad5a02ade03f1cc07ea399141b982b9d1bec90 8023 
python-nest-asyncio_1.5.4-1_source.buildinfo
Files:
 6383f7edb95c2ce3ff7bd9bf9fc668dd 2194 python optional 
python-nest-asyncio_1.5.4-1.dsc
 a97d6622335d35563baeabb87afb758f 5893 python optional 
python-nest-asyncio_1.5.4.orig.tar.gz
 dbca7ed49f3635ea4e0fda1b3a4cffd6 2576 python optional 
python-nest-asyncio_1.5.4-1.debian.tar.xz
 ec248666ea6488102ea2f5744f81a54d 8023 python optional 
python-nest-asyncio_1.5.4-1_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmHFne0ACgkQQoMEoXSN
zHovuxAAxCie7f8vEnRZ9eKLbT6kCxA69wS1+Ay0NpbamWBuT4yb48hINBeGE4sK
Vw+fOS+FZ9Ph+xZSXxmg6PX34dCMQiW3Rnq8L9PIdwixtZU09oemvd7R+QKUJz8m
IV5jPYO/ltllKzUdL8/fsgRMhdl+iB2nRq30AEpqewczlbuAwbWrRal+m3hzhT35
GZd5CdXz0cwM06zkmD7ABVpQ23NJgtywUzm9X8wHVYSxEHvhCHkGuMSOKJ8gbMUR
u0+6ppJEFV7XZIT0x8kJUZ09H3iFAV1JjgQE/tk4k04m1+bNsOa4tYzRroxROlng
AohNqa7z1Q0DQe8gy+Ipd1NaEesdlbNj/5mXM5fUteL13faCd6rYPHGDdCOe0GYC
FVExghdK0R7IursjdhxAvL67PrRoK9HzmlBcACaCIXsovE3BxK31K6GDysqU7sJT
faqSoAXcsxUUlSmNjsvjTYHuVcr1jH6ugxu3bBSzIOncaSfdsQHCy4NxDk/mhaDB
Y+2aoZxluDpEhcu4N4IOXTsUTsUq69A2eS+AW5wMqekhCcWFDsGmJQpFsIsPDr9c
0j529Hf3P/JTCeLP/5LW5kPp/6wZ+l0RfaxK7qbuPFy0JgxOtKDuUHXb75lfHMwd
PhhJg1q8IGUO4kj3YzGsFmAiGIEfLnwbNDAVpm0iEVAYpNim3nc=
=RFAi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to