request from: hawk checking if we should skip the build started at: Thu Aug 30 13:33:06 2018 fetching http://kraz.tld-linux.org/~builderti//srpms/d465fe84-1678-492e-a89f-391cbe626585/python-testscenarios-0.5.0-3.src.rpm fetched 26906 bytes, 112.1 K/s installing srpm: python-testscenarios-0.5.0-3.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B.snkbPc/BUILD /tmp/B.snkbPc/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-testscenarios-0.5.0-3.src.rpm * Thu Aug 30 2018 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-testscenarios.git;a=log;h=5eafe5359edb9607169f9b224fde322181dff8f5 * Thu Jul 26 2018 Jakub Bogusz 5eafe53 - tests are passing with fixed testtools packaging (when testtools.tests.helpers are importable) * Tue Jul 03 2018 Arkadiusz Miƛkiewicz 270fe9a - release 3 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.snkbPc' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests python-testscenarios-0.5.0-3.src.rpm python-testscenarios ################################################## + rm -f python-testscenarios-0.5.0-3.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B.snkbPc/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B.snkbPc/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.snkbPc' --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.snkbPc/python-testscenarios.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: d465fe84-1678-492e-a89f-391cbe626585; TMPDIR=/tmp/B.snkbPc/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.snkbPc' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.snkbPc/python-testscenarios.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: d465fe84-1678-492e-a89f-391cbe626585 + TMPDIR=/tmp/B.snkbPc/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B.snkbPc' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target i686-tld-linux /tmp/B.snkbPc/python-testscenarios.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.snkbPc/BUILD/tmp /bin/sh -e /tmp/B.snkbPc/BUILD/tmp/rpm-tmp.25164 + umask 022 + cd /tmp/B.snkbPc/BUILD + cd /tmp/B.snkbPc/BUILD + rm -rf testscenarios-0.5.0 + /usr/bin/gzip -dc /tmp/B.snkbPc/testscenarios-0.5.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd testscenarios-0.5.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.snkbPc/BUILD/tmp /bin/sh -e /tmp/B.snkbPc/BUILD/tmp/rpm-tmp.25164 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.snkbPc/BUILD/tmp + umask 022 + cd /tmp/B.snkbPc/BUILD + cd testscenarios-0.5.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 -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' running build running build_py creating build-2 creating build-2/lib creating build-2/lib/testscenarios copying testscenarios/scenarios.py -> build-2/lib/testscenarios copying testscenarios/__init__.py -> build-2/lib/testscenarios copying testscenarios/testcase.py -> build-2/lib/testscenarios creating build-2/lib/testscenarios/tests copying testscenarios/tests/__init__.py -> build-2/lib/testscenarios/tests copying testscenarios/tests/test_scenarios.py -> build-2/lib/testscenarios/tests copying testscenarios/tests/test_testcase.py -> build-2/lib/testscenarios/tests running egg_info writing requirements to testscenarios.egg-info/requires.txt writing testscenarios.egg-info/PKG-INFO writing top-level names to testscenarios.egg-info/top_level.txt writing dependency_links to testscenarios.egg-info/dependency_links.txt [pbr] Reusing existing SOURCES.txt + 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/testscenarios creating build-3/lib/testscenarios/tests copying testscenarios/tests/__init__.py -> build-3/lib/testscenarios/tests copying testscenarios/tests/test_scenarios.py -> build-3/lib/testscenarios/tests copying testscenarios/tests/test_testcase.py -> build-3/lib/testscenarios/tests copying testscenarios/scenarios.py -> build-3/lib/testscenarios copying testscenarios/__init__.py -> build-3/lib/testscenarios copying testscenarios/testcase.py -> build-3/lib/testscenarios running egg_info writing testscenarios.egg-info/PKG-INFO writing dependency_links to testscenarios.egg-info/dependency_links.txt writing requirements to testscenarios.egg-info/requires.txt writing top-level names to testscenarios.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt + 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.snkbPc/BUILD/tmp /bin/sh -e /tmp/B.snkbPc/BUILD/tmp/rpm-tmp.41896 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.snkbPc/BUILD/tmp + umask 022 + cd /tmp/B.snkbPc/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder + /bin/mkdir -p /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder + cd testscenarios-0.5.0 + rm -rf /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-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.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder' running build running build_py running egg_info writing requirements to testscenarios.egg-info/requires.txt writing testscenarios.egg-info/PKG-INFO writing top-level names to testscenarios.egg-info/top_level.txt writing dependency_links to testscenarios.egg-info/dependency_links.txt [pbr] Reusing existing SOURCES.txt running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7 creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios copying build-2/lib/testscenarios/scenarios.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios copying build-2/lib/testscenarios/__init__.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios copying build-2/lib/testscenarios/testcase.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/tests copying build-2/lib/testscenarios/tests/__init__.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/tests copying build-2/lib/testscenarios/tests/test_scenarios.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/tests copying build-2/lib/testscenarios/tests/test_testcase.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/tests byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/scenarios.py to scenarios.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/__init__.py to __init__.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/testcase.py to testcase.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/tests/__init__.py to __init__.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/tests/test_scenarios.py to test_scenarios.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/tests/test_testcase.py to test_testcase.pyc writing byte-compilation script '/tmp/B.snkbPc/BUILD/tmp/tmpGS8gsZ.py' /usr/bin/python -OO /tmp/B.snkbPc/BUILD/tmp/tmpGS8gsZ.py removing /tmp/B.snkbPc/BUILD/tmp/tmpGS8gsZ.py running install_egg_info Copying testscenarios.egg-info to /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios-0.5.0-py2.7.egg-info running install_scripts + '[' ! -d /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/lib/python2.7/site-packages ']' + /bin/rm '--interactive=never' -r /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python2.7/site-packages/testscenarios/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' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python3.7/site-packages' '--install-platlib=/usr/lib/python3.7/site-packages' '--optimize=2' '--root=/tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder' running build running build_py running egg_info writing testscenarios.egg-info/PKG-INFO writing dependency_links to testscenarios.egg-info/dependency_links.txt writing requirements to testscenarios.egg-info/requires.txt writing top-level names to testscenarios.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7 creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios copying build-3/lib/testscenarios/scenarios.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios copying build-3/lib/testscenarios/__init__.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios copying build-3/lib/testscenarios/testcase.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios creating /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/tests copying build-3/lib/testscenarios/tests/__init__.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/tests copying build-3/lib/testscenarios/tests/test_scenarios.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/tests copying build-3/lib/testscenarios/tests/test_testcase.py -> /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/tests byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/scenarios.py to scenarios.cpython-37.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/__init__.py to __init__.cpython-37.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/testcase.py to testcase.cpython-37.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/tests/test_scenarios.py to test_scenarios.cpython-37.pyc byte-compiling /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/tests/test_testcase.py to test_testcase.cpython-37.pyc writing byte-compilation script '/tmp/B.snkbPc/BUILD/tmp/tmp3dlbjqm6.py' /usr/bin/python3 /tmp/B.snkbPc/BUILD/tmp/tmp3dlbjqm6.py removing /tmp/B.snkbPc/BUILD/tmp/tmp3dlbjqm6.py running install_egg_info Copying testscenarios.egg-info to /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios-0.5.0-py3.7.egg-info running install_scripts + /bin/rm '--interactive=never' -r /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/python3.7/site-packages/testscenarios/tests + __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: 1/9 files hardlinked Processing files: python-testscenarios-0.5.0-3 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.snkbPc/BUILD/tmp /bin/sh -e /tmp/B.snkbPc/BUILD/tmp/rpm-tmp.18986 + umask 022 + cd /tmp/B.snkbPc/BUILD + cd testscenarios-0.5.0 + DOCDIR=/tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python-testscenarios-0.5.0 + export DOCDIR + rm -rf /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python-testscenarios-0.5.0 + /bin/mkdir -p /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python-testscenarios-0.5.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python-testscenarios-0.5.0... Documentation compressed. + cp -pr AUTHORS BSD COPYING ChangeLog GOALS NEWS README /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python-testscenarios-0.5.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python-testscenarios-0.5.0... ./NEWS ./AUTHORS ./ChangeLog ./README ./GOALS ./COPYING ./BSD Documentation compressed. + exit 0 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 Requires: python(abi) = 2.7 Processing files: python3-testscenarios-0.5.0-3 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.snkbPc/BUILD/tmp /bin/sh -e /tmp/B.snkbPc/BUILD/tmp/rpm-tmp.18986 + umask 022 + cd /tmp/B.snkbPc/BUILD + cd testscenarios-0.5.0 + DOCDIR=/tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python3-testscenarios-0.5.0 + export DOCDIR + rm -rf /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python3-testscenarios-0.5.0 + /bin/mkdir -p /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python3-testscenarios-0.5.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python3-testscenarios-0.5.0... Documentation compressed. + cp -pr AUTHORS BSD COPYING ChangeLog GOALS NEWS README /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python3-testscenarios-0.5.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder/usr/share/doc/python3-testscenarios-0.5.0... ./NEWS ./AUTHORS ./ChangeLog ./README ./GOALS ./COPYING ./BSD Documentation compressed. + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder Wrote: /tmp/B.snkbPc/RPMS/python-testscenarios-0.5.0-3.noarch.rpm Wrote: /tmp/B.snkbPc/RPMS/python3-testscenarios-0.5.0-3.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.snkbPc/BUILD/tmp /bin/sh -e /tmp/B.snkbPc/BUILD/tmp/rpm-tmp.35394 + umask 022 + cd /tmp/B.snkbPc/BUILD + cd testscenarios-0.5.0 + /bin/rm '--interactive=never' -rf /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder + rm -rf /tmp/B.snkbPc/BUILD/tmp/python-testscenarios-0.5.0-root-builder ended at: Thu Aug 30 13:33:11 2018, done in 0:00:03.411744 mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B.snkbPc/BUILD + rm -rf /tmp/B.snkbPc/tmp /tmp/B.snkbPc/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 End-TLD-Builder-Info mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B.snkbPc Begin-TLD-Builder-Info Build-Time: user:3.06s sys:0.40s real:4.84s (faults io:10 non-io:189064) Files queued for ftp: 25416 python3-testscenarios-0.5.0-3.noarch.rpm 23476 python-testscenarios-0.5.0-3.noarch.rpm 153 python-testscenarios-0.5.0-3.src.rpm.uploadinfo End-TLD-Builder-Info