Your message dated Wed, 03 Aug 2022 19:49:27 +0000
with message-id <e1ojkmx-001rml...@fasolo.debian.org>
and subject line Bug#1016251: fixed in sphinx-markdown-tables 0.0.17-1
has caused the Debian Bug report #1016251,
regarding python-lark: FTBFS: Handler <function process_tables at 
0x7f2948ba29e0> for event 'source-read' threw an exception (exception: 
TableProcessor.__init__() missing 1 required positional argument: 'config')
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.)


-- 
1016251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016251
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-lark
Version: 1.1.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220728 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>>'
> dh_auto_build
>       pybuild --build -i python{version} -p 3.10
> D: pybuild pybuild:587: version: 5.20220403
> D: pybuild pybuild:588: ['/usr/bin/pybuild', '--build', '-i', 
> 'python{version}', '-p', '3.10']
> D: pybuild pybuild:38: cfg: Namespace(verbose=True, quiet=False, 
> really_quiet=False, detect_only=False, clean_only=False, 
> configure_only=False, build_only=True, install_only=False, test_only=False, 
> list_systems=False, print_args=None, before_clean=None, clean_args=None, 
> after_clean=None, before_configure=None, configure_args=None, 
> after_configure=None, before_build=None, build_args=None, after_build=None, 
> before_install=None, install_args=None, after_install=None, before_test=None, 
> test_args=None, after_test=None, test_nose=False, test_nose2=False, 
> test_pytest=False, test_tox=False, test_custom=False, dir='/<<PKGBUILDDIR>>', 
> destdir='debian/tmp', ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', 
> ext_sub_pattern=None, ext_sub_repl=None, install_dir=None, name='lark', 
> system=None, versions=['3.10'], interpreter=['python{version}'], 
> disable=None, custom_tests=False)
> D: pybuild __init__:36: cannot initialize 'cmake' plugin
> Traceback (most recent call last):
>   File "/usr/share/dh-python/dhpython/build/__init__.py", line 32, in <module>
>     module.BuildSystem.is_usable()
>   File "/usr/share/dh-python/dhpython/build/base.py", line 122, in is_usable
>     raise Exception("missing command: %s" % command)
> Exception: missing command: cmake
> D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
> D: pybuild debhelper:141: skipping package: python-lark-doc
> D: pybuild debhelper:169: source=python-lark, binary packages=['python3-lark']
> D: pybuild pybuild:122: Plugin custom: certainty 0
> D: pybuild pybuild:122: Plugin distutils: certainty 51
> D: pybuild pybuild:122: Plugin flit: certainty 0
> D: pybuild pybuild:122: Plugin pyproject: certainty 0
> D: pybuild pybuild:148: detected build system: distutils (certainty: 51%)
> I: pybuild base:239: /usr/bin/python3 setup.py build 
> D: pybuild tools:232: invoking: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/tree_matcher.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/grammar.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/parser_frontends.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/load_grammar.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/lexer.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/exceptions.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/lark.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/reconstruct.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/visitors.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/tree.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/parse_tree_builder.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/common.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/tree_templates.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/ast_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/indenter.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> copying lark/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/lalr_parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/earley_forest.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/lalr_interactive_parser.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/cyk.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/xearley.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/lalr_analysis.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/earley_common.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/grammar_analysis.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> copying lark/parsers/earley.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/parsers
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/tools
> copying lark/tools/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/tools
> copying lark/tools/nearley.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/tools
> copying lark/tools/serialize.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/tools
> copying lark/tools/standalone.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/tools
> package init file 'lark/grammars/__init__.py' not found (or not a regular 
> file)
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/__pyinstaller
> copying lark/__pyinstaller/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/__pyinstaller
> copying lark/__pyinstaller/hook-lark.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/__pyinstaller
> copying lark/py.typed -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/grammars
> copying lark/grammars/common.lark -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/grammars
> copying lark/grammars/unicode.lark -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/grammars
> copying lark/grammars/lark.lark -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/grammars
> copying lark/grammars/python.lark -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_lark/build/lark/grammars
> PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html 
> # HTML generator
> Running Sphinx v4.5.0
> making output directory... done
> generating gallery...
> Matplotlib created a temporary config/cache directory at 
> /tmp/matplotlib-txedb3ca because the default path 
> (/sbuild-nonexistent/.config/matplotlib) is not a writable directory; it is 
> highly recommended to set the MPLCONFIGDIR environment variable to a writable 
> directory, in particular to speed up the import of Matplotlib and to better 
> support multiprocessing.
> Using Sphinx-Gallery to convert rst text blocks to markdown for .ipynb files.
> generating gallery for examples... [ 16%] indented_tree.py
> generating gallery for examples... [ 33%] lark_grammar.py
> generating gallery for examples... [ 50%] fruitflies.py
> generating gallery for examples... [ 66%] calc.py
> generating gallery for examples... [ 83%] turtle_dsl.py
> generating gallery for examples... [100%] json_parser.py
> 
> generating gallery for examples/advanced... [  5%] conf_lalr.py
> generating gallery for examples/advanced... [ 11%] templates.py
> generating gallery for examples/advanced... [ 16%] conf_earley.py
> generating gallery for examples/advanced... [ 22%] error_handling.py
> generating gallery for examples/advanced... [ 27%] extend_python.py
> generating gallery for examples/advanced... [ 33%] reconstruct_json.py
> generating gallery for examples/advanced... [ 38%] custom_lexer.py
> generating gallery for examples/advanced... [ 44%] tree_forest_transformer.py
> generating gallery for examples/advanced... [ 50%] _json_parser.py
> generating gallery for examples/advanced... [ 55%] prioritizer.py
> generating gallery for examples/advanced... [ 61%] py3to2.py
> generating gallery for examples/advanced... [ 66%] python_parser.py
> generating gallery for examples/advanced... [ 72%] create_ast.py
> generating gallery for examples/advanced... [ 77%] error_reporting_earley.py
> generating gallery for examples/advanced... [ 83%] error_reporting_lalr.py
> generating gallery for examples/advanced... [ 88%] reconstruct_python.py
> generating gallery for examples/advanced... [ 94%] dynamic_complete.py
> generating gallery for examples/advanced... [100%] qscintilla_json.py
> 
> generating gallery for examples/composition... [ 33%] eval_json.py
> generating gallery for examples/composition... [ 66%] eval_csv.py
> generating gallery for examples/composition... [100%] main.py
> 
> generating gallery for examples/standalone... [100%] json_parser_main.py
> 
> computation time summary:
>     - ../examples/advanced/_json_parser.py:              0.00 sec   0.0 MB
>     - ../examples/advanced/conf_earley.py:               0.00 sec   0.0 MB
>     - ../examples/advanced/conf_lalr.py:                 0.00 sec   0.0 MB
>     - ../examples/advanced/create_ast.py:                0.00 sec   0.0 MB
>     - ../examples/advanced/custom_lexer.py:              0.00 sec   0.0 MB
>     - ../examples/advanced/dynamic_complete.py:          0.00 sec   0.0 MB
>     - ../examples/advanced/error_handling.py:            0.00 sec   0.0 MB
>     - ../examples/advanced/error_reporting_earley.py:    0.00 sec   0.0 MB
>     - ../examples/advanced/error_reporting_lalr.py:      0.00 sec   0.0 MB
>     - ../examples/advanced/extend_python.py:             0.00 sec   0.0 MB
>     - ../examples/advanced/prioritizer.py:               0.00 sec   0.0 MB
>     - ../examples/advanced/py3to2.py:                    0.00 sec   0.0 MB
>     - ../examples/advanced/python_parser.py:             0.00 sec   0.0 MB
>     - ../examples/advanced/qscintilla_json.py:           0.00 sec   0.0 MB
>     - ../examples/advanced/reconstruct_json.py:          0.00 sec   0.0 MB
>     - ../examples/advanced/reconstruct_python.py:        0.00 sec   0.0 MB
>     - ../examples/advanced/templates.py:                 0.00 sec   0.0 MB
>     - ../examples/advanced/tree_forest_transformer.py:   0.00 sec   0.0 MB
>     - ../examples/calc.py:                               0.00 sec   0.0 MB
>     - ../examples/composition/eval_csv.py:               0.00 sec   0.0 MB
>     - ../examples/composition/eval_json.py:              0.00 sec   0.0 MB
>     - ../examples/composition/main.py:                   0.00 sec   0.0 MB
>     - ../examples/fruitflies.py:                         0.00 sec   0.0 MB
>     - ../examples/indented_tree.py:                      0.00 sec   0.0 MB
>     - ../examples/json_parser.py:                        0.00 sec   0.0 MB
>     - ../examples/lark_grammar.py:                       0.00 sec   0.0 MB
>     - ../examples/standalone/json_parser_main.py:        0.00 sec   0.0 MB
>     - ../examples/turtle_dsl.py:                         0.00 sec   0.0 MB
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 14 source files that are out of date
> updating environment: [new config] 43 added, 0 changed, 0 removed
> reading sources... [  2%] classes
> 
> Extension error (sphinx_markdown_tables):
> Handler <function process_tables at 0x7f2948ba29e0> for event 'source-read' 
> threw an exception (exception: TableProcessor.__init__() missing 1 required 
> positional argument: 'config')
> make[1]: *** [debian/rules:26: override_dh_auto_build] Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/07/28/python-lark_1.1.2-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220728&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 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: sphinx-markdown-tables
Source-Version: 0.0.17-1
Done: Peter Wienemann <foss...@posteo.de>

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

