--- 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 ---