Your message dated Thu, 16 Apr 2020 13:34:30 +0000
with message-id <[email protected]>
and subject line Bug#955098: fixed in sphinx-testing 1.0.1-0.1
has caused the Debian Bug report #955098,
regarding python-os-api-ref: FTBFS with Sphinx 2.4: ImportError: cannot import 
name 'AutoDirective' from 'sphinx.ext.autodoc' (unknown location)
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.)


-- 
955098: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955098
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-os-api-ref
Version: 1.6.2+dfsg1-1
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: sphinx2.4

Hi,

python-os-api-ref fails to build with Sphinx 2.4, currently available in
experimental.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: Command not found
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_test --no-py2
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + PKGOS_USE_PY2=no
> + shift
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.7 3.8
> + [ yes = no ]
> + [ no = yes ]
> + [ disabled = disabled ]
> + continue
> + [ 3.7 = disabled ]
> + echo 3.7
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + [ 3 = 3 ]
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.7 stestr run --parallel --subunit
> + subunit2pyunit
> os_api_ref.tests.test_os_api_ref.TestOs_api_ref.test_something
> os_api_ref.tests.test_os_api_ref.TestOs_api_ref.test_something ... ok
> os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all
> os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all ... FAIL
> os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares
> os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares ... 
> FAIL
> os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters
> os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file
> os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file ... FAIL
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method ... FAIL
> os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector
> os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector ... 
> FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition
> os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition 
> ... FAIL
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response ... 
> FAIL
> os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table
> os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table 
> ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_field
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_field ... FAIL
> os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
> os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method ... 
> FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
>  ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set
> os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order
> os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order ... FAIL
> os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist
> os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist ... 
> FAIL
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all
> os_api_ref.tests.test_basic_example.TestBasicExample.test_expand_all
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_basic_example.py", line 56, in 
> setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares
> os_api_ref.tests.test_microversions.TestMicroversions.test_js_declares
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_microversions.py", line 42, in 
> setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters
> os_api_ref.tests.test_basic_example.TestBasicExample.test_parameters
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_basic_example.py", line 56, in 
> setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file
> os_api_ref.tests.test_warnings.TestWarnings.test_empty_parameter_file
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_method
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_basic_example.py", line 56, in 
> setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector
> os_api_ref.tests.test_microversions.TestMicroversions.test_mv_selector
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_microversions.py", line 42, in 
> setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: 
> os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition
> os_api_ref.tests.test_warnings.TestWarnings.test_invalid_parameter_definition
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response
> os_api_ref.tests.test_basic_example.TestBasicExample.test_rest_response
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_basic_example.py", line 56, in 
> setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: 
> os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table
> os_api_ref.tests.test_microversions.TestMicroversions.test_parameters_table
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_microversions.py", line 42, in 
> setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_missing_field
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_field
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
> os_api_ref.tests.test_microversions.TestMicroversions.test_rest_method
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_microversions.py", line 42, in 
> setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_lookup_name
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: 
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
> os_api_ref.tests.test_warnings.TestWarnings.test_missing_path_parameter_in_stanza
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set
> os_api_ref.tests.test_warnings.TestWarnings.test_no_parameters_set
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order
> os_api_ref.tests.test_warnings.TestWarnings.test_out_of_order
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ======================================================================
> FAIL: 
> os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist
> os_api_ref.tests.test_warnings.TestWarnings.test_parameter_file_not_exist
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 162, in 
> decorator
>     func(*(args + (app, status, warning)), **kwargs)
>   File "/<<PKGBUILDDIR>>/os_api_ref/tests/test_warnings.py", line 41, in setUp
>     self.html = (app.outdir / 'index.html').read_text(encoding='utf-8')
> TypeError: unsupported operand type(s) for /: 'str' and 'str'
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 169, in 
> decorator
>     app.cleanup(error=exc)
>   File "/usr/lib/python3/dist-packages/sphinx_testing/util.py", line 113, in 
> cleanup
>     from sphinx.ext.autodoc import AutoDirective
> ImportError: cannot import name 'AutoDirective' from 'sphinx.ext.autodoc' 
> (unknown location)
> 
> 
> ----------------------------------------------------------------------
> Ran 17 tests in 2.530s
> 
> FAILED (failures=16)
> make[1]: *** [debian/rules:19: override_dh_auto_test] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/03/26/python-os-api-ref_1.6.2+dfsg1-1_unstable_sphinx243.log

Please see [1] for Sphinx changelog, which may give a hint of what changes in
Sphinx caused this error.

Also see [2] for the list of deprecated/removed APIs and possible alternatives
to them.

Sphinx 2.4 is going to be uploaded to unstable in a couple of weeks. When that
happens, the severity of this bug will be bumped to serious.

