Source: python-calmjs.types
Version: 1.0.1-3
Severity: serious
Tags: ftbfs
Justification: FTBFS
User: debian-pyt...@lists.debian.org
Usertags: setup.py-test

Dear maintainer,

During a test rebuild for packages affected by setuptools 72, 
python-calmjs.types
failed to rebuild.

FWIW: I think these bugs were all caused by setuptools v72 dropping
support for the "test" command, so dh-python has fallen back to
distutils / other test plugins.

If you're trying to figure out how to fix the bug, look at the
implementation of test_suite in setup.py to see what magic it does for
test setup.

-------------------------------------------------------------------------------
[...]
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
echo "Do nothing..."
Do nothing...
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --buildsystem=python_distutils --with python3
   dh_testroot -O--buildsystem=python_distutils
   dh_prep -O--buildsystem=python_distutils
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
pkgos-dh_auto_install --no-py2 --in-tmp
+ PKGOS_IN_TMP=no
+ echo WARNING: --no-py2 is deprecated and always on.
WARNING: --no-py2 is deprecated and always on.
+ shift
+ PKGOS_IN_TMP=yes
+ shift
+ dpkg-parsechangelog -SSource
+ SRC_PKG_NAME=python-calmjs.types
+ echo python-calmjs.types
+ sed s/python-//
+ PY_MODULE_NAME=calmjs.types
+ py3versions -vr
+ PYTHON3S=3.12
+ [ yes = yes ]
+ TARGET_DIR=tmp
+ pwd
+ python3.12 setup.py install --install-layout=deb --root 
/<<PKGBUILDDIR>>/debian/tmp
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:653: 
SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!

        
********************************************************************************
        Please replace its usage with implicit namespaces (PEP 420).

        See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
 for details.
        
********************************************************************************

!!
  ep.load()(self, ep.name, value)
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
running build
running build_py
creating build
creating build/lib
creating build/lib/calmjs
copying src/calmjs/__init__.py -> build/lib/calmjs
creating build/lib/calmjs/types
copying src/calmjs/types/__init__.py -> build/lib/calmjs/types
copying src/calmjs/types/exceptions.py -> build/lib/calmjs/types
creating build/lib/calmjs/types/tests
copying src/calmjs/types/tests/__init__.py -> build/lib/calmjs/types/tests
copying src/calmjs/types/tests/test_exceptions.py -> 
build/lib/calmjs/types/tests
running egg_info
creating src/calmjs.types.egg-info
writing src/calmjs.types.egg-info/PKG-INFO
writing dependency_links to src/calmjs.types.egg-info/dependency_links.txt
writing namespace_packages to src/calmjs.types.egg-info/namespace_packages.txt
writing requirements to src/calmjs.types.egg-info/requires.txt
writing top-level names to src/calmjs.types.egg-info/top_level.txt
writing manifest file 'src/calmjs.types.egg-info/SOURCES.txt'
reading manifest file 'src/calmjs.types.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.txt' under directory 'docs'
warning: no files found matching '*.rst' under directory 'docs'
warning: no files found matching '*.txt'
warning: no previously-included files matching '*.pyc' found under directory 
'src'
warning: no previously-included files matching '*.pyo' found under directory 
'src'
adding license file 'LICENSE'
writing manifest file 'src/calmjs.types.egg-info/SOURCES.txt'
running install_lib
Skipping installation of 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/__init__.py 
(namespace package)
copying calmjs/types/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/types
copying calmjs/types/exceptions.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/types
copying calmjs/types/tests/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/types/tests
copying calmjs/types/tests/test_exceptions.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/types/tests
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/types/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/types/exceptions.py
 to exceptions.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/types/tests/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs/types/tests/test_exceptions.py
 to test_exceptions.cpython-312.pyc
running install_egg_info
Copying src/calmjs.types.egg-info to 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs.types-1.0.1.egg-info
Skipping SOURCES.txt
Installing 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs.types-1.0.1-nspkg.pth
running install_scripts
+ pwd
+ rm -rf /<<PKGBUILDDIR>>/debian/python*/usr/lib/python*/dist-packages/*.pth
+ pwd
+ rm -rf 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/calmjs.types-1.0.1-nspkg.pth
set -e ; for pyvers in 3.12; do \
        python$pyvers setup.py test ; \
done
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:268: UserWarning: 
Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:653: 
SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
!!

        
********************************************************************************
        Please replace its usage with implicit namespaces (PEP 420).

        See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
 for details.
        
********************************************************************************

!!
  ep.load()(self, ep.name, value)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'test'
make[1]: *** [debian/rules:19: override_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2
--------------------------------------------------------------------------------
Build finished at 2024-08-28T05:08:26Z

-------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/552966/

About the archive rebuild: The build was made on debusine.debian.net,
using sbuild.

You can find the build task here:
https://debusine.debian.net/work-request/9818/

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks,

Stefano

Reply via email to