--- Begin Message ---
Source: python-jenkins
Version: 1.4.0-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240809 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> 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
> + PKGOS_IN_TMP=no
> + echo WARNING: --no-py2 is deprecated and always on.
> WARNING: --no-py2 is deprecated and always on.
> + shift
> + dpkg-parsechangelog -SSource
> + SRC_PKG_NAME=python-jenkins
> + echo python-jenkins
> + sed s/python-//
> + PY_MODULE_NAME=jenkins
> + py3versions -vr
> + PYTHON3S=3.12
> + [ no = yes ]
> + TARGET_DIR=python3-jenkins
> + pwd
> + python3.12 setup.py install --install-layout=deb --root
> /<<PKGBUILDDIR>>/debian/python3-jenkins
> /usr/lib/python3/dist-packages/setuptools/dist.py:476:
> 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.
>
> By 2024-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:476:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2024-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:80:
> _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are
> deprecated.
> !!
>
>
> ********************************************************************************
> Requirements should be satisfied by a PEP 517 installer.
> If you are using pip, you can try `pip install --use-pep517`.
>
> ********************************************************************************
>
> !!
> dist.fetch_build_eggs(dist.setup_requires)
> /usr/lib/python3/dist-packages/setuptools/command/develop.py:42:
> EasyInstallDeprecationWarning: easy_install command is deprecated.
> !!
>
>
> ********************************************************************************
> Please avoid running ``setup.py`` and ``easy_install``.
> Instead, use pypa/build, pypa/installer or other
> standards-based tools.
>
> See https://github.com/pypa/setuptools/issues/917 for details.
>
> ********************************************************************************
>
> !!
> easy_install.initialize_options(self)
> /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()
> /usr/lib/python3/dist-packages/setuptools/dist.py:476:
> 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.
>
> By 2024-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/dist.py:476:
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
>
>
> ********************************************************************************
> Usage of dash-separated 'home-page' will not be supported in future
> versions. Please use the underscore name 'home_page' instead.
>
> By 2024-Sep-26, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> opt = self.warn_dash_deprecation(opt, section)
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/jenkins
> copying jenkins/version.py -> build/lib/jenkins
> copying jenkins/plugins.py -> build/lib/jenkins
> copying jenkins/__init__.py -> build/lib/jenkins
> running egg_info
> creating python_jenkins.egg-info
> writing python_jenkins.egg-info/PKG-INFO
> writing dependency_links to python_jenkins.egg-info/dependency_links.txt
> writing requirements to python_jenkins.egg-info/requires.txt
> writing top-level names to python_jenkins.egg-info/top_level.txt
> [pbr] Processing SOURCES.txt
> writing manifest file 'python_jenkins.egg-info/SOURCES.txt'
> warning: no files found matching 'AUTHORS'
> warning: no files found matching 'ChangeLog'
> warning: no previously-included files found matching '.gitignore'
> warning: no previously-included files found matching '.gitreview'
> warning: no previously-included files matching '*.pyc' found anywhere in
> distribution
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'AUTHORS'
> warning: no files found matching 'ChangeLog'
> warning: no previously-included files found matching '.gitignore'
> warning: no previously-included files found matching '.gitreview'
> warning: no previously-included files matching '*.pyc' found anywhere in
> distribution
> adding license file 'COPYING'
> writing manifest file 'python_jenkins.egg-info/SOURCES.txt'
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/python3-jenkins
> creating /<<PKGBUILDDIR>>/debian/python3-jenkins/usr
> creating /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib
> creating /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages
> creating
> /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages/jenkins
> copying build/lib/jenkins/version.py ->
> /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages/jenkins
> copying build/lib/jenkins/plugins.py ->
> /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages/jenkins
> copying build/lib/jenkins/__init__.py ->
> /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages/jenkins
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages/jenkins/version.py
> to version.cpython-312.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages/jenkins/plugins.py
> to plugins.cpython-312.pyc
> byte-compiling
> /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages/jenkins/__init__.py
> to __init__.cpython-312.pyc
> running install_egg_info
> Copying python_jenkins.egg-info to
> /<<PKGBUILDDIR>>/debian/python3-jenkins/usr/lib/python3/dist-packages/python_jenkins-1.4.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> + pwd
> + rm -rf /<<PKGBUILDDIR>>/debian/python*/usr/lib/python*/dist-packages/*.pth
> + pwd
> + rm -rf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python*/dist-packages/*.pth
> pkgos-dh_auto_test --no-py2
> 'tests\.(?!.*jobs\.test_get\.JenkinsGetJobsTest\.test_get_view_jobs_raise_HTTPError.*)'
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + echo WARNING: --no-py2 is deprecated, and always on.
> WARNING: --no-py2 is deprecated, and always on.
> + shift
> + py3versions -vr
> + PYTHON3S=3.12
> + [ yes = no ]
> + [ no = yes ]
> + [ 3.12 = disabled ]
> + echo 3.12
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.12 stestr run --parallel --subunit
> tests\.(?!.*jobs\.test_get\.JenkinsGetJobsTest\.test_get_view_jobs_raise_HTTPError.*)
> + subunit2pyunit
>
> =========================
> Failures during discovery
> =========================
> --- import errors ---
> Failed to import test module: tests.jobs.test_assert
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_assert.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_build
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_build.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_config
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_config.py", line 3, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_copy
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_copy.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_count
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_count.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_create
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_create.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_debug
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_debug.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_delete
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_delete.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_disable
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_disable.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_enable
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_enable.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_get
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_get.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_getall
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_getall.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_info
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_info.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_name
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_name.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_reconfig
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_reconfig.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_rename
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_rename.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.jobs.test_set_next_build_number
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/jobs/test_set_next_build_number.py", line 3,
> in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_build
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_build.py", line 6, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_credential
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_credential.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_info
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_info.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_jenkins
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_jenkins.py", line 5, in <module>
> import six
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_jenkins_sockets
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_jenkins_sockets.py", line 1, in <module>
> from six.moves import StringIO
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_job_folder
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_job_folder.py", line 3, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_node
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_node.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_plugins
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_plugins.py", line 38, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_promotion
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_promotion.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_queue
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_queue.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_quiet_down
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_quiet_down.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_rest_endpoints
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_rest_endpoints.py", line 1, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_script
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_script.py", line 3, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_version
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_version.py", line 3, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_view
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_view.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> Failed to import test module: tests.test_whoami
> Traceback (most recent call last):
> File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
> module = self._get_module_from_name(name)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3.12/unittest/loader.py", line 339, in
> _get_module_from_name
> __import__(name)
> File "/<<PKGBUILDDIR>>/tests/test_whoami.py", line 4, in <module>
> import jenkins
> File "/<<PKGBUILDDIR>>/jenkins/__init__.py", line 62, in <module>
> from six.moves.http_client import BadStatusLine
> ModuleNotFoundError: No module named 'six'
>
> ================================================================================
> The above traceback was encountered during test discovery which imports all
> the found test modules in the specified test_path.
>
> ----------------------------------------------------------------------
> Ran 0 tests in 0.875s
>
> NO TESTS RAN
> + stestr slowest
> make[1]: *** [debian/rules:28: override_dh_auto_install] Error 3
The full build log is available from:
http://qa-logs.debian.net/2024/08/09/python-jenkins_1.4.0-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240809;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&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 ---