Your message dated Sun, 29 Jan 2023 09:54:28 +0000
with message-id <e1pm4ok-006rea...@fasolo.debian.org>
and subject line Bug#1026549: fixed in python-pytest-xprocess 0.22.2-0.1
has caused the Debian Bug report #1026549,
regarding python-pytest-xprocess: FTBFS: tests failed
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.)


-- 
1026549: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pytest-xprocess
Version: 0.18.1-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

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 --in-tmp
> + PKGOS_IN_TMP=no
> + echo WARNING: --no-py2 is deprecated and always on.
> WARNING: --no-py2 is deprecated and always on.
> + shift
> + PKGOS_IN_TMP=yes
> + shift
> + dpkg-parsechangelog -SSource
> + SRC_PKG_NAME=python-pytest-xprocess
> + echo python-pytest-xprocess
> + sed s/python-//
> + PY_MODULE_NAME=pytest-xprocess
> + py3versions -vr
> + PYTHON3S=3.11 3.10
> + [ yes = yes ]
> + TARGET_DIR=tmp
> + pwd
> + python3.11 setup.py install --install-layout=deb --root 
> /<<PKGBUILDDIR>>/debian/tmp
> running install
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and 
> pip and other standards-based tools.
>   warnings.warn(
> running build
> running build_py
> creating build
> creating build/lib
> copying pytest_xprocess.py -> build/lib
> copying xprocess.py -> build/lib
> 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
> copying build/lib/pytest_xprocess.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> copying build/lib/xprocess.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pytest_xprocess.py 
> to pytest_xprocess.cpython-311.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/xprocess.py to 
> xprocess.cpython-311.pyc
> running install_egg_info
> running egg_info
> creating pytest_xprocess.egg-info
> writing pytest_xprocess.egg-info/PKG-INFO
> writing dependency_links to pytest_xprocess.egg-info/dependency_links.txt
> writing entry points to pytest_xprocess.egg-info/entry_points.txt
> writing requirements to pytest_xprocess.egg-info/requires.txt
> writing top-level names to pytest_xprocess.egg-info/top_level.txt
> writing manifest file 'pytest_xprocess.egg-info/SOURCES.txt'
> reading manifest file 'pytest_xprocess.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'CHANGELOG'
> warning: no directories found matching 'example'
> adding license file 'LICENSE'
> writing manifest file 'pytest_xprocess.egg-info/SOURCES.txt'
> Copying pytest_xprocess.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pytest_xprocess-0.18.1.egg-info
> Skipping SOURCES.txt
> running install_scripts
> + pwd
> + python3.10 setup.py install --install-layout=deb --root 
> /<<PKGBUILDDIR>>/debian/tmp
> running install
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and 
> pip and other standards-based tools.
>   warnings.warn(
> running build
> running build_py
> running install_lib
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pytest_xprocess.py 
> to pytest_xprocess.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/xprocess.py to 
> xprocess.cpython-310.pyc
> running install_egg_info
> running egg_info
> writing pytest_xprocess.egg-info/PKG-INFO
> writing dependency_links to pytest_xprocess.egg-info/dependency_links.txt
> writing entry points to pytest_xprocess.egg-info/entry_points.txt
> writing requirements to pytest_xprocess.egg-info/requires.txt
> writing top-level names to pytest_xprocess.egg-info/top_level.txt
> reading manifest file 'pytest_xprocess.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'CHANGELOG'
> warning: no directories found matching 'example'
> adding license file 'LICENSE'
> writing manifest file 'pytest_xprocess.egg-info/SOURCES.txt'
> removing 
> '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pytest_xprocess-0.18.1.egg-info'
>  (and everything under it)
> Copying pytest_xprocess.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/pytest_xprocess-0.18.1.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
> set -e ; for pyvers in 3.11 3.10; do \
>       PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> python$pyvers -m pytest -v -k "not test_interruption_cleanup and not 
> test_interruption_does_not_cleanup"; \
> done
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack -- 
> /usr/bin/python3.11
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>, configfile: tox.ini
> plugins: xprocess-0.18.1
> collecting ... collected 45 items / 2 deselected / 43 selected
> 
> tests/test_callback.py::test_callback_success[s1] PASSED                 [  
> 2%]
> tests/test_callback.py::test_callback_success[s2] PASSED                 [  
> 4%]
> tests/test_callback.py::test_callback_success[s3] PASSED                 [  
> 6%]
> tests/test_callback.py::test_callback_fail[s1] PASSED                    [  
> 9%]
> tests/test_callback.py::test_callback_fail[s2] PASSED                    [ 
> 11%]
> tests/test_callback.py::test_callback_fail[s3] PASSED                    [ 
> 13%]
> tests/test_functional_workflow.py::test_functional_work_flow FAILED      [ 
> 16%]
> tests/test_process_initialization.py::test_servers_start[s1] PASSED      [ 
> 18%]
> tests/test_process_initialization.py::test_servers_start[s2] PASSED      [ 
> 20%]
> tests/test_process_initialization.py::test_servers_start[s3] PASSED      [ 
> 23%]
> tests/test_process_initialization.py::test_ensure_not_restart[s1] PASSED [ 
> 25%]
> tests/test_process_initialization.py::test_ensure_not_restart[s2] PASSED [ 
> 27%]
> tests/test_process_initialization.py::test_ensure_not_restart[s3] PASSED [ 
> 30%]
> tests/test_process_initialization.py::test_startup_detection_max_read_lines[s1-started-20]
>  PASSED [ 32%]
> tests/test_process_initialization.py::test_startup_detection_max_read_lines[s2-spam,
>  bacon, eggs-30] PASSED [ 34%]
> tests/test_process_initialization.py::test_startup_detection_max_read_lines[s3-finally
>  started-62] PASSED [ 37%]
> tests/test_process_initialization.py::test_runtime_error_on_start_fail[s1] 
> PASSED [ 39%]
> tests/test_process_initialization.py::test_runtime_error_on_start_fail[s2] 
> PASSED [ 41%]
> tests/test_process_initialization.py::test_runtime_error_on_start_fail[s3] 
> PASSED [ 44%]
> tests/test_process_initialization.py::test_popen_kwargs[s1] PASSED       [ 
> 46%]
> tests/test_process_initialization.py::test_popen_kwargs[s2] PASSED       [ 
> 48%]
> tests/test_process_initialization.py::test_popen_kwargs[s3] PASSED       [ 
> 51%]
> tests/test_process_termination.py::test_clean_shutdown[s1] PASSED        [ 
> 53%]
> tests/test_process_termination.py::test_clean_shutdown[s2] PASSED        [ 
> 55%]
> tests/test_process_termination.py::test_clean_shutdown[s3] PASSED        [ 
> 58%]
> tests/test_process_termination.py::test_terminate_no_pid[s1] PASSED      [ 
> 60%]
> tests/test_process_termination.py::test_terminate_no_pid[s2] PASSED      [ 
> 62%]
> tests/test_process_termination.py::test_terminate_no_pid[s3] PASSED      [ 
> 65%]
> tests/test_process_termination.py::test_terminate_only_parent[s1] PASSED [ 
> 67%]
> tests/test_process_termination.py::test_terminate_only_parent[s2] PASSED [ 
> 69%]
> tests/test_process_termination.py::test_terminate_only_parent[s3] PASSED [ 
> 72%]
> tests/test_process_termination.py::test_sigkill_after_failed_sigterm[s1] 
> PASSED [ 74%]
> tests/test_process_termination.py::test_sigkill_after_failed_sigterm[s2] 
> PASSED [ 76%]
> tests/test_process_termination.py::test_sigkill_after_failed_sigterm[s3] 
> PASSED [ 79%]
> tests/test_process_termination.py::test_return_value_on_failure[s1] PASSED [ 
> 81%]
> tests/test_process_termination.py::test_return_value_on_failure[s2] PASSED [ 
> 83%]
> tests/test_process_termination.py::test_return_value_on_failure[s3] PASSED [ 
> 86%]
> tests/test_resource_cleanup.py::test_0 PASSED                            [ 
> 88%]
> tests/test_resource_cleanup.py::test_1 PASSED                            [ 
> 90%]
> tests/test_resource_cleanup.py::test_2 PASSED                            [ 
> 93%]
> tests/test_startup_timeout.py::test_timeout_raise_exception[s1] PASSED   [ 
> 95%]
> tests/test_startup_timeout.py::test_timeout_raise_exception[s2] PASSED   [ 
> 97%]
> tests/test_startup_timeout.py::test_timeout_raise_exception[s3] PASSED   
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________________ test_functional_work_flow 
> ___________________________
> 
> testdir = <Testdir 
> local('/tmp/pytest-of-user42/pytest-6/test_functional_work_flow0')>
> tcp_port = 52767
> 
>     def test_functional_work_flow(testdir, tcp_port):
>         server_path = Path(__file__).parent.joinpath("server.py").absolute()
>         testdir.makepyfile(
>             """
>             import sys
>             import socket
>             from xprocess import ProcessStarter
>     
>             def test_server(request, xprocess):
>                 port = %r
>                 data = "spam\\n"
>                 server_path = %r
>     
>                 class Starter(ProcessStarter):
>                     pattern = "started"
>                     max_read_lines = 200
>                     args = [sys.executable, server_path, port]
>     
>                 # required so test won't hang on pytest_unconfigure
>                 xprocess.proc_wait_timeout = 1
>     
>                 xprocess.ensure("server_workflow_test", Starter)
>     
>                 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as 
> sock:
>                     sock.connect(("localhost", port))
>                     sock.sendall(bytes(data, "utf-8"))
>                     received = str(sock.recv(1024), "utf-8")
>                     assert received == data.upper()
>         """
>             % (tcp_port, str(server_path))
>         )
>         result = testdir.runpytest()
> >       result.stdout.fnmatch_lines("*1 passed*")
> E       Failed: remains unmatched: '*1 passed*'
> 
> /<<PKGBUILDDIR>>/tests/test_functional_workflow.py:36: Failed
> ----------------------------- Captured stderr call 
> -----------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/_pytest/pytester.py", line 1170, in 
> runpytest_inprocess
>     reprec = self.inline_run(*args, **kwargs)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/_pytest/pytester.py", line 1135, in 
> inline_run
>     ret = main([str(x) for x in args], plugins=plugins)
>           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 148, 
> in main
>     config = _prepareconfig(args, plugins)
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 329, 
> in _prepareconfig
>     config = pluginmanager.hook.pytest_cmdline_parse(
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 265, in 
> __call__
>     return self._hookexec(self.name, self.get_hookimpls(), kwargs, 
> firstresult)
>            
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 80, in 
> _hookexec
>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 55, in 
> _multicall
>     gen.send(outcome)
>   File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 103, in 
> pytest_cmdline_parse
>     config: Config = outcome.get_result()
>                      ^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pluggy/_result.py", line 60, in 
> get_result
>     raise ex[1].with_traceback(ex[2])
>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 39, in 
> _multicall
>     res = hook_impl.function(*args)
>           ^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
> 1058, in pytest_cmdline_parse
>     self.parse(args)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
> 1346, in parse
>     self._preparse(args, addopts=addopts)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 
> 1229, in _preparse
>     self.pluginmanager.load_setuptools_entrypoints("pytest11")
>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 288, in 
> load_setuptools_entrypoints
>     self.register(plugin, name=ep.name)
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 489, 
> in register
>     ret: Optional[str] = super().register(plugin, name)
>                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 103, in 
> register
>     hookimpl_opts = self.parse_hookimpl_opts(plugin, name)
>                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 460, 
> in parse_hookimpl_opts
>     return _get_legacy_hook_marks(
>            ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 374, 
> in _get_legacy_hook_marks
>     warn_explicit_for(cast(FunctionType, method), message)
>   File "/usr/lib/python3/dist-packages/_pytest/warning_types.py", line 171, 
> in warn_explicit_for
>     raise type(w)(f"{w}\n at {filename}:{lineno}") from None
> pytest.PytestDeprecationWarning: The hookimpl pytest_runtest_makereport uses 
> old-style configuration options (marks or attributes).
> Please use the pytest.hookimpl(hookwrapper=True) decorator instead
>  to configure the hooks.
>  See 
> https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
>  at /<<PKGBUILDDIR>>/pytest_xprocess.py:48
> =========================== short test summary info 
> ============================
> FAILED tests/test_functional_workflow.py::test_functional_work_flow - 
> Failed:...
> ================= 1 failed, 42 passed, 2 deselected in 35.63s 
> ==================
> pytest-xprocess reminder::Be sure to terminate the started process by running 
> 'pytest --xkill' if you have not explicitly done so in your fixture with 
> 'xprocess.getinfo(<process_name>).terminate()'.
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184522 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184520 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184518 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184514 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184510 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184506 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184502 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184498 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184494 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184490 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184486 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184482 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184478 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184474 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184470 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184466 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184462 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184458 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184454 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184453 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184452 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184451 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184450 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184449 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184448 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184447 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184446 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184445 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184444 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184443 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184442 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184437 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184436 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184435 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184434 is still running
> Exception ignored in: <function Popen.__del__ at 0x7f3c8ffebe20>
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/subprocess.py", line 1125, in __del__
> ResourceWarning: subprocess 1184433 is still running
> make[1]: *** [debian/rules:21: override_dh_auto_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/python-pytest-xprocess_0.18.1-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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-pytest-xprocess
Source-Version: 0.22.2-0.1
Done: David Prévot <taf...@debian.org>

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

Debian distribution maintenance software
pp.
David Prévot <taf...@debian.org> (supplier of updated python-pytest-xprocess 
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: Sat, 28 Jan 2023 16:48:09 +0100
Source: python-pytest-xprocess
Architecture: source
Version: 0.22.2-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: David Prévot <taf...@debian.org>
Closes: 1026549
Changes:
 python-pytest-xprocess (0.22.2-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version 0.22.2 (Closes: #1026549)
Checksums-Sha1:
 9aa8cf4a862496db1e2da3ecaa0c42a9205e6eb5 2101 
python-pytest-xprocess_0.22.2-0.1.dsc
 9112b511b3ef256ceab645e2b7a3c5c53852f8e4 31346 
python-pytest-xprocess_0.22.2.orig.tar.gz
 1881c480000df4008a526ebd11223bd0a7524f7d 3064 
python-pytest-xprocess_0.22.2-0.1.debian.tar.xz
 873b16dedf0489a274d4bd79aa0b7e083bba422b 8120 
python-pytest-xprocess_0.22.2-0.1_amd64.buildinfo
Checksums-Sha256:
 bfd75ebead20b5bbd39123444ac85d624e11c71d8c28373b9ebb58369374b5f6 2101 
python-pytest-xprocess_0.22.2-0.1.dsc
 599ee25b938e8f259e18d9c5b4d6384884f8a6a28ca51eed32d0d9526bdcf77c 31346 
python-pytest-xprocess_0.22.2.orig.tar.gz
 41fd367c24dc620205d9f3e0121b3760e66df3ea52e6ca2ceaff6b45c934cd57 3064 
python-pytest-xprocess_0.22.2-0.1.debian.tar.xz
 f7200ce45e75ab13cd59292f441b0ccf9c10843364c91569b51347ad3e84e0c1 8120 
python-pytest-xprocess_0.22.2-0.1_amd64.buildinfo
Files:
 51421232adae493fa8d553ff012039ea 2101 python optional 
python-pytest-xprocess_0.22.2-0.1.dsc
 564def279187b6409fc87cc493f1c6aa 31346 python optional 
python-pytest-xprocess_0.22.2.orig.tar.gz
 90d67fe7a4522a02f6d8892559a9ed83 3064 python optional 
python-pytest-xprocess_0.22.2-0.1.debian.tar.xz
 b391c113fc0c905305b572c7a04b7870 8120 python optional 
python-pytest-xprocess_0.22.2-0.1_amd64.buildinfo

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

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmPWP9gSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08ZxAH/26i1AkgE0crZOmy9HK/CEm0hf+IlHiy
tLn/Jtl5iR2b8NskTf5xbJIekOduytChfW4xjGUmH4klW7He09vNaVE0j+zVrwmX
Kr2/b7UeJ+7kcJAHasPwNdVT/00KzQ5DnkXXB5OxLjsTj8vjhBZeQi01pQMA9oNI
Ey4pUumFyuDUwJvKxur3K9XWYK6zwecyg2KgbV5EgkomZL7VHLTj4r2xXBb+Ugrx
sLbzDVQ3pUWD0kBfflcp3uuLpjxRZY2WxGDZ8UNWoTZaaNcw9G5OhyakQBuIkH6k
O3Kx2TQVaGh2H5sl+ifsjhqOra2QK33XfPpkKYoZIYCcHPLYUzgZUF8=
=wz77
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to