Source: heapdict
Version: 1.0.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 ftbfs-trixie
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:310: python3.12 setup.py config
> running config
> I: pybuild base:310: python3.11 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build
> running build
> running build_py
> copying heapdict.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_heapdict/build
> I: pybuild base:310: /usr/bin/python3 setup.py build
> running build
> running build_py
> copying heapdict.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_heapdict/build
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_heapdict/build; python3.12 -m pytest
> /<<PKGBUILDDIR>>/test_heap.py
> ============================= test session starts
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 10 items
>
> ../../../test_heap.py .........F
> [100%]
>
> =================================== FAILURES
> ===================================
> __________________________________ test_main
> ___________________________________
>
> verbose = None
>
> def test_main(verbose=None):
> test_classes = [TestHeap]
> > test_support.run_unittest(*test_classes)
> E AttributeError: module 'test.support' has no attribute 'run_unittest'
>
> ../../../test_heap.py:107: AttributeError
> =========================== short test summary info
> ============================
> FAILED ../../../test_heap.py::test_main - AttributeError: module
> 'test.suppor...
> ========================= 1 failed, 9 passed in 0.05s
> ==========================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_heapdict/build; python3.12 -m pytest
> /<<PKGBUILDDIR>>/test_heap.py
> I: pybuild base:310: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_heapdict/build; python3.11 -m pytest
> /<<PKGBUILDDIR>>/test_heap.py
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 10 items
>
> ../../../test_heap.py .........F
> [100%]
>
> =================================== FAILURES
> ===================================
> __________________________________ test_main
> ___________________________________
>
> verbose = None
>
> def test_main(verbose=None):
> test_classes = [TestHeap]
> > test_support.run_unittest(*test_classes)
> E AttributeError: module 'test.support' has no attribute 'run_unittest'
>
> ../../../test_heap.py:107: AttributeError
> =========================== short test summary info
> ============================
> FAILED ../../../test_heap.py::test_main - AttributeError: module
> 'test.suppor...
> ========================= 1 failed, 9 passed in 0.04s
> ==========================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_heapdict/build; python3.11 -m pytest
> /<<PKGBUILDDIR>>/test_heap.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/2023/12/12/heapdict_1.0.1-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[email protected]&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.