Source: cachy
Version: 0.3.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

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:305: python3.12 setup.py config 
> I: pybuild base:305: python3.11 setup.py config 
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> I: pybuild base:305: /usr/bin/python3 setup.py build 
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_cachy/build; 
> python3.12 -m pytest --ignore=tests/stores/test_memcached_store.py
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_cachy/build
> configfile: pyproject.toml
> plugins: mock-3.12.0
> collected 10 items / 5 errors
> 
> ==================================== ERRORS 
> ====================================
> _______________ ERROR collecting tests/stores/test_dict_store.py 
> _______________
> tests/stores/test_dict_store.py:4: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> _______________ ERROR collecting tests/stores/test_file_store.py 
> _______________
> tests/stores/test_file_store.py:10: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> _________________ ERROR collecting tests/test_cache_manager.py 
> _________________
> tests/test_cache_manager.py:6: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> __________________ ERROR collecting tests/test_repository.py 
> ___________________
> tests/test_repository.py:5: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> _________________ ERROR collecting tests/test_tagged_cache.py 
> __________________
> tests/test_tagged_cache.py:10: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> =========================== short test summary info 
> ============================
> ERROR tests/stores/test_dict_store.py - AttributeError: module 
> '_pytest.runne...
> ERROR tests/stores/test_file_store.py - AttributeError: module 
> '_pytest.runne...
> ERROR tests/test_cache_manager.py - AttributeError: module '_pytest.runner' 
> h...
> ERROR tests/test_repository.py - AttributeError: module '_pytest.runner' has 
> ...
> ERROR tests/test_tagged_cache.py - AttributeError: module '_pytest.runner' 
> ha...
> !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ============================== 5 errors in 0.26s 
> ===============================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_cachy/build; python3.12 -m pytest 
> --ignore=tests/stores/test_memcached_store.py
> I: pybuild base:305: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cachy/build; 
> python3.11 -m pytest --ignore=tests/stores/test_memcached_store.py
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.8, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cachy/build
> configfile: pyproject.toml
> plugins: mock-3.12.0
> collected 10 items / 5 errors
> 
> ==================================== ERRORS 
> ====================================
> _______________ ERROR collecting tests/stores/test_dict_store.py 
> _______________
> tests/stores/test_dict_store.py:4: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> _______________ ERROR collecting tests/stores/test_file_store.py 
> _______________
> tests/stores/test_file_store.py:10: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> _________________ ERROR collecting tests/test_cache_manager.py 
> _________________
> tests/test_cache_manager.py:6: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> __________________ ERROR collecting tests/test_repository.py 
> ___________________
> tests/test_repository.py:5: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> _________________ ERROR collecting tests/test_tagged_cache.py 
> __________________
> tests/test_tagged_cache.py:10: in <module>
>     from flexmock import flexmock
> /usr/lib/python3/dist-packages/flexmock/__init__.py:2: in <module>
>     from flexmock import _integrations  # pylint: disable=unused-import
> /usr/lib/python3/dist-packages/flexmock/_integrations.py:101: in <module>
>     saved_pytest = runner.call_runtest_hook
> E   AttributeError: module '_pytest.runner' has no attribute 
> 'call_runtest_hook'
> =========================== short test summary info 
> ============================
> ERROR tests/stores/test_dict_store.py - AttributeError: module 
> '_pytest.runne...
> ERROR tests/stores/test_file_store.py - AttributeError: module 
> '_pytest.runne...
> ERROR tests/test_cache_manager.py - AttributeError: module '_pytest.runner' 
> h...
> ERROR tests/test_repository.py - AttributeError: module '_pytest.runner' has 
> ...
> ERROR tests/test_tagged_cache.py - AttributeError: module '_pytest.runner' 
> ha...
> !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ============================== 5 errors in 0.24s 
> ===============================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cachy/build; python3.11 -m pytest 
> --ignore=tests/stores/test_memcached_store.py
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/cachy_0.3.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240319&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.

Reply via email to