request from: hawk checking if we should skip the build started at: Wed Oct 30 20:50:59 2019 fetching http://src.tld-linux.org/~builderti//srpms/f9e4dd72-395a-4f42-9ad6-2e5aa3bc73e4/python-configparser-4.0.2-1.src.rpm fetched 79011 bytes, 1650.0 K/s installing srpm: python-configparser-4.0.2-1.src.rpm + install -d /tmp/B.yPrh1g/BUILD /tmp/B.yPrh1g/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-configparser-4.0.2-1.src.rpm * Wed Oct 30 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-configparser.git;a=log;h=master * Tue Oct 22 2019 Jakub Bogusz 0fbef23 - updated to 4.0.2 - removed outdated backports-dont-use-setuptools-namespace patch * Fri Nov 30 2018 Arkadiusz Miśkiewicz b49244b - nicer way to avoiding pth files * Fri Nov 30 2018 Arkadiusz Miśkiewicz 02e090d - rel 4; make it possible to use both: import configparser and from backports import configparser on python2 without nasty pth hacks * Fri Nov 30 2018 Arkadiusz Miśkiewicz a9ce034 - rel 3; drop pth files which do hacks that cause damage by breaking other backports/ packages on python 2 (like: form backports import lzma doesn't find lzma module). These pth hacks are not needed for this module to work anyway. + rpm -Uhv --nodeps --define '_topdir /tmp/B.yPrh1g' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests python-configparser-4.0.2-1.src.rpm python-configparser ################################################## + rm -f python-configparser-4.0.2-1.src.rpm + install -m 700 -d /tmp/B.yPrh1g/BUILD/tmp + TMPDIR=/tmp/B.yPrh1g/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.yPrh1g' --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.yPrh1g/python-configparser.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: f9e4dd72-395a-4f42-9ad6-2e5aa3bc73e4; TMPDIR=/tmp/B.yPrh1g/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.yPrh1g' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.yPrh1g/python-configparser.spec + : build-id: f9e4dd72-395a-4f42-9ad6-2e5aa3bc73e4 + TMPDIR=/tmp/B.yPrh1g/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.yPrh1g' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.yPrh1g/python-configparser.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.yPrh1g/BUILD/tmp /bin/sh -e /tmp/B.yPrh1g/BUILD/tmp/rpm-tmp.52213 + umask 022 + cd /tmp/B.yPrh1g/BUILD + cd /tmp/B.yPrh1g/BUILD + rm -rf configparser-4.0.2 + /usr/bin/gzip -dc /tmp/B.yPrh1g/configparser-4.0.2.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd configparser-4.0.2 + /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.yPrh1g/BUILD/tmp /bin/sh -e /tmp/B.yPrh1g/BUILD/tmp/rpm-tmp.52213 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.yPrh1g/BUILD/tmp + umask 022 + cd /tmp/B.yPrh1g/BUILD + cd configparser-4.0.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 -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 copying src/configparser.py -> build-2/lib creating build-2/lib/backports copying src/backports/__init__.py -> build-2/lib/backports creating build-2/lib/backports/configparser copying src/backports/configparser/__init__.py -> build-2/lib/backports/configparser copying src/backports/configparser/helpers.py -> build-2/lib/backports/configparser running egg_info writing requirements to src/configparser.egg-info/requires.txt writing src/configparser.egg-info/PKG-INFO writing top-level names to src/configparser.egg-info/top_level.txt writing dependency_links to src/configparser.egg-info/dependency_links.txt reading manifest file 'src/configparser.egg-info/SOURCES.txt' writing manifest file 'src/configparser.egg-info/SOURCES.txt' + sphinx-build-3 -b html docs docs/_build/html Running Sphinx v1.7.6 making output directory... loading pickled environment... not yet created building [mo]: targets for 0 po files that are out of date building [html]: targets for 2 source files that are out of date updating environment: 2 added, 0 changed, 0 removed reading sources... [ 50%] history reading sources... [100%] index /usr/lib64/python3.7/configparser.py:docstring of configparser:22: WARNING: Block quote ends without a blank line; unexpected unindent. /usr/lib64/python3.7/configparser.py:docstring of configparser:22: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:26: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:30: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:33: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:37: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:44: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:48: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:88: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:88: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:103: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:103: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:103: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:103: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser:136: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.ParsingError.filename:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:8: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:11: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:11: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.get:11: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.has_option:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.has_option:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.items:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.items:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.read_dict:10: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.read_file:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.read_file:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.read_file:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.read_file:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.read_file:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.RawConfigParser.write:3: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.BasicInterpolation:10: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/lib64/python3.7/configparser.py:docstring of configparser.ExtendedInterpolation:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 50%] history writing output... [100%] index generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 40 warnings. The HTML pages are in docs/_build/html. + 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.yPrh1g/BUILD/tmp /bin/sh -e /tmp/B.yPrh1g/BUILD/tmp/rpm-tmp.72393 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.yPrh1g/BUILD/tmp + umask 022 + cd /tmp/B.yPrh1g/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder + /bin/mkdir -p /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder + cd configparser-4.0.2 + rm -rf /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-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/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.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder' running build running build_py running egg_info writing requirements to src/configparser.egg-info/requires.txt writing src/configparser.egg-info/PKG-INFO writing top-level names to src/configparser.egg-info/top_level.txt writing dependency_links to src/configparser.egg-info/dependency_links.txt reading manifest file 'src/configparser.egg-info/SOURCES.txt' writing manifest file 'src/configparser.egg-info/SOURCES.txt' running install running install_lib creating /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder creating /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr creating /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share creating /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7 creating /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages copying build-2/lib/configparser.py -> /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages creating /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports copying build-2/lib/backports/__init__.py -> /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports creating /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/configparser copying build-2/lib/backports/configparser/__init__.py -> /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/configparser copying build-2/lib/backports/configparser/helpers.py -> /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/configparser byte-compiling /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/configparser.py to configparser.pyc byte-compiling /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/__init__.py to __init__.pyc byte-compiling /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/configparser/__init__.py to __init__.pyc byte-compiling /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/configparser/helpers.py to helpers.pyc writing byte-compilation script '/tmp/B.yPrh1g/BUILD/tmp/tmpPNZT2n.py' /usr/bin/python -OO /tmp/B.yPrh1g/BUILD/tmp/tmpPNZT2n.py removing /tmp/B.yPrh1g/BUILD/tmp/tmpPNZT2n.py running install_egg_info Copying src/configparser.egg-info to /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/configparser-4.0.2-py2.7.egg-info running install_scripts + '[' ! -d /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/lib64/python2.7/site-packages ']' + ln -s ../../configparser.pyc /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/configparser/ + ln -s ../../configparser.pyo /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/configparser/ + /bin/rm '--interactive=never' /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/__init__.pyc /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/python2.7/site-packages/backports/__init__.pyo + __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/4 files hardlinked Processing files: python-configparser-4.0.2-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.yPrh1g/BUILD/tmp /bin/sh -e /tmp/B.yPrh1g/BUILD/tmp/rpm-tmp.72393 + umask 022 + cd /tmp/B.yPrh1g/BUILD + cd configparser-4.0.2 + DOCDIR=/tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-4.0.2 + export DOCDIR + rm -rf /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-4.0.2 + /bin/mkdir -p /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-4.0.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-4.0.2... Documentation compressed. + cp -pr README.rst configparser.rst /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-4.0.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-4.0.2... ./README.rst ./configparser.rst Documentation compressed. + exit 0 Requires: python(abi) = 2.7 Processing files: python-configparser-apidocs-4.0.2-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.yPrh1g/BUILD/tmp /bin/sh -e /tmp/B.yPrh1g/BUILD/tmp/rpm-tmp.72393 + umask 022 + cd /tmp/B.yPrh1g/BUILD + cd configparser-4.0.2 + DOCDIR=/tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-apidocs-4.0.2 + export DOCDIR + rm -rf /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-apidocs-4.0.2 + /bin/mkdir -p /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-apidocs-4.0.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-apidocs-4.0.2... Documentation compressed. + cp -pr docs/_build/html/_static docs/_build/html/genindex.html docs/_build/html/history.html docs/_build/html/index.html docs/_build/html/py-modindex.html docs/_build/html/search.html docs/_build/html/searchindex.js /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-apidocs-4.0.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder/usr/share/doc/python-configparser-apidocs-4.0.2... Documentation compressed. + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder Wrote: /tmp/B.yPrh1g/RPMS/python-configparser-4.0.2-1.noarch.rpm Wrote: /tmp/B.yPrh1g/RPMS/python-configparser-apidocs-4.0.2-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.yPrh1g/BUILD/tmp /bin/sh -e /tmp/B.yPrh1g/BUILD/tmp/rpm-tmp.57379 + umask 022 + cd /tmp/B.yPrh1g/BUILD + cd configparser-4.0.2 + /bin/rm '--interactive=never' -rf /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder + rm -rf /tmp/B.yPrh1g/BUILD/tmp/python-configparser-4.0.2-root-builder ended at: Wed Oct 30 20:51:02 2019, done in 0:00:02.947306 + chmod -R u+rwX /tmp/B.yPrh1g/BUILD + rm -rf /tmp/B.yPrh1g/tmp /tmp/B.yPrh1g/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..511 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages Preparing... ################################################## python-configparser ################################################## End-TLD-Builder-Info + rm -rf /tmp/B.yPrh1g Begin-TLD-Builder-Info Build-Time: user:2.68s sys:0.48s real:4.97s (faults io:0 non-io:172198) Files queued for ftp: 149151 python-configparser-apidocs-4.0.2-1.noarch.rpm 50795 python-configparser-4.0.2-1.noarch.rpm 157 python-configparser-4.0.2-1.src.rpm.uploadinfo End-TLD-Builder-Info