Your message dated Sun, 4 Dec 2022 19:38:23 +0200
with message-id <Y4zbD1zlthrWeHbC@localhost>
and subject line Fixed in 0.1.7-3
has caused the Debian Bug report #1009482,
regarding sphinxcontrib-autoprogram: FTBFS: dh_auto_test: error: pybuild --test
-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 ow...@bugs.debian.org
immediately.)
--
1009482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sphinxcontrib-autoprogram
Version: 0.1.7-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --with=python3 --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:239: python3.10 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:239: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/sphinxcontrib
> copying sphinxcontrib/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/sphinxcontrib
> copying sphinxcontrib/autoprogram.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/sphinxcontrib
> running egg_info
> creating sphinxcontrib_autoprogram.egg-info
> writing sphinxcontrib_autoprogram.egg-info/PKG-INFO
> writing dependency_links to
> sphinxcontrib_autoprogram.egg-info/dependency_links.txt
> writing namespace_packages to
> sphinxcontrib_autoprogram.egg-info/namespace_packages.txt
> writing requirements to sphinxcontrib_autoprogram.egg-info/requires.txt
> writing top-level names to sphinxcontrib_autoprogram.egg-info/top_level.txt
> writing manifest file 'sphinxcontrib_autoprogram.egg-info/SOURCES.txt'
> reading manifest file 'sphinxcontrib_autoprogram.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'README'
> warning: no files found matching 'CHANGES.*'
> warning: manifest_maker: MANIFEST.in, line 4: unknown action 'tox.ini'
>
> adding license file 'LICENSE'
> writing manifest file 'sphinxcontrib_autoprogram.egg-info/SOURCES.txt'
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:239: python3.10 setup.py test
> running test
> WARNING: Testing via this command is deprecated and will be removed in a
> future version. Users looking for a generic test entry point independent of
> test runner are encouraged to use tox.
> running egg_info
> writing sphinxcontrib_autoprogram.egg-info/PKG-INFO
> writing dependency_links to
> sphinxcontrib_autoprogram.egg-info/dependency_links.txt
> writing namespace_packages to
> sphinxcontrib_autoprogram.egg-info/namespace_packages.txt
> writing requirements to sphinxcontrib_autoprogram.egg-info/requires.txt
> writing top-level names to sphinxcontrib_autoprogram.egg-info/top_level.txt
> reading manifest file 'sphinxcontrib_autoprogram.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'README'
> warning: no files found matching 'CHANGES.*'
> warning: manifest_maker: MANIFEST.in, line 4: unknown action 'tox.ini'
>
> adding license file 'LICENSE'
> writing manifest file 'sphinxcontrib_autoprogram.egg-info/SOURCES.txt'
> running build_ext
> test_argument_groups (sphinxcontrib.autoprogram.ScannerTestCase) ... FAIL
> test_choices (sphinxcontrib.autoprogram.ScannerTestCase) ... ok
> test_parse_epilog (sphinxcontrib.autoprogram.ScannerTestCase) ... ok
> test_simple_parser (sphinxcontrib.autoprogram.ScannerTestCase) ... ok
> test_subcommands (sphinxcontrib.autoprogram.ScannerTestCase) ... ok
> test_make_rst (sphinxcontrib.autoprogram.AutoprogramDirectiveTestCase) ... ok
> test_import_object (sphinxcontrib.autoprogram.UtilTestCase) ... ok
>
> ======================================================================
> FAIL: test_argument_groups (sphinxcontrib.autoprogram.ScannerTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/sphinxcontrib/autoprogram.py", line 479, in
> test_argument_groups
> self.assertEqual("optional arguments", group.title)
> AssertionError: 'optional arguments' != 'options'
> - optional arguments
> + options
>
>
> ----------------------------------------------------------------------
> Ran 7 tests in 0.007s
>
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=7 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=7 errors=0 failures=1>
> E: pybuild pybuild:369: test: plugin distutils failed with: exit code=1:
> python3.10 setup.py test
> dh_auto_test: error: pybuild --test -i python{version} -p 3.10 returned exit
> code 13
The full build log is available from:
http://qa-logs.debian.net/2022/04/12/sphinxcontrib-autoprogram_0.1.7-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&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 ---
Version: 0.1.7-3
sphinxcontrib-autoprogram (0.1.7-3) unstable; urgency=medium
...
* Adapt test to current output
-- Andreas Tille <ti...@debian.org> Tue, 29 Nov 2022 18:05:53 +0100
--- End Message ---