Package: src:pyment
Version: 0.3.4+ds-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pyment, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3,sphinxdoc  --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:317: python3.14 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/dist.py:599: 
SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 
'metadata' (setup.cfg), please use the underscore name 'description_file' 
instead.
!!

        
********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in 
future
        versions. Please use the underscore name 'description_file' instead.

        By 2026-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.

[... snipped ...]

        License :: OSI Approved :: GNU General Public License v3 (GPLv3)

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyment/build/pyment
copying pyment/pymentapp.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyment/build/pyment
copying pyment/docstring.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyment/build/pyment
copying pyment/pyment.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyment/build/pyment
copying pyment/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyment/build/pyment
PYTHONPATH=. http_proxy='http://127.0.0.1:9/' python3 -m sphinx -N -bhtml 
doc/sphinx/source/ debian/html
Running Sphinx v8.2.3
WARNING: Invalid configuration value found: 'language = None'. Update your 
configuration to a valid language code. Falling back to 'en' (English).
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
building [mo]: targets for 0 po files that are out of date
writing output... 
building [html]: targets for 3 source files that are out of date
updating environment: [new config] 3 added, 0 changed, 0 removed
reading sources... [ 33%] index
reading sources... [ 67%] pyment
reading sources... [100%] pyment_doc

WARNING: autodoc: failed to import module 'pyment'; the following exception was 
raised:
['Traceback (most recent call last):\n', '  File "/usr/lib/p 
[too-long-redacted] age\n'] [autodoc.import_object]
WARNING: don't know which module to import for autodocumenting 'PyComment' (try 
placing a "module" or "currentmodule" directive in the document, or giving an 
explicit module name) [autodoc]
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... 
copying static files... 
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/basic.css
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/language_data.js
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/documentation_options.js
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/classic.css
Writing evaluated template result to 
/<<PKGBUILDDIR>>/debian/html/_static/sidebar.js
copying static files: done
copying extra files... 
copying extra files: done
copying assets: done
writing output... [ 33%] index
writing output... [ 67%] pyment
writing output... [100%] pyment_doc

/<<PKGBUILDDIR>>/doc/sphinx/source/pyment.rst:94: WARNING: L 
[too-long-redacted] de. [misc.highlighting_failure]
generating indices... genindex py-modindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 5 warnings.

The HTML pages are in debian/html.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyment/build; 
python3.14 -m unittest discover -v 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyment/build/tests/test_app.py:109: 
SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work 
in the future. Did you mean "\\s"? A raw string is also an option.
  return re.sub('^\s+$', '', lines, flags=re.MULTILINE)
