Powered by Linus. Your IP: 18.97.9.169 | Toc:- error 1
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org']. Expected a two-element tuple or list.
- error 2
ERROR: Invalid value `None` in intersphinx_mapping['http://django.readthedocs.org/en/latest/']. Expected a two-element tuple or list.
- error 3
ERROR: Invalid value `None` in intersphinx_mapping['http://sybil.readthedocs.io/en/latest/']. Expected a two-element tuple or list.
- error 4
sphinx.errors.ConfigError: Invalid `intersphinx_mapping` configuration (3 errors).
- error 5
error: Bad exit status from /tmp/B.v8fspyws/BUILD/tmp/rpm-tmp.uaLdoQ (%build)
- error 6
RPM build errors:
- error 7
error: No files produced.
Content:PATH=/home/users/builder/GNUstep/Tools:/bin:/usr/bin:/usr/local/bin:/home/users/builder/bin
TMPDIR=/tmp/B.v8fspyws/BUILD/tmp
+ umask 022
+ cd /tmp/B.v8fspyws/BUILD/python-testfixtures-6.18.5-build
+ cd testfixtures-6.18.5
+ LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc '
+ export LDFLAGS
+ CFLAGS='-DNDEBUG -DQT_NO_DEBUG -O2 -fwrapv -pipe -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 -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wformat -Werror=format-security '
+ export CFLAGS
+ CXXFLAGS='-DNDEBUG -DQT_NO_DEBUG -O2 -fwrapv -pipe -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 -fPIC -march=x86-64 -mtune=generic -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wformat -Werror=format-security '
+ export CXXFLAGS
+ CC=/usr/bin/x86_64-pld-linux-gcc
+ export CC
+ CXX=/usr/bin/x86_64-pld-linux-g++
+ export CXX
+ /usr/bin/python2 setup.py build '--build-base=build-2'
running build
running build_py
creating build-2
creating build-2/lib
creating build-2/lib/testfixtures
copying testfixtures/__init__.py -> build-2/lib/testfixtures
copying testfixtures/comparison.py -> build-2/lib/testfixtures
copying testfixtures/compat.py -> build-2/lib/testfixtures
copying testfixtures/components.py -> build-2/lib/testfixtures
copying testfixtures/django.py -> build-2/lib/testfixtures
copying testfixtures/logcapture.py -> build-2/lib/testfixtures
copying testfixtures/mock.py -> build-2/lib/testfixtures
copying testfixtures/outputcapture.py -> build-2/lib/testfixtures
copying testfixtures/popen.py -> build-2/lib/testfixtures
copying testfixtures/replace.py -> build-2/lib/testfixtures
copying testfixtures/resolve.py -> build-2/lib/testfixtures
copying testfixtures/rmtree.py -> build-2/lib/testfixtures
copying testfixtures/shouldraise.py -> build-2/lib/testfixtures
copying testfixtures/shouldwarn.py -> build-2/lib/testfixtures
copying testfixtures/sybil.py -> build-2/lib/testfixtures
copying testfixtures/tdatetime.py -> build-2/lib/testfixtures
copying testfixtures/tempdirectory.py -> build-2/lib/testfixtures
copying testfixtures/twisted.py -> build-2/lib/testfixtures
copying testfixtures/utils.py -> build-2/lib/testfixtures
creating build-2/lib/testfixtures/tests
copying testfixtures/tests/__init__.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/conftest.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/sample1.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/sample2.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_compare.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_comparison.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_components.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_date.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_datetime.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_diff.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_generator.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_log_capture.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_logcapture.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_mappingcomparison.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_mock.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_outputcapture.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_popen.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_popen_docs.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_rangecomparison.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_replace.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_replacer.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_roundcomparison.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_sequencecomparison.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_should_raise.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_shouldwarn.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_stringcomparison.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_sybil.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_tempdir.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_tempdirectory.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_time.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_twisted.py -> build-2/lib/testfixtures/tests
copying testfixtures/tests/test_wrap.py -> build-2/lib/testfixtures/tests
creating build-2/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/__init__.py -> build-2/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/manage.py -> build-2/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/models.py -> build-2/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/settings.py -> build-2/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/test_compare.py -> build-2/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/test_shouldraise.py -> build-2/lib/testfixtures/tests/test_django
running egg_info
writing requirements to testfixtures.egg-info/requires.txt
writing testfixtures.egg-info/PKG-INFO
writing top-level names to testfixtures.egg-info/top_level.txt
writing dependency_links to testfixtures.egg-info/dependency_links.txt
reading manifest file 'testfixtures.egg-info/SOURCES.txt'
writing manifest file 'testfixtures.egg-info/SOURCES.txt'
copying testfixtures/version.txt -> build-2/lib/testfixtures
copying testfixtures/tests/configparser-read.txt -> build-2/lib/testfixtures/tests
copying testfixtures/tests/configparser-write.txt -> build-2/lib/testfixtures/tests
copying testfixtures/tests/directory-contents.txt -> build-2/lib/testfixtures/tests
+ pwd
+ PYTHONPATH=/tmp/B.v8fspyws/BUILD/python-testfixtures-6.18.5-build/testfixtures-6.18.5 /usr/bin/make -Otarget -j28 -C docs html
make: Entering directory '/tmp/B.v8fspyws/BUILD/python-testfixtures-6.18.5-build/testfixtures-6.18.5/docs'
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v8.3.0
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.txt'` to `source_suffix = {'.txt': 'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org']. Expected a two-element tuple or list.
ERROR: Invalid value `None` in intersphinx_mapping['http://django.readthedocs.org/en/latest/']. Expected a two-element tuple or list.
ERROR: Invalid value `None` in intersphinx_mapping['http://sybil.readthedocs.io/en/latest/']. Expected a two-element tuple or list.
Configuration error!
Versions
========
* Platform: linux; (Linux-6.11.8-1-x86_64-Common_KVM_processor-with-glibc2.41)
* Python version: 3.13.2 (CPython)
* Sphinx version: 8.3.0
* Docutils version: 0.21.2
* Jinja2 version: 3.1.6
* Pygments version: 2.19.1
Last Messages
=============
None.
Loaded Extensions
=================
None.
Traceback
=========
File "/usr/share/python3.13/site-packages/sphinx/ext/intersphinx/_load.py", line 135, in validate_intersphinx_mapping
raise ConfigError(msg % errors)
sphinx.errors.ConfigError: Invalid `intersphinx_mapping` configuration (3 errors).
The full traceback has been saved in:
/tmp/B.v8fspyws/BUILD/tmp/sphinx-err-vu7qciff.log
To report this error to the developers, please open an issue at <https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message can be provided next time.
make: *** [Makefile:32: html] Error 2
make: Leaving directory '/tmp/B.v8fspyws/BUILD/python-testfixtures-6.18.5-build/testfixtures-6.18.5/docs'
error: Bad exit status from /tmp/B.v8fspyws/BUILD/tmp/rpm-tmp.uaLdoQ (%build)
RPM build warnings:
Could not canonicalize hostname: ymir
RPM build errors:
Bad exit status from /tmp/B.v8fspyws/BUILD/tmp/rpm-tmp.uaLdoQ (%build)
ended at: Sun May 4 14:27:10 2025, done in 0:00:03.027217
error: No files produced.
+ chmod -R u+rwX /tmp/B.v8fspyws/BUILD
+ rm -rf /tmp/B.v8fspyws/tmp /tmp/B.v8fspyws/BUILD
+ rm -rf /tmp/B.v8fspyws
Begin-PLD-Builder-Info
Build-Time: user:3.76s sys:1.90s real:5.69s (faults io:0 non-io:183767)
End-PLD-Builder-Info
|
|