Your message dated Sun, 25 Feb 2024 23:56:48 +0100
with message-id <a8ca0c00-943c-4db2-aa56-892d2b84e...@goirand.fr>
and subject line Re: Bug#1064700: python-stestr: FTBFS: stestr fails
has caused the Debian Bug report #1064700,
regarding python-stestr: FTBFS: stestr fails
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.)


-- 
1064700: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064700
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-stestr
Version: 4.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240224 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
> for i in 3.12 3.11 ; do \
>       python3 setup.py install -f --install-layout=deb 
> --root=/<<PKGBUILDDIR>>/debian/tmp ; \
> done
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _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:40: 
> 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()
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/stestr
> creating build/lib/stestr/tests
> creating build/lib/stestr/tests/repository
> copying stestr/tests/repository/__init__.py -> 
> build/lib/stestr/tests/repository
> copying stestr/tests/repository/test_util.py -> 
> build/lib/stestr/tests/repository
> copying stestr/tests/repository/test_file.py -> 
> build/lib/stestr/tests/repository
> creating build/lib/stestr/repository
> copying stestr/repository/__init__.py -> build/lib/stestr/repository
> copying stestr/repository/memory.py -> build/lib/stestr/repository
> copying stestr/repository/abstract.py -> build/lib/stestr/repository
> copying stestr/repository/util.py -> build/lib/stestr/repository
> copying stestr/repository/file.py -> build/lib/stestr/repository
> creating build/lib/stestr/tests/files
> copying stestr/tests/files/__init__.py -> build/lib/stestr/tests/files
> creating build/lib/stestr/subunit_runner
> copying stestr/subunit_runner/run.py -> build/lib/stestr/subunit_runner
> copying stestr/subunit_runner/__init__.py -> build/lib/stestr/subunit_runner
> copying stestr/subunit_runner/program.py -> build/lib/stestr/subunit_runner
> copying stestr/tests/test_scheduler.py -> build/lib/stestr/tests
> copying stestr/tests/test_user_config.py -> build/lib/stestr/tests
> copying stestr/tests/test_bisect_tests.py -> build/lib/stestr/tests
> copying stestr/tests/test_user_config_return_codes.py -> 
> build/lib/stestr/tests
> copying stestr/tests/__init__.py -> build/lib/stestr/tests
> copying stestr/tests/test_bisect_return_codes.py -> build/lib/stestr/tests
> copying stestr/tests/test_config_file.py -> build/lib/stestr/tests
> copying stestr/tests/base.py -> build/lib/stestr/tests
> copying stestr/tests/test_load.py -> build/lib/stestr/tests
> copying stestr/tests/test_test_processor.py -> build/lib/stestr/tests
> copying stestr/tests/test_output.py -> build/lib/stestr/tests
> copying stestr/tests/test_utils.py -> build/lib/stestr/tests
> copying stestr/tests/test_subunit_trace.py -> build/lib/stestr/tests
> copying stestr/tests/test_run.py -> build/lib/stestr/tests
> copying stestr/tests/test_return_codes.py -> build/lib/stestr/tests
> copying stestr/tests/test_slowest.py -> build/lib/stestr/tests
> copying stestr/tests/test_selection.py -> build/lib/stestr/tests
> copying stestr/utils.py -> build/lib/stestr
> copying stestr/results.py -> build/lib/stestr
> copying stestr/__init__.py -> build/lib/stestr
> copying stestr/bisect_tests.py -> build/lib/stestr
> copying stestr/subunit_trace.py -> build/lib/stestr
> copying stestr/version.py -> build/lib/stestr
> copying stestr/scheduler.py -> build/lib/stestr
> copying stestr/testlist.py -> build/lib/stestr
> copying stestr/selection.py -> build/lib/stestr
> copying stestr/__main__.py -> build/lib/stestr
> copying stestr/config_file.py -> build/lib/stestr
> copying stestr/cli.py -> build/lib/stestr
> copying stestr/test_processor.py -> build/lib/stestr
> copying stestr/output.py -> build/lib/stestr
> copying stestr/colorizer.py -> build/lib/stestr
> copying stestr/user_config.py -> build/lib/stestr
> creating build/lib/stestr/commands
> copying stestr/commands/history.py -> build/lib/stestr/commands
> copying stestr/commands/load.py -> build/lib/stestr/commands
> copying stestr/commands/run.py -> build/lib/stestr/commands
> copying stestr/commands/last.py -> build/lib/stestr/commands
> copying stestr/commands/__init__.py -> build/lib/stestr/commands
> copying stestr/commands/init.py -> build/lib/stestr/commands
> copying stestr/commands/list.py -> build/lib/stestr/commands
> copying stestr/commands/failing.py -> build/lib/stestr/commands
> copying stestr/commands/slowest.py -> build/lib/stestr/commands
> running egg_info
> creating stestr.egg-info
> writing stestr.egg-info/PKG-INFO
> writing dependency_links to stestr.egg-info/dependency_links.txt
> writing entry points to stestr.egg-info/entry_points.txt
> writing requirements to stestr.egg-info/requires.txt
> writing top-level names to stestr.egg-info/top_level.txt
> [pbr] Processing SOURCES.txt
> writing manifest file 'stestr.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
> adding license file 'LICENSE'
> writing manifest file 'stestr.egg-info/SOURCES.txt'
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/tmp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/results.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_scheduler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_user_config.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_bisect_tests.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_user_config_return_codes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_bisect_return_codes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_config_file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository
> copying build/lib/stestr/tests/repository/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository
> copying build/lib/stestr/tests/repository/test_util.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository
> copying build/lib/stestr/tests/repository/test_file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/files
> copying build/lib/stestr/tests/files/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/files
> copying build/lib/stestr/tests/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_load.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_test_processor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_output.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_subunit_trace.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_run.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_return_codes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_slowest.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_selection.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/bisect_tests.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/subunit_trace.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/version.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/scheduler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/testlist.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/memory.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/abstract.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/util.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/selection.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/__main__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/config_file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/cli.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/test_processor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner
> copying build/lib/stestr/subunit_runner/run.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner
> copying build/lib/stestr/subunit_runner/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner
> copying build/lib/stestr/subunit_runner/program.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner
> copying build/lib/stestr/output.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/colorizer.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/history.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/load.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/run.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/last.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/init.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/list.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/failing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/slowest.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/user_config.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/utils.py to 
> utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/results.py 
> to results.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/__init__.py 
> to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_scheduler.py
>  to test_scheduler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_user_config.py
>  to test_user_config.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_bisect_tests.py
>  to test_bisect_tests.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_user_config_return_codes.py
>  to test_user_config_return_codes.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_bisect_return_codes.py
>  to test_bisect_return_codes.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_config_file.py
>  to test_config_file.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository/test_util.py
>  to test_util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository/test_file.py
>  to test_file.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/files/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_load.py
>  to test_load.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_test_processor.py
>  to test_test_processor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_output.py
>  to test_output.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_utils.py
>  to test_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_subunit_trace.py
>  to test_subunit_trace.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_run.py
>  to test_run.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_return_codes.py
>  to test_return_codes.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_slowest.py
>  to test_slowest.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_selection.py
>  to test_selection.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/bisect_tests.py
>  to bisect_tests.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_trace.py
>  to subunit_trace.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/version.py 
> to version.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/scheduler.py 
> to scheduler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/testlist.py 
> to testlist.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/memory.py
>  to memory.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/abstract.py
>  to abstract.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/util.py
>  to util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/file.py
>  to file.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/selection.py 
> to selection.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/__main__.py 
> to __main__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/config_file.py
>  to config_file.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/cli.py to 
> cli.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/test_processor.py
>  to test_processor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner/run.py
>  to run.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner/program.py
>  to program.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/output.py to 
> output.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/colorizer.py 
> to colorizer.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/history.py
>  to history.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/load.py
>  to load.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/run.py
>  to run.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/last.py
>  to last.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/init.py
>  to init.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/list.py
>  to list.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/failing.py
>  to failing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/slowest.py
>  to slowest.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/user_config.py
>  to user_config.cpython-311.pyc
> running install_egg_info
> Copying stestr.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr-4.1.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing stestr script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84: 
> _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:40: 
> 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()
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> running egg_info
> writing stestr.egg-info/PKG-INFO
> writing dependency_links to stestr.egg-info/dependency_links.txt
> writing entry points to stestr.egg-info/entry_points.txt
> writing requirements to stestr.egg-info/requires.txt
> writing top-level names to stestr.egg-info/top_level.txt
> [pbr] Reusing existing SOURCES.txt
> running install_lib
> copying build/lib/stestr/utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/results.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/tests/test_scheduler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_user_config.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_bisect_tests.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_user_config_return_codes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_bisect_return_codes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_config_file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/repository/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository
> copying build/lib/stestr/tests/repository/test_util.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository
> copying build/lib/stestr/tests/repository/test_file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository
> copying build/lib/stestr/tests/files/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/files
> copying build/lib/stestr/tests/base.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_load.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_test_processor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_output.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_subunit_trace.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_run.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_return_codes.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_slowest.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/tests/test_selection.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests
> copying build/lib/stestr/bisect_tests.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/subunit_trace.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/version.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/scheduler.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/testlist.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/repository/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/memory.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/abstract.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/util.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/repository/file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository
> copying build/lib/stestr/selection.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/__main__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/config_file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/cli.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/test_processor.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/subunit_runner/run.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner
> copying build/lib/stestr/subunit_runner/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner
> copying build/lib/stestr/subunit_runner/program.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner
> copying build/lib/stestr/output.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/colorizer.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> copying build/lib/stestr/commands/history.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/load.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/run.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/last.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/init.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/list.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/failing.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/commands/slowest.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands
> copying build/lib/stestr/user_config.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/utils.py to 
> utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/results.py 
> to results.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/__init__.py 
> to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_scheduler.py
>  to test_scheduler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_user_config.py
>  to test_user_config.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_bisect_tests.py
>  to test_bisect_tests.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_user_config_return_codes.py
>  to test_user_config_return_codes.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_bisect_return_codes.py
>  to test_bisect_return_codes.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_config_file.py
>  to test_config_file.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository/test_util.py
>  to test_util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/repository/test_file.py
>  to test_file.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/files/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/base.py
>  to base.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_load.py
>  to test_load.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_test_processor.py
>  to test_test_processor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_output.py
>  to test_output.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_utils.py
>  to test_utils.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_subunit_trace.py
>  to test_subunit_trace.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_run.py
>  to test_run.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_return_codes.py
>  to test_return_codes.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_slowest.py
>  to test_slowest.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/tests/test_selection.py
>  to test_selection.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/bisect_tests.py
>  to bisect_tests.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_trace.py
>  to subunit_trace.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/version.py 
> to version.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/scheduler.py 
> to scheduler.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/testlist.py 
> to testlist.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/memory.py
>  to memory.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/abstract.py
>  to abstract.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/util.py
>  to util.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/repository/file.py
>  to file.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/selection.py 
> to selection.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/__main__.py 
> to __main__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/config_file.py
>  to config_file.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/cli.py to 
> cli.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/test_processor.py
>  to test_processor.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner/run.py
>  to run.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/subunit_runner/program.py
>  to program.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/output.py to 
> output.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/colorizer.py 
> to colorizer.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/history.py
>  to history.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/load.py
>  to load.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/run.py
>  to run.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/last.py
>  to last.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/__init__.py
>  to __init__.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/init.py
>  to init.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/list.py
>  to list.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/failing.py
>  to failing.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/commands/slowest.py
>  to slowest.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr/user_config.py
>  to user_config.cpython-311.pyc
> running install_egg_info
> removing 
> '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr-4.1.0.egg-info'
>  (and everything under it)
> Copying stestr.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/stestr-4.1.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> Installing stestr script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
> set -x ; set -e ; for i in 3.12 3.11; do \
>       PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> PYTHON=python$i stestr init ; \
>       HOME=/<<PKGBUILDDIR>> 
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> PYTHON=python$i stestr run --subunit 
> 'stestr\.tests\.(?!(.*repository\.test_file\.TestFileRepository\.test_get_test_run_unexpected_ioerror_errno.*))'
>  | subunit2pyunit ; \
> done
> + set -e
> + PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> PYTHON=python3.12 stestr init
> stestr: 'init' is not a stestr command. See 'stestr --help'.
> Did you mean one of these?
>   help
> make[1]: *** [debian/rules:22: override_dh_auto_install] Error 2


The full build log is available from:
http://qa-logs.debian.net/2024/02/24/python-stestr_4.1.0-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240224;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240224&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 ---
On 2/25/24 20:48, Lucas Nussbaum wrote:
Source: python-stestr
Version: 4.1.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240224 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Hi,

I couldn't reproduce this bug. Though I saw that you built with the broken python3-testtools 2.7.1-1, which is probably the problem.

Please do not report any bug including this version of the package, that missed some important files. The package was fixed in version 2.7.1-2 this morning.

I believe that #1064757 (in python-swiftclient) is also not reproducible anymore, I could build it too, with an up-to-date python3-testtools.

Cheers,

Thomas Goirand (zigo)

--- End Message ---

Reply via email to