testNoArgs_ge_py33 (tests.test_app.AppTests.testNoArgs_ge_py33) ... FAIL
testNoArgs_lt_py33 (tests.test_app.AppTests.testNoArgs_lt_py33) ... skipped 
'Python version >= 3.3'
testOverwriteFilesDifferent 
(tests.test_app.AppTests.testOverwriteFilesDifferent) ... ok
testOverwriteFilesTheSame (tests.test_app.AppTests.testOverwriteFilesTheSame) 
... ok
testPatchFilesDifferent (tests.test_app.AppTests.testPatchFilesDifferent) ... ok
testPatchFilesTheSame (tests.test_app.AppTests.testPatchFilesTheSame) ... ok
testRunOnStdinOverwrite (tests.test_app.AppTests.testRunOnStdinOverwrite) ... ok
testStdinPatchMode (tests.test_app.AppTests.testStdinPatchMode) ... ok
testAutoInputStyleGoogledoc 
(tests.test_docs.DocStringTests.testAutoInputStyleGoogledoc) ... ok
testAutoInputStyleGroups 
(tests.test_docs.DocStringTests.testAutoInputStyleGroups) ... ok
testAutoInputStyleJavadoc 
(tests.test_docs.DocStringTests.testAutoInputStyleJavadoc) ... ok
testAutoInputStyleNumpydoc 
(tests.test_docs.DocStringTests.testAutoInputStyleNumpydoc) ... ok
testAutoInputStyleReST (tests.test_docs.DocStringTests.testAutoInputStyleReST) 
... ok
testChekListParamsGoogledoc 
(tests.test_docs.DocStringTests.testChekListParamsGoogledoc) ... ok
testGeneratingDocsDesc (tests.test_docs.DocStringTests.testGeneratingDocsDesc) 
... ok
testGeneratingDocsParams 
(tests.test_docs.DocStringTests.testGeneratingDocsParams) ... ok
testGeneratingDocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingDocsParamsTypeStubs) ... ok
testGeneratingDocsRaise 
(tests.test_docs.DocStringTests.testGeneratingDocsRaise) ... ok
testGeneratingDocsReturn 
(tests.test_docs.DocStringTests.testGeneratingDocsReturn) ... ok
testGeneratingGoogleDocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingGoogleDocsParamsTypeStubs) ... ok
testGeneratingGroups2DocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingGroups2DocsParamsTypeStubs) ... ok
testGeneratingGroupsDocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingGroupsDocsParamsTypeStubs) ... ok
testGeneratingNumpyDocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingNumpyDocsParamsTypeStubs) ... ok
testIfParsedDocs (tests.test_docs.DocStringTests.testIfParsedDocs) ... ok
testNoParam (tests.test_docs.DocStringTests.testNoParam) ... ok
testOneLineDocs (tests.test_docs.DocStringTests.testOneLineDocs) ... ok
testParsingDocsDesc (tests.test_docs.DocStringTests.testParsingDocsDesc) ... ok
testParsingDocsParams (tests.test_docs.DocStringTests.testParsingDocsParams) 
... ok
testParsingDocsRaises (tests.test_docs.DocStringTests.testParsingDocsRaises) 
... ok
testParsingDocsReturn (tests.test_docs.DocStringTests.testParsingDocsReturn) 
... ok
testParsingElement (tests.test_docs.DocStringTests.testParsingElement) ... ok
testParsingGoogleDocsDesc 
(tests.test_docs.DocStringTests.testParsingGoogleDocsDesc) ... ok
testParsingGoogleDocsParams 
(tests.test_docs.DocStringTests.testParsingGoogleDocsParams) ... ok
testParsingGoogleDocsRaises 
(tests.test_docs.DocStringTests.testParsingGoogleDocsRaises) ... ok
testParsingGoogleDocsReturn 
(tests.test_docs.DocStringTests.testParsingGoogleDocsReturn) ... ok
testParsingGroups2DocsParams 
(tests.test_docs.DocStringTests.testParsingGroups2DocsParams) ... ok
testParsingGroups2DocsRaises 
(tests.test_docs.DocStringTests.testParsingGroups2DocsRaises) ... ok
testParsingGroupsDocsDesc 
(tests.test_docs.DocStringTests.testParsingGroupsDocsDesc) ... ok
testParsingGroupsDocsParams 
(tests.test_docs.DocStringTests.testParsingGroupsDocsParams) ... ok
testParsingGroupsDocsRaises 
(tests.test_docs.DocStringTests.testParsingGroupsDocsRaises) ... ok
testParsingGroupsDocsReturn 
(tests.test_docs.DocStringTests.testParsingGroupsDocsReturn) ... ok
testParsingNumpyDocsDesc 
(tests.test_docs.DocStringTests.testParsingNumpyDocsDesc) ... ok
testParsingNumpyDocsParams 
(tests.test_docs.DocStringTests.testParsingNumpyDocsParams) ... ok
testParsingNumpyDocsRaises 
(tests.test_docs.DocStringTests.testParsingNumpyDocsRaises) ... ok
testParsingNumpyDocsReturn 
(tests.test_docs.DocStringTests.testParsingNumpyDocsReturn) ... ok
testSameOutputJavadocReST 
(tests.test_docs.DocStringTests.testSameOutputJavadocReST) ... ok
testIssue10 (tests.test_issues.IssuesTests.testIssue10) ... ok
testIssue11 (tests.test_issues.IssuesTests.testIssue11) ... ok
testIssue15 (tests.test_issues.IssuesTests.testIssue15) ... ok
testIssue19 (tests.test_issues.IssuesTests.testIssue19) ... ok
testIssue22 (tests.test_issues.IssuesTests.testIssue22) ... ok
testIssue30 (tests.test_issues.IssuesTests.testIssue30) ... ok
testIssue32 (tests.test_issues.IssuesTests.testIssue32) ... ok
testIssue34 (tests.test_issues.IssuesTests.testIssue34) ... expected failure
testIssue46 (tests.test_issues.IssuesTests.testIssue46) ... expected failure
testIssue47 (tests.test_issues.IssuesTests.testIssue47) ... expected failure
testIssue49 (tests.test_issues.IssuesTests.testIssue49) ... ok
testIssue51 (tests.test_issues.IssuesTests.testIssue51) ... ok
testIssue58 (tests.test_issues.IssuesTests.testIssue58) ... ok
testIssue88 (tests.test_issues.IssuesTests.testIssue88) ... ok
testIssue9 (tests.test_issues.IssuesTests.testIssue9) ... ok
testIssue90 (tests.test_issues.IssuesTests.testIssue90) ... ok
testMultiLinesElements 
(tests.test_pyment.DocStringTests.testMultiLinesElements) ... ok
testMultiLinesShiftElements 
(tests.test_pyment.DocStringTests.testMultiLinesShiftElements) ... ok
testParsedJavadoc (tests.test_pyment.DocStringTests.testParsedJavadoc) ... ok
testSameOutJavadocReST 
(tests.test_pyment.DocStringTests.testSameOutJavadocReST) ... ok
testWindowsRename (tests.test_pyment.DocStringTests.testWindowsRename) ... ok
testCaseFreeTesting 
(tests.test_pyment_cases.FilesConversionTests.testCaseFreeTesting) ... ok
testCaseGenAllParamsGoogle 
(tests.test_pyment_cases.FilesConversionTests.testCaseGenAllParamsGoogle) ... 
expected failure
testCaseGenAllParamsJavadoc 
(tests.test_pyment_cases.FilesConversionTests.testCaseGenAllParamsJavadoc) ... 
ok
testCaseGenAllParamsNumpydoc 
(tests.test_pyment_cases.FilesConversionTests.testCaseGenAllParamsNumpydoc) ... 
ok
testCaseGenAllParamsReST 
(tests.test_pyment_cases.FilesConversionTests.testCaseGenAllParamsReST) ... ok
testCaseNoGenDocsAlreadyGoogle 
(tests.test_pyment_cases.FilesConversionTests.testCaseNoGenDocsAlreadyGoogle) 
... expected failure
testCaseNoGenDocsAlreadyJavadoc 
(tests.test_pyment_cases.FilesConversionTests.testCaseNoGenDocsAlreadyJavadoc) 
... ok
testCaseNoGenDocsAlreadyNumpydoc 
(tests.test_pyment_cases.FilesConversionTests.testCaseNoGenDocsAlreadyNumpydoc) 
... expected failure
testCaseNoGenDocsAlreadyReST 
(tests.test_pyment_cases.FilesConversionTests.testCaseNoGenDocsAlreadyReST) ... 
ok

