Source: pyserial-asyncio
Version: 0.6-2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=pyserial-asyncio&arch=all
...
dh_auto_test -i -O--buildsystem=pybuild
I: pybuild base:240: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_serial_asyncio/build; python3.10 -m
unittest discover -v
test_asyncio (test.test_asyncio.Test_asyncio) ...
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_serial_asyncio/build/test/test_asyncio.py:36:
DeprecationWarning: There is no current event loop
self.loop = asyncio.get_event_loop()
ERROR
======================================================================
ERROR: test_asyncio (test.test_asyncio.Test_asyncio)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_serial_asyncio/build/test/test_asyncio.py",
line 89, in test_asyncio
self.loop.run_until_complete(coro)
File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in
run_until_complete
return future.result()
File "/usr/lib/python3.10/asyncio/base_events.py", line 1508, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 98] error while attempting to bind on address ('127.0.0.1',
8888): address already in use
----------------------------------------------------------------------
Ran 1 test in 0.002s
FAILED (errors=1)
E: pybuild pybuild:379: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_serial_asyncio/build; python3.10 -m
unittest discover -v
dh_auto_test: error: pybuild --test -i python{version} -p 3.10 returned exit
code 13
make: *** [debian/rules:8: binary-indep] Error 25
This fails on the IPV6-only buildds, and port 8888 might also be used
on other buildds.