Powered by Dark Side of the Force. Your IP: 3.238.176.43 | Toc:- error 1
AttributeError: 'Values' object has no attribute 'tab_width'
- error 2
error: Bad exit status from /tmp/B.fmnstuyc/BUILD/tmp/rpm-tmp.gx6wmH (%build)
- error 3
RPM build errors:
- error 4
error: No files produced.
Content:tests/test_sphinx.py::GenericTests::test_code
tests/test_sphinx.py::GenericTests::test_image
tests/test_sphinx.py::GenericTests::test_image
tests/test_sphinx.py::GenericTests::test_thematic_break
tests/test_sphinx.py::GenericTests::test_thematic_break
tests/test_sphinx.py::GenericTests::test_lists
tests/test_sphinx.py::GenericTests::test_lists
tests/test_sphinx.py::GenericTests::test_paragraph
tests/test_sphinx.py::GenericTests::test_paragraph
tests/test_sphinx.py::GenericTests::test_headings
tests/test_sphinx.py::GenericTests::test_headings
tests/test_sphinx.py::GenericTests::test_links
tests/test_sphinx.py::GenericTests::test_links
tests/test_sphinx.py::CodeBlockTests::test_integration
tests/test_sphinx.py::CodeBlockTests::test_integration
/usr/share/python2.7/site-packages/sphinx/util/nodes.py:291: PendingDeprecationWarning: nodes.Node.traverse() is obsoleted by Node.findall().
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============ 27 passed, 1 deselected, 678 warnings in 4.38 seconds =============
+ LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc '
+ export LDFLAGS
+ CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 '
+ export CFLAGS
+ CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 '
+ export CXXFLAGS
+ CC=i686-pld-linux-gcc
+ export CC
+ CXX=i686-pld-linux-g++
+ export CXX
+ /usr/bin/python3 setup.py build '--build-base=build-3'
running build
running build_py
creating build-3
creating build-3/lib
creating build-3/lib/recommonmark
copying recommonmark/__init__.py -> build-3/lib/recommonmark
copying recommonmark/parser.py -> build-3/lib/recommonmark
copying recommonmark/scripts.py -> build-3/lib/recommonmark
copying recommonmark/states.py -> build-3/lib/recommonmark
copying recommonmark/transform.py -> build-3/lib/recommonmark
+ /usr/bin/python3 -m pytest tests -k 'not test_sphinx'
============================= test session starts ==============================
platform linux -- Python 3.10.4, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
Using --randomly-seed=2010310009
rootdir: /tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1
plugins: hypothesis-6.39.4, case-1.5.3, timeout-1.4.2, flaky-3.6.1, cov-2.10.1, benchmark-3.4.1, mock-3.7.0, forked-1.3.0, pyfakefs-4.5.6, requests-mock-1.8.0, trio-0.7.0, asyncio-0.18.2, cython-0.2.0, rerunfailures-10.2, randomly-3.11.0, flake8-1.0.7, django-3.10.0, black-0.3.12, black-multipy-1.0.1
asyncio: mode=legacy
collected 28 items / 11 deselected / 17 selected
tests/test_basic.py ................. [100%]
=============================== warnings summary ===============================
../../../../usr/share/python3.10/site-packages/pytest_asyncio/plugin.py:191
/usr/share/python3.10/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file.
config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
tests/test_basic.py:35
/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1/tests/test_basic.py:35: DeprecationWarning: invalid escape sequence '\ '
"""
tests/test_basic.py:52
/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1/tests/test_basic.py:52: DeprecationWarning: invalid escape sequence '\ '
"""
<unknown>:35
<unknown>:35: DeprecationWarning: invalid escape sequence '\ '
<unknown>:52
<unknown>:52: DeprecationWarning: invalid escape sequence '\ '
tests/test_basic.py: 51 warnings
/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1/recommonmark/parser.py:117: DeprecationWarning: nodes.Text: initialization argument "rawsource" is ignored and will be removed in Docutils 1.3.
self.current_node.append(nodes.Text(mdnode.literal, mdnode.literal))
tests/test_basic.py: 17 warnings
/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document
warn("Container node skipped: type={0}".format(mdnode.t))
-- Docs: https://docs.pytest.org/en/stable/warnings.html
================ 17 passed, 11 deselected, 73 warnings in 0.43s ================
+ pwd
+ PYTHONPATH=/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1 /usr/bin/make -Otarget -j9 -C docs html
make: Entering directory '/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1/docs'
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v4.5.0
making output directory... done
WARNING: html_static_path entry '_static' does not exist
building [mo]: targets for 0 po files that are out of date
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%] api_ref
/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1/recommonmark/parser.py:75: UserWarning: Container node skipped: type=document
warn("Container node skipped: type={0}".format(mdnode.t))
/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1/docs/api_ref.md:: WARNING: AutoStructify option "enable_auto_doc_ref" is deprecated
Exception occurred:
File "/usr/share/python3.10/site-packages/sphinx/ext/autodoc/__init__.py", line 1752, in get_doc
tab_width = self.directive.state.document.settings.tab_width
AttributeError: 'Values' object has no attribute 'tab_width'
The full traceback has been saved in /tmp/B.fmnstuyc/BUILD/tmp/sphinx-err-xvwwivbc.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make: *** [Makefile:55: html] Error 2
make: Leaving directory '/tmp/B.fmnstuyc/BUILD/recommonmark-0.7.1/docs'
error: Bad exit status from /tmp/B.fmnstuyc/BUILD/tmp/rpm-tmp.gx6wmH (%build)
RPM build errors:
Could not canonicalize hostname: nereid
Bad exit status from /tmp/B.fmnstuyc/BUILD/tmp/rpm-tmp.gx6wmH (%build)
ended at: Sun May 1 11:14:28 2022, done in 0:00:12.609192
error: No files produced.
+ chmod -R u+rwX /tmp/B.fmnstuyc/BUILD
+ rm -rf /tmp/B.fmnstuyc/tmp /tmp/B.fmnstuyc/BUILD
+ rm -rf /tmp/B.fmnstuyc
Begin-PLD-Builder-Info
Build-Time: user:13.14s sys:1.38s real:15.02s (faults io:0 non-io:209771)
End-PLD-Builder-Info
|
|