Your message dated Tue, 27 Aug 2024 07:22:05 +0000
with message-id <e1siqwj-009den...@fasolo.debian.org>
and subject line Bug#1078367: fixed in python-jenkins 1.4.0-5
has caused the Debian Bug report #1078367,
regarding python-jenkins: FTBFS: ModuleNotFoundError: No module named 'six'
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.)


-- 
1078367: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078367
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- 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 ---
--- Begin Message ---
Source: python-jenkins
Source-Version: 1.4.0-5
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-jenkins, 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 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-jenkins 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: SHA256

Format: 1.8
Date: Tue, 27 Aug 2024 08:43:57 +0200
Source: python-jenkins
Architecture: source
Version: 1.4.0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1077530 1078367
Changes:
 python-jenkins (1.4.0-5) unstable; urgency=medium
 .
   * Added missing (build-)depends on python3-six (Closes: #1078367).
   * Blacklist test_jenkins_open_no_timeout (Closes: #1077530).
Checksums-Sha1:
 b7cbabdafb031adc9e4dadaf07d93f3ac581efac 2480 python-jenkins_1.4.0-5.dsc
 7de44fdd8a958ce17cfe500cead9f7d305edb8e0 5032 
python-jenkins_1.4.0-5.debian.tar.xz
 1440dd1122b72b7aa9fb7da7df84f616a7b202d7 9889 
python-jenkins_1.4.0-5_amd64.buildinfo
Checksums-Sha256:
 e2e261763962222a2d029691470f10076acf83db3bec92f086217757a3a3dc75 2480 
python-jenkins_1.4.0-5.dsc
 8299cd808f3eb17d877d0361e58880f201165d8e05db576d2a40e6dbb888cab0 5032 
python-jenkins_1.4.0-5.debian.tar.xz
 19f1c36d4df2a72d77cad93f518b6f70348188d0e928e84dc9a9ac8deaf6cfda 9889 
python-jenkins_1.4.0-5_amd64.buildinfo
Files:
 11e377a67ef1a82fdff59d53e2533b97 2480 python optional 
python-jenkins_1.4.0-5.dsc
 15b1f4c11a5a7d1086748b84baf70eff 5032 python optional 
python-jenkins_1.4.0-5.debian.tar.xz
 d69327cf7f4543bdbdf154b67fa45211 9889 python optional 
python-jenkins_1.4.0-5_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmbNd6EACgkQ1BatFaxr
Q/7zxw//XvZICRb0x/6qqT9sUDxnOhtUEHS5T42xYx68dX3/1PmKPsOpSAJFkZ0u
yNpwVPFol5Ojm870RF+oe4/n/CA4IKKS+Jipzrt8JyH7yfzkz+Tvw+ZA2P8eW9ms
F+dym1iHwVhEtCXV1bRyXOTaamgBMYcS8vmGjHow3n+CTDHb/J776LOE340v8d6u
2r38b7IlPBefPmpFW/HCau3nuzZGqtPLD54RFNEXsd5dAXT2F/U0Jm6Ph3MaLgsO
kPOt/3vbLvrPV2mRjs79L0D+SBkoACMn5WWcf4aZOb8A+99U5cdNJO5ERs7hp/d3
sDahFfEARKmjvUIDom5zri4mEo14vy+86tN6Ze4xpqWT2HPtdKCiX1VCG5k8GKZG
Dy+sLKzhRcmbX7fBZRTdIc6Fbz/l1XpazIFAnyCtr6/WnlO7NlYPLi/TGdWe0Xng
cWYsMHZ9E/EZozDkmvJMB/eeblfqOiRrJg5WHDp6ik5Uw5PnrNRJMz8AHTtJQzej
VfgUbR75h7Lrxv3c3SKCRtbSWKZObLbmbZnnW6k6mlaP4NETBlBlY+oYOb65hwd3
iyGsgtK1XS/0F1dVYxssE0GbKrsW4T0fFIx3eoQZuitYcsM8zKzWgpv4cKfia8lO
Wk+ONJrPlCNPkiN0P0Pit5Na6mBA2CzhR3TjrKvkeEbiRLoMozQ=
=bqD8
-----END PGP SIGNATURE-----

Attachment: pgpTUhoLLFI7t.pgp
Description: PGP signature


--- End Message ---

Reply via email to