request from: hawk checking if we should skip the build started at: Sat Nov 9 23:13:56 2019 fetching http://src.tld-linux.org/~builderti//srpms/a5bc3940-deb2-4537-944f-274b9299ea23/python-Mako-1.1.0-1.src.rpm fetched 469834 bytes, 10586.5 K/s installing srpm: python-Mako-1.1.0-1.src.rpm + install -d /tmp/B.3BqHs9/BUILD /tmp/B.3BqHs9/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-Mako-1.1.0-1.src.rpm * Sat Nov 09 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-Mako.git;a=log;h=2d3d2243ff56e738799babe6242cd82e05bd679d * Wed Oct 30 2019 Jakub Bogusz 2d3d224 - updated to 1.1.0 - removed obsolete mock patch * Mon Oct 28 2019 Jan Rękorajski 0de5158 - rebuild with python 3.8 - release 3 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.3BqHs9' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests python-Mako-1.1.0-1.src.rpm python-Mako ################################################## + rm -f python-Mako-1.1.0-1.src.rpm + install -m 700 -d /tmp/B.3BqHs9/BUILD/tmp + TMPDIR=/tmp/B.3BqHs9/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.3BqHs9' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.3BqHs9/python-Mako.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: a5bc3940-deb2-4537-944f-274b9299ea23; TMPDIR=/tmp/B.3BqHs9/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.3BqHs9' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.3BqHs9/python-Mako.spec + : build-id: a5bc3940-deb2-4537-944f-274b9299ea23 + TMPDIR=/tmp/B.3BqHs9/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.3BqHs9' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.3BqHs9/python-Mako.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.3BqHs9/BUILD/tmp /bin/sh -e /tmp/B.3BqHs9/BUILD/tmp/rpm-tmp.29825 + umask 022 + cd /tmp/B.3BqHs9/BUILD + cd /tmp/B.3BqHs9/BUILD + rm -rf Mako-1.1.0 + /usr/bin/gzip -dc /tmp/B.3BqHs9/Mako-1.1.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Mako-1.1.0 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + 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.3BqHs9/BUILD/tmp /bin/sh -e /tmp/B.3BqHs9/BUILD/tmp/rpm-tmp.29825 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.3BqHs9/BUILD/tmp + umask 022 + cd /tmp/B.3BqHs9/BUILD + cd Mako-1.1.0 + 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/mako copying mako/template.py -> build-2/lib/mako copying mako/pygen.py -> build-2/lib/mako copying mako/compat.py -> build-2/lib/mako copying mako/exceptions.py -> build-2/lib/mako copying mako/cmd.py -> build-2/lib/mako copying mako/lexer.py -> build-2/lib/mako copying mako/runtime.py -> build-2/lib/mako copying mako/util.py -> build-2/lib/mako copying mako/filters.py -> build-2/lib/mako copying mako/_ast_util.py -> build-2/lib/mako copying mako/pyparser.py -> build-2/lib/mako copying mako/lookup.py -> build-2/lib/mako copying mako/ast.py -> build-2/lib/mako copying mako/cache.py -> build-2/lib/mako copying mako/__init__.py -> build-2/lib/mako copying mako/codegen.py -> build-2/lib/mako copying mako/parsetree.py -> build-2/lib/mako creating build-2/lib/mako/ext copying mako/ext/linguaplugin.py -> build-2/lib/mako/ext copying mako/ext/pygmentplugin.py -> build-2/lib/mako/ext copying mako/ext/beaker_cache.py -> build-2/lib/mako/ext copying mako/ext/turbogears.py -> build-2/lib/mako/ext copying mako/ext/preprocessors.py -> build-2/lib/mako/ext copying mako/ext/extract.py -> build-2/lib/mako/ext copying mako/ext/babelplugin.py -> build-2/lib/mako/ext copying mako/ext/autohandler.py -> build-2/lib/mako/ext copying mako/ext/__init__.py -> build-2/lib/mako/ext + 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/mako copying mako/template.py -> build-3/lib/mako copying mako/pygen.py -> build-3/lib/mako copying mako/compat.py -> build-3/lib/mako copying mako/exceptions.py -> build-3/lib/mako copying mako/cmd.py -> build-3/lib/mako copying mako/lexer.py -> build-3/lib/mako copying mako/runtime.py -> build-3/lib/mako copying mako/util.py -> build-3/lib/mako copying mako/filters.py -> build-3/lib/mako copying mako/_ast_util.py -> build-3/lib/mako copying mako/pyparser.py -> build-3/lib/mako copying mako/lookup.py -> build-3/lib/mako copying mako/ast.py -> build-3/lib/mako copying mako/cache.py -> build-3/lib/mako copying mako/__init__.py -> build-3/lib/mako copying mako/codegen.py -> build-3/lib/mako copying mako/parsetree.py -> build-3/lib/mako creating build-3/lib/mako/ext copying mako/ext/linguaplugin.py -> build-3/lib/mako/ext copying mako/ext/pygmentplugin.py -> build-3/lib/mako/ext copying mako/ext/beaker_cache.py -> build-3/lib/mako/ext copying mako/ext/turbogears.py -> build-3/lib/mako/ext copying mako/ext/preprocessors.py -> build-3/lib/mako/ext copying mako/ext/extract.py -> build-3/lib/mako/ext copying mako/ext/babelplugin.py -> build-3/lib/mako/ext copying mako/ext/autohandler.py -> build-3/lib/mako/ext copying mako/ext/__init__.py -> build-3/lib/mako/ext + 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.3BqHs9/BUILD/tmp /bin/sh -e /tmp/B.3BqHs9/BUILD/tmp/rpm-tmp.29825 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.3BqHs9/BUILD/tmp + umask 022 + cd /tmp/B.3BqHs9/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder + /bin/mkdir -p /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder + cd Mako-1.1.0 + rm -rf /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder + install -d /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/src/examples/python-Mako-1.1.0 + 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.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder' running build running build_py running install running install_lib creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7 creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/template.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/pygen.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/compat.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/exceptions.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/cmd.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/lexer.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/runtime.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/util.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/filters.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/linguaplugin.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/pygmentplugin.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/beaker_cache.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/turbogears.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/preprocessors.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/extract.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/babelplugin.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/autohandler.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/ext/__init__.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext copying build-2/lib/mako/_ast_util.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/pyparser.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/lookup.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/ast.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/cache.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/__init__.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/codegen.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako copying build-2/lib/mako/parsetree.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/template.py to template.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/pygen.py to pygen.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/compat.py to compat.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/exceptions.py to exceptions.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/cmd.py to cmd.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/lexer.py to lexer.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/runtime.py to runtime.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/util.py to util.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/filters.py to filters.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/linguaplugin.py to linguaplugin.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/pygmentplugin.py to pygmentplugin.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/beaker_cache.py to beaker_cache.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/turbogears.py to turbogears.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/preprocessors.py to preprocessors.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/extract.py to extract.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/babelplugin.py to babelplugin.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/autohandler.py to autohandler.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ext/__init__.py to __init__.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/_ast_util.py to _ast_util.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/pyparser.py to pyparser.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/lookup.py to lookup.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/ast.py to ast.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/cache.py to cache.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/__init__.py to __init__.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/codegen.py to codegen.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/mako/parsetree.py to parsetree.pyc writing byte-compilation script '/tmp/B.3BqHs9/BUILD/tmp/tmp_aVMn2.py' /usr/bin/python -OO /tmp/B.3BqHs9/BUILD/tmp/tmp_aVMn2.py removing /tmp/B.3BqHs9/BUILD/tmp/tmp_aVMn2.py running install_egg_info running egg_info writing requirements to Mako.egg-info/requires.txt writing Mako.egg-info/PKG-INFO writing top-level names to Mako.egg-info/top_level.txt writing dependency_links to Mako.egg-info/dependency_links.txt writing entry points to Mako.egg-info/entry_points.txt reading manifest file 'Mako.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.mako' under directory 'doc' warning: no files found matching '*.xml' under directory 'examples' warning: no files found matching '*.mako' under directory 'examples' no previously-included directories found matching 'doc/build/output' writing manifest file 'Mako.egg-info/SOURCES.txt' Copying Mako.egg-info to /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages/Mako-1.1.0-py2.7.egg-info running install_scripts Installing mako-render script to /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/bin + /bin/mv /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/bin/mako-render /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/bin/mako-render-2 + '[' ! -d /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/lib64/python2.7/site-packages ']' + 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.8/site-packages' '--install-platlib=/usr/lib64/python3.8/site-packages' '--optimize=2' '--root=/tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder' running build running build_py running install running install_lib creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8 creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/template.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/pygen.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/compat.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/exceptions.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/cmd.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/lexer.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/runtime.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/util.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/filters.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako creating /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/linguaplugin.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/pygmentplugin.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/beaker_cache.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/turbogears.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/preprocessors.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/extract.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/babelplugin.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/autohandler.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/ext/__init__.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext copying build-3/lib/mako/_ast_util.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/pyparser.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/lookup.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/ast.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/cache.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/__init__.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/codegen.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako copying build-3/lib/mako/parsetree.py -> /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/template.py to template.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/pygen.py to pygen.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/compat.py to compat.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/exceptions.py to exceptions.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/cmd.py to cmd.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/lexer.py to lexer.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/runtime.py to runtime.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/util.py to util.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/filters.py to filters.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/linguaplugin.py to linguaplugin.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/pygmentplugin.py to pygmentplugin.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/beaker_cache.py to beaker_cache.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/turbogears.py to turbogears.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/preprocessors.py to preprocessors.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/extract.py to extract.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/babelplugin.py to babelplugin.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/autohandler.py to autohandler.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ext/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/_ast_util.py to _ast_util.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/pyparser.py to pyparser.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/lookup.py to lookup.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/ast.py to ast.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/cache.py to cache.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/codegen.py to codegen.cpython-38.pyc byte-compiling /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/mako/parsetree.py to parsetree.cpython-38.pyc writing byte-compilation script '/tmp/B.3BqHs9/BUILD/tmp/tmpwr3zjrc2.py' /usr/bin/python3 /tmp/B.3BqHs9/BUILD/tmp/tmpwr3zjrc2.py removing /tmp/B.3BqHs9/BUILD/tmp/tmpwr3zjrc2.py running install_egg_info running egg_info writing Mako.egg-info/PKG-INFO writing dependency_links to Mako.egg-info/dependency_links.txt writing entry points to Mako.egg-info/entry_points.txt writing requirements to Mako.egg-info/requires.txt writing top-level names to Mako.egg-info/top_level.txt reading manifest file 'Mako.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.mako' under directory 'doc' warning: no files found matching '*.xml' under directory 'examples' warning: no files found matching '*.mako' under directory 'examples' no previously-included directories found matching 'doc/build/output' writing manifest file 'Mako.egg-info/SOURCES.txt' Copying Mako.egg-info to /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/python3.8/site-packages/Mako-1.1.0-py3.8.egg-info running install_scripts Installing mako-render script to /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/bin + /bin/mv /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/bin/mako-render /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/bin/mako-render-3 + ln -sf mako-render-2 /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/bin/mako-render + __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: 4/78 files hardlinked Processing files: python-Mako-1.1.0-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.3BqHs9/BUILD/tmp /bin/sh -e /tmp/B.3BqHs9/BUILD/tmp/rpm-tmp.1166 + umask 022 + cd /tmp/B.3BqHs9/BUILD + cd Mako-1.1.0 + DOCDIR=/tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-1.1.0 + export DOCDIR + rm -rf /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-1.1.0 + /bin/mkdir -p /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-1.1.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-1.1.0... Documentation compressed. + cp -pr AUTHORS CHANGES LICENSE README.rst /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-1.1.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-1.1.0... ./README.rst ./CHANGES ./AUTHORS ./LICENSE Documentation compressed. + exit 0 Provides: pythonegg(mako) = 1.1.0 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(markupsafe) >= 0.9.2 Processing files: python3-Mako-1.1.0-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.3BqHs9/BUILD/tmp /bin/sh -e /tmp/B.3BqHs9/BUILD/tmp/rpm-tmp.15955 + umask 022 + cd /tmp/B.3BqHs9/BUILD + cd Mako-1.1.0 + DOCDIR=/tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python3-Mako-1.1.0 + export DOCDIR + rm -rf /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python3-Mako-1.1.0 + /bin/mkdir -p /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python3-Mako-1.1.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python3-Mako-1.1.0... Documentation compressed. + cp -pr CHANGES LICENSE README.rst /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python3-Mako-1.1.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python3-Mako-1.1.0... ./README.rst ./CHANGES ./LICENSE Documentation compressed. + exit 0 Provides: python3egg(mako) = 1.1.0 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /usr/bin/python3 python(abi) python(abi) = 3.8 python3egg(markupsafe) >= 0.9.2 Processing files: python-Mako-doc-1.1.0-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.3BqHs9/BUILD/tmp /bin/sh -e /tmp/B.3BqHs9/BUILD/tmp/rpm-tmp.97576 + umask 022 + cd /tmp/B.3BqHs9/BUILD + cd Mako-1.1.0 + DOCDIR=/tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-doc-1.1.0 + export DOCDIR + rm -rf /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-doc-1.1.0 + /bin/mkdir -p /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-doc-1.1.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-doc-1.1.0... Documentation compressed. + cp -pr doc/_static doc/caching.html doc/changelog.html doc/defs.html doc/filtering.html doc/genindex.html doc/index.html doc/inheritance.html doc/namespaces.html doc/runtime.html doc/search.html doc/syntax.html doc/unicode.html doc/usage.html doc/searchindex.js /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-doc-1.1.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder/usr/share/doc/python-Mako-doc-1.1.0... Documentation compressed. + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder Wrote: /tmp/B.3BqHs9/RPMS/python-Mako-1.1.0-1.noarch.rpm Wrote: /tmp/B.3BqHs9/RPMS/python3-Mako-1.1.0-1.noarch.rpm Wrote: /tmp/B.3BqHs9/RPMS/python-Mako-doc-1.1.0-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.3BqHs9/BUILD/tmp /bin/sh -e /tmp/B.3BqHs9/BUILD/tmp/rpm-tmp.97576 + umask 022 + cd /tmp/B.3BqHs9/BUILD + cd Mako-1.1.0 + /bin/rm '--interactive=never' -rf /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder + rm -rf /tmp/B.3BqHs9/BUILD/tmp/python-Mako-1.1.0-root-builder ended at: Sat Nov 9 23:14:41 2019, done in 0:00:44.470003 + chmod -R u+rwX /tmp/B.3BqHs9/BUILD + rm -rf /tmp/B.3BqHs9/tmp /tmp/B.3BqHs9/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/... Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages Preparing... ################################################## python-Mako ################################################## python3-Mako ################################################## End-TLD-Builder-Info + rm -rf /tmp/B.3BqHs9 Begin-TLD-Builder-Info Build-Time: user:39.05s sys:5.08s real:47.08s (faults io:0 non-io:1217403) Files queued for ftp: 220139 python-Mako-doc-1.1.0-1.noarch.rpm 131466 python3-Mako-1.1.0-1.noarch.rpm 90832 python-Mako-1.1.0-1.noarch.rpm 171 python-Mako-1.1.0-1.src.rpm.uploadinfo End-TLD-Builder-Info