Debian distribution maintenance software
pp.
Peter Wienemann <foss...@posteo.de> (supplier of updated sphinx-markdown-tables 
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: SHA512

Format: 1.8
Date: Mon, 01 Aug 2022 11:12:27 +0200
Source: sphinx-markdown-tables
Architecture: source
Version: 0.0.17-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Peter Wienemann <foss...@posteo.de>
Closes: 1016251
Changes:
 sphinx-markdown-tables (0.0.17-1) unstable; urgency=medium
 .
   * New upstream version 0.0.17 (closes: #1016251)
   * Remove __pycache__ directory
   * Bump Standards-Version to 4.6.1 (no changes required)
   * Add Andrius Merkys to copyright holders of Debian packaging
   * Update copyright years for Debian packaging
Checksums-Sha1:
 91fc487d5d1b2f446be1acfdb133fbcd2b9018a1 2281 
sphinx-markdown-tables_0.0.17-1.dsc
 99850e92fb071c5c02c57f61e2900b058eb8694a 14145 
sphinx-markdown-tables_0.0.17.orig.tar.gz
 5d54158e010d83304be2d07c3e72cedc07c4004e 2208 
sphinx-markdown-tables_0.0.17-1.debian.tar.xz
 fd905ea927916195fd6f5d77ccbb0765f9969e6b 6915 
sphinx-markdown-tables_0.0.17-1_amd64.buildinfo
Checksums-Sha256:
 22b56442384cf1d85c93b1d20db609f7b7e2b613cbf5fe635f45db8aa8014657 2281 
sphinx-markdown-tables_0.0.17-1.dsc
 a99586cd287dc9d2e5ce1f85f7ffa2e3d18afd96ba463d75dcad95527c0073ec 14145 
sphinx-markdown-tables_0.0.17.orig.tar.gz
 c18dcdcd0415eb1e5d34229605f2bab5eab31f04075bdc217cd1396e99ed4316 2208 
sphinx-markdown-tables_0.0.17-1.debian.tar.xz
 a443454fc9c31db40e62e06cf57889bc1c6b8ea960d37f972a4f2f3e0354f530 6915 
sphinx-markdown-tables_0.0.17-1_amd64.buildinfo
Files:
 8981ccc757350f32bb49e3d42c151958 2281 python optional 
sphinx-markdown-tables_0.0.17-1.dsc
 424f8c2fe8ad6adca4d5626cde445a4f 14145 python optional 
sphinx-markdown-tables_0.0.17.orig.tar.gz
 6a8754a1ef83e911fd1aaecf9fa616fc 2208 python optional 
sphinx-markdown-tables_0.0.17-1.debian.tar.xz
 fcbc888e4ec237e745791d76d233eb9a 6915 python optional 
sphinx-markdown-tables_0.0.17-1_amd64.buildinfo

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

iQKTBAEBCgB9FiEEBrYs08CqJ6RHEajlAuXO5wyFLHsFAmLqzFRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDA2
QjYyQ0QzQzBBQTI3QTQ0NzExQThFNTAyRTVDRUU3MEM4NTJDN0IACgkQAuXO5wyF
LHtnag//SiIyTP+ZOPWLVak2z6x15NoeDXRzhvDlRPoS7n50BSEYBbxmVPe4uPzG
dlhJ3qdFQFdpRST/9+hpwROog2cPba3g0L6mtQAnDnJwb3KIMS6yctxb4yDXMNep
r1Ugsmt3jSatgOUTExOb1AvBkfmB8VpRTXShKxX16PSTOzfXXTZ6rZqeYnaQlsNU
HTNxvlR1gjUWsFn/jfmyb70dhtbj6katvFDHFtGU6qe8OuXwuQHrA06oHyUh8NyN
90+FTtzRfoiqktTp5GaO0pwUzvzpsu9DD58L7Usu4sSh7rNmxfW+R7ZnAHBn0NiI
Obc6UXd/lLGl3uXu+OxIA/fG0B4yXoyqZWprP23QsgezfoOms2dvW2kqBoMJXfeH
W5L1PL5cFCOK52GvMG33L0Djeh7f4E/1AIWBbLlIxrVi7CGQG3L6qyifWWXxwAI2
XUUk1j7nM21Hq99Xi+9CgWF16gUZ9JMAFjTQD8iv2hcw81g0DG83bEv+KJAe24Go
Xt4rXeoYjilqgFJ/X4lciY9Du0mpSlzX3v1hoOTHZ39lg+ZPZlNCR9A848/SJkjL
haov4e283Hp/YxhhGMYa6IRU91TAdkVduvwVPIVf8T5Jxdbp9vT0oNg0WfhKFwOB
d0Oa1MlTsb4UvoqpZfwTzNYhjQn4UeHWicNBa6c6GL8mcwMbFOE=
=G7DI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to