request from: hawk checking if we should skip the build started at: Sat Dec 7 13:33:16 2019 fetching http://src.tld-linux.org/~builderti//srpms/0a4cda53-64b9-47f2-bedc-44a1da8e0184/python-mock-2.0.0-4.src.rpm fetched 81327 bytes, 2128.1 K/s installing srpm: python-mock-2.0.0-4.src.rpm + install -d /tmp/B.b5lxn2/BUILD /tmp/B.b5lxn2/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-mock-2.0.0-4.src.rpm * Sat Dec 07 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-mock.git;a=log;h=5515b7a0be1fd83d74215f28c946fb5aa0f55870 * Tue Oct 29 2019 Jakub Bogusz 5515b7a - pbr is required for setup * Mon Oct 28 2019 Jan Rękorajski 42d7dba - rebuild with python 3.8 - release 4 (by relup.sh) + rpm -Uhv --nodeps --define '_topdir /tmp/B.b5lxn2' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests python-mock-2.0.0-4.src.rpm python-mock ################################################## + rm -f python-mock-2.0.0-4.src.rpm + install -m 700 -d /tmp/B.b5lxn2/BUILD/tmp + TMPDIR=/tmp/B.b5lxn2/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.b5lxn2' --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.b5lxn2/python-mock.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: 0a4cda53-64b9-47f2-bedc-44a1da8e0184; TMPDIR=/tmp/B.b5lxn2/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.b5lxn2' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.b5lxn2/python-mock.spec + : build-id: 0a4cda53-64b9-47f2-bedc-44a1da8e0184 + TMPDIR=/tmp/B.b5lxn2/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.b5lxn2' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --without tests --target x86_64-tld-linux /tmp/B.b5lxn2/python-mock.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.b5lxn2/BUILD/tmp /bin/sh -e /tmp/B.b5lxn2/BUILD/tmp/rpm-tmp.90597 + umask 022 + cd /tmp/B.b5lxn2/BUILD + cd /tmp/B.b5lxn2/BUILD + rm -rf mock-2.0.0 + /usr/bin/gzip -dc /tmp/B.b5lxn2/mock-2.0.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mock-2.0.0 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + chmod a-w AUTHORS ChangeLog + 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.b5lxn2/BUILD/tmp /bin/sh -e /tmp/B.b5lxn2/BUILD/tmp/rpm-tmp.90597 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.b5lxn2/BUILD/tmp + umask 022 + cd /tmp/B.b5lxn2/BUILD + cd mock-2.0.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/mock creating build-2/lib/mock/tests copying mock/tests/testsentinel.py -> build-2/lib/mock/tests copying mock/tests/__main__.py -> build-2/lib/mock/tests copying mock/tests/testhelpers.py -> build-2/lib/mock/tests copying mock/tests/testmock.py -> build-2/lib/mock/tests copying mock/tests/testmagicmethods.py -> build-2/lib/mock/tests copying mock/tests/__init__.py -> build-2/lib/mock/tests copying mock/tests/testpatch.py -> build-2/lib/mock/tests copying mock/tests/support.py -> build-2/lib/mock/tests copying mock/tests/testcallable.py -> build-2/lib/mock/tests copying mock/tests/testwith.py -> build-2/lib/mock/tests copying mock/mock.py -> build-2/lib/mock copying mock/__init__.py -> build-2/lib/mock running egg_info writing requirements to mock.egg-info/requires.txt writing mock.egg-info/PKG-INFO writing top-level names to mock.egg-info/top_level.txt writing dependency_links to mock.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 -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/mock copying mock/mock.py -> build-3/lib/mock copying mock/__init__.py -> build-3/lib/mock creating build-3/lib/mock/tests copying mock/tests/testsentinel.py -> build-3/lib/mock/tests copying mock/tests/__main__.py -> build-3/lib/mock/tests copying mock/tests/testhelpers.py -> build-3/lib/mock/tests copying mock/tests/testmock.py -> build-3/lib/mock/tests copying mock/tests/testmagicmethods.py -> build-3/lib/mock/tests copying mock/tests/__init__.py -> build-3/lib/mock/tests copying mock/tests/testpatch.py -> build-3/lib/mock/tests copying mock/tests/support.py -> build-3/lib/mock/tests copying mock/tests/testcallable.py -> build-3/lib/mock/tests copying mock/tests/testwith.py -> build-3/lib/mock/tests running egg_info writing mock.egg-info/PKG-INFO writing dependency_links to mock.egg-info/dependency_links.txt writing requirements to mock.egg-info/requires.txt writing top-level names to mock.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt + PYTHONPATH=. sphinx-build-3 -b html docs 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%] changelog reading sources... [100%] index /tmp/B.b5lxn2/BUILD/mock-2.0.0/docs/changelog.txt:530: WARNING: Inline strong start-string without end-string. /tmp/B.b5lxn2/BUILD/mock-2.0.0/docs/index.txt:118: WARNING: Title level inconsistent: Development =========== /tmp/B.b5lxn2/BUILD/mock-2.0.0/docs/index.txt:131: WARNING: Title level inconsistent: Releasing ========= /tmp/B.b5lxn2/BUILD/mock-2.0.0/docs/index.txt:141: WARNING: Title level inconsistent: Backporting rules ================= /tmp/B.b5lxn2/BUILD/mock-2.0.0/docs/index.txt:147: WARNING: Title level inconsistent: Backporting process =================== looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 50%] changelog 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, 5 warnings. The HTML pages are in html. + /bin/rm '--interactive=never' -r html/_sources html/.doctrees html/.buildinfo + 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.b5lxn2/BUILD/tmp /bin/sh -e /tmp/B.b5lxn2/BUILD/tmp/rpm-tmp.84725 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.b5lxn2/BUILD/tmp + umask 022 + cd /tmp/B.b5lxn2/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder + /bin/mkdir -p /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder + cd mock-2.0.0 + rm -rf /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.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 -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.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder' running build running build_py running egg_info writing requirements to mock.egg-info/requires.txt writing mock.egg-info/PKG-INFO writing top-level names to mock.egg-info/top_level.txt writing dependency_links to mock.egg-info/dependency_links.txt [pbr] Reusing existing SOURCES.txt running install running install_lib creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7 creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/testsentinel.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/__main__.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/testhelpers.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/testmock.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/testmagicmethods.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/__init__.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/testpatch.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/support.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/testcallable.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/tests/testwith.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests copying build-2/lib/mock/mock.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock copying build-2/lib/mock/__init__.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/testsentinel.py to testsentinel.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/__main__.py to __main__.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/testhelpers.py to testhelpers.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/testmock.py to testmock.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/testmagicmethods.py to testmagicmethods.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/__init__.py to __init__.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/testpatch.py to testpatch.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/support.py to support.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/testcallable.py to testcallable.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/tests/testwith.py to testwith.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/mock.py to mock.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock/__init__.py to __init__.pyc writing byte-compilation script '/tmp/B.b5lxn2/BUILD/tmp/tmpcD8CRT.py' /usr/bin/python -OO /tmp/B.b5lxn2/BUILD/tmp/tmpcD8CRT.py removing /tmp/B.b5lxn2/BUILD/tmp/tmpcD8CRT.py running install_egg_info Copying mock.egg-info to /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages/mock-2.0.0-py2.7.egg-info running install_scripts /usr/share/python2.7/site-packages/pbr/packaging.py:401: EasyInstallDeprecationWarning: Use get_header + '[' ! -d /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages ']' + find /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + '[' ! -d /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.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.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder' running build running build_py running egg_info writing mock.egg-info/PKG-INFO writing dependency_links to mock.egg-info/dependency_links.txt writing requirements to mock.egg-info/requires.txt writing top-level names to mock.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt running install running install_lib creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8 creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock creating /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/testsentinel.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/__main__.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/testhelpers.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/testmock.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/testmagicmethods.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/__init__.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/testpatch.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/support.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/testcallable.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/tests/testwith.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests copying build-3/lib/mock/mock.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock copying build-3/lib/mock/__init__.py -> /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/testsentinel.py to testsentinel.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/__main__.py to __main__.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/testhelpers.py to testhelpers.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/testmock.py to testmock.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/testmagicmethods.py to testmagicmethods.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/testpatch.py to testpatch.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/support.py to support.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/testcallable.py to testcallable.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/tests/testwith.py to testwith.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/mock.py to mock.cpython-38.pyc byte-compiling /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/B.b5lxn2/BUILD/tmp/tmpp06iit6v.py' /usr/bin/python3 /tmp/B.b5lxn2/BUILD/tmp/tmpp06iit6v.py removing /tmp/B.b5lxn2/BUILD/tmp/tmpp06iit6v.py running install_egg_info Copying mock.egg-info to /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock-2.0.0-py3.8.egg-info running install_scripts /usr/share/python3.8/site-packages/pbr/packaging.py:401: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + /bin/sed -i -e '/^\[:(python_version<"3.3")]/,/^$/d' /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/python3.8/site-packages/mock-2.0.0-py3.8.egg-info/requires.txt + __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: 9/36 files hardlinked Processing files: python-mock-2.0.0-4 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.b5lxn2/BUILD/tmp /bin/sh -e /tmp/B.b5lxn2/BUILD/tmp/rpm-tmp.62544 + umask 022 + cd /tmp/B.b5lxn2/BUILD + cd mock-2.0.0 + DOCDIR=/tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-2.0.0 + export DOCDIR + rm -rf /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-2.0.0 + /bin/mkdir -p /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-2.0.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-2.0.0... Documentation compressed. + cp -pr AUTHORS ChangeLog LICENSE.txt NEWS README.rst /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-2.0.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-2.0.0... ./ChangeLog ./README.rst ./LICENSE.txt ./NEWS ./AUTHORS Documentation compressed. + exit 0 Provides: pythonegg(mock) = 2.0.0 Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: python(abi) python(abi) = 2.7 pythonegg(funcsigs) >= 1 pythonegg(pbr) >= 0.11 pythonegg(six) >= 1.9 Processing files: python3-mock-2.0.0-4 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.b5lxn2/BUILD/tmp /bin/sh -e /tmp/B.b5lxn2/BUILD/tmp/rpm-tmp.31026 + umask 022 + cd /tmp/B.b5lxn2/BUILD + cd mock-2.0.0 + DOCDIR=/tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python3-mock-2.0.0 + export DOCDIR + rm -rf /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python3-mock-2.0.0 + /bin/mkdir -p /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python3-mock-2.0.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python3-mock-2.0.0... Documentation compressed. + cp -pr AUTHORS ChangeLog LICENSE.txt NEWS README.rst /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python3-mock-2.0.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python3-mock-2.0.0... ./ChangeLog ./README.rst ./LICENSE.txt ./NEWS ./AUTHORS Documentation compressed. + exit 0 Provides: python3egg(mock) = 2.0.0 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: python(abi) python(abi) = 3.8 python3egg(pbr) >= 0.11 python3egg(six) >= 1.9 Processing files: python-mock-apidocs-2.0.0-4 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.b5lxn2/BUILD/tmp /bin/sh -e /tmp/B.b5lxn2/BUILD/tmp/rpm-tmp.66671 + umask 022 + cd /tmp/B.b5lxn2/BUILD + cd mock-2.0.0 + DOCDIR=/tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-apidocs-2.0.0 + export DOCDIR + rm -rf /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-apidocs-2.0.0 + /bin/mkdir -p /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-apidocs-2.0.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-apidocs-2.0.0... Documentation compressed. + cp -pr html/_static html/changelog.html html/genindex.html html/index.html html/objects.inv html/py-modindex.html html/search.html html/searchindex.js /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-apidocs-2.0.0 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder/usr/share/doc/python-mock-apidocs-2.0.0... ./objects.inv Documentation compressed. + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder Wrote: /tmp/B.b5lxn2/RPMS/python-mock-2.0.0-4.noarch.rpm Wrote: /tmp/B.b5lxn2/RPMS/python3-mock-2.0.0-4.noarch.rpm Wrote: /tmp/B.b5lxn2/RPMS/python-mock-apidocs-2.0.0-4.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.b5lxn2/BUILD/tmp /bin/sh -e /tmp/B.b5lxn2/BUILD/tmp/rpm-tmp.66671 + umask 022 + cd /tmp/B.b5lxn2/BUILD + cd mock-2.0.0 + /bin/rm '--interactive=never' -rf /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder + rm -rf /tmp/B.b5lxn2/BUILD/tmp/python-mock-2.0.0-root-builder ended at: Sat Dec 7 13:33:45 2019, done in 0:00:28.140387 + chmod -R u+rwX /tmp/B.b5lxn2/BUILD + rm -rf /tmp/B.b5lxn2/tmp /tmp/B.b5lxn2/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 error: Failed dependencies: pythonegg(funcsigs) >= 1 is needed by python-mock-2.0.0-4.noarch package upgrade failed End-TLD-Builder-Info + rm -rf /tmp/B.b5lxn2 Begin-TLD-Builder-Info Build-Time: user:24.85s sys:3.22s real:29.04s (faults io:0 non-io:794405) Files queued for ftp: 154084 python-mock-apidocs-2.0.0-4.noarch.rpm 136587 python3-mock-2.0.0-4.noarch.rpm 90011 python-mock-2.0.0-4.noarch.rpm 175 python-mock-2.0.0-4.src.rpm.uploadinfo End-TLD-Builder-Info