request from: hawk checking if we should skip the build started at: Fri Oct 20 00:33:06 2017 fetching http://kraz.tld-linux.org/~buildertidev//srpms/7b697b81-6df4-4749-8811-dca899ae40cf/python-markdown-2.6.7-2.src.rpm fetched 288739 bytes, 51.0 K/s installing srpm: python-markdown-2.6.7-2.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B.GejPQ7/BUILD /tmp/B.GejPQ7/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-markdown-2.6.7-2.src.rpm * Thu Oct 19 2017 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-markdown.git;a=log;h=0502bce7b5065060d482e445c9d29f05effd6d09 * Wed Dec 28 2016 Arkadiusz Miƛkiewicz 0502bce - python 3.6 - release 2 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.GejPQ7' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-markdown-2.6.7-2.src.rpm python-markdown ################################################## + rm -f python-markdown-2.6.7-2.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B.GejPQ7/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B.GejPQ7/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.GejPQ7' --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.GejPQ7/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: 7b697b81-6df4-4749-8811-dca899ae40cf; TMPDIR=/tmp/B.GejPQ7/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.GejPQ7' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.GejPQ7/python-markdown.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: 7b697b81-6df4-4749-8811-dca899ae40cf + TMPDIR=/tmp/B.GejPQ7/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.GejPQ7' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.GejPQ7/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.GejPQ7/BUILD/tmp /bin/sh -e /tmp/B.GejPQ7/BUILD/tmp/rpm-tmp.86088 + umask 022 + cd /tmp/B.GejPQ7/BUILD + cd /tmp/B.GejPQ7/BUILD + rm -rf Markdown-2.6.7 + /usr/bin/gzip -dc /tmp/B.GejPQ7/Markdown-2.6.7.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Markdown-2.6.7 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + find markdown -type f -name '*.py' -exec sed -i -e '/^#!/{1D}' {} ';' + /bin/sed -i -e 's,\r$,,' docs/release-2.2.0.txt + exit 0 Executing(%build): 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.GejPQ7/BUILD/tmp /bin/sh -e /tmp/B.GejPQ7/BUILD/tmp/rpm-tmp.86088 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.GejPQ7/BUILD/tmp + umask 022 + cd /tmp/B.GejPQ7/BUILD + cd Markdown-2.6.7 + 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/python setup.py build '--build-base=build-2' running build running build_py creating build-2 creating build-2/lib creating build-2/lib/markdown copying markdown/treeprocessors.py -> build-2/lib/markdown copying markdown/odict.py -> build-2/lib/markdown copying markdown/postprocessors.py -> build-2/lib/markdown copying markdown/__init__.py -> build-2/lib/markdown copying markdown/__version__.py -> build-2/lib/markdown copying markdown/preprocessors.py -> build-2/lib/markdown copying markdown/blockparser.py -> build-2/lib/markdown copying markdown/blockprocessors.py -> build-2/lib/markdown copying markdown/inlinepatterns.py -> build-2/lib/markdown copying markdown/serializers.py -> build-2/lib/markdown copying markdown/util.py -> build-2/lib/markdown copying markdown/__main__.py -> build-2/lib/markdown creating build-2/lib/markdown/extensions copying markdown/extensions/meta.py -> build-2/lib/markdown/extensions copying markdown/extensions/sane_lists.py -> build-2/lib/markdown/extensions copying markdown/extensions/def_list.py -> build-2/lib/markdown/extensions copying markdown/extensions/attr_list.py -> build-2/lib/markdown/extensions copying markdown/extensions/wikilinks.py -> build-2/lib/markdown/extensions copying markdown/extensions/toc.py -> build-2/lib/markdown/extensions copying markdown/extensions/extra.py -> build-2/lib/markdown/extensions copying markdown/extensions/codehilite.py -> build-2/lib/markdown/extensions copying markdown/extensions/footnotes.py -> build-2/lib/markdown/extensions copying markdown/extensions/fenced_code.py -> build-2/lib/markdown/extensions copying markdown/extensions/nl2br.py -> build-2/lib/markdown/extensions copying markdown/extensions/__init__.py -> build-2/lib/markdown/extensions copying markdown/extensions/smarty.py -> build-2/lib/markdown/extensions copying markdown/extensions/headerid.py -> build-2/lib/markdown/extensions copying markdown/extensions/tables.py -> build-2/lib/markdown/extensions copying markdown/extensions/admonition.py -> build-2/lib/markdown/extensions copying markdown/extensions/smart_strong.py -> build-2/lib/markdown/extensions copying markdown/extensions/abbr.py -> build-2/lib/markdown/extensions running build_scripts creating build-2/scripts-2.7 copying and adjusting bin/markdown_py -> build-2/scripts-2.7 changing mode of build-2/scripts-2.7/markdown_py from 644 to 755 running build_docs creating build-2/docs copying docs/release-2.0.txt -> build-2/docs Converting docs/release-2.0.txt -> build-2/docs/release-2.0.html copying docs/release-2.5.txt -> build-2/docs Converting docs/release-2.5.txt -> build-2/docs/release-2.5.html copying docs/index.txt -> build-2/docs Converting docs/index.txt -> build-2/docs/index.html copying docs/siteindex.txt -> build-2/docs Converting docs/siteindex.txt -> build-2/docs/siteindex.html copying docs/install.txt -> build-2/docs Converting docs/install.txt -> build-2/docs/install.html copying docs/change_log.txt -> build-2/docs Converting docs/change_log.txt -> build-2/docs/change_log.html copying docs/cli.txt -> build-2/docs Converting docs/cli.txt -> build-2/docs/cli.html copying docs/release-2.0.2.txt -> build-2/docs Converting docs/release-2.0.2.txt -> build-2/docs/release-2.0.2.html copying docs/release-2.2.1.txt -> build-2/docs Converting docs/release-2.2.1.txt -> build-2/docs/release-2.2.1.html copying docs/release-2.3.txt -> build-2/docs Converting docs/release-2.3.txt -> build-2/docs/release-2.3.html copying docs/reference.txt -> build-2/docs Converting docs/reference.txt -> build-2/docs/reference.html copying docs/release-2.0.1.txt -> build-2/docs Converting docs/release-2.0.1.txt -> build-2/docs/release-2.0.1.html copying docs/default.css -> build-2/docs copying docs/release-2.1.1.txt -> build-2/docs Converting docs/release-2.1.1.txt -> build-2/docs/release-2.1.1.html copying docs/release-2.1.0.txt -> build-2/docs Converting docs/release-2.1.0.txt -> build-2/docs/release-2.1.0.html copying docs/test_suite.txt -> build-2/docs Converting docs/test_suite.txt -> build-2/docs/test_suite.html copying docs/release-2.4.txt -> build-2/docs Converting docs/release-2.4.txt -> build-2/docs/release-2.4.html copying docs/release-2.6.txt -> build-2/docs Converting docs/release-2.6.txt -> build-2/docs/release-2.6.html copying docs/py.png -> build-2/docs copying docs/basic.css -> build-2/docs copying docs/authors.txt -> build-2/docs Converting docs/authors.txt -> build-2/docs/authors.html copying docs/release-2.2.0.txt -> build-2/docs Converting docs/release-2.2.0.txt -> build-2/docs/release-2.2.0.html creating build-2/docs/extensions copying docs/extensions/abbreviations.txt -> build-2/docs/extensions Converting docs/extensions/abbreviations.txt -> build-2/docs/extensions/abbreviations.html copying docs/extensions/header_id.txt -> build-2/docs/extensions Converting docs/extensions/header_id.txt -> build-2/docs/extensions/header_id.html copying docs/extensions/footnotes.txt -> build-2/docs/extensions Converting docs/extensions/footnotes.txt -> build-2/docs/extensions/footnotes.html copying docs/extensions/code_hilite.txt -> build-2/docs/extensions Converting docs/extensions/code_hilite.txt -> build-2/docs/extensions/code_hilite.html copying docs/extensions/extra.txt -> build-2/docs/extensions Converting docs/extensions/extra.txt -> build-2/docs/extensions/extra.html copying docs/extensions/index.txt -> build-2/docs/extensions Converting docs/extensions/index.txt -> build-2/docs/extensions/index.html copying docs/extensions/nl2br.txt -> build-2/docs/extensions Converting docs/extensions/nl2br.txt -> build-2/docs/extensions/nl2br.html copying docs/extensions/definition_lists.txt -> build-2/docs/extensions Converting docs/extensions/definition_lists.txt -> build-2/docs/extensions/definition_lists.html copying docs/extensions/smart_strong.txt -> build-2/docs/extensions Converting docs/extensions/smart_strong.txt -> build-2/docs/extensions/smart_strong.html copying docs/extensions/fenced_code_blocks.txt -> build-2/docs/extensions Converting docs/extensions/fenced_code_blocks.txt -> build-2/docs/extensions/fenced_code_blocks.html copying docs/extensions/smarty.txt -> build-2/docs/extensions Converting docs/extensions/smarty.txt -> build-2/docs/extensions/smarty.html copying docs/extensions/meta_data.txt -> build-2/docs/extensions Converting docs/extensions/meta_data.txt -> build-2/docs/extensions/meta_data.html copying docs/extensions/tables.txt -> build-2/docs/extensions Converting docs/extensions/tables.txt -> build-2/docs/extensions/tables.html copying docs/extensions/sane_lists.txt -> build-2/docs/extensions Converting docs/extensions/sane_lists.txt -> build-2/docs/extensions/sane_lists.html copying docs/extensions/wikilinks.txt -> build-2/docs/extensions Converting docs/extensions/wikilinks.txt -> build-2/docs/extensions/wikilinks.html copying docs/extensions/toc.txt -> build-2/docs/extensions Converting docs/extensions/toc.txt -> build-2/docs/extensions/toc.html copying docs/extensions/admonition.txt -> build-2/docs/extensions Converting docs/extensions/admonition.txt -> build-2/docs/extensions/admonition.html copying docs/extensions/api.txt -> build-2/docs/extensions Converting docs/extensions/api.txt -> build-2/docs/extensions/api.html copying docs/extensions/attr_list.txt -> build-2/docs/extensions Converting docs/extensions/attr_list.txt -> build-2/docs/extensions/attr_list.html + /usr/bin/python ./run-tests.py .S................................................................................................................................................................................................................................................/tmp/B.GejPQ7/BUILD/Markdown-2.6.7/markdown/extensions/headerid.py:77: PendingDeprecationWarning: The HeaderId Extension is pending deprecation. Use the TOC Extension instead. PendingDeprecationWarning ./tmp/B.GejPQ7/BUILD/Markdown-2.6.7/markdown/__init__.py:126: DeprecationWarning: Positional arguments are deprecated in Markdown. Use keyword arguments only. DeprecationWarning) ................................. ---------------------------------------------------------------------- Ran 276 tests in 1.446s 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/treeprocessors.py -> build-3/lib/markdown copying markdown/odict.py -> build-3/lib/markdown copying markdown/postprocessors.py -> build-3/lib/markdown copying markdown/__init__.py -> build-3/lib/markdown copying markdown/__version__.py -> build-3/lib/markdown copying markdown/preprocessors.py -> build-3/lib/markdown copying markdown/blockparser.py -> build-3/lib/markdown copying markdown/blockprocessors.py -> build-3/lib/markdown copying markdown/inlinepatterns.py -> build-3/lib/markdown copying markdown/serializers.py -> build-3/lib/markdown copying markdown/util.py -> build-3/lib/markdown copying markdown/__main__.py -> build-3/lib/markdown creating build-3/lib/markdown/extensions copying markdown/extensions/meta.py -> build-3/lib/markdown/extensions copying markdown/extensions/sane_lists.py -> build-3/lib/markdown/extensions copying markdown/extensions/def_list.py -> build-3/lib/markdown/extensions copying markdown/extensions/attr_list.py -> build-3/lib/markdown/extensions copying markdown/extensions/wikilinks.py -> build-3/lib/markdown/extensions copying markdown/extensions/toc.py -> build-3/lib/markdown/extensions copying markdown/extensions/extra.py -> build-3/lib/markdown/extensions copying markdown/extensions/codehilite.py -> build-3/lib/markdown/extensions copying markdown/extensions/footnotes.py -> build-3/lib/markdown/extensions copying markdown/extensions/fenced_code.py -> build-3/lib/markdown/extensions copying markdown/extensions/nl2br.py -> build-3/lib/markdown/extensions copying markdown/extensions/__init__.py -> build-3/lib/markdown/extensions copying markdown/extensions/smarty.py -> build-3/lib/markdown/extensions copying markdown/extensions/headerid.py -> build-3/lib/markdown/extensions copying markdown/extensions/tables.py -> build-3/lib/markdown/extensions copying markdown/extensions/admonition.py -> build-3/lib/markdown/extensions copying markdown/extensions/smart_strong.py -> build-3/lib/markdown/extensions copying markdown/extensions/abbr.py -> build-3/lib/markdown/extensions running build_scripts creating build-3/scripts-3.6 copying and adjusting bin/markdown_py -> build-3/scripts-3.6 changing mode of build-3/scripts-3.6/markdown_py from 644 to 755 running build_docs creating build-3/docs copying docs/release-2.0.txt -> build-3/docs Converting docs/release-2.0.txt -> build-3/docs/release-2.0.html copying docs/release-2.5.txt -> build-3/docs Converting docs/release-2.5.txt -> build-3/docs/release-2.5.html copying docs/index.txt -> build-3/docs Converting docs/index.txt -> build-3/docs/index.html copying docs/siteindex.txt -> build-3/docs Converting docs/siteindex.txt -> build-3/docs/siteindex.html copying docs/install.txt -> build-3/docs Converting docs/install.txt -> build-3/docs/install.html copying docs/change_log.txt -> build-3/docs Converting docs/change_log.txt -> build-3/docs/change_log.html copying docs/cli.txt -> build-3/docs Converting docs/cli.txt -> build-3/docs/cli.html copying docs/release-2.0.2.txt -> build-3/docs Converting docs/release-2.0.2.txt -> build-3/docs/release-2.0.2.html copying docs/release-2.2.1.txt -> build-3/docs Converting docs/release-2.2.1.txt -> build-3/docs/release-2.2.1.html copying docs/release-2.3.txt -> build-3/docs Converting docs/release-2.3.txt -> build-3/docs/release-2.3.html copying docs/reference.txt -> build-3/docs Converting docs/reference.txt -> build-3/docs/reference.html copying docs/release-2.0.1.txt -> build-3/docs Converting docs/release-2.0.1.txt -> build-3/docs/release-2.0.1.html copying docs/default.css -> build-3/docs copying docs/release-2.1.1.txt -> build-3/docs Converting docs/release-2.1.1.txt -> build-3/docs/release-2.1.1.html copying docs/release-2.1.0.txt -> build-3/docs Converting docs/release-2.1.0.txt -> build-3/docs/release-2.1.0.html copying docs/test_suite.txt -> build-3/docs Converting docs/test_suite.txt -> build-3/docs/test_suite.html copying docs/release-2.4.txt -> build-3/docs Converting docs/release-2.4.txt -> build-3/docs/release-2.4.html copying docs/release-2.6.txt -> build-3/docs Converting docs/release-2.6.txt -> build-3/docs/release-2.6.html copying docs/py.png -> build-3/docs copying docs/basic.css -> build-3/docs copying docs/authors.txt -> build-3/docs Converting docs/authors.txt -> build-3/docs/authors.html copying docs/release-2.2.0.txt -> build-3/docs Converting docs/release-2.2.0.txt -> build-3/docs/release-2.2.0.html creating build-3/docs/extensions copying docs/extensions/abbreviations.txt -> build-3/docs/extensions Converting docs/extensions/abbreviations.txt -> build-3/docs/extensions/abbreviations.html copying docs/extensions/header_id.txt -> build-3/docs/extensions Converting docs/extensions/header_id.txt -> build-3/docs/extensions/header_id.html copying docs/extensions/footnotes.txt -> build-3/docs/extensions Converting docs/extensions/footnotes.txt -> build-3/docs/extensions/footnotes.html copying docs/extensions/code_hilite.txt -> build-3/docs/extensions Converting docs/extensions/code_hilite.txt -> build-3/docs/extensions/code_hilite.html copying docs/extensions/extra.txt -> build-3/docs/extensions Converting docs/extensions/extra.txt -> build-3/docs/extensions/extra.html copying docs/extensions/index.txt -> build-3/docs/extensions Converting docs/extensions/index.txt -> build-3/docs/extensions/index.html copying docs/extensions/nl2br.txt -> build-3/docs/extensions Converting docs/extensions/nl2br.txt -> build-3/docs/extensions/nl2br.html copying docs/extensions/definition_lists.txt -> build-3/docs/extensions Converting docs/extensions/definition_lists.txt -> build-3/docs/extensions/definition_lists.html copying docs/extensions/smart_strong.txt -> build-3/docs/extensions Converting docs/extensions/smart_strong.txt -> build-3/docs/extensions/smart_strong.html copying docs/extensions/fenced_code_blocks.txt -> build-3/docs/extensions Converting docs/extensions/fenced_code_blocks.txt -> build-3/docs/extensions/fenced_code_blocks.html copying docs/extensions/smarty.txt -> build-3/docs/extensions Converting docs/extensions/smarty.txt -> build-3/docs/extensions/smarty.html copying docs/extensions/meta_data.txt -> build-3/docs/extensions Converting docs/extensions/meta_data.txt -> build-3/docs/extensions/meta_data.html copying docs/extensions/tables.txt -> build-3/docs/extensions Converting docs/extensions/tables.txt -> build-3/docs/extensions/tables.html copying docs/extensions/sane_lists.txt -> build-3/docs/extensions Converting docs/extensions/sane_lists.txt -> build-3/docs/extensions/sane_lists.html copying docs/extensions/wikilinks.txt -> build-3/docs/extensions Converting docs/extensions/wikilinks.txt -> build-3/docs/extensions/wikilinks.html copying docs/extensions/toc.txt -> build-3/docs/extensions Converting docs/extensions/toc.txt -> build-3/docs/extensions/toc.html copying docs/extensions/admonition.txt -> build-3/docs/extensions Converting docs/extensions/admonition.txt -> build-3/docs/extensions/admonition.html copying docs/extensions/api.txt -> build-3/docs/extensions Converting docs/extensions/api.txt -> build-3/docs/extensions/api.html copying docs/extensions/attr_list.txt -> build-3/docs/extensions Converting docs/extensions/attr_list.txt -> build-3/docs/extensions/attr_list.html + /usr/bin/python3 ./run-tests.py .S......................................................................................................................................................................................./tmp/B.GejPQ7/BUILD/Markdown-2.6.7/markdown/__init__.py:143: 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.GejPQ7/BUILD/Markdown-2.6.7/markdown/extensions/headerid.py:77: PendingDeprecationWarning: The HeaderId Extension is pending deprecation. Use the TOC Extension instead. PendingDeprecationWarning ./tmp/B.GejPQ7/BUILD/Markdown-2.6.7/markdown/__init__.py:126: DeprecationWarning: Positional arguments are deprecated in Markdown. Use keyword arguments only. DeprecationWarning) ................................. ---------------------------------------------------------------------- Ran 276 tests in 1.518s OK (SKIP=1) + exit 0 Executing(%install): 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.GejPQ7/BUILD/tmp /bin/sh -e /tmp/B.GejPQ7/BUILD/tmp/rpm-tmp.57741 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.GejPQ7/BUILD/tmp + umask 022 + cd /tmp/B.GejPQ7/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder + /bin/mkdir -p /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder + cd Markdown-2.6.7 + rm -rf /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder + 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' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python3.6/site-packages' '--install-platlib=/usr/lib64/python3.6/site-packages' '--optimize=2' '--root=/tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder' running build running build_py running build_scripts running build_docs running install running install_lib creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6 creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/treeprocessors.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/meta.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/sane_lists.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/def_list.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/attr_list.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/wikilinks.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/toc.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/extra.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/codehilite.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/footnotes.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/fenced_code.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/nl2br.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/__init__.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/smarty.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/headerid.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/def_list.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/smarty.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/__init__.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/fenced_code.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/abbr.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/meta.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/tables.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/codehilite.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/admonition.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/extra.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/toc.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/smart_strong.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/footnotes.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/__pycache__/attr_list.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/__pycache__ copying build-3/lib/markdown/extensions/tables.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/admonition.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/smart_strong.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/extensions/abbr.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions copying build-3/lib/markdown/odict.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/postprocessors.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/__init__.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/preprocessors.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/__init__.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/inlinepatterns.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/__version__.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/serializers.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/blockparser.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/postprocessors.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/odict.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/util.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/blockprocessors.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__pycache__/treeprocessors.cpython-36.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__pycache__ copying build-3/lib/markdown/__version__.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/preprocessors.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/blockparser.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/blockprocessors.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/inlinepatterns.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/serializers.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/util.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown copying build-3/lib/markdown/__main__.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/sane_lists.py to sane_lists.cpython-36.pyc byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/wikilinks.py to wikilinks.cpython-36.pyc byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/nl2br.py to nl2br.cpython-36.pyc byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/extensions/headerid.py to headerid.cpython-36.pyc byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/markdown/__main__.py to __main__.cpython-36.pyc writing byte-compilation script '/tmp/B.GejPQ7/BUILD/tmp/tmp2ad8tnud.py' /usr/bin/python3 /tmp/B.GejPQ7/BUILD/tmp/tmp2ad8tnud.py removing /tmp/B.GejPQ7/BUILD/tmp/tmp2ad8tnud.py running install_scripts creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin copying build-3/scripts-3.6/markdown_py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin changing mode of /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin/markdown_py to 755 running install_egg_info Writing /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python3.6/site-packages/Markdown-2.6.7-py3.6.egg-info + /bin/mv /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin/markdown_py /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin/markdown_py-3.6 + 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/python setup.py build '--build-base=build-2' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python2.7/site-packages' '--install-platlib=/usr/lib64/python2.7/site-packages' '--optimize=2' '--root=/tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder' running build running build_py running build_scripts running build_docs running install running install_lib creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7 creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/preprocessors.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/treeprocessors.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/postprocessors.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/blockprocessors.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown creating /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/meta.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/sane_lists.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/admonition.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/def_list.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/attr_list.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/attr_list.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/abbr.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/smarty.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/wikilinks.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/toc.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/extra.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/codehilite.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/extra.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/footnotes.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/toc.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/fenced_code.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/nl2br.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/smart_strong.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/__init__.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/smarty.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/footnotes.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/meta.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/headerid.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/def_list.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/tables.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/admonition.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/tables.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/fenced_code.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/smart_strong.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/abbr.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/codehilite.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/extensions/__init__.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions copying build-2/lib/markdown/odict.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/serializers.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/odict.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/postprocessors.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/__version__.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/__init__.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/util.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/__version__.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/preprocessors.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/blockparser.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/blockprocessors.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/inlinepatterns.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/treeprocessors.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/serializers.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/util.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/inlinepatterns.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/blockparser.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/__main__.py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown copying build-2/lib/markdown/__init__.pyc -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions/sane_lists.py to sane_lists.pyc byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions/wikilinks.py to wikilinks.pyc byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions/nl2br.py to nl2br.pyc byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/extensions/headerid.py to headerid.pyc byte-compiling /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/markdown/__main__.py to __main__.pyc writing byte-compilation script '/tmp/B.GejPQ7/BUILD/tmp/tmpoH485g.py' /usr/bin/python -OO /tmp/B.GejPQ7/BUILD/tmp/tmpoH485g.py removing /tmp/B.GejPQ7/BUILD/tmp/tmpoH485g.py running install_scripts copying build-2/scripts-2.7/markdown_py -> /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin changing mode of /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin/markdown_py to 755 running install_egg_info Writing /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages/Markdown-2.6.7-py2.7.egg-info + '[' ! -d /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/lib64/python2.7/site-packages ']' + /bin/mv /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin/markdown_py /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin/markdown_py-2.7 + ln -s markdown_py-2.7 /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/bin/markdown_py + __spec_install_post_strip + set +x + __spec_install_post_chrpath + set +x + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Hardlink Python files: 0/90 files hardlinked Processing files: python-markdown-2.6.7-2 Executing(%doc): 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.GejPQ7/BUILD/tmp /bin/sh -e /tmp/B.GejPQ7/BUILD/tmp/rpm-tmp.57741 + umask 022 + cd /tmp/B.GejPQ7/BUILD + cd Markdown-2.6.7 + DOCDIR=/tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python-markdown-2.6.7 + export DOCDIR + rm -rf /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python-markdown-2.6.7 + /bin/mkdir -p /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python-markdown-2.6.7 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python-markdown-2.6.7... Documentation compressed. + cp -pr LICENSE.md README.md docs/authors.txt docs/change_log.txt docs/cli.txt docs/index.txt docs/reference.txt docs/release-2.0.1.txt docs/release-2.0.2.txt docs/release-2.0.txt docs/release-2.1.0.txt docs/release-2.1.1.txt docs/release-2.2.0.txt docs/release-2.2.1.txt docs/release-2.3.txt docs/release-2.4.txt docs/release-2.5.txt docs/release-2.6.txt docs/siteindex.txt docs/extensions /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python-markdown-2.6.7 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python-markdown-2.6.7... ./release-2.0.txt ./release-2.5.txt ./index.txt ./extensions/abbreviations.txt ./extensions/header_id.txt ./extensions/footnotes.txt ./extensions/code_hilite.txt ./extensions/extra.txt ./extensions/index.txt ./extensions/nl2br.txt ./extensions/definition_lists.txt ./extensions/smart_strong.txt ./extensions/fenced_code_blocks.txt ./extensions/smarty.txt ./extensions/meta_data.txt ./extensions/tables.txt ./extensions/sane_lists.txt ./extensions/wikilinks.txt ./extensions/toc.txt ./extensions/admonition.txt ./extensions/api.txt ./extensions/attr_list.txt ./siteindex.txt ./change_log.txt ./cli.txt ./LICENSE.md ./release-2.0.2.txt ./release-2.2.1.txt ./release-2.3.txt ./README.md ./reference.txt ./release-2.0.1.txt ./release-2.1.1.txt ./release-2.1.0.txt ./release-2.4.txt ./release-2.6.txt ./authors.txt ./release-2.2.0.txt Documentation compressed. + exit 0 Provides: python-Markdown = 2.6.7-2 Requires: /usr/bin/python python(abi) = 2.7 Obsoletes: python-Markdown = 2.2.1 Processing files: python3-markdown-2.6.7-2 Executing(%doc): 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.GejPQ7/BUILD/tmp /bin/sh -e /tmp/B.GejPQ7/BUILD/tmp/rpm-tmp.20423 + umask 022 + cd /tmp/B.GejPQ7/BUILD + cd Markdown-2.6.7 + DOCDIR=/tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python3-markdown-2.6.7 + export DOCDIR + rm -rf /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python3-markdown-2.6.7 + /bin/mkdir -p /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python3-markdown-2.6.7 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python3-markdown-2.6.7... Documentation compressed. + cp -pr LICENSE.md README.md docs/authors.txt docs/change_log.txt docs/cli.txt docs/index.txt docs/reference.txt docs/release-2.0.1.txt docs/release-2.0.2.txt docs/release-2.0.txt docs/release-2.1.0.txt docs/release-2.1.1.txt docs/release-2.2.0.txt docs/release-2.2.1.txt docs/release-2.3.txt docs/release-2.4.txt docs/release-2.5.txt docs/release-2.6.txt docs/siteindex.txt docs/extensions /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python3-markdown-2.6.7 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder/usr/share/doc/python3-markdown-2.6.7... ./release-2.0.txt ./release-2.5.txt ./index.txt ./extensions/abbreviations.txt ./extensions/header_id.txt ./extensions/footnotes.txt ./extensions/code_hilite.txt ./extensions/extra.txt ./extensions/index.txt ./extensions/nl2br.txt ./extensions/definition_lists.txt ./extensions/smart_strong.txt ./extensions/fenced_code_blocks.txt ./extensions/smarty.txt ./extensions/meta_data.txt ./extensions/tables.txt ./extensions/sane_lists.txt ./extensions/wikilinks.txt ./extensions/toc.txt ./extensions/admonition.txt ./extensions/api.txt ./extensions/attr_list.txt ./siteindex.txt ./change_log.txt ./cli.txt ./LICENSE.md ./release-2.0.2.txt ./release-2.2.1.txt ./release-2.3.txt ./README.md ./reference.txt ./release-2.0.1.txt ./release-2.1.1.txt ./release-2.1.0.txt ./release-2.4.txt ./release-2.6.txt ./authors.txt ./release-2.2.0.txt Documentation compressed. + exit 0 Requires: /usr/bin/python3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder Wrote: /tmp/B.GejPQ7/RPMS/python-markdown-2.6.7-2.noarch.rpm Wrote: /tmp/B.GejPQ7/RPMS/python3-markdown-2.6.7-2.noarch.rpm Executing(%clean): 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.GejPQ7/BUILD/tmp /bin/sh -e /tmp/B.GejPQ7/BUILD/tmp/rpm-tmp.20423 + umask 022 + cd /tmp/B.GejPQ7/BUILD + cd Markdown-2.6.7 + /bin/rm '--interactive=never' -rf /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder + rm -rf /tmp/B.GejPQ7/BUILD/tmp/python-markdown-2.6.7-root-builder ended at: Fri Oct 20 00:33:20 2017, done in 0:00:07.630196 mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B.GejPQ7/BUILD + rm -rf /tmp/B.GejPQ7/tmp /tmp/B.GejPQ7/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... 200..400..600..800..939 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B.GejPQ7 Begin-TLD-Builder-Info Build-Time: user:6.64s sys:0.47s real:14.43s (faults io:0 non-io:241446) Files queued for ftp: 183173 python3-markdown-2.6.7-2.noarch.rpm 147045 python-markdown-2.6.7-2.noarch.rpm 138 python-markdown-2.6.7-2.src.rpm.uploadinfo End-TLD-Builder-Info