======================================================================
FAIL: testNoArgs_ge_py33 (tests.test_app.AppTests.testNoArgs_ge_py33)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyment/build/tests/test_app.py", line 
222, in testNoArgs_ge_py33
    self.runPymentAppAndAssertIsExpected(
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        cmd_args="",
        ^^^^^^^^^^^^
    ...<5 lines>...
        expected_returncode=2
        ^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyment/build/tests/test_app.py", line 
203, in runPymentAppAndAssertIsExpected
    assert_output(cmd_to_run, 'stderr', stderr, expected_stderr)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyment/build/tests/test_app.py", line 
183, in assert_output
    assert expected.search(got) is not None, msg
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Test failed for cmd /usr/bin/python3.14 -m pyment.pymentapp 
stderr was expected to match the regex:
re.compile('usage: pymentapp.py \\[-h\\] \\[-i style\\] \\[-o style\\] \\[-q 
quotes\\] \\[-f status\\] \\[-t\\].?.?\\s{20}\\[-c config\\] \\[-d\\] \\[-p 
status\\] \\[-v\\] \\[-w\\].?.?\\s{20}path.?.?pymentapp\\., re.DOTALL)
But this was the output:
'usage: python3.14 -m pyment.pymentapp [-h] [-i style] [-o style] [-q quotes]\n 
                                     [-f status] [-t] [-c config] [-d]\n        
                              [-p status] [-v] [-w]\n                           
           path\npython3.14 -m pyment.pymentapp: error: the following arguments 
are required: path\n'


----------------------------------------------------------------------
Ran 76 tests in 0.289s

FAILED (failures=1, skipped=1, expected failures=6)
49 50
49 50
49 50
49 50
49 50
1 2

setup
end
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyment/build; python3.14 -m unittest 
discover -v 
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyment/build; 
python3.13 -m unittest discover -v 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyment/build/tests/test_app.py:109: 
SyntaxWarning: invalid escape sequence '\s'
  return re.sub('^\s+$', '', lines, flags=re.MULTILINE)
