Your message dated Fri, 10 Feb 2023 21:05:21 +0000
with message-id <e1pqaa9-001auu...@fasolo.debian.org>
and subject line Bug#1030431: fixed in sphinxcontrib-autoprogram 0.1.7-4
has caused the Debian Bug report #1030431,
regarding sphinxcontrib-autoprogram: FTBFS: AttributeError: 'NoneType' object 
has no attribute 'reporter'
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.)


-- 
1030431: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sphinxcontrib-autoprogram
Version: 0.1.7-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230203 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:240: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:285: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:285: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/sphinxcontrib
> copying sphinxcontrib/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/sphinxcontrib
> copying sphinxcontrib/autoprogram.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/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:240: python3.11 setup.py test 
> /usr/lib/python3/dist-packages/setuptools/dist.py:285: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> 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.test_argument_groups) ... ok
> test_choices (sphinxcontrib.autoprogram.ScannerTestCase.test_choices) ... ok
> test_parse_epilog 
> (sphinxcontrib.autoprogram.ScannerTestCase.test_parse_epilog) ... ok
> test_simple_parser 
> (sphinxcontrib.autoprogram.ScannerTestCase.test_simple_parser) ... ok
> test_subcommands (sphinxcontrib.autoprogram.ScannerTestCase.test_subcommands) 
> ... ok
> test_make_rst 
> (sphinxcontrib.autoprogram.AutoprogramDirectiveTestCase.test_make_rst) ... 
> ERROR
> test_import_object 
> (sphinxcontrib.autoprogram.UtilTestCase.test_import_object) ... ok
> 
> ======================================================================
> ERROR: test_make_rst 
> (sphinxcontrib.autoprogram.AutoprogramDirectiveTestCase.test_make_rst)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/sphinxcontrib/autoprogram.py", line 528, in setUp
>     self.directive = AutoprogramDirective(
>                      ^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/docutils/parsers/rst/__init__.py", 
> line 331, in __init__
>     self.reporter = state_machine.reporter
>                     ^^^^^^^^^^^^^^^^^^^^^^
> AttributeError: 'NoneType' object has no attribute 'reporter'
> 
> ----------------------------------------------------------------------
> Ran 7 tests in 0.004s
> 
> FAILED (errors=1)
> Test failed: <unittest.runner.TextTestResult run=7 errors=1 failures=0>
> error: Test failed: <unittest.runner.TextTestResult run=7 errors=1 failures=0>
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: 
> python3.11 setup.py test 
> dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2023/02/03/sphinxcontrib-autoprogram_0.1.7-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: sphinxcontrib-autoprogram
Source-Version: 0.1.7-4
Done: Jochen Sprickerhof <jspri...@debian.org>

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

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated 
sphinxcontrib-autoprogram 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: Fri, 10 Feb 2023 20:47:37 +0100
Source: sphinxcontrib-autoprogram
Architecture: source
Version: 0.1.7-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1030431
Changes:
 sphinxcontrib-autoprogram (0.1.7-4) unstable; urgency=medium
 .
   * Team upload.
   * Mock state_machine in AutoprogramDirectiveTestCase (Closes: #1030431)
   * Switch to autopkgtest-pkg-pybuild
   * Use dh-sequence-python3
   * Bump policy version (no changes)
Checksums-Sha1:
 c291441c2f422cc9918af5b177a435c56b23f016 2291 
sphinxcontrib-autoprogram_0.1.7-4.dsc
 527085942445ceebc80f1d8cd2d4780a7bbb4837 3832 
sphinxcontrib-autoprogram_0.1.7-4.debian.tar.xz
 26492a0613d7206adaf7d2d38318897b220924a2 6719 
sphinxcontrib-autoprogram_0.1.7-4_source.buildinfo
Checksums-Sha256:
 0897741f1221f2590ab46997d14935ad4e3cc67c663a70381fd61f90fa162dee 2291 
sphinxcontrib-autoprogram_0.1.7-4.dsc
 7df5bffeab348a6fbe8cc788bf3176ba2607601b41ed178c7b44580770abc885 3832 
sphinxcontrib-autoprogram_0.1.7-4.debian.tar.xz
 c7811e1b95a68191775d66e67590f12959eb3355613fe3a71375645d1cae000a 6719 
sphinxcontrib-autoprogram_0.1.7-4_source.buildinfo
Files:
 4d56de537ef518427f0c5a143287ba7e 2291 python optional 
sphinxcontrib-autoprogram_0.1.7-4.dsc
 d471b1da3e141a45448e2e460d7ef614 3832 python optional 
sphinxcontrib-autoprogram_0.1.7-4.debian.tar.xz
 f43c420b396f0ff7cd95516238def99a 6719 python optional 
sphinxcontrib-autoprogram_0.1.7-4_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmPmn9MACgkQW//cwljm
lDNzFg//bNpkVQaRv4ay6WEX4QCY1MBZ/qBRNqHJFFnI8oaaQxbJQPk7VCi+xUJ+
/qwWoLTKv+tWK5Bm+8aH28BIAS3UOTlARparUcbRdo2teV+xfR6ixwCc/Et0aKxO
TfDT2CgfMi1RtltZJyTL946uQzqsg+qik+cCFU1jbOLxBi+FdyKNGGTxrBniEbVU
vFxBr4vvZJWE+7yIBw93zk4Hd6iFxoSaWtrK72UNqdOoz/xb/nstacDNKLIIA+h1
TNAG97eh1s9+eDWRqEK4iG7yPFkh8fg02Q9xJhkLYTDl2oLcpe+4Sa++tPfZc2q3
pdaeTBBM/inkF+lkw9vdnqw7yYMGbFEjFjWnc5D/0p3xf+oemGu93jJlCgaju2cv
iiLSBwj1ceuFsa37flklMk9xuLlDjKWNSs5xPWdu+HlQROda+3gqjgDu5WSYBjUu
gJZxqvmAJmCioHAq2fmOqaOAe4pFM5ylq6cQSxKAYrbBxiXHPnmAN9pHEXlse71o
XbgWT54y7I8cmqj9i2kdb/9/m3KJr+c5mHknc9BNBFRAj/wU0CtQCtUZSuZLs5vp
Wi+tF604Y7zqi6A7dKu8LbO+tsgYUxByqYj9FtnyXVkSWTIOT6Vu3d+qtnBOQ1g1
L9di2jQ0/g/8M9SWNN9ickEoq+utxpTJq2u72S42xn50iXx3jPQ=
=r26Q
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to