Source: quart
Version: 0.18.3-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20230726 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> # The name of the project need to be written in lowercase letters,
> # otherwise pybuild wont find the WHEEL file (as it's created from the
> # project name starting with an capital letter.
> sed -i 's,name = "Quart",name = "quart",g' pyproject.toml
> dh_auto_build
> I: pybuild plugin_pyproject:107: Building wheel for python3.11 with "build"
> module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_quart
> * Building wheel...
> Successfully built quart-0.18.3-py3-none-any.whl
> I: pybuild plugin_pyproject:119: Unpacking wheel built for python3.11 with
> "installer" module
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_quart/build;
> python3.11 -m pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.4, pytest-7.4.0, pluggy-1.2.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: pyproject.toml
> plugins: asyncio-0.20.3, cov-4.1.0, hypothesis-6.82.0
> asyncio: mode=Mode.AUTO
> collected 223 items / 2 errors
>
> ==================================== ERRORS
> ====================================
> __ ERROR collecting .pybuild/cpython3_3.11_quart/build/tests/test_helpers.py
> ___
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_quart/build/tests/test_helpers.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_helpers.py:9: in <module>
> from py._path.local import LocalPath
> E ModuleNotFoundError: No module named 'py._path'; 'py' is not a package
> _ ERROR collecting
> .pybuild/cpython3_3.11_quart/build/tests/wrappers/test_response.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_quart/build/tests/wrappers/test_response.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.11/importlib/__init__.py:126: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/wrappers/test_response.py:11: in <module>
> from py._path.local import LocalPath
> E ModuleNotFoundError: No module named 'py._path'; 'py' is not a package
> =========================== short test summary info
> ============================
> ERROR tests/test_helpers.py
> ERROR tests/wrappers/test_response.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection
> !!!!!!!!!!!!!!!!!!!!
> ============================== 2 errors in 0.63s
> ===============================
> E: pybuild pybuild:388: test: plugin pyproject failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_quart/build; python3.11 -m pytest
> tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/07/26/quart_0.18.3-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&[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.