--- Begin Message ---
Source: url-normalize
Version: 1.4.3-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 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
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
> module
> I: pybuild base:311: python3.12 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize
> * Building wheel...
> Successfully built url_normalize-1.4.3-py2.py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build"
> module
> I: pybuild base:311: python3.11 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize
> * Building wheel...
> Successfully built url_normalize-1.4.3-py2.py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with
> "installer" module
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build; python3.12 -m
> pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.12.4, pytest-8.2.2, pluggy-1.5.0 --
> /usr/bin/python3.12
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>
> configfile: tox.ini
> plugins: cov-5.0.0
> collecting ... collected 0 items / 12 errors
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_deconstruct_url.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_deconstruct_url.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_deconstruct_url.py:2: in <module>
> from url_normalize.tools import deconstruct_url, URL
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_generic_url_cleanup.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_generic_url_cleanup.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_generic_url_cleanup.py:2: in <module>
> from url_normalize.url_normalize import generic_url_cleanup
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_fragment.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_fragment.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_normalize_fragment.py:3: in <module>
> from url_normalize.url_normalize import normalize_fragment
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_host.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_host.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_normalize_host.py:3: in <module>
> from url_normalize.url_normalize import normalize_host
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_path.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_path.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_normalize_path.py:2: in <module>
> from url_normalize.url_normalize import normalize_path
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_port.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_port.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_normalize_port.py:2: in <module>
> from url_normalize.url_normalize import normalize_port
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_query.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_query.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_normalize_query.py:4: in <module>
> from url_normalize.url_normalize import normalize_query
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_scheme.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_scheme.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_normalize_scheme.py:2: in <module>
> from url_normalize.url_normalize import normalize_scheme
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_userinfo.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_normalize_userinfo.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_normalize_userinfo.py:2: in <module>
> from url_normalize.url_normalize import normalize_userinfo
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_provide_url_scheme.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_provide_url_scheme.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_provide_url_scheme.py:2: in <module>
> from url_normalize.url_normalize import provide_url_scheme
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_reconstruct_url.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_reconstruct_url.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_reconstruct_url.py:2: in <module>
> from url_normalize.tools import reconstruct_url, URL
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.12_url-normalize/build/tests/test_url_normalize.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build/tests/test_url_normalize.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
> return _bootstrap._gcd_import(name[level:], package, level)
> tests/test_url_normalize.py:3: in <module>
> from url_normalize import url_normalize
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
>
> ---------- coverage: platform linux, python 3.12.4-final-0 -----------
> Name Stmts Miss Cover Missing
> --------------------------------------------------------------
> url_normalize/__init__.py 6 3 50% 29-32
> url_normalize/tools.py 29 25 14% 7-100
> url_normalize/url_normalize.py 77 74 4% 7-244
> --------------------------------------------------------------
> TOTAL 112 102 9%
>
> FAIL Required test coverage of 99% not reached. Total coverage: 8.93%
> =========================== short test summary info
> ============================
> ERROR tests/test_deconstruct_url.py
> ERROR tests/test_generic_url_cleanup.py
> ERROR tests/test_normalize_fragment.py
> ERROR tests/test_normalize_host.py
> ERROR tests/test_normalize_path.py
> ERROR tests/test_normalize_port.py
> ERROR tests/test_normalize_query.py
> ERROR tests/test_normalize_scheme.py
> ERROR tests/test_normalize_userinfo.py
> ERROR tests/test_provide_url_scheme.py
> ERROR tests/test_reconstruct_url.py
> ERROR tests/test_url_normalize.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 12 errors during collection
> !!!!!!!!!!!!!!!!!!!
> ============================== 12 errors in 0.37s
> ==============================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_url-normalize/build; python3.12 -m
> pytest tests
> I: pybuild base:311: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build; python3.11 -m
> pytest tests
> ============================= test session starts
> ==============================
> platform linux -- Python 3.11.9, pytest-8.2.2, pluggy-1.5.0 --
> /usr/bin/python3.11
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>
> configfile: tox.ini
> plugins: cov-5.0.0
> collecting ... collected 0 items / 12 errors
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_deconstruct_url.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_deconstruct_url.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_deconstruct_url.py:2: in <module>
> from url_normalize.tools import deconstruct_url, URL
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_generic_url_cleanup.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_generic_url_cleanup.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_generic_url_cleanup.py:2: in <module>
> from url_normalize.url_normalize import generic_url_cleanup
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_fragment.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_fragment.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_normalize_fragment.py:3: in <module>
> from url_normalize.url_normalize import normalize_fragment
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_host.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_host.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_normalize_host.py:3: in <module>
> from url_normalize.url_normalize import normalize_host
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_path.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_path.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_normalize_path.py:2: in <module>
> from url_normalize.url_normalize import normalize_path
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_port.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_port.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_normalize_port.py:2: in <module>
> from url_normalize.url_normalize import normalize_port
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_query.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_query.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_normalize_query.py:4: in <module>
> from url_normalize.url_normalize import normalize_query
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_scheme.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_scheme.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_normalize_scheme.py:2: in <module>
> from url_normalize.url_normalize import normalize_scheme
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_userinfo.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_normalize_userinfo.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_normalize_userinfo.py:2: in <module>
> from url_normalize.url_normalize import normalize_userinfo
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_provide_url_scheme.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_provide_url_scheme.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_provide_url_scheme.py:2: in <module>
> from url_normalize.url_normalize import provide_url_scheme
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_reconstruct_url.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_reconstruct_url.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_reconstruct_url.py:2: in <module>
> from url_normalize.tools import reconstruct_url, URL
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
> _ ERROR collecting
> .pybuild/cpython3_3.11_url-normalize/build/tests/test_url_normalize.py _
> ImportError while importing test module
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build/tests/test_url_normalize.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_url_normalize.py:3: in <module>
> from url_normalize import url_normalize
> url_normalize/__init__.py:27: in <module>
> from .url_normalize import url_normalize
> url_normalize/url_normalize.py:5: in <module>
> from .tools import deconstruct_url, force_unicode, quote,
> reconstruct_url, unquote
> url_normalize/tools.py:6: in <module>
> import six
> E ModuleNotFoundError: No module named 'six'
>
> ---------- coverage: platform linux, python 3.11.9-final-0 -----------
> Name Stmts Miss Cover Missing
> --------------------------------------------------------------
> url_normalize/__init__.py 6 3 50% 29-32
> url_normalize/tools.py 29 25 14% 7-100
> url_normalize/url_normalize.py 77 74 4% 7-244
> --------------------------------------------------------------
> TOTAL 112 102 9%
>
> FAIL Required test coverage of 99% not reached. Total coverage: 8.93%
> =========================== short test summary info
> ============================
> ERROR tests/test_deconstruct_url.py
> ERROR tests/test_generic_url_cleanup.py
> ERROR tests/test_normalize_fragment.py
> ERROR tests/test_normalize_host.py
> ERROR tests/test_normalize_path.py
> ERROR tests/test_normalize_port.py
> ERROR tests/test_normalize_query.py
> ERROR tests/test_normalize_scheme.py
> ERROR tests/test_normalize_userinfo.py
> ERROR tests/test_provide_url_scheme.py
> ERROR tests/test_reconstruct_url.py
> ERROR tests/test_url_normalize.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 12 errors during collection
> !!!!!!!!!!!!!!!!!!!
> ============================== 12 errors in 0.36s
> ==============================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_url-normalize/build; python3.11 -m
> pytest tests
> 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/06/15/url-normalize_1.4.3-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&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.
--- End Message ---