Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-gunicorn.spec'], user='mockbuild'logger=printOutput=Falseenv={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}shell=Falsegid=135uid=1001chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4887/root'timeout=0) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-gunicorn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: copr-builder-668633573.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-gunicorn-19.3.0-4.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-gunicorn.spec'], user='mockbuild'logger=printOutput=Falseenv={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}shell=Falsegid=135uid=1001chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4887/root'private_network=Truetimeout=0) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-gunicorn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5PAFoA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gunicorn-19.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/gunicorn-19.3.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gunicorn-19.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (0001-handle-HaltServer-in-manage_workers.patch):' Patch #1 (0001-handle-HaltServer-in-manage_workers.patch): + /usr/bin/cat /builddir/build/SOURCES/0001-handle-HaltServer-in-manage_workers.patch + /usr/bin/patch -p1 --fuzz=0 patching file gunicorn/arbiter.py + echo 'Patch #101 (0001-use-dev-log-for-syslog.patch):' Patch #101 (0001-use-dev-log-for-syslog.patch): + /usr/bin/cat /builddir/build/SOURCES/0001-use-dev-log-for-syslog.patch + /usr/bin/patch -p1 --fuzz=0 patching file gunicorn/config.py + echo 'Patch #102 (0002-relax-version-requirements.patch):' Patch #102 (0002-relax-version-requirements.patch): + /usr/bin/patch -p1 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/0002-relax-version-requirements.patch patching file requirements_test.txt + sed -i -e /pytest-cov/d requirements_dev.txt + rm gunicorn/workers/_gaiohttp.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2VdEnb + umask 022 + cd /builddir/build/BUILD + cd gunicorn-19.3.0 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/gunicorn copying gunicorn/config.py -> build/lib/gunicorn copying gunicorn/arbiter.py -> build/lib/gunicorn copying gunicorn/util.py -> build/lib/gunicorn copying gunicorn/sock.py -> build/lib/gunicorn copying gunicorn/six.py -> build/lib/gunicorn copying gunicorn/selectors.py -> build/lib/gunicorn copying gunicorn/reloader.py -> build/lib/gunicorn copying gunicorn/pidfile.py -> build/lib/gunicorn copying gunicorn/glogging.py -> build/lib/gunicorn copying gunicorn/errors.py -> build/lib/gunicorn copying gunicorn/debug.py -> build/lib/gunicorn copying gunicorn/argparse_compat.py -> build/lib/gunicorn copying gunicorn/_compat.py -> build/lib/gunicorn copying gunicorn/__init__.py -> build/lib/gunicorn creating build/lib/gunicorn/workers copying gunicorn/workers/workertmp.py -> build/lib/gunicorn/workers copying gunicorn/workers/sync.py -> build/lib/gunicorn/workers copying gunicorn/workers/gtornado.py -> build/lib/gunicorn/workers copying gunicorn/workers/gthread.py -> build/lib/gunicorn/workers copying gunicorn/workers/ggevent.py -> build/lib/gunicorn/workers copying gunicorn/workers/geventlet.py -> build/lib/gunicorn/workers copying gunicorn/workers/gaiohttp.py -> build/lib/gunicorn/workers copying gunicorn/workers/base.py -> build/lib/gunicorn/workers copying gunicorn/workers/async.py -> build/lib/gunicorn/workers copying gunicorn/workers/__init__.py -> build/lib/gunicorn/workers creating build/lib/gunicorn/management copying gunicorn/management/__init__.py -> build/lib/gunicorn/management creating build/lib/gunicorn/instrument copying gunicorn/instrument/statsd.py -> build/lib/gunicorn/instrument copying gunicorn/instrument/__init__.py -> build/lib/gunicorn/instrument creating build/lib/gunicorn/http copying gunicorn/http/wsgi.py -> build/lib/gunicorn/http copying gunicorn/http/unreader.py -> build/lib/gunicorn/http copying gunicorn/http/parser.py -> build/lib/gunicorn/http copying gunicorn/http/message.py -> build/lib/gunicorn/http copying gunicorn/http/errors.py -> build/lib/gunicorn/http copying gunicorn/http/body.py -> build/lib/gunicorn/http copying gunicorn/http/_sendfile.py -> build/lib/gunicorn/http copying gunicorn/http/__init__.py -> build/lib/gunicorn/http creating build/lib/gunicorn/app copying gunicorn/app/wsgiapp.py -> build/lib/gunicorn/app copying gunicorn/app/pasterapp.py -> build/lib/gunicorn/app copying gunicorn/app/djangoapp.py -> build/lib/gunicorn/app copying gunicorn/app/django_wsgi.py -> build/lib/gunicorn/app copying gunicorn/app/base.py -> build/lib/gunicorn/app copying gunicorn/app/__init__.py -> build/lib/gunicorn/app creating build/lib/gunicorn/management/commands copying gunicorn/management/commands/run_gunicorn.py -> build/lib/gunicorn/management/commands copying gunicorn/management/commands/__init__.py -> build/lib/gunicorn/management/commands running egg_info writing gunicorn.egg-info/PKG-INFO writing top-level names to gunicorn.egg-info/top_level.txt writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' writing manifest file 'gunicorn.egg-info/SOURCES.txt' + /usr/bin/python setup.py build_sphinx running build_sphinx creating build/sphinx creating build/sphinx/doctrees creating build/sphinx/html Running Sphinx v1.1.3 loading pickled environment... not yet created building [html]: targets for 19 source files that are out of date updating environment: 19 added, 0 changed, 0 removed reading sources... [ 5%] 2010-news reading sources... [ 10%] 2011-news reading sources... [ 15%] 2012-news reading sources... [ 21%] 2013-news reading sources... [ 26%] 2014-news reading sources... [ 31%] 2015-news reading sources... [ 36%] community reading sources... [ 42%] configure reading sources... [ 47%] custom reading sources... [ 52%] deploy reading sources... [ 57%] design reading sources... [ 63%] faq reading sources... [ 68%] index reading sources... [ 73%] install reading sources... [ 78%] instrumentation reading sources... [ 84%] news reading sources... [ 89%] run reading sources... [ 94%] settings reading sources... [100%] signals /builddir/build/BUILD/gunicorn-19.3.0/docs/source/deploy.rst:3: WARNING: Duplicate explicit target name: "gaffer". /builddir/build/BUILD/gunicorn-19.3.0/docs/source/deploy.rst:3: WARNING: Duplicate explicit target name: "gaffer". /builddir/build/BUILD/gunicorn-19.3.0/docs/source/settings.rst:607: SEVERE: Unexpected section title or transition. ```` looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 5%] 2010-news writing output... [ 10%] 2011-news writing output... [ 15%] 2012-news writing output... [ 21%] 2013-news writing output... [ 26%] 2014-news writing output... [ 31%] 2015-news writing output... [ 36%] community writing output... [ 42%] configure writing output... [ 47%] custom writing output... [ 52%] deploy writing output... [ 57%] design writing output... [ 63%] faq writing output... [ 68%] index writing output... [ 73%] install writing output... [ 78%] instrumentation writing output... [ 84%] news writing output... [ 89%] run writing output... [ 94%] settings writing output... [100%] signals writing additional files... genindex search copying images... [100%] _static/gunicorn.png copying static files... done dumping search index... done dumping object inventory... done build succeeded, 3 warnings. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JzPCu2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64 + cd gunicorn-19.3.0 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/base.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/django_wsgi.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/djangoapp.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/pasterapp.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app copying build/lib/gunicorn/app/wsgiapp.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/_sendfile.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/body.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/errors.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/message.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/parser.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/unreader.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http copying build/lib/gunicorn/http/wsgi.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/statsd.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/instrument creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/management creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/management/commands copying build/lib/gunicorn/management/commands/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/management/commands copying build/lib/gunicorn/management/commands/run_gunicorn.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/management/commands copying build/lib/gunicorn/management/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/management creating /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/async.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gaiohttp.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/geventlet.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/ggevent.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gthread.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gtornado.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/sync.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/workertmp.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers copying build/lib/gunicorn/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/_compat.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/argparse_compat.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/debug.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/errors.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/glogging.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/pidfile.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/reloader.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/selectors.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/six.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/sock.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/util.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/arbiter.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn copying build/lib/gunicorn/config.py -> /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app/django_wsgi.py to django_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app/djangoapp.py to djangoapp.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app/pasterapp.py to pasterapp.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py to wsgiapp.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http/_sendfile.py to _sendfile.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http/body.py to body.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http/unreader.py to unreader.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/http/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/instrument/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/instrument/statsd.py to statsd.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/management/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/management/commands/run_gunicorn.py to run_gunicorn.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/management/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/async.py to async.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/gaiohttp.py to gaiohttp.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/geventlet.py to geventlet.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/ggevent.py to ggevent.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/gthread.py to gthread.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/gtornado.py to gtornado.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/workers/workertmp.py to workertmp.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/argparse_compat.py to argparse_compat.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/errors.py to errors.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/glogging.py to glogging.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/pidfile.py to pidfile.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/reloader.py to reloader.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/selectors.py to selectors.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/sock.py to sock.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/arbiter.py to arbiter.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn/config.py to config.pyc writing byte-compilation script '/tmp/tmprsNv4d.py' /usr/bin/python -O /tmp/tmprsNv4d.py removing /tmp/tmprsNv4d.py running install_egg_info running egg_info writing gunicorn.egg-info/PKG-INFO writing top-level names to gunicorn.egg-info/top_level.txt writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' writing manifest file 'gunicorn.egg-info/SOURCES.txt' Copying gunicorn.egg-info to /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/lib/python2.7/site-packages/gunicorn-19.3.0-py2.7.egg-info running install_scripts Installing gunicorn_paster script to /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/bin Installing gunicorn script to /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/bin Installing gunicorn_django script to /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/bin + /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/gunicorn-19.3.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. 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-gunicorn-19.3.0-4.el7.centos.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.4O1gcW + umask 022 + cd /builddir/build/BUILD + cd gunicorn-19.3.0 + /usr/bin/python setup.py test running test running egg_info writing gunicorn.egg-info/PKG-INFO writing top-level names to gunicorn.egg-info/top_level.txt writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt reading manifest file 'gunicorn.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' writing manifest file 'gunicorn.egg-info/SOURCES.txt' running build_ext ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- py-1.4.27 -- pytest-2.7.0 rootdir: /builddir/build/BUILD/gunicorn-19.3.0, inifile: setup.cfg plugins: cov collected 150 items / 1 skipped tests/test_001-valid-requests.py ............................ tests/test_002-invalid-requests.py . tests/test_003-config.py ................. tests/test_004-http-body.py ....... tests/test_006-logger.py . tests/test_007-ssl.py . tests/test_008-arbiter-env.py . tests/test_010-statsd.py ...... tests/test_selectors.py ..........................................................ssssssssssssssssssssssssssssss ============= 120 passed, 31 skipped, 1 warnings in 16.39 seconds ============== + exit 0 Processing files: python-gunicorn-19.3.0-4.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pe9NDQ + umask 022 + cd /builddir/build/BUILD + cd gunicorn-19.3.0 + DOCDIR=/builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-19.3.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-19.3.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-19.3.0 + cp -pr NOTICE /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-19.3.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-19.3.0 + cp -pr THANKS /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-19.3.0 + exit 0 Provides: python-gunicorn = 19.3.0-4.el7.centos 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: /usr/bin/python python(abi) = 2.7 Processing files: python-gunicorn-doc-19.3.0-4.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ogZ7kO + umask 022 + cd /builddir/build/BUILD + cd gunicorn-19.3.0 + DOCDIR=/builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-doc-19.3.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-doc-19.3.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-doc-19.3.0 + cp -pr build/sphinx/html/2010-news.html build/sphinx/html/2011-news.html build/sphinx/html/2012-news.html build/sphinx/html/2013-news.html build/sphinx/html/2014-news.html build/sphinx/html/2015-news.html build/sphinx/html/_images build/sphinx/html/_sources build/sphinx/html/_static build/sphinx/html/community.html build/sphinx/html/configure.html build/sphinx/html/custom.html build/sphinx/html/deploy.html build/sphinx/html/design.html build/sphinx/html/faq.html build/sphinx/html/genindex.html build/sphinx/html/index.html build/sphinx/html/install.html build/sphinx/html/instrumentation.html build/sphinx/html/news.html build/sphinx/html/objects.inv build/sphinx/html/run.html build/sphinx/html/search.html build/sphinx/html/searchindex.js build/sphinx/html/settings.html build/sphinx/html/signals.html /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64/usr/share/doc/python-gunicorn-doc-19.3.0 + exit 0 Provides: python-gunicorn-doc = 19.3.0-4.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-668633573.novalocal Wrote: /builddir/build/RPMS/python-gunicorn-19.3.0-4.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python-gunicorn-doc-19.3.0-4.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1w0UXO + umask 022 + cd /builddir/build/BUILD + cd gunicorn-19.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gunicorn-19.3.0-4.el7.centos.x86_64 + exit 0 Child return code was: 0