Your message dated Sun, 23 Oct 2022 14:50:42 +0000
with message-id <[email protected]>
and subject line Bug#1022391: fixed in python-lsp-server 1.5.0-3
has caused the Debian Bug report #1022391,
regarding python-lsp-server: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.10 returned exit code 13
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 [email protected]
immediately.)


-- 
1022391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022391
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-lsp-server
Version: 1.5.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20221023 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>>'
> for b in .pybuild/*/build/; do cp .pylintrc $b; done
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; 
> python3.10 -m pytest test
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.7, pytest-7.1.2, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
> plugins: flaky-3.7.0, cov-4.0.0
> collected 146 items
> 
> test/test_document.py .........                                          [  
> 6%]
> test/test_language_server.py .ss.                                        [  
> 8%]
> test/test_text_edit.py ....                                              [ 
> 11%]
> test/test_uris.py ...sss..ss..                                           [ 
> 19%]
> test/test_utils.py ......                                                [ 
> 23%]
> test/test_workspace.py .................                                 [ 
> 35%]
> test/plugins/test_autopep8_format.py ......                              [ 
> 39%]
> test/plugins/test_completion.py ............................s.           [ 
> 60%]
> test/plugins/test_definitions.py ....                                    [ 
> 63%]
> test/plugins/test_flake8_lint.py .......                                 [ 
> 67%]
> test/plugins/test_folding.py ..                                          [ 
> 69%]
> test/plugins/test_highlight.py ..                                        [ 
> 70%]
> test/plugins/test_hover.py ...                                           [ 
> 72%]
> test/plugins/test_jedi_rename.py .                                       [ 
> 73%]
> test/plugins/test_mccabe_lint.py ..                                      [ 
> 74%]
> test/plugins/test_pycodestyle_lint.py ..                                 [ 
> 76%]
> test/plugins/test_pydocstyle_lint.py ....                                [ 
> 78%]
> test/plugins/test_pyflakes_lint.py ....                                  [ 
> 81%]
> test/plugins/test_pylint_lint.py .Fs...                                  [ 
> 85%]
> test/plugins/test_references.py ..                                       [ 
> 86%]
> test/plugins/test_rope_rename.py .                                       [ 
> 87%]
> test/plugins/test_signature.py ......                                    [ 
> 91%]
> test/plugins/test_symbols.py ..s                                         [ 
> 93%]
> test/plugins/test_yapf_format.py .........                               
> [100%]
> 
> =================================== FAILURES 
> ===================================
> _________________________ test_syntax_error_pylint_py3 
> _________________________
> 
> config = <pylsp.config.config.Config object at 0x7f9cbc8083d0>
> workspace = <pylsp.workspace.Workspace object at 0x7f9cc688d780>
> 
>     @py3_only
>     def test_syntax_error_pylint_py3(config, workspace):
>         with temp_document(DOC_SYNTAX_ERR, workspace) as doc:
>             diag = pylint_lint.pylsp_lint(config, doc, True)[0]
>     
>             if sys.version_info[:2] >= (3, 10):
> >               assert diag['message'].count("[syntax-error] expected ':'")
> E               assert 0
> E                +  where 0 = <built-in method count of str object at 
> 0x7f9cbcbcbf30>("[syntax-error] expected ':'")
> E                +    where <built-in method count of str object at 
> 0x7f9cbcbcbf30> = "[syntax-error] Parsing failed: 'expected ':' (<unknown>, 
> line 1)'".count
> 
> test/plugins/test_pylint_lint.py:77: AssertionError
> ---------------------------- Captured stderr setup 
> -----------------------------
> 2022-10-23 07:36:33,177 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin autopep8 from <module 'pylsp.plugins.autopep8_format' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/autopep8_format.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin flake8 from <module 'pylsp.plugins.flake8_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/flake8_lint.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin folding from <module 'pylsp.plugins.folding' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/folding.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_completion from <module 'pylsp.plugins.jedi_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/jedi_completion.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_definition from <module 'pylsp.plugins.definition' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/definition.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_highlight from <module 'pylsp.plugins.highlight' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/highlight.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_hover from <module 'pylsp.plugins.hover' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/hover.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_references from <module 'pylsp.plugins.references' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/references.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_rename from <module 'pylsp.plugins.jedi_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/jedi_rename.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_signature_help from <module 'pylsp.plugins.signature' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/signature.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_symbols from <module 'pylsp.plugins.symbols' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/symbols.py'>
> 2022-10-23 07:36:33,178 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin mccabe from <module 'pylsp.plugins.mccabe_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/mccabe_lint.py'>
> 2022-10-23 07:36:33,179 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin preload from <module 'pylsp.plugins.preload_imports' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/preload_imports.py'>
> 2022-10-23 07:36:33,179 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin pycodestyle from <module 'pylsp.plugins.pycodestyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pycodestyle_lint.py'>
> 2022-10-23 07:36:33,179 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin pydocstyle from <module 'pylsp.plugins.pydocstyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pydocstyle_lint.py'>
> 2022-10-23 07:36:33,179 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin pyflakes from <module 'pylsp.plugins.pyflakes_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pyflakes_lint.py'>
> 2022-10-23 07:36:33,179 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin pylint from <module 'pylsp.plugins.pylint_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pylint_lint.py'>
> 2022-10-23 07:36:33,179 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin rope_completion from <module 'pylsp.plugins.rope_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_completion.py'>
> 2022-10-23 07:36:33,179 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin rope_rename from <module 'pylsp.plugins.rope_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_rename.py'>
> 2022-10-23 07:36:33,179 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin yapf from <module 'pylsp.plugins.yapf_format' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/yapf_format.py'>
> 2022-10-23 07:36:33,179 UTC - DEBUG - pylsp.config.config -   pylsp_settings 
> [hook]
>       config: <pylsp.config.config.Config object at 0x7f9cc688c8e0>
> 
> 2022-10-23 07:36:33,179 UTC - DEBUG - pylsp.config.config -   finish 
> pylsp_settings --> [{'plugins': {'rope_rename': {'enabled': False}}}, 
> {'plugins': {'rope_completion': {'enabled': False, 'eager': False}}}, 
> {'plugins': {'pylint': {'enabled': False, 'args': [], 'executable': None}}}, 
> {'plugins': {'pydocstyle': {'enabled': False}}}, {'plugins': {'preload': 
> {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 
> 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 
> 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 
> 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 
> 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 
> 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 
> 'xxsubtype', 'zipimport', 'zlib']}}, 'rope': {'extensionModules': ['OpenGL', 
> 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 
> 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 
> 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 
> 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 
> 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 
> 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 
> 'zlib']}}, {'plugins': {'flake8': {'enabled': False}}}] [hook]
> 
> 2022-10-23 07:36:33,180 UTC - DEBUG - pylsp.config.config - Got user config 
> from PyCodeStyleConfig: {}
> 2022-10-23 07:36:33,180 UTC - DEBUG - pylsp.config.config - Got project 
> config from PyCodeStyleConfig: {}
> 2022-10-23 07:36:33,180 UTC - DEBUG - pylsp.config.config - With 
> configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 
> 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 
> 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 
> 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 
> 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 
> 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 
> 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 
> 'plugins': {'rope_rename': {'enabled': False}, 'rope_completion': {'enabled': 
> False, 'eager': False}, 'pylint': {'enabled': False, 'args': [], 
> 'executable': None}, 'flake8': {'enabled': False}, 'preload': {'modules': 
> ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 
> 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 
> 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 
> 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 
> 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 
> 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 
> 'zipimport', 'zlib']}, 'pydocstyle': {'enabled': False}}}
> 2022-10-23 07:36:33,180 UTC - INFO - pylsp.config.config - Disabled plugins: 
> [<module 'pylsp.plugins.flake8_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/flake8_lint.py'>,
>  <module 'pylsp.plugins.pydocstyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pydocstyle_lint.py'>,
>  <module 'pylsp.plugins.pylint_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pylint_lint.py'>,
>  <module 'pylsp.plugins.rope_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_completion.py'>,
>  <module 'pylsp.plugins.rope_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_rename.py'>]
> 2022-10-23 07:36:33,202 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin autopep8 from <module 'pylsp.plugins.autopep8_format' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/autopep8_format.py'>
> 2022-10-23 07:36:33,202 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin flake8 from <module 'pylsp.plugins.flake8_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/flake8_lint.py'>
> 2022-10-23 07:36:33,202 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin folding from <module 'pylsp.plugins.folding' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/folding.py'>
> 2022-10-23 07:36:33,202 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_completion from <module 'pylsp.plugins.jedi_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/jedi_completion.py'>
> 2022-10-23 07:36:33,202 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_definition from <module 'pylsp.plugins.definition' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/definition.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_highlight from <module 'pylsp.plugins.highlight' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/highlight.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_hover from <module 'pylsp.plugins.hover' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/hover.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_references from <module 'pylsp.plugins.references' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/references.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_rename from <module 'pylsp.plugins.jedi_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/jedi_rename.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_signature_help from <module 'pylsp.plugins.signature' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/signature.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin jedi_symbols from <module 'pylsp.plugins.symbols' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/symbols.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin mccabe from <module 'pylsp.plugins.mccabe_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/mccabe_lint.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin preload from <module 'pylsp.plugins.preload_imports' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/preload_imports.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin pycodestyle from <module 'pylsp.plugins.pycodestyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pycodestyle_lint.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin pydocstyle from <module 'pylsp.plugins.pydocstyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pydocstyle_lint.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin pyflakes from <module 'pylsp.plugins.pyflakes_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pyflakes_lint.py'>
> 2022-10-23 07:36:33,203 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin pylint from <module 'pylsp.plugins.pylint_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pylint_lint.py'>
> 2022-10-23 07:36:33,204 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin rope_completion from <module 'pylsp.plugins.rope_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_completion.py'>
> 2022-10-23 07:36:33,204 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin rope_rename from <module 'pylsp.plugins.rope_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_rename.py'>
> 2022-10-23 07:36:33,204 UTC - INFO - pylsp.config.config - Loaded pylsp 
> plugin yapf from <module 'pylsp.plugins.yapf_format' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/yapf_format.py'>
> 2022-10-23 07:36:33,204 UTC - DEBUG - pylsp.config.config -   pylsp_settings 
> [hook]
>       config: <pylsp.config.config.Config object at 0x7f9cbc8083d0>
> 
> 2022-10-23 07:36:33,204 UTC - DEBUG - pylsp.config.config -   finish 
> pylsp_settings --> [{'plugins': {'rope_rename': {'enabled': False}}}, 
> {'plugins': {'rope_completion': {'enabled': False, 'eager': False}}}, 
> {'plugins': {'pylint': {'enabled': False, 'args': [], 'executable': None}}}, 
> {'plugins': {'pydocstyle': {'enabled': False}}}, {'plugins': {'preload': 
> {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 
> 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 
> 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 
> 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 
> 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 
> 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 
> 'xxsubtype', 'zipimport', 'zlib']}}, 'rope': {'extensionModules': ['OpenGL', 
> 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 
> 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 
> 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 
> 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 
> 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 
> 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 
> 'zlib']}}, {'plugins': {'flake8': {'enabled': False}}}] [hook]
> 
> 2022-10-23 07:36:33,204 UTC - DEBUG - pylsp.config.config - Got user config 
> from PyCodeStyleConfig: {}
> 2022-10-23 07:36:33,205 UTC - DEBUG - pylsp.config.config - Got project 
> config from PyCodeStyleConfig: {}
> 2022-10-23 07:36:33,205 UTC - DEBUG - pylsp.config.config - With 
> configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 
> 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 
> 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 
> 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 
> 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 
> 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 
> 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 
> 'plugins': {'rope_rename': {'enabled': False}, 'rope_completion': {'enabled': 
> False, 'eager': False}, 'pylint': {'enabled': False, 'args': [], 
> 'executable': None}, 'flake8': {'enabled': False}, 'preload': {'modules': 
> ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 
> 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 
> 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 
> 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 
> 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 
> 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 
> 'zipimport', 'zlib']}, 'pydocstyle': {'enabled': False}}}
> 2022-10-23 07:36:33,205 UTC - INFO - pylsp.config.config - Disabled plugins: 
> [<module 'pylsp.plugins.flake8_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/flake8_lint.py'>,
>  <module 'pylsp.plugins.pydocstyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pydocstyle_lint.py'>,
>  <module 'pylsp.plugins.pylint_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pylint_lint.py'>,
>  <module 'pylsp.plugins.rope_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_completion.py'>,
>  <module 'pylsp.plugins.rope_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_rename.py'>]
> ------------------------------ Captured log setup 
> ------------------------------
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin autopep8 from 
> <module 'pylsp.plugins.autopep8_format' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/autopep8_format.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin flake8 from 
> <module 'pylsp.plugins.flake8_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/flake8_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin folding from 
> <module 'pylsp.plugins.folding' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/folding.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_completion 
> from <module 'pylsp.plugins.jedi_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/jedi_completion.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_definition 
> from <module 'pylsp.plugins.definition' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/definition.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_highlight 
> from <module 'pylsp.plugins.highlight' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/highlight.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_hover from 
> <module 'pylsp.plugins.hover' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/hover.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_references 
> from <module 'pylsp.plugins.references' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/references.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_rename 
> from <module 'pylsp.plugins.jedi_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/jedi_rename.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin 
> jedi_signature_help from <module 'pylsp.plugins.signature' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/signature.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_symbols 
> from <module 'pylsp.plugins.symbols' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/symbols.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin mccabe from 
> <module 'pylsp.plugins.mccabe_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/mccabe_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin preload from 
> <module 'pylsp.plugins.preload_imports' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/preload_imports.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin pycodestyle 
> from <module 'pylsp.plugins.pycodestyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pycodestyle_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin pydocstyle from 
> <module 'pylsp.plugins.pydocstyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pydocstyle_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin pyflakes from 
> <module 'pylsp.plugins.pyflakes_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pyflakes_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin pylint from 
> <module 'pylsp.plugins.pylint_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pylint_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin rope_completion 
> from <module 'pylsp.plugins.rope_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_completion.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin rope_rename 
> from <module 'pylsp.plugins.rope_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_rename.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin yapf from 
> <module 'pylsp.plugins.yapf_format' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/yapf_format.py'>
> DEBUG    pylsp.config.config:_tracing.py:34   pylsp_settings [hook]
>       config: <pylsp.config.config.Config object at 0x7f9cc688c8e0>
> 
> DEBUG    pylsp.config.config:_tracing.py:34   finish pylsp_settings --> 
> [{'plugins': {'rope_rename': {'enabled': False}}}, {'plugins': 
> {'rope_completion': {'enabled': False, 'eager': False}}}, {'plugins': 
> {'pylint': {'enabled': False, 'args': [], 'executable': None}}}, {'plugins': 
> {'pydocstyle': {'enabled': False}}}, {'plugins': {'preload': {'modules': 
> ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 
> 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 
> 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 
> 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 
> 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 
> 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 
> 'zipimport', 'zlib']}}, 'rope': {'extensionModules': ['OpenGL', 'PIL', 
> 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 
> 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 
> 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 
> 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 
> 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 
> 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 
> 'zlib']}}, {'plugins': {'flake8': {'enabled': False}}}] [hook]
> 
> DEBUG    pylsp.config.config:config.py:141 Got user config from 
> PyCodeStyleConfig: {}
> DEBUG    pylsp.config.config:config.py:150 Got project config from 
> PyCodeStyleConfig: {}
> DEBUG    pylsp.config.config:config.py:153 With configuration: {'rope': 
> {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 
> 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 
> 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 
> 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 
> 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 
> 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 
> 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_rename': 
> {'enabled': False}, 'rope_completion': {'enabled': False, 'eager': False}, 
> 'pylint': {'enabled': False, 'args': [], 'executable': None}, 'flake8': 
> {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 
> 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 
> 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 
> 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 
> 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 
> 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 
> 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 
> 'pydocstyle': {'enabled': False}}}
> INFO     pylsp.config.config:config.py:177 Disabled plugins: [<module 
> 'pylsp.plugins.flake8_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/flake8_lint.py'>,
>  <module 'pylsp.plugins.pydocstyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pydocstyle_lint.py'>,
>  <module 'pylsp.plugins.pylint_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pylint_lint.py'>,
>  <module 'pylsp.plugins.rope_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_completion.py'>,
>  <module 'pylsp.plugins.rope_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_rename.py'>]
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin autopep8 from 
> <module 'pylsp.plugins.autopep8_format' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/autopep8_format.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin flake8 from 
> <module 'pylsp.plugins.flake8_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/flake8_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin folding from 
> <module 'pylsp.plugins.folding' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/folding.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_completion 
> from <module 'pylsp.plugins.jedi_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/jedi_completion.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_definition 
> from <module 'pylsp.plugins.definition' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/definition.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_highlight 
> from <module 'pylsp.plugins.highlight' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/highlight.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_hover from 
> <module 'pylsp.plugins.hover' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/hover.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_references 
> from <module 'pylsp.plugins.references' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/references.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_rename 
> from <module 'pylsp.plugins.jedi_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/jedi_rename.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin 
> jedi_signature_help from <module 'pylsp.plugins.signature' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/signature.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin jedi_symbols 
> from <module 'pylsp.plugins.symbols' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/symbols.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin mccabe from 
> <module 'pylsp.plugins.mccabe_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/mccabe_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin preload from 
> <module 'pylsp.plugins.preload_imports' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/preload_imports.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin pycodestyle 
> from <module 'pylsp.plugins.pycodestyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pycodestyle_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin pydocstyle from 
> <module 'pylsp.plugins.pydocstyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pydocstyle_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin pyflakes from 
> <module 'pylsp.plugins.pyflakes_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pyflakes_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin pylint from 
> <module 'pylsp.plugins.pylint_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pylint_lint.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin rope_completion 
> from <module 'pylsp.plugins.rope_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_completion.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin rope_rename 
> from <module 'pylsp.plugins.rope_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_rename.py'>
> INFO     pylsp.config.config:config.py:82 Loaded pylsp plugin yapf from 
> <module 'pylsp.plugins.yapf_format' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/yapf_format.py'>
> DEBUG    pylsp.config.config:_tracing.py:34   pylsp_settings [hook]
>       config: <pylsp.config.config.Config object at 0x7f9cbc8083d0>
> 
> DEBUG    pylsp.config.config:_tracing.py:34   finish pylsp_settings --> 
> [{'plugins': {'rope_rename': {'enabled': False}}}, {'plugins': 
> {'rope_completion': {'enabled': False, 'eager': False}}}, {'plugins': 
> {'pylint': {'enabled': False, 'args': [], 'executable': None}}}, {'plugins': 
> {'pydocstyle': {'enabled': False}}}, {'plugins': {'preload': {'modules': 
> ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 
> 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 
> 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 
> 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 
> 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 
> 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 
> 'zipimport', 'zlib']}}, 'rope': {'extensionModules': ['OpenGL', 'PIL', 
> 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 
> 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 
> 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 
> 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 
> 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 
> 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 
> 'zlib']}}, {'plugins': {'flake8': {'enabled': False}}}] [hook]
> 
> DEBUG    pylsp.config.config:config.py:141 Got user config from 
> PyCodeStyleConfig: {}
> DEBUG    pylsp.config.config:config.py:150 Got project config from 
> PyCodeStyleConfig: {}
> DEBUG    pylsp.config.config:config.py:153 With configuration: {'rope': 
> {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 
> 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 
> 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 
> 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 
> 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 
> 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 
> 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_rename': 
> {'enabled': False}, 'rope_completion': {'enabled': False, 'eager': False}, 
> 'pylint': {'enabled': False, 'args': [], 'executable': None}, 'flake8': 
> {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 
> 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 
> 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 
> 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 
> 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 
> 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 
> 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 
> 'pydocstyle': {'enabled': False}}}
> INFO     pylsp.config.config:config.py:177 Disabled plugins: [<module 
> 'pylsp.plugins.flake8_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/flake8_lint.py'>,
>  <module 'pylsp.plugins.pydocstyle_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pydocstyle_lint.py'>,
>  <module 'pylsp.plugins.pylint_lint' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/pylint_lint.py'>,
>  <module 'pylsp.plugins.rope_completion' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_completion.py'>,
>  <module 'pylsp.plugins.rope_rename' from 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/rope_rename.py'>]
> ----------------------------- Captured stderr call 
> -----------------------------
> 2022-10-23 07:36:33,206 UTC - DEBUG - pylsp.config.config - Got user config 
> from PyCodeStyleConfig: {}
> 2022-10-23 07:36:33,207 UTC - DEBUG - pylsp.config.config - Got project 
> config from PyCodeStyleConfig: {}
> 2022-10-23 07:36:33,207 UTC - DEBUG - pylsp.config.config - With 
> configuration: {'plugins': {'pylint': {'enabled': False, 'args': [], 
> 'executable': None}}}
> 2022-10-23 07:36:33,207 UTC - DEBUG - pylsp.plugins.pylint_lint - Got pylint 
> settings: {'enabled': False, 'args': [], 'executable': None}
> 2022-10-23 07:36:33,207 UTC - DEBUG - pylsp.plugins.pylint_lint - Calling 
> pylint with '/tmp/tmptm9p61wc -f json '
> ------------------------------ Captured log call 
> -------------------------------
> DEBUG    pylsp.config.config:config.py:141 Got user config from 
> PyCodeStyleConfig: {}
> DEBUG    pylsp.config.config:config.py:150 Got project config from 
> PyCodeStyleConfig: {}
> DEBUG    pylsp.config.config:config.py:153 With configuration: {'plugins': 
> {'pylint': {'enabled': False, 'args': [], 'executable': None}}}
> DEBUG    pylsp.plugins.pylint_lint:pylint_lint.py:207 Got pylint settings: 
> {'enabled': False, 'args': [], 'executable': None}
> DEBUG    pylsp.plugins.pylint_lint:pylint_lint.py:96 Calling pylint with 
> '/tmp/tmptm9p61wc -f json '
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/yapf/yapflib/errors.py:16
>   /usr/lib/python3/dist-packages/yapf/yapflib/errors.py:16: 
> PendingDeprecationWarning: lib2to3 package is deprecated and may not be able 
> to parse Python 3.10+
>     from lib2to3.pgen2 import tokenize
> 
> .pybuild/cpython3_3.10/build/test/test_text_edit.py::test_apply_text_edits_insert
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pylsp/plugins/preload_imports.py:33:
>  DeprecationWarning: the imp module is deprecated in favour of importlib and 
> slated for removal in Python 3.12; see the module's documentation for 
> alternative uses
>     __import__(mod_name)
> 
> .pybuild/cpython3_3.10/build/test/plugins/test_completion.py::test_rope_completion
> .pybuild/cpython3_3.10/build/test/plugins/test_completion.py::test_rope_completion
> .pybuild/cpython3_3.10/build/test/plugins/test_rope_rename.py::test_rope_rename
>   /usr/lib/python3/dist-packages/rope/base/project.py:223: 
> DeprecationWarning: Delete once deprecated functions are gone
>     self._init_source_folders()
> 
> .pybuild/cpython3_3.10/build/test/plugins/test_completion.py::test_rope_completion
> .pybuild/cpython3_3.10/build/test/plugins/test_rope_rename.py::test_rope_rename
>   /usr/lib/python3/dist-packages/rope/base/libutils.py:36: 
> DeprecationWarning: relative is deprecated
>     return relative(project.address, path)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> - generated xml file: 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pytest.xml -
> 
> ---------- coverage: platform linux, python 3.10.7-final-0 -----------
> Name                                    Stmts   Miss  Cover
> -----------------------------------------------------------
> pylsp/__init__.py                          20      4    80%
> pylsp/__main__.py                          58     43    26%
> pylsp/_utils.py                           129     23    82%
> pylsp/_version.py                           1      0   100%
> pylsp/config/__init__.py                    0      0   100%
> pylsp/config/config.py                    106     17    84%
> pylsp/config/flake8_conf.py                26      1    96%
> pylsp/config/pycodestyle_conf.py           15      0   100%
> pylsp/config/source.py                     57      6    89%
> pylsp/hookspecs.py                         72     23    68%
> pylsp/lsp.py                               70      0   100%
> pylsp/plugins/__init__.py                   0      0   100%
> pylsp/plugins/_resolvers.py                80     13    84%
> pylsp/plugins/autopep8_format.py           43      0   100%
> pylsp/plugins/definition.py                11      0   100%
> pylsp/plugins/flake8_lint.py               99     16    84%
> pylsp/plugins/folding.py                  152      3    98%
> pylsp/plugins/highlight.py                 12      0   100%
> pylsp/plugins/hover.py                     23      1    96%
> pylsp/plugins/jedi_completion.py          114     12    89%
> pylsp/plugins/jedi_rename.py               21      2    90%
> pylsp/plugins/mccabe_lint.py               22      0   100%
> pylsp/plugins/preload_imports.py           15      0   100%
> pylsp/plugins/pycodestyle_lint.py          42      5    88%
> pylsp/plugins/pydocstyle_lint.py           65      9    86%
> pylsp/plugins/pyflakes_lint.py             25      0   100%
> pylsp/plugins/pylint_lint.py              126     21    83%
> pylsp/plugins/references.py                10      0   100%
> pylsp/plugins/rope_completion.py           58     19    67%
> pylsp/plugins/rope_rename.py               24      0   100%
> pylsp/plugins/signature.py                 33      0   100%
> pylsp/plugins/symbols.py                   90     32    64%
> pylsp/plugins/yapf_format.py               76      0   100%
> pylsp/python_lsp.py                       324    152    53%
> pylsp/text_edit.py                         62      2    97%
> pylsp/uris.py                              48      9    81%
> pylsp/workspace.py                        191     13    93%
> test/__init__.py                            8      0   100%
> test/conftest.py                            5      0   100%
> test/fixtures.py                           54      0   100%
> test/plugins/__init__.py                    0      0   100%
> test/plugins/test_autopep8_format.py       33      0   100%
> test/plugins/test_completion.py           264     16    94%
> test/plugins/test_definitions.py           33      0   100%
> test/plugins/test_flake8_lint.py          105      0   100%
> test/plugins/test_folding.py               20      0   100%
> test/plugins/test_highlight.py             14      0   100%
> test/plugins/test_hover.py                 44      2    95%
> test/plugins/test_jedi_rename.py           34      1    97%
> test/plugins/test_mccabe_lint.py           22      0   100%
> test/plugins/test_pycodestyle_lint.py      55      0   100%
> test/plugins/test_pydocstyle_lint.py       25      0   100%
> test/plugins/test_pyflakes_lint.py         35      1    97%
> test/plugins/test_pylint_lint.py           74     14    81%
> test/plugins/test_references.py            38      0   100%
> test/plugins/test_rope_rename.py           20      0   100%
> test/plugins/test_signature.py             37      0   100%
> test/plugins/test_symbols.py               46      6    87%
> test/plugins/test_yapf_format.py           54      0   100%
> test/test_document.py                      42      0   100%
> test/test_language_server.py               63     12    81%
> test/test_text_edit.py                     37      0   100%
> test/test_uris.py                          22      2    91%
> test/test_utils.py                         61      0   100%
> test/test_workspace.py                    181      0   100%
> -----------------------------------------------------------
> TOTAL                                    3746    480    87%
> Coverage HTML written to dir htmlcov
> 
> ===Flaky Test Report===
> 
> test_initialize passed 1 out of the required 1 times. Success!
> test_missing_message passed 1 out of the required 1 times. Success!
> test_debounce passed 1 out of the required 1 times. Success!
> test_debounce_keyed_by passed 1 out of the required 1 times. Success!
> 
> ===End Flaky Test Report===
> =========================== short test summary info 
> ============================
> FAILED test/plugins/test_pylint_lint.py::test_syntax_error_pylint_py3 - 
> assert 0
> ======= 1 failed, 135 passed, 10 skipped, 7 warnings in 80.58s (0:01:20) 
> =======
> E: pybuild pybuild:379: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build; python3.10 -m pytest test
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.10 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/python-lsp-server_1.5.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&[email protected]&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 marking 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-lsp-server
Source-Version: 1.5.0-3
Done: Jochen Sprickerhof <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-lsp-server, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <[email protected]> (supplier of updated python-lsp-server 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 23 Oct 2022 16:28:20 +0200
Source: python-lsp-server
Architecture: source
Version: 1.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Jochen Sprickerhof <[email protected]>
Closes: 1022391
Changes:
 python-lsp-server (1.5.0-3) unstable; urgency=medium
 .
   * Drop patch for old setuptools
   * Add upstream patch for new pylint (Closes: #1022391)
Checksums-Sha1:
 fa83287c5323f09b4d3c4e9b6bdcb6e2020ba38f 2708 python-lsp-server_1.5.0-3.dsc
 cce86b8335d5485e9ef7176600f1bd79cec60c8e 4916 
python-lsp-server_1.5.0-3.debian.tar.xz
 166bf8f690f1b8ceb53573df3e029ba7e9ee9821 13137 
python-lsp-server_1.5.0-3_source.buildinfo
Checksums-Sha256:
 1b2cc4dd1a3d0aa635aa73c2740476e79f955a01e0dc9f8b1b6cf4d88511fa29 2708 
python-lsp-server_1.5.0-3.dsc
 706985fbcfa885e99966ed115ef1919c51833d299076e89eef8d3bd2e350bf81 4916 
python-lsp-server_1.5.0-3.debian.tar.xz
 969b1115ad9dfa091679a124da1c22fef4a35f1750f6af05fc2f6638afa5fba1 13137 
python-lsp-server_1.5.0-3_source.buildinfo
Files:
 f68f3872178a309026593347408a3172 2708 python optional 
python-lsp-server_1.5.0-3.dsc
 393966baf7d2b6217bf69154f921c3c1 4916 python optional 
python-lsp-server_1.5.0-3.debian.tar.xz
 19653146bc0bea1d05b4d77659f267a6 13137 python optional 
python-lsp-server_1.5.0-3_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmNVT5QACgkQW//cwljm
lDMOUA//fpeteQ738ct9uF1sqwFxdQ0DqhzDLSP4eAFJKSub6ub49j0b1sSozQuE
tEoWQn6COZhUvqFeCzz17VnMTz/tkWh/kYH3wCF33Q1eekVOz17YQERA3a+P+0Qx
cXcBdpgMMVbRvzXS4a801XFtOMeLoKBnkIxGJWG8wQ0oOAv6cvZ/0CH9Gp11HY6A
YnrpfHed9pqjjV3B15CtRzDL76pA6/cOlld/CknxrId0kglco/jEdDpU0Wi+ucXY
uXb7TeK316UtezmEr/3Ax/Son0Vmn8shMOCU7SBjlbz83jQSKBFVdlQ9LmfVV5bo
t4mBIcHjZKEyQe/3zHaUrchs/wtTTaF6ALSa52UnqoSEBqqUhMlDr6Ik8O2EQS1K
U02KPpEQhetpVKTWGVOWTvGJkLFddL97td9VsNjD9A1jnPHpnVcFCLpikoWKQhzs
ifSVYpf+kkpi89E6g76BqjN5IQBdfE+moyojqiSV+jg6ntZqKDsFAHOfCgjLt9oq
h+fAj3EnjQvk9b6EAln7QjC5+gs3/s3Ap0/XEe9+p/wSRYt2jT8m0usM4rHB0V5v
ZFDDhGca73Hpc7DDku/3xpDAed6L9yTagxK4cdODat2nXHY8jPlar9b/L/yV1SIT
Gsywiw4yhNdaWSvxiWys+DsOmia7QnobzlScLEi1E/DYJ/BJCjA=
=La/4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to