Your message dated Thu, 04 Jul 2024 05:42:12 +0000
with message-id <e1spfes-000kz8...@fasolo.debian.org>
and subject line Bug#1073423: fixed in url-normalize 1.4.3-3.1
has caused the Debian Bug report #1073423,
regarding url-normalize: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.12 3.11" returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1073423: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073423
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- 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 ---
--- Begin Message ---
Source: url-normalize
Source-Version: 1.4.3-3.1
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
url-normalize, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1073...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated url-normalize package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 03 Jul 2024 21:56:22 +0200
Source: url-normalize
Architecture: source
Version: 1.4.3-3.1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1073423
Changes:
 url-normalize (1.4.3-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add missing python3-six build dependency (Closes: #1073423)
Checksums-Sha1:
 ead97cdcdd36a24fb1e63333c839e07bd25c997e 2129 url-normalize_1.4.3-3.1.dsc
 2428ec310a49f68fb65d54ff81625070e5cc9e9d 2852 
url-normalize_1.4.3-3.1.debian.tar.xz
 67efd9c1b5e8393aa6f5fba41b873ea2394f76cc 9260 
url-normalize_1.4.3-3.1_source.buildinfo
Checksums-Sha256:
 b4bd28459cc242ef22723e67bc0351d3444dccf58899e5e813ee3107fda25554 2129 
url-normalize_1.4.3-3.1.dsc
 caffc63e9fa60d4f12374e7483f04d4c1f408fedc6044d148acbf6f158826428 2852 
url-normalize_1.4.3-3.1.debian.tar.xz
 f822a2dffb9b305cfbe2cf40043cf54fdc4bb7a87f0ace37aaeca06bd6aa507e 9260 
url-normalize_1.4.3-3.1_source.buildinfo
Files:
 6b356372c4472a33895cc409d91e71b5 2129 python optional 
url-normalize_1.4.3-3.1.dsc
 62bd3110bae53d2e62c3863f1449e545 2852 python optional 
url-normalize_1.4.3-3.1.debian.tar.xz
 adde24da29961f5b627af00af417fc2b 9260 python optional 
url-normalize_1.4.3-3.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmaFrXIRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBoVxhAAwZMnjxRms3QqVbyJ7WHqquMPBYjhtV7Y
QN3yJJN55ENutyV417i+no+4io0YQ20qzJqOjdfn4ZK7x+lYjPO5y/pFiBBmmGSt
wMwa1lg4rBDqfGpQpmD0dZ8tqa6TB/lM5zzdDAsK+ld0J+LBf6/+GY5oEmrDVgc6
kbZACA76tAO2GMgCNH0ZmKSTIt9LVgGT91AjJbc368Ec2EVjCISSMv7asV3Bp9wN
xdRkIKWIMbliwREQg4zZEQGpYvMG1Vbg8dLAuBkUPTtSee7rXjW01Mwn3/dTnRYF
fA3M/UgkdHXpUbdsz2WTFo6azF+GeQUO/lsmNfxS1nGqpvyGZAgDaza2E21cw1ZZ
Pi9XqVUfh9d/zIGhXMChGIcTC69VZ08tdz+01glxhR3vAK9bmgPAPid/Ws0IDsAX
43aFI6mWvEbN5L7gY935Hm+hkw9xk6mTUD+rh91DCqX2ju/wKEyzFMKL04smQa8o
Hz06wrt6K4fb0Cd2ViGS2lWYO1/24KDQvAyAq5wzkQ22vlMDiS54EMObTTNfGWGC
oWsD1nMAto9s92iIQScRrH0OIW+EUlfcRNsPNWzd0Vrff8T1QDNvP0W93RTS5Ue3
ZdKN2U3GXocyuBIPLjOUYEGm6d60hsUliB58lRX3hytHmTB3TqFU0RSSy0zfGw8l
pctkzSBXGP8=
=rw8K
-----END PGP SIGNATURE-----

Attachment: pgpur9Ko7DcAc.pgp
Description: PGP signature


--- End Message ---

Reply via email to