Source: tqdm
Version: 4.57.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20211023 ftbfs-bookworm

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:232: python3.9 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:232: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/cli.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/autonotebook.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_monitor.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/keras.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/notebook.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/std.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/rich.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/gui.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_tqdm_pandas.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/asyncio.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_tqdm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/auto.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/tk.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_main.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_tqdm_notebook.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_tqdm_gui.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_dist_ver.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/bells.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/concurrent.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/telegram.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/discord.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/itertools.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/utils_worker.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> running egg_info
> writing tqdm.egg-info/PKG-INFO
> writing dependency_links to tqdm.egg-info/dependency_links.txt
> writing entry points to tqdm.egg-info/entry_points.txt
> writing requirements to tqdm.egg-info/requires.txt
> writing top-level names to tqdm.egg-info/top_level.txt
> reading manifest file 'tqdm.egg-info/SOURCES.txt'
> adding license file 'LICENCE'
> writing manifest file 'tqdm.egg-info/SOURCES.txt'
> copying tqdm/completion.sh -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/tqdm.1 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; 
> python3.9 -m pytest --verbose -k 'not test_comppath and not test_imap and not 
> test_manpath and not test_keras'
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 -- 
> /usr/bin/python3.9
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
> plugins: asyncio-0.15.1
> collecting ... collected 121 items / 4 deselected / 117 selected
> INTERNALERROR> Traceback (most recent call last):
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
> 269, in wrap_session
> INTERNALERROR>     session.exitstatus = doit(config, session) or 0
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
> 322, in _main
> INTERNALERROR>     config.hook.pytest_collection(session=session)
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 
> 286, in __call__
> INTERNALERROR>     return self._hookexec(self, self.get_hookimpls(), kwargs)
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", 
> line 92, in _hookexec
> INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/manager.py", 
> line 83, in <lambda>
> INTERNALERROR>     self._inner_hookexec = lambda hook, methods, kwargs: 
> hook.multicall(
> INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/callers.py", 
> line 203, in _multicall
> INTERNALERROR>     gen.send(outcome)
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1210, in 
> pytest_collection
> INTERNALERROR>     self._validate_config_options()
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1233, in 
> _validate_config_options
> INTERNALERROR>     self._warn_or_fail_if_strict(f"Unknown config option: 
> {key}\n")
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1269, in 
> _warn_or_fail_if_strict
> INTERNALERROR>     
> self.issue_config_time_warning(PytestConfigWarning(message), stacklevel=3)
> INTERNALERROR>   File 
> "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1321, in 
> issue_config_time_warning
> INTERNALERROR>     warnings.warn(warning, stacklevel=stacklevel)
> INTERNALERROR> pytest.PytestConfigWarning: Unknown config option: timeout
> 
> ============================ 4 deselected in 0.43s 
> =============================
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=3: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m pytest --verbose 
> -k 'not test_comppath and not test_imap and not test_manpath and not 
> test_keras'
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/tqdm_4.57.0-2_unstable.log

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 marking 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