request from: hawk checking if we should skip the build started at: Sat Aug 24 20:27:46 2019 fetching http://src.tld-linux.org/~buildertidev//srpms/831d8834-fa1a-4e5a-8964-085e0e1cbb00/python-markdown-2.6.11-1.src.rpm fetched 260881 bytes, 6382.9 K/s installing srpm: python-markdown-2.6.11-1.src.rpm + install -d /tmp/B.ljtCzl/BUILD /tmp/B.ljtCzl/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-markdown-2.6.11-1.src.rpm * Sat Aug 24 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-markdown.git;a=log;h=4c99705f9946ecc5ff549f964834221a2b189616 * Sat Mar 23 2019 Jakub Bogusz 4c99705 - updated to 2.6.11 - added yaml patch (fix for PyYAML 5.1, partially from git) + rpm -Uhv --nodeps --define '_topdir /tmp/B.ljtCzl' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-markdown-2.6.11-1.src.rpm python-markdown ################################################## + rm -f python-markdown-2.6.11-1.src.rpm + install -m 700 -d /tmp/B.ljtCzl/BUILD/tmp + TMPDIR=/tmp/B.ljtCzl/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.ljtCzl' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.ljtCzl/python-markdown.spec Building target platforms: x86_64-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: x86_64-tld-linux no BR needed building RPM using: set -ex; : build-id: 831d8834-fa1a-4e5a-8964-085e0e1cbb00; TMPDIR=/tmp/B.ljtCzl/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.ljtCzl' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.ljtCzl/python-markdown.spec + : build-id: 831d8834-fa1a-4e5a-8964-085e0e1cbb00 + TMPDIR=/tmp/B.ljtCzl/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.ljtCzl' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.ljtCzl/python-markdown.spec Building target platforms: x86_64-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.ljtCzl/BUILD/tmp /bin/sh -e /tmp/B.ljtCzl/BUILD/tmp/rpm-tmp.3882 + umask 022 + cd /tmp/B.ljtCzl/BUILD + cd /tmp/B.ljtCzl/BUILD + rm -rf Markdown-2.6.11 + /usr/bin/gzip -dc /tmp/B.ljtCzl/Markdown-2.6.11.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Markdown-2.6.11 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (python-markdown-yaml.patch):' Patch #0 (python-markdown-yaml.patch): + build-2/lib/markdown copying markdown/util.py -> build-2/lib/markdown copying markdown/blockparser.py -> build-2/lib/markdown copying markdown/inlinepatterns.py -> build-2/lib/markdown copying markdown/preprocessors.py -> build-2/lib/markdown copying markdown/treeprocessors.py -> build-2/lib/markdown copying markdown/__version__.py -> build-2/lib/markdown copying markdown/blockprocessors.py -> build-2/lib/markdown copying markdown/postprocessors.py -> build-2/lib/markdown copying markdown/serializers.py -> build-2/lib/markdown copying markdown/__init__.py -> build-2/lib/markdown copying markdown/odict.py -> build-2/lib/markdown creating build-2/lib/markdown/extensions copying markdown/extensions/def_list.py -> build-2/lib/markdown/extensions copying markdown/extensions/tables.py -> build-2/lib/markdown/extensions copying markdown/extensions/wikilinks.py -> build-2/lib/markdown/extensions copying markdown/extensions/smart_strong.py -> build-2/lib/markdown/extensions copying markdown/extensions/attr_list.py -> build-2/lib/markdown/extensions copying markdown/extensions/extra.py -> build-2/lib/markdown/extensions copying markdown/extensions/toc.py -> build-2/lib/markdown/extensions copying markdown/extensions/codehilite.py -> build-2/lib/markdown/extensions copying markdown/extensions/headerid.py -> build-2/lib/markdown/extensions copying markdown/extensions/abbr.py -> build-2/lib/markdown/extensions copying markdown/extensions/admonition.py -> build-2/lib/markdown/extensions copying markdown/extensions/meta.py -> build-2/lib/markdown/extensions copying markdown/extensions/fenced_code.py -> build-2/lib/markdown/extensions copying markdown/extensions/smarty.py -> build-2/lib/markdown/extensions copying markdown/extensions/__init__.py -> build-2/lib/markdown/extensions copying markdown/extensions/nl2br.py -> build-2/lib/markdown/extensions copying markdown/extensions/sane_lists.py -> build-2/lib/markdown/extensions copying markdown/extensions/footnotes.py -> build-2/lib/markdown/extensions + /usr/bin/python ./run-tests.py ....S..................................................................................................................................../tmp/B.ljtCzl/BUILD/Markdown-2.6.11/markdown/__init__.py:140: DeprecationWarning: "safe_mode" is deprecated in Python-Markdown. Use an HTML sanitizer (like Bleach https://bleach.readthedocs.io/) if you are parsing untrusted markdown text. See the 2.6 release notes for more info DeprecationWarning) ............................................................................................................./tmp/B.ljtCzl/BUILD/Markdown-2.6.11/markdown/extensions/headerid.py:77: PendingDeprecationWarning: The HeaderId Extension is pending deprecation. Use the TOC Extension instead. PendingDeprecationWarning ./tmp/B.ljtCzl/BUILD/Markdown-2.6.11/markdown/__init__.py:123: DeprecationWarning: Positional arguments are deprecated in Markdown. Use keyword arguments only. DeprecationWarning) ................................. ---------------------------------------------------------------------- Ran 280 tests in 1.445s OK (SKIP=1) + 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 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-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/markdown copying markdown/__main__.py -> build-3/lib/markdown copying markdown/util.py -> build-3/lib/markdown copying markdown/blockparser.py -> build-3/lib/markdown copying markdown/inlinepatterns.py -> build-3/lib/markdown copying markdown/preprocessors.py -> build-3/lib/markdown copying markdown/treeprocessors.py -> build-3/lib/markdown copying markdown/__version__.py -> build-3/lib/markdown copying markdown/blockprocessors.py -> build-3/lib/markdown copying markdown/postprocessors.py -> build-3/lib/markdown copying markdown/serializers.py -> build-3/lib/markdown copying markdown/__init__.py -> build-3/lib/markdown copying markdown/odict.py -> build-3/lib/markdown creating build-3/lib/markdown/extensions copying markdown/extensions/def_list.py -> build-3/lib/markdown/extensions copying markdown/extensions/tables.py -> build-3/lib/markdown/extensions copying markdown/extensions/wikilinks.py -> build-3/lib/markdown/extensions copying markdown/extensions/smart_strong.py -> build-3/lib/markdown/extensions copying markdown/extensions/attr_list.py -> build-3/lib/markdown/extensions copying markdown/extensions/extra.py -> build-3/lib/markdown/extensions copying markdown/extensions/toc.py -> build-3/lib/markdown/extensions copying markdown/extensions/codehilite.py -> build-3/lib/markdown/extensions copying markdown/extensions/headerid.py -> build-3/lib/markdown/extensions copying markdown/extensions/abbr.py -> build-3/lib/markdown/extensions copying markdown/extensions/admonition.py -> build-3/lib/markdown/extensions copying markdown/extensions/meta.py -> build-3/lib/markdown/extensions copying markdown/extensions/fenced_code.py -> build-3/lib/markdown/extensions copying markdown/extensions/smarty.py -> build-3/lib/markdown/extensions copying markdown/extensions/__init__.py -> build-3/lib/markdown/extensions copying markdown/extensions/nl2br.py -> build-3/lib/markdown/extensions copying markdown/extensions/sane_lists.py -> build-3/lib/markdown/extensions copying markdown/extensions/footnotes.py -> build-3/lib/markdown/extensions + /usr/bin/python3 ./run-tests.py E.........E.E............................../tmp/B.ljtCzl/BUILD/Markdown-2.6.11/markdown/__init__.py:140: DeprecationWarning: "safe_mode" is deprecated in Python-Markdown. Use an HTML sanitizer (like Bleach https://bleach.readthedocs.io/) if you are parsing untrusted markdown text. See the 2.6 release notes for more info DeprecationWarning) ........................................................../tmp/B.ljtCzl/BUILD/Markdown-2.6.11/markdown/extensions/headerid.py:77: PendingDeprecationWarning: The HeaderId Extension is pending deprecation. Use the TOC Extension instead. PendingDeprecationWarning ./tmp/B.ljtCzl/BUILD/Markdown-2.6.11/markdown/__init__.py:123: DeprecationWarning: Positional arguments are deprecated in Markdown. Use keyword arguments only. DeprecationWarning) ................................. ====================================================================== ERROR: Failure: DeprecationWarning (Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/share/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/share/python3.7/site-packages/nose/loader.py", line 251, in generate for test in g(): File "/tmp/B.ljtCzl/BUILD/Markdown-2.6.11/tests/__init__.py", line 144, in TestSyntax config = get_config(dir_name) File "/tmp/B.ljtCzl/BUILD/Markdown-2.6.11/tests/__init__.py", line 78, in get_config config = YamlConfig(defaults, os.path.join(dir_name, 'test.cfg')) File "/tmp/B.ljtCzl/BUILD/Markdown-2.6.11/tests/__init__.py", line 42, in __init__ self._config = yaml_load(f) File "/usr/lib64/python3.7/site-packages/yaml/__init__.py", line 75, in load return loader.get_single_data() File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 37, in get_single_data return self.construct_document(node) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 46, in construct_document for dummy in generator: File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 398, in construct_yaml_map value = self.construct_mapping(node) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 204, in construct_mapping return super().construct_mapping(node, deep=deep) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 126, in construct_mapping if not isinstance(key, collections.Hashable): File "/usr/lib64/python3.7/collections/__init__.py", line 52, in __getattr__ DeprecationWarning, stacklevel=2) DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working ====================================================================== ERROR: testExtensionConfigOption (tests.test_apis.TestCliOptionParsing) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/B.ljtCzl/BUILD/Markdown-2.6.11/tests/test_apis.py", line 717, in testExtensionConfigOption options, logging_level = parse_options(['-c', self.tempfile]) File "/tmp/B.ljtCzl/BUILD/Markdown-2.6.11/markdown/__main__.py", line 96, in parse_options extension_configs = yaml_load(fp) File "/usr/lib64/python3.7/site-packages/yaml/__init__.py", line 75, in load return loader.get_single_data() File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 37, in get_single_data return self.construct_document(node) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 46, in construct_document for dummy in generator: File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 398, in construct_yaml_map value = self.construct_mapping(node) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 204, in construct_mapping return super().construct_mapping(node, deep=deep) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 126, in construct_mapping if not isinstance(key, collections.Hashable): File "/usr/lib64/python3.7/collections/__init__.py", line 52, in __getattr__ DeprecationWarning, stacklevel=2) DeprecationWarning: Failed parsing extension config file: /tmp/B.ljtCzl/BUILD/tmp/tmpnfb7xxnd.yml ====================================================================== ERROR: testExtensonConfigOptionAsJSON (tests.test_apis.TestCliOptionParsing) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/B.ljtCzl/BUILD/Markdown-2.6.11/tests/test_apis.py", line 747, in testExtensonConfigOptionAsJSON options, logging_level = parse_options(['-c', self.tempfile]) File "/tmp/B.ljtCzl/BUILD/Markdown-2.6.11/markdown/__main__.py", line 96, in parse_options extension_configs = yaml_load(fp) File "/usr/lib64/python3.7/site-packages/yaml/__init__.py", line 75, in load return loader.get_single_data() File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 37, in get_single_data return self.construct_document(node) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 46, in construct_document for dummy in generator: File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 398, in construct_yaml_map value = self.construct_mapping(node) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 204, in construct_mapping return super().construct_mapping(node, deep=deep) File "/usr/lib64/python3.7/site-packages/yaml/constructor.py", line 126, in construct_mapping if not isinstance(key, collections.Hashable): File "/usr/lib64/python3.7/collections/__init__.py", line 52, in __getattr__ DeprecationWarning, stacklevel=2) DeprecationWarning: Failed parsing extension config file: /tmp/B.ljtCzl/BUILD/tmp/tmp24e9py71.yml ---------------------------------------------------------------------- Ran 135 tests in 0.466s FAILED (errors=3) error: Bad exit status from /tmp/B.ljtCzl/BUILD/tmp/rpm-tmp.3882 (%build) RPM build errors: Bad exit status from /tmp/B.ljtCzl/BUILD/tmp/rpm-tmp.3882 (%build) ended at: Sat Aug 24 20:27:50 2019, done in 0:00:03.504225 error: No files produced. + chmod -R u+rwX /tmp/B.ljtCzl/BUILD + rm -rf /tmp/B.ljtCzl/tmp /tmp/B.ljtCzl/BUILD + rm -rf /tmp/B.ljtCzl Begin-TLD-Builder-Info Build-Time: user:2.53s sys:0.27s real:4.21s (faults io:6 non-io:107559) End-TLD-Builder-Info