Source: python-spinners
Version: 0.0~git20200220.a73d561-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
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 binary
> dh binary --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 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running config
> I: pybuild base:310: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_py-spinners/build/spinners
> copying spinners/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_py-spinners/build/spinners
> copying spinners/spinners.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_py-spinners/build/spinners
> running egg_info
> creating spinners.egg-info
> writing spinners.egg-info/PKG-INFO
> writing dependency_links to spinners.egg-info/dependency_links.txt
> writing requirements to spinners.egg-info/requires.txt
> writing top-level names to spinners.egg-info/top_level.txt
> writing manifest file 'spinners.egg-info/SOURCES.txt'
> reading manifest file 'spinners.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'spinners.egg-info/SOURCES.txt'
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'description-file' will not be supported in 
> future
>         versions. Please use the underscore name 'description_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_py-spinners/build/spinners
> copying spinners/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_py-spinners/build/spinners
> copying spinners/spinners.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_py-spinners/build/spinners
> running egg_info
> writing spinners.egg-info/PKG-INFO
> writing dependency_links to spinners.egg-info/dependency_links.txt
> writing requirements to spinners.egg-info/requires.txt
> writing top-level names to spinners.egg-info/top_level.txt
> reading manifest file 'spinners.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> adding license file 'LICENSE'
> writing manifest file 'spinners.egg-info/SOURCES.txt'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_py-spinners/build'; python3.12 -m 
> nose2 -v 
> test_symbols (tests.test_spinners.TestSpinners.test_symbols)
> Test the symbols in Spinners enum. ... ERROR
> 
> ======================================================================
> ERROR: test_symbols (tests.test_spinners.TestSpinners.test_symbols)
> Test the symbols in Spinners enum.
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_py-spinners/build/tests/test_spinners.py",
>  line 22, in test_symbols
>     self.assertEquals(
>     ^^^^^^^^^^^^^^^^^
> AttributeError: 'TestSpinners' object has no attribute 'assertEquals'. Did 
> you mean: 'assertEqual'?
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> FAILED (errors=1)
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: cd 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_py-spinners/build'; python3.12 -m 
> nose2 -v 
> I: pybuild base:310: cd 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_py-spinners/build'; python3.11 -m 
> nose2 -v 
> test_symbols (tests.test_spinners.TestSpinners.test_symbols)
> Test the symbols in Spinners enum. ... ok
> 
> ----------------------------------------------------------------------
> Ran 1 test in 0.000s
> 
> OK
> dh_auto_test: error: pybuild --test --test-nose2 -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/python-spinners_0.0~git20200220.a73d561-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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.

Reply via email to