In case you have questions, please Cc [email protected] on reply.

[1]: https://www.sphinx-doc.org/en/2.0/changes.html
[2]: 
https://www.sphinx-doc.org/en/2.0/extdev/deprecated.html#dev-deprecated-apis

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: sphinx-testing
Source-Version: 1.0.1-0.1
Done: Dmitry Shachnev <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sphinx-testing, 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.
Dmitry Shachnev <[email protected]> (supplier of updated sphinx-testing 
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: Tue, 14 Apr 2020 15:49:42 +0300
Source: sphinx-testing
Architecture: source
Version: 1.0.1-0.1
Distribution: unstable
Urgency: medium
Maintainer: Kouhei Maeda <[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Closes: 955098 955101
Changes:
 sphinx-testing (1.0.1-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release.
     - Compatible with Sphinx 2.x (closes: #955101, #955098).
   * Update upstream Homepage URL.
   * Stop using deprecated nose for tests, just unittest is enough.
   * Run the autopkgtest for all supported Python versions.
Checksums-Sha1:
 93ffabdd776fec5a36490e47551d008458cee636 2014 sphinx-testing_1.0.1-0.1.dsc
 645e351ce08c3487941f069ca4defafa945fc99e 11513 sphinx-testing_1.0.1.orig.tar.gz
 ab926868777dd7996037c2c48c9c599490b7ddf3 3484 
sphinx-testing_1.0.1-0.1.debian.tar.xz
 360bf596b1b0ef41426f0877bd884f3c181c256e 7973 
sphinx-testing_1.0.1-0.1_source.buildinfo
Checksums-Sha256:
 eb7fb099c31fc1728115f045a9d5326662f2272674117a5655c21f12491bd284 2014 
sphinx-testing_1.0.1-0.1.dsc
 ef661775b5722d7b00f67fc229104317d35637a4fb4434bf2c005afdf1da4d09 11513 
sphinx-testing_1.0.1.orig.tar.gz
 71f16b4a1bb8dd612c3722b32f7a62155909e4d081caec4a1c90a8cf6ea8d243 3484 
sphinx-testing_1.0.1-0.1.debian.tar.xz
 3d42d31007a5303a9dc1b5a5b12866874ce3483c1229de02a5aab6a8c7778d05 7973 
sphinx-testing_1.0.1-0.1_source.buildinfo
Files:
 d950ecbd77e894ba24249d41f0124687 2014 python optional 
sphinx-testing_1.0.1-0.1.dsc
 0f60adab66d877ac8c2c23f78dc7ed32 11513 python optional 
sphinx-testing_1.0.1.orig.tar.gz
 5f8f38002c55cb9b762c2fa12b80e360 3484 python optional 
sphinx-testing_1.0.1-0.1.debian.tar.xz
 5415fda45cfbb1cb6ad11d267be81b81 7973 python optional 
sphinx-testing_1.0.1-0.1_source.buildinfo

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

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl6Vs6gTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy7csEACCggu2wYHFdf5rUukUo9ySjIkjRnJf
cLOOAxJJLOAPpFxjA3rJxphQ2WY/Zh334kTjK4OWlwZa9+YvjwVKOS7OTlqbJJPC
bYxyE/Lr1BzBSjxM237DbNkbm7XiDLHhv1zhj+NwSyWWVR6H1avAnJ/Kdogjw5LE
5dOAvbW3HePHuret1UFZ/OvG9VVc6b8au9raoUf8MIjZEGT438Zdn9dVudOuALyF
Bssh70QkP8lhJW0za5PfSmcjW0JFLzCwGjF2Oktfa++TKlnk8z/rVV9FizYOb+rV
sw1IwmFmQfB2/cgdQDLk13xlhH6gD35Bf7B69sw7St+i00mIqqDXyUdxJAmz4l6U
4FNBJXPbIgGMzMICEKID8SFnJ22bLUfVE/uv2V22w2TY1MK9ez73PNLDBTcQ3yN7
f7SAJWEYmePEzndd38eTlJuecs30glzfMBtcwerH2+tdnTsrcpy/Ls9Y4YHwlvxM
hgmNoVEClhgWCWQhZeVsdhJ5FovfTQaLuIjp9klDsm1Xbt1pjary3L14dvK8pXCE
cjzmhamxfpQhsxQbneZfkq0OkdZUdcT3CW0oR6ky/YxZLqVBPNd+A1Yc10rtodG2
VuCB21sDIcxE5rQrgQ/p2WpBgIuqIwU+ssn5ZhmLr6TXAnThyYX1FUHAMJT4N0d0
SBtuWEMSd3Ywgw==
=rCbv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to