request from: hawk checking if we should skip the build started at: Sun Dec 8 00:38:00 2019 fetching http://src.tld-linux.org/~builderti//srpms/59460c83-1637-4311-918b-cd7ad135eb11/python-commonmark-0.9.1-1.src.rpm fetched 101312 bytes, 2505.4 K/s installing srpm: python-commonmark-0.9.1-1.src.rpm + install -d /tmp/B.8DpeYk/BUILD /tmp/B.8DpeYk/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-commonmark-0.9.1-1.src.rpm * Sat Dec 07 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-commonmark.git;a=log;h=master * Thu Oct 31 2019 Arkadiusz Miśkiewicz 98f1f9d - up to 0.9.1 * Mon Oct 28 2019 Jan Rękorajski b64f256 - rebuild with python 3.8 - release 3 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.8DpeYk' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests python-commonmark-0.9.1-1.src.rpm python-commonmark ################################################## + rm -f python-commonmark-0.9.1-1.src.rpm + install -m 700 -d /tmp/B.8DpeYk/BUILD/tmp + TMPDIR=/tmp/B.8DpeYk/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.8DpeYk' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux --define 'prep exit 0' /tmp/B.8DpeYk/python-commonmark.spec Building target platforms: i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux no BR needed building RPM using: set -ex; : build-id: 59460c83-1637-4311-918b-cd7ad135eb11; TMPDIR=/tmp/B.8DpeYk/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.8DpeYk' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.8DpeYk/python-commonmark.spec + : build-id: 59460c83-1637-4311-918b-cd7ad135eb11 + TMPDIR=/tmp/B.8DpeYk/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.8DpeYk' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.8DpeYk/python-commonmark.spec Building target platforms: i686-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.8DpeYk/BUILD/tmp /bin/sh -e /tmp/B.8DpeYk/BUILD/tmp/rpm-tmp.23708 + umask 022 + cd /tmp/B.8DpeYk/BUILD + cd /tmp/B.8DpeYk/BUILD + rm -rf commonmark-0.9.1 + /usr/bin/gzip -dc /tmp/B.8DpeYk/commonmark-0.9.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd commonmark-0.9.1 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (python-commonmark-deps.patch):' Patch #0 (python-commonmark-deps.patch): + build-2/lib/commonmark copying commonmark/cmark.py -> build-2/lib/commonmark copying commonmark/dump.py -> build-2/lib/commonmark copying commonmark/__init__.py -> build-2/lib/commonmark copying commonmark/common.py -> build-2/lib/commonmark copying commonmark/node.py -> build-2/lib/commonmark copying commonmark/entitytrans.py -> build-2/lib/commonmark copying commonmark/main.py -> build-2/lib/commonmark copying commonmark/normalize_reference.py -> build-2/lib/commonmark copying commonmark/blocks.py -> build-2/lib/commonmark creating build-2/lib/commonmark/render copying commonmark/render/rst.py -> build-2/lib/commonmark/render copying commonmark/render/renderer.py -> build-2/lib/commonmark/render copying commonmark/render/html.py -> build-2/lib/commonmark/render copying commonmark/render/__init__.py -> build-2/lib/commonmark/render creating build-2/lib/commonmark/tests copying commonmark/tests/unit_tests.py -> build-2/lib/commonmark/tests copying commonmark/tests/__init__.py -> build-2/lib/commonmark/tests copying commonmark/tests/rst_tests.py -> build-2/lib/commonmark/tests copying commonmark/tests/run_spec_tests.py -> build-2/lib/commonmark/tests + 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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CXXFLAGS + CC=i686-tld-linux-gcc + export CC + CXX=i686-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/commonmark copying commonmark/inlines.py -> build-3/lib/commonmark copying commonmark/cmark.py -> build-3/lib/commonmark copying commonmark/dump.py -> build-3/lib/commonmark copying commonmark/__init__.py -> build-3/lib/commonmark copying commonmark/common.py -> build-3/lib/commonmark copying commonmark/node.py -> build-3/lib/commonmark copying commonmark/entitytrans.py -> build-3/lib/commonmark copying commonmark/main.py -> build-3/lib/commonmark copying commonmark/normalize_reference.py -> build-3/lib/commonmark copying commonmark/blocks.py -> build-3/lib/commonmark creating build-3/lib/commonmark/render copying commonmark/render/rst.py -> build-3/lib/commonmark/render copying commonmark/render/renderer.py -> build-3/lib/commonmark/render copying commonmark/render/html.py -> build-3/lib/commonmark/render copying commonmark/render/__init__.py -> build-3/lib/commonmark/render creating build-3/lib/commonmark/tests copying commonmark/tests/unit_tests.py -> build-3/lib/commonmark/tests copying commonmark/tests/__init__.py -> build-3/lib/commonmark/tests copying commonmark/tests/rst_tests.py -> build-3/lib/commonmark/tests copying commonmark/tests/run_spec_tests.py -> build-3/lib/commonmark/tests + 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.8DpeYk/BUILD/tmp /bin/sh -e /tmp/B.8DpeYk/BUILD/tmp/rpm-tmp.82226 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.8DpeYk/BUILD/tmp + umask 022 + cd /tmp/B.8DpeYk/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder + /bin/mkdir -p /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder + cd commonmark-0.9.1 + rm -rf /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CXXFLAGS + CC=i686-tld-linux-gcc + export CC + CXX=i686-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/lib/python2.7/site-packages' '--optimize=2' '--root=/tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder' running build running build_py running install running install_lib creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7 creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/inlines.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/cmark.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render copying build-2/lib/commonmark/render/rst.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render copying build-2/lib/commonmark/render/renderer.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render copying build-2/lib/commonmark/render/html.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render copying build-2/lib/commonmark/render/__init__.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests copying build-2/lib/commonmark/tests/unit_tests.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests copying build-2/lib/commonmark/tests/__init__.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests copying build-2/lib/commonmark/tests/rst_tests.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests copying build-2/lib/commonmark/tests/run_spec_tests.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests copying build-2/lib/commonmark/dump.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/__init__.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/common.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/node.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/entitytrans.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/main.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/normalize_reference.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark copying build-2/lib/commonmark/blocks.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/inlines.py to inlines.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/cmark.py to cmark.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render/rst.py to rst.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render/renderer.py to renderer.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render/html.py to html.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/render/__init__.py to __init__.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests/unit_tests.py to unit_tests.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests/__init__.py to __init__.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests/rst_tests.py to rst_tests.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/tests/run_spec_tests.py to run_spec_tests.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/dump.py to dump.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/__init__.py to __init__.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/common.py to common.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/node.py to node.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/entitytrans.py to entitytrans.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/main.py to main.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/normalize_reference.py to normalize_reference.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark/blocks.py to blocks.pyc writing byte-compilation script '/tmp/B.8DpeYk/BUILD/tmp/tmpWLUlam.py' /usr/bin/python -OO /tmp/B.8DpeYk/BUILD/tmp/tmpWLUlam.py removing /tmp/B.8DpeYk/BUILD/tmp/tmpWLUlam.py running install_egg_info running egg_info writing requirements to commonmark.egg-info/requires.txt writing commonmark.egg-info/PKG-INFO writing top-level names to commonmark.egg-info/top_level.txt writing dependency_links to commonmark.egg-info/dependency_links.txt writing entry points to commonmark.egg-info/entry_points.txt reading manifest file 'commonmark.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'commonmark/utils.py' writing manifest file 'commonmark.egg-info/SOURCES.txt' Copying commonmark.egg-info to /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages/commonmark-0.9.1-py2.7.egg-info running install_scripts Installing cmark script to /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/bin + '[' ! -d /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/lib/python2.7/site-packages ']' + /bin/mv /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/bin/cmark /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/bin/cmark-2 + 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 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' + export CXXFLAGS + CC=i686-tld-linux-gcc + export CC + CXX=i686-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.8/site-packages' '--install-platlib=/usr/lib/python3.8/site-packages' '--optimize=2' '--root=/tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder' running build running build_py running install running install_lib creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8 creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/inlines.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/cmark.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render copying build-3/lib/commonmark/render/rst.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render copying build-3/lib/commonmark/render/renderer.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render copying build-3/lib/commonmark/render/html.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render copying build-3/lib/commonmark/render/__init__.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render creating /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests copying build-3/lib/commonmark/tests/unit_tests.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests copying build-3/lib/commonmark/tests/__init__.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests copying build-3/lib/commonmark/tests/rst_tests.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests copying build-3/lib/commonmark/tests/run_spec_tests.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests copying build-3/lib/commonmark/dump.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/__init__.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/common.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/node.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/entitytrans.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/main.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/normalize_reference.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark copying build-3/lib/commonmark/blocks.py -> /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/inlines.py to inlines.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/cmark.py to cmark.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render/rst.py to rst.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render/renderer.py to renderer.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render/html.py to html.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/render/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests/unit_tests.py to unit_tests.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests/rst_tests.py to rst_tests.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/tests/run_spec_tests.py to run_spec_tests.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/dump.py to dump.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/common.py to common.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/node.py to node.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/entitytrans.py to entitytrans.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/main.py to main.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/normalize_reference.py to normalize_reference.cpython-38.pyc byte-compiling /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark/blocks.py to blocks.cpython-38.pyc writing byte-compilation script '/tmp/B.8DpeYk/BUILD/tmp/tmpqshfyos4.py' /usr/bin/python3 /tmp/B.8DpeYk/BUILD/tmp/tmpqshfyos4.py removing /tmp/B.8DpeYk/BUILD/tmp/tmpqshfyos4.py running install_egg_info running egg_info writing commonmark.egg-info/PKG-INFO writing dependency_links to commonmark.egg-info/dependency_links.txt writing entry points to commonmark.egg-info/entry_points.txt writing requirements to commonmark.egg-info/requires.txt writing top-level names to commonmark.egg-info/top_level.txt reading manifest file 'commonmark.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'commonmark/utils.py' writing manifest file 'commonmark.egg-info/SOURCES.txt' Copying commonmark.egg-info to /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/python3.8/site-packages/commonmark-0.9.1-py3.8.egg-info running install_scripts Installing cmark script to /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/bin + /bin/mv /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/bin/cmark /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/bin/cmark-3 + ln -sf cmark-3 /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/bin/cmark + __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: 7/54 files hardlinked Processing files: python-commonmark-0.9.1-1 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.8DpeYk/BUILD/tmp /bin/sh -e /tmp/B.8DpeYk/BUILD/tmp/rpm-tmp.38295 + umask 022 + cd /tmp/B.8DpeYk/BUILD + cd commonmark-0.9.1 + DOCDIR=/tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python-commonmark-0.9.1 + export DOCDIR + rm -rf /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python-commonmark-0.9.1 + /bin/mkdir -p /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python-commonmark-0.9.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python-commonmark-0.9.1... Documentation compressed. + cp -pr LICENSE README.rst /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python-commonmark-0.9.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python-commonmark-0.9.1... ./README.rst ./LICENSE Documentation compressed. + exit 0 Provides: pythonegg(commonmark) = 0.9.1 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/python python(abi) python(abi) = 2.7 pythonegg(future) >= 0.14.0 Processing files: python3-commonmark-0.9.1-1 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.8DpeYk/BUILD/tmp /bin/sh -e /tmp/B.8DpeYk/BUILD/tmp/rpm-tmp.37025 + umask 022 + cd /tmp/B.8DpeYk/BUILD + cd commonmark-0.9.1 + DOCDIR=/tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python3-commonmark-0.9.1 + export DOCDIR + rm -rf /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python3-commonmark-0.9.1 + /bin/mkdir -p /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python3-commonmark-0.9.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python3-commonmark-0.9.1... Documentation compressed. + cp -pr LICENSE README.rst /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python3-commonmark-0.9.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder/usr/share/doc/python3-commonmark-0.9.1... ./README.rst ./LICENSE Documentation compressed. + exit 0 Provides: python3egg(commonmark) = 0.9.1 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/python3 python(abi) python(abi) = 3.8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder Wrote: /tmp/B.8DpeYk/RPMS/python-commonmark-0.9.1-1.noarch.rpm Wrote: /tmp/B.8DpeYk/RPMS/python3-commonmark-0.9.1-1.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.8DpeYk/BUILD/tmp /bin/sh -e /tmp/B.8DpeYk/BUILD/tmp/rpm-tmp.44595 + umask 022 + cd /tmp/B.8DpeYk/BUILD + cd commonmark-0.9.1 + /bin/rm '--interactive=never' -rf /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder + rm -rf /tmp/B.8DpeYk/BUILD/tmp/python-commonmark-0.9.1-root-builder ended at: Sun Dec 8 00:38:45 2019, done in 0:00:44.453405 + chmod -R u+rwX /tmp/B.8DpeYk/BUILD + rm -rf /tmp/B.8DpeYk/tmp /tmp/B.8DpeYk/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..221 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages error: Failed dependencies: pythonegg(future) >= 0.14.0 is needed by python-commonmark-0.9.1-1.noarch package upgrade failed End-TLD-Builder-Info + rm -rf /tmp/B.8DpeYk Begin-TLD-Builder-Info Build-Time: user:40.27s sys:3.90s real:45.58s (faults io:0 non-io:634397) Files queued for ftp: 95463 python3-commonmark-0.9.1-1.noarch.rpm 68625 python-commonmark-0.9.1-1.noarch.rpm 144 python-commonmark-0.9.1-1.src.rpm.uploadinfo End-TLD-Builder-Info