Bug#1026709: python-pykka: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.11 3.10" returned exit code 13

2023-01-01 Thread Stein Magnus Jodal
tag 1026709 pending
thanks

Hi,

I've just uploaded the latest upstream version, 3.1.1, which no longer
uses the previously deprecated and now removed `asyncio.coroutine`
decorator.

This was previously blocked by pyproject/Poetry not being well supported
by Debian packaging, but it seems that is no longer the situation, and
getting in sync with upstream was now trivial.

I forgot to add a `Closes` tag to the changelog, so I'll close this
issue manually once the new version hits the archive.

-jodal


signature.asc
Description: PGP signature


Bug#1026709: python-pykka: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.11 3.10" returned exit code 13

2022-12-20 Thread Lucas Nussbaum
Source: python-pykka
Version: 2.0.3-3
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,sphinxdoc --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 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: 
> SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use 
> license_files instead.
>   warnings.warn(msg, warning_class)
> running config
> I: pybuild base:240: python3.10 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: 
> SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use 
> license_files instead.
>   warnings.warn(msg, warning_class)
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3.11 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: 
> SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use 
> license_files instead.
>   warnings.warn(msg, warning_class)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/_registry.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/_future.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/debug.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/_actor.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/_threading.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/messages.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/_ref.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/_envelope.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/_proxy.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/gevent.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/eventlet.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> copying pykka/_exceptions.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka
> creating /<>/.pybuild/cpython3_3.11_pykka/build/pykka/_compat
> copying pykka/_compat/__init__.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka/_compat
> copying pykka/_compat/await_py3.py -> 
> /<>/.pybuild/cpython3_3.11_pykka/build/pykka/_compat
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: 
> SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use 
> license_files instead.
>   warnings.warn(msg, warning_class)
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/_registry.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/_future.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/debug.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/_actor.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/_threading.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/messages.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/_ref.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/_envelope.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/_proxy.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/gevent.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/eventlet.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> copying pykka/_exceptions.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka
> creating /<>/.pybuild/cpython3_3.10_pykka/build/pykka/_compat
> copying pykka/_compat/__init__.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka/_compat
> copying pykka/_compat/await_py3.py -> 
> /<>/.pybuild/cpython3_3.10_pykka/build/pykka/_compat
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<>/.pybuild/cpython3_3.11_pykka/build; 
> python3.11 -m pytest -k "not noncallable_mock"
> = test session starts 
> ==
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<>
> plugins: mock-3.8.2
> collected 409 items / 3 deselected / 406 selected
> 
> tests/test_actor.py ...  [  
> 4%]
> tests/test_future.py ..  [ 
> 10%]
> tests/test_future_py3.py FF