testNoArgs_ge_py33 (tests.test_app.AppTests.testNoArgs_ge_py33) ... ok
testNoArgs_lt_py33 (tests.test_app.AppTests.testNoArgs_lt_py33) ... skipped 
'Python version >= 3.3'
testOverwriteFilesDifferent 
(tests.test_app.AppTests.testOverwriteFilesDifferent) ... ok
testOverwriteFilesTheSame (tests.test_app.AppTests.testOverwriteFilesTheSame) 
... ok
testPatchFilesDifferent (tests.test_app.AppTests.testPatchFilesDifferent) ... ok
testPatchFilesTheSame (tests.test_app.AppTests.testPatchFilesTheSame) ... ok
testRunOnStdinOverwrite (tests.test_app.AppTests.testRunOnStdinOverwrite) ... ok
testStdinPatchMode (tests.test_app.AppTests.testStdinPatchMode) ... ok
testAutoInputStyleGoogledoc 
(tests.test_docs.DocStringTests.testAutoInputStyleGoogledoc) ... ok
testAutoInputStyleGroups 
(tests.test_docs.DocStringTests.testAutoInputStyleGroups) ... ok
testAutoInputStyleJavadoc 
(tests.test_docs.DocStringTests.testAutoInputStyleJavadoc) ... ok
testAutoInputStyleNumpydoc 
(tests.test_docs.DocStringTests.testAutoInputStyleNumpydoc) ... ok
testAutoInputStyleReST (tests.test_docs.DocStringTests.testAutoInputStyleReST) 
... ok
testChekListParamsGoogledoc 
(tests.test_docs.DocStringTests.testChekListParamsGoogledoc) ... ok
testGeneratingDocsDesc (tests.test_docs.DocStringTests.testGeneratingDocsDesc) 
... ok
testGeneratingDocsParams 
(tests.test_docs.DocStringTests.testGeneratingDocsParams) ... ok
testGeneratingDocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingDocsParamsTypeStubs) ... ok
testGeneratingDocsRaise 
(tests.test_docs.DocStringTests.testGeneratingDocsRaise) ... ok
testGeneratingDocsReturn 
(tests.test_docs.DocStringTests.testGeneratingDocsReturn) ... ok
testGeneratingGoogleDocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingGoogleDocsParamsTypeStubs) ... ok
testGeneratingGroups2DocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingGroups2DocsParamsTypeStubs) ... ok
testGeneratingGroupsDocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingGroupsDocsParamsTypeStubs) ... ok
testGeneratingNumpyDocsParamsTypeStubs 
(tests.test_docs.DocStringTests.testGeneratingNumpyDocsParamsTypeStubs) ... ok
testIfParsedDocs (tests.test_docs.DocStringTests.testIfParsedDocs) ... ok
testNoParam (tests.test_docs.DocStringTests.testNoParam) ... ok
testOneLineDocs (tests.test_docs.DocStringTests.testOneLineDocs) ... ok
testParsingDocsDesc (tests.test_docs.DocStringTests.testParsingDocsDesc) ... ok
testParsingDocsParams (tests.test_docs.DocStringTests.testParsingDocsParams) 
... ok
testParsingDocsRaises (tests.test_docs.DocStringTests.testParsingDocsRaises) 
... ok
testParsingDocsReturn (tests.test_docs.DocStringTests.testParsingDocsReturn) 
... ok
testParsingElement (tests.test_docs.DocStringTests.testParsingElement) ... ok
testParsingGoogleDocsDesc 
(tests.test_docs.DocStringTests.testParsingGoogleDocsDesc) ... ok
testParsingGoogleDocsParams 
(tests.test_docs.DocStringTests.testParsingGoogleDocsParams) ... ok
testParsingGoogleDocsRaises 
(tests.test_docs.DocStringTests.testParsingGoogleDocsRaises) ... ok
testParsingGoogleDocsReturn 
(tests.test_docs.DocStringTests.testParsingGoogleDocsReturn) ... ok
testParsingGroups2DocsParams 
(tests.test_docs.DocStringTests.testParsingGroups2DocsParams) ... ok
testParsingGroups2DocsRaises 
(tests.test_docs.DocStringTests.testParsingGroups2DocsRaises) ... ok
testParsingGroupsDocsDesc 
(tests.test_docs.DocStringTests.testParsingGroupsDocsDesc) ... ok
testParsingGroupsDocsParams 
(tests.test_docs.DocStringTests.testParsingGroupsDocsParams) ... ok
testParsingGroupsDocsRaises 
(tests.test_docs.DocStringTests.testParsingGroupsDocsRaises) ... ok
testParsingGroupsDocsReturn 
(tests.test_docs.DocStringTests.testParsingGroupsDocsReturn) ... ok
testParsingNumpyDocsDesc 
(tests.test_docs.DocStringTests.testParsingNumpyDocsDesc) ... ok
testParsingNumpyDocsParams 
(tests.test_docs.DocStringTests.testParsingNumpyDocsParams) ... ok
testParsingNumpyDocsRaises 
(tests.test_docs.DocStringTests.testParsingNumpyDocsRaises) ... ok
testParsingNumpyDocsReturn 
(tests.test_docs.DocStringTests.testParsingNumpyDocsReturn) ... ok
testSameOutputJavadocReST 
(tests.test_docs.DocStringTests.testSameOutputJavadocReST) ... ok
testIssue10 (tests.test_issues.IssuesTests.testIssue10) ... ok
testIssue11 (tests.test_issues.IssuesTests.testIssue11) ... ok
testIssue15 (tests.test_issues.IssuesTests.testIssue15) ... ok
testIssue19 (tests.test_issues.IssuesTests.testIssue19) ... ok
testIssue22 (tests.test_issues.IssuesTests.testIssue22) ... ok
testIssue30 (tests.test_issues.IssuesTests.testIssue30) ... ok
testIssue32 (tests.test_issues.IssuesTests.testIssue32) ... ok
testIssue34 (tests.test_issues.IssuesTests.testIssue34) ... expected failure
testIssue46 (tests.test_issues.IssuesTests.testIssue46) ... expected failure
testIssue47 (tests.test_issues.IssuesTests.testIssue47) ... expected failure
testIssue49 (tests.test_issues.IssuesTests.testIssue49) ... ok
testIssue51 (tests.test_issues.IssuesTests.testIssue51) ... ok
testIssue58 (tests.test_issues.IssuesTests.testIssue58) ... ok
testIssue88 (tests.test_issues.IssuesTests.testIssue88) ... ok
testIssue9 (tests.test_issues.IssuesTests.testIssue9) ... ok
testIssue90 (tests.test_issues.IssuesTests.testIssue90) ... ok
testMultiLinesElements 
(tests.test_pyment.DocStringTests.testMultiLinesElements) ... ok
testMultiLinesShiftElements 
(tests.test_pyment.DocStringTests.testMultiLinesShiftElements) ... ok
testParsedJavadoc (tests.test_pyment.DocStringTests.testParsedJavadoc) ... ok
testSameOutJavadocReST 
(tests.test_pyment.DocStringTests.testSameOutJavadocReST) ... ok
testWindowsRename (tests.test_pyment.DocStringTests.testWindowsRename) ... ok
testCaseFreeTesting 
(tests.test_pyment_cases.FilesConversionTests.testCaseFreeTesting) ... ok
testCaseGenAllParamsGoogle 
(tests.test_pyment_cases.FilesConversionTests.testCaseGenAllParamsGoogle) ... 
expected failure
testCaseGenAllParamsJavadoc 
(tests.test_pyment_cases.FilesConversionTests.testCaseGenAllParamsJavadoc) ... 
ok
testCaseGenAllParamsNumpydoc 
(tests.test_pyment_cases.FilesConversionTests.testCaseGenAllParamsNumpydoc) ... 
ok
testCaseGenAllParamsReST 
(tests.test_pyment_cases.FilesConversionTests.testCaseGenAllParamsReST) ... ok
testCaseNoGenDocsAlreadyGoogle 
(tests.test_pyment_cases.FilesConversionTests.testCaseNoGenDocsAlreadyGoogle) 
... expected failure
testCaseNoGenDocsAlreadyJavadoc 
(tests.test_pyment_cases.FilesConversionTests.testCaseNoGenDocsAlreadyJavadoc) 
... ok
testCaseNoGenDocsAlreadyNumpydoc 
(tests.test_pyment_cases.FilesConversionTests.testCaseNoGenDocsAlreadyNumpydoc) 
... expected failure
testCaseNoGenDocsAlreadyReST 
(tests.test_pyment_cases.FilesConversionTests.testCaseNoGenDocsAlreadyReST) ... 
ok

----------------------------------------------------------------------
Ran 76 tests in 0.209s

OK (skipped=1, expected failures=6)
49 50
49 50
49 50
49 50
49 50
1 2

setup
end
dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned 
exit code 13
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to