Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-py.spec'], chrootPath='/var/lib/mock/1021512-epel-7-x86_64-1566842623.354462/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.f02dq7em:/etc/resolv.conf']unshare_net=FalseprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.f02dq7em:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '2a7d657e6c4842bbab0bc514a26c38b7', '-D', '/var/lib/mock/1021512-epel-7-x86_64-1566842623.354462/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.f02dq7em:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-py.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: sh: /usr/bin/python2: No such file or directory BUILDSTDERR: sh: /usr/bin/python2: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-py-1.7.0-3.el7.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-py.spec'], chrootPath='/var/lib/mock/1021512-epel-7-x86_64-1566842623.354462/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.f02dq7em:/etc/resolv.conf']unshare_net=FalseprintOutput=True) Using nspawn with args ['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.f02dq7em:/etc/resolv.conf'] Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '58b719c8e35342d6843b41eb69893244', '-D', '/var/lib/mock/1021512-epel-7-x86_64-1566842623.354462/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.f02dq7em:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-py.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RFKZdS + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf py-1.7.0 + /usr/bin/mkdir -p py-1.7.0 + cd py-1.7.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/py-1.7.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find py-1.7.0 -type f -a '(' -name '*.py' -o -name 'py.*' ')' -exec sed -i '1{/^#!/d}' '{}' ';' -exec chmod u=rw,go=r '{}' ';' + mv py-1.7.0 python2 + cp -a python2 python3 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Jcyxqe + umask 022 + cd /builddir/build/BUILD + cd py-1.7.0 + pushd python2 ~/build/BUILD/py-1.7.0/python2 ~/build/BUILD/py-1.7.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/py copying py/__init__.py -> build/lib/py copying py/__metainfo.py -> build/lib/py copying py/_builtin.py -> build/lib/py copying py/_error.py -> build/lib/py copying py/_std.py -> build/lib/py copying py/_version.py -> build/lib/py copying py/_xmlgen.py -> build/lib/py copying py/test.py -> build/lib/py creating build/lib/py/_vendored_packages copying py/_vendored_packages/__init__.py -> build/lib/py/_vendored_packages copying py/_vendored_packages/apipkg.py -> build/lib/py/_vendored_packages copying py/_vendored_packages/iniconfig.py -> build/lib/py/_vendored_packages creating build/lib/py/_process copying py/_process/__init__.py -> build/lib/py/_process copying py/_process/cmdexec.py -> build/lib/py/_process copying py/_process/forkedfunc.py -> build/lib/py/_process copying py/_process/killproc.py -> build/lib/py/_process creating build/lib/py/_path copying py/_path/__init__.py -> build/lib/py/_path copying py/_path/cacheutil.py -> build/lib/py/_path copying py/_path/common.py -> build/lib/py/_path copying py/_path/local.py -> build/lib/py/_path copying py/_path/svnurl.py -> build/lib/py/_path copying py/_path/svnwc.py -> build/lib/py/_path creating build/lib/py/_log copying py/_log/__init__.py -> build/lib/py/_log copying py/_log/log.py -> build/lib/py/_log copying py/_log/warning.py -> build/lib/py/_log creating build/lib/py/_io copying py/_io/__init__.py -> build/lib/py/_io copying py/_io/capture.py -> build/lib/py/_io copying py/_io/saferepr.py -> build/lib/py/_io copying py/_io/terminalwriter.py -> build/lib/py/_io creating build/lib/py/_code copying py/_code/__init__.py -> build/lib/py/_code copying py/_code/_assertionnew.py -> build/lib/py/_code copying py/_code/_assertionold.py -> build/lib/py/_code copying py/_code/_py2traceback.py -> build/lib/py/_code copying py/_code/assertion.py -> build/lib/py/_code copying py/_code/code.py -> build/lib/py/_code copying py/_code/source.py -> build/lib/py/_code + sleep 1 BUILDSTDERR: ++ pwd + make -C doc html PYTHONPATH=/builddir/build/BUILD/py-1.7.0/python2 SPHINXBUILD=sphinx-build make: Entering directory `/builddir/build/BUILD/py-1.7.0/python2/doc' sphinx-build -b html -d _build/doctrees . _build/html BUILDSTDERR: Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/objects.inv... building [html]: targets for 27 source files that are out of date updating environment: 27 added, 0 changed, 0 removed reading sources... [ 3%] announce/release-0.9.0 reading sources... [ 7%] announce/release-0.9.2 reading sources... [ 11%] announce/release-1.0.0 reading sources... [ 14%] announce/release-1.0.1 reading sources... [ 18%] announce/release-1.0.2 reading sources... [ 22%] announce/release-1.1.0 reading sources... [ 25%] announce/release-1.1.1 reading sources... [ 29%] announce/release-1.2.0 reading sources... [ 33%] announce/release-1.2.1 reading sources... [ 37%] announce/release-1.3.0 reading sources... [ 40%] announce/release-1.3.1 reading sources... [ 44%] announce/release-1.3.2 reading sources... [ 48%] announce/release-1.3.3 reading sources... [ 51%] announce/release-1.3.4 reading sources... [ 55%] announce/release-1.4.0 reading sources... [ 59%] announce/release-1.4.1 reading sources... [ 62%] announce/releases reading sources... [ 66%] changelog reading sources... [ 70%] code reading sources... [ 74%] faq reading sources... [ 77%] index reading sources... [ 81%] install reading sources... [ 85%] io reading sources... [ 88%] log reading sources... [ 92%] misc reading sources... [ 96%] path reading sources... [100%] xml BUILDSTDERR: ../CHANGELOG:426: WARNING: Inline emphasis start-string without end-string. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/changelog.txt:: ERROR: Anonymous hyperlink mismatch: 1 references but 0 targets. BUILDSTDERR: See "backrefs" attribute for IDs. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/index.txt:15: WARNING: toctree contains reference to nonexisting document u':maxdepth: 2' BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/index.txt:27: WARNING: toctree contains reference to nonexisting document u'announce/release-2.0.0' BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/index.txt:27: WARNING: toctree contains reference to nonexisting document u'announce/*' BUILDSTDERR: links.inc:10: WARNING: Duplicate explicit target name: "pytest". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/install.txt:33: ERROR: Duplicate target name, cannot be used as a unique reference: "pytest". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/local.py:docstring of py._path.local.LocalPath.new:4: WARNING: Literal block expected; none found. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/local.py:docstring of py._path.local.LocalPath.new:7: ERROR: Unexpected indentation. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/local.py:docstring of py._path.local.LocalPath.new:9: ERROR: Unexpected indentation. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:7: ERROR: Unexpected indentation. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:9: ERROR: Unexpected indentation. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:5: ERROR: Undefined substitution referenced: "-----------------------". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:7: ERROR: Undefined substitution referenced: "------". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:7: ERROR: Undefined substitution referenced: "--". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:9: ERROR: Undefined substitution referenced: "--". looking for now-outdated files... none found pickling environment... done BUILDSTDERR: checking consistency... /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-0.9.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-0.9.2.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.0.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.0.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.0.2.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.1.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.1.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.2.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.2.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.3.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.3.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.3.2.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.3.3.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.3.4.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.4.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/release-1.4.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/announce/releases.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python2/doc/faq.txt:: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 3%] announce/release-0.9.0 writing output... [ 7%] announce/release-0.9.2 writing output... [ 11%] announce/release-1.0.0 writing output... [ 14%] announce/release-1.0.1 writing output... [ 18%] announce/release-1.0.2 writing output... [ 22%] announce/release-1.1.0 writing output... [ 25%] announce/release-1.1.1 writing output... [ 29%] announce/release-1.2.0 writing output... [ 33%] announce/release-1.2.1 writing output... [ 37%] announce/release-1.3.0 writing output... [ 40%] announce/release-1.3.1 writing output... [ 44%] announce/release-1.3.2 writing output... [ 48%] announce/release-1.3.3 writing output... [ 51%] announce/release-1.3.4 writing output... [ 55%] announce/release-1.4.0 writing output... [ 59%] announce/release-1.4.1 writing output... [ 62%] announce/releases writing output... [ 66%] changelog writing output... [ 70%] code writing output... [ 74%] faq writing output... [ 77%] index writing output... [ 81%] install writing output... [ 85%] io writing output... [ 88%] log writing output... [ 92%] misc writing output... [ 96%] path writing output... [100%] xml writing additional files... (5 module code pages) _modules/index genindex search BUILDSTDERR: copying static files... WARNING: html_static_path entry '/builddir/build/BUILD/py-1.7.0/python2/doc/_static' does not exist done dumping search index... done dumping object inventory... done build succeeded, 35 warnings. Build finished. The HTML pages are in _build/html. make: Leaving directory `/builddir/build/BUILD/py-1.7.0/python2/doc' + popd ~/build/BUILD/py-1.7.0 ~/build/BUILD/py-1.7.0/python3 ~/build/BUILD/py-1.7.0 + pushd python3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.6 setup.py build '--executable=/usr/bin/python3.6 -s' running build running build_py creating build creating build/lib creating build/lib/py copying py/test.py -> build/lib/py copying py/_xmlgen.py -> build/lib/py copying py/_version.py -> build/lib/py copying py/_std.py -> build/lib/py copying py/_error.py -> build/lib/py copying py/_builtin.py -> build/lib/py copying py/__metainfo.py -> build/lib/py copying py/__init__.py -> build/lib/py creating build/lib/py/_code copying py/_code/source.py -> build/lib/py/_code copying py/_code/code.py -> build/lib/py/_code copying py/_code/assertion.py -> build/lib/py/_code copying py/_code/_py2traceback.py -> build/lib/py/_code copying py/_code/_assertionold.py -> build/lib/py/_code copying py/_code/_assertionnew.py -> build/lib/py/_code copying py/_code/__init__.py -> build/lib/py/_code creating build/lib/py/_io copying py/_io/terminalwriter.py -> build/lib/py/_io copying py/_io/saferepr.py -> build/lib/py/_io copying py/_io/capture.py -> build/lib/py/_io copying py/_io/__init__.py -> build/lib/py/_io creating build/lib/py/_log copying py/_log/warning.py -> build/lib/py/_log copying py/_log/log.py -> build/lib/py/_log copying py/_log/__init__.py -> build/lib/py/_log creating build/lib/py/_path copying py/_path/svnwc.py -> build/lib/py/_path copying py/_path/svnurl.py -> build/lib/py/_path copying py/_path/local.py -> build/lib/py/_path copying py/_path/common.py -> build/lib/py/_path copying py/_path/cacheutil.py -> build/lib/py/_path copying py/_path/__init__.py -> build/lib/py/_path creating build/lib/py/_process copying py/_process/killproc.py -> build/lib/py/_process copying py/_process/forkedfunc.py -> build/lib/py/_process copying py/_process/cmdexec.py -> build/lib/py/_process copying py/_process/__init__.py -> build/lib/py/_process creating build/lib/py/_vendored_packages copying py/_vendored_packages/iniconfig.py -> build/lib/py/_vendored_packages copying py/_vendored_packages/apipkg.py -> build/lib/py/_vendored_packages copying py/_vendored_packages/__init__.py -> build/lib/py/_vendored_packages + sleep 1 BUILDSTDERR: ++ pwd + make -C doc html PYTHONPATH=/builddir/build/BUILD/py-1.7.0/python3 SPHINXBUILD=sphinx-build-3.6 make: Entering directory `/builddir/build/BUILD/py-1.7.0/python3/doc' sphinx-build-3.6 -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v1.2.3 loading pickled environment... failed: [Errno 2] No such file or directory: '/builddir/build/BUILD/py-1.7.0/python3/doc/_build/doctrees/environment.pickle' loading intersphinx inventory from http://docs.python.org/objects.inv... building [html]: targets for 27 source files that are out of date updating environment: 27 added, 0 changed, 0 removed reading sources... [ 3%] announce/release-0.9.0 reading sources... [ 7%] announce/release-0.9.2 reading sources... [ 11%] announce/release-1.0.0 reading sources... [ 14%] announce/release-1.0.1 reading sources... [ 18%] announce/release-1.0.2 reading sources... [ 22%] announce/release-1.1.0 reading sources... [ 25%] announce/release-1.1.1 reading sources... [ 29%] announce/release-1.2.0 reading sources... [ 33%] announce/release-1.2.1 reading sources... [ 37%] announce/release-1.3.0 reading sources... [ 40%] announce/release-1.3.1 reading sources... [ 44%] announce/release-1.3.2 reading sources... [ 48%] announce/release-1.3.3 reading sources... [ 51%] announce/release-1.3.4 reading sources... [ 55%] announce/release-1.4.0 reading sources... [ 59%] announce/release-1.4.1 reading sources... [ 62%] announce/releases reading sources... [ 66%] changelog reading sources... [ 70%] code reading sources... [ 74%] faq reading sources... [ 77%] index reading sources... [ 81%] install reading sources... [ 85%] io reading sources... [ 88%] log reading sources... [ 92%] misc reading sources... [ 96%] path reading sources... [100%] xml BUILDSTDERR: deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.deprecation warning: io.FileInput() argument `handle_io_errors` is ignored since "Docutils 0.10 (2012-12-16)" and will soon be removed.../CHANGELOG:426: WARNING: Inline emphasis start-string without end-string. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/changelog.txt:: ERROR: Anonymous hyperlink mismatch: 1 references but 0 targets. BUILDSTDERR: See "backrefs" attribute for IDs. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/index.txt:15: WARNING: toctree contains reference to nonexisting document ':maxdepth: 2' BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/index.txt:27: WARNING: toctree contains reference to nonexisting document 'announce/release-2.0.0' BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/index.txt:27: WARNING: toctree contains reference to nonexisting document 'announce/*' BUILDSTDERR: links.inc:10: WARNING: Duplicate explicit target name: "pytest". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/install.txt:33: ERROR: Duplicate target name, cannot be used as a unique reference: "pytest". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:7: ERROR: Unexpected indentation. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:9: ERROR: Unexpected indentation. BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:5: ERROR: Undefined substitution referenced: "-----------------------". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:7: ERROR: Undefined substitution referenced: "------". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:7: ERROR: Undefined substitution referenced: "--". BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/py/_path/svnwc.py:docstring of py._path.svnwc.SvnWCCommandPath.new:9: ERROR: Undefined substitution referenced: "--". looking for now-outdated files... none found pickling environment... done BUILDSTDERR: checking consistency... /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-0.9.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-0.9.2.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.0.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.0.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.0.2.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.1.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.1.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.2.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.2.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.3.0.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.3.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.3.2.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.3.3.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.3.4.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.4.0.txt:: WARNING: document isn't included in any toctree done BUILDSTDERR: preparing documents... /builddir/build/BUILD/py-1.7.0/python3/doc/announce/release-1.4.1.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/announce/releases.txt:: WARNING: document isn't included in any toctree BUILDSTDERR: /builddir/build/BUILD/py-1.7.0/python3/doc/faq.txt:: WARNING: document isn't included in any toctree done writing output... [ 3%] announce/release-0.9.0 writing output... [ 7%] announce/release-0.9.2 writing output... [ 11%] announce/release-1.0.0 writing output... [ 14%] announce/release-1.0.1 writing output... [ 18%] announce/release-1.0.2 writing output... [ 22%] announce/release-1.1.0 writing output... [ 25%] announce/release-1.1.1 writing output... [ 29%] announce/release-1.2.0 writing output... [ 33%] announce/release-1.2.1 writing output... [ 37%] announce/release-1.3.0 writing output... [ 40%] announce/release-1.3.1 writing output... [ 44%] announce/release-1.3.2 writing output... [ 48%] announce/release-1.3.3 writing output... [ 51%] announce/release-1.3.4 writing output... [ 55%] announce/release-1.4.0 writing output... [ 59%] announce/release-1.4.1 writing output... [ 62%] announce/releases writing output... [ 66%] changelog writing output... [ 70%] code writing output... [ 74%] faq writing output... [ 77%] index writing output... [ 81%] install writing output... [ 85%] io writing output... [ 88%] log writing output... [ 92%] misc writing output... [ 96%] path writing output... [100%] xml writing additional files... (5 module code pages) _modules/index genindex search copying static files... done copying extra files... done BUILDSTDERR: WARNING: html_static_path entry '/builddir/build/BUILD/py-1.7.0/python3/doc/_static' does not exist dumping search index... done dumping object inventory... done build succeeded, 32 warnings. Build finished. The HTML pages are in _build/html. make: Leaving directory `/builddir/build/BUILD/py-1.7.0/python3/doc' ~/build/BUILD/py-1.7.0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dmCh5y + popd + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64 + cd py-1.7.0 + pushd python2 ~/build/BUILD/py-1.7.0/python2 ~/build/BUILD/py-1.7.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code copying build/lib/py/_code/source.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code copying build/lib/py/_code/code.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code copying build/lib/py/_code/assertion.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code copying build/lib/py/_code/_py2traceback.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code copying build/lib/py/_code/_assertionold.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code copying build/lib/py/_code/_assertionnew.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code copying build/lib/py/_code/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io copying build/lib/py/_io/terminalwriter.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io copying build/lib/py/_io/saferepr.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io copying build/lib/py/_io/capture.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io copying build/lib/py/_io/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_log copying build/lib/py/_log/warning.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_log copying build/lib/py/_log/log.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_log copying build/lib/py/_log/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_log creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path copying build/lib/py/_path/svnwc.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path copying build/lib/py/_path/svnurl.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path copying build/lib/py/_path/local.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path copying build/lib/py/_path/common.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path copying build/lib/py/_path/cacheutil.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path copying build/lib/py/_path/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process copying build/lib/py/_process/killproc.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process copying build/lib/py/_process/forkedfunc.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process copying build/lib/py/_process/cmdexec.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process copying build/lib/py/_process/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_vendored_packages copying build/lib/py/_vendored_packages/iniconfig.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_vendored_packages copying build/lib/py/_vendored_packages/apipkg.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_vendored_packages copying build/lib/py/_vendored_packages/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_vendored_packages copying build/lib/py/test.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py copying build/lib/py/_xmlgen.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py copying build/lib/py/_version.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py copying build/lib/py/_std.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py copying build/lib/py/_error.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py copying build/lib/py/_builtin.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py copying build/lib/py/__metainfo.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py copying build/lib/py/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code/source.py to source.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code/code.py to code.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code/assertion.py to assertion.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code/_py2traceback.py to _py2traceback.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code/_assertionold.py to _assertionold.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code/_assertionnew.py to _assertionnew.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_code/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io/terminalwriter.py to terminalwriter.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io/saferepr.py to saferepr.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io/capture.py to capture.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_io/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_log/warning.py to warning.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_log/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_log/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path/svnwc.py to svnwc.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path/svnurl.py to svnurl.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path/cacheutil.py to cacheutil.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_path/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process/killproc.py to killproc.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process/forkedfunc.py to forkedfunc.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process/cmdexec.py to cmdexec.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_process/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_vendored_packages/iniconfig.py to iniconfig.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_vendored_packages/apipkg.py to apipkg.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_vendored_packages/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_xmlgen.py to _xmlgen.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_std.py to _std.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_error.py to _error.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/_builtin.py to _builtin.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/__metainfo.py to __metainfo.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpZ5lbuP.py' /usr/bin/python2 -O /tmp/tmpZ5lbuP.py removing /tmp/tmpZ5lbuP.py running install_egg_info running egg_info writing py.egg-info/PKG-INFO writing top-level names to py.egg-info/top_level.txt writing dependency_links to py.egg-info/dependency_links.txt reading manifest file 'py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'py.egg-info/SOURCES.txt' Copying py.egg-info to /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7/site-packages/py-1.7.0-py2.7.egg-info running install_scripts + rm -rf doc/_build/html/.buildinfo + popd ~/build/BUILD/py-1.7.0 ~/build/BUILD/py-1.7.0/python3 ~/build/BUILD/py-1.7.0 + pushd python3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python3.6 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_vendored_packages copying build/lib/py/_vendored_packages/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_vendored_packages copying build/lib/py/_vendored_packages/apipkg.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_vendored_packages copying build/lib/py/_vendored_packages/iniconfig.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_vendored_packages creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process copying build/lib/py/_process/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process copying build/lib/py/_process/cmdexec.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process copying build/lib/py/_process/forkedfunc.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process copying build/lib/py/_process/killproc.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path copying build/lib/py/_path/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path copying build/lib/py/_path/cacheutil.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path copying build/lib/py/_path/common.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path copying build/lib/py/_path/local.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path copying build/lib/py/_path/svnurl.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path copying build/lib/py/_path/svnwc.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_log copying build/lib/py/_log/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_log copying build/lib/py/_log/log.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_log copying build/lib/py/_log/warning.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_log creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io copying build/lib/py/_io/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io copying build/lib/py/_io/capture.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io copying build/lib/py/_io/saferepr.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io copying build/lib/py/_io/terminalwriter.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io creating /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code copying build/lib/py/_code/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code copying build/lib/py/_code/_assertionnew.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code copying build/lib/py/_code/_assertionold.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code copying build/lib/py/_code/_py2traceback.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code copying build/lib/py/_code/assertion.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code copying build/lib/py/_code/code.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code copying build/lib/py/_code/source.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code copying build/lib/py/__init__.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py copying build/lib/py/__metainfo.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py copying build/lib/py/_builtin.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py copying build/lib/py/_error.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py copying build/lib/py/_std.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py copying build/lib/py/_version.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py copying build/lib/py/_xmlgen.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py copying build/lib/py/test.py -> /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_vendored_packages/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_vendored_packages/apipkg.py to apipkg.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_vendored_packages/iniconfig.py to iniconfig.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process/cmdexec.py to cmdexec.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process/forkedfunc.py to forkedfunc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_process/killproc.py to killproc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path/cacheutil.py to cacheutil.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path/local.py to local.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path/svnurl.py to svnurl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_path/svnwc.py to svnwc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_log/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_log/log.py to log.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_log/warning.py to warning.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io/capture.py to capture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io/saferepr.py to saferepr.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_io/terminalwriter.py to terminalwriter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code/_assertionnew.py to _assertionnew.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code/_assertionold.py to _assertionold.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code/_py2traceback.py to _py2traceback.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code/assertion.py to assertion.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code/code.py to code.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_code/source.py to source.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/__metainfo.py to __metainfo.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_builtin.py to _builtin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_error.py to _error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_std.py to _std.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_version.py to _version.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/_xmlgen.py to _xmlgen.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py/test.py to test.cpython-36.pyc writing byte-compilation script '/tmp/tmpoj7jsqzg.py' /usr/bin/python3.6 /tmp/tmpoj7jsqzg.py removing /tmp/tmpoj7jsqzg.py running install_egg_info running egg_info writing py.egg-info/PKG-INFO writing dependency_links to py.egg-info/dependency_links.txt writing top-level names to py.egg-info/top_level.txt reading manifest file 'py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'py.egg-info/SOURCES.txt' Copying py.egg-info to /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6/site-packages/py-1.7.0-py3.6.egg-info running install_scripts + rm -rf doc/_build/html/.buildinfo + popd ~/build/BUILD/py-1.7.0 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/py-1.7.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python3.6 using /usr/bin/python3.6 Bytecompiling .py files below /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.T1QqI1 + umask 022 + cd /builddir/build/BUILD + cd py-1.7.0 + exit 0 Processing files: python2-py-1.7.0-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vIXKnu + umask 022 + cd /builddir/build/BUILD + cd py-1.7.0 + DOCDIR=/builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python2-py-1.7.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python2-py-1.7.0 + cp -pr python2/CHANGELOG /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python2-py-1.7.0 + cp -pr python2/README.rst /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python2-py-1.7.0 + cp -pr python2/doc/_build/html /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python2-py-1.7.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fX7u9W + umask 022 + cd /builddir/build/BUILD + cd py-1.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/licenses/python2-py-1.7.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/licenses/python2-py-1.7.0 + cp -pr python2/LICENSE /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/licenses/python2-py-1.7.0 + exit 0 Provides: bundled(python2-apipkg) = 1.4 bundled(python2-iniconfig) = 1.0.0 python-py = 1.7.0-3.el7 python2-py = 1.7.0-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-py < 1.7.0-3.el7 Processing files: python3-py-1.7.0-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dSxRlw + umask 022 + cd /builddir/build/BUILD + cd py-1.7.0 + DOCDIR=/builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python3-py-1.7.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python3-py-1.7.0 + cp -pr python3/CHANGELOG /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python3-py-1.7.0 + cp -pr python3/README.rst /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python3-py-1.7.0 + cp -pr python3/doc/_build/html /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/doc/python3-py-1.7.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XUzyD5 + umask 022 + cd /builddir/build/BUILD + cd py-1.7.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/licenses/python3-py-1.7.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/licenses/python3-py-1.7.0 + cp -pr python3/LICENSE /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64/usr/share/licenses/python3-py-1.7.0 + exit 0 Provides: 1.7.0-3.el7 bundled(python3-apipkg) = 1.4 bundled(python3-iniconfig) = 1.0.0 python3-py = 1.7.0-3.el7 python36-py Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Obsoletes: python36-py <= 1.7.0-3.el7 platform-python-py < 1.7.0-3.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64 Wrote: /builddir/build/RPMS/python2-py-1.7.0-3.el7.noarch.rpm Wrote: /builddir/build/RPMS/python3-py-1.7.0-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Nn4ANd + umask 022 + cd /builddir/build/BUILD + cd py-1.7.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-py-1.7.0-3.el7.x86_64 + exit 0 Child return code was: 0