Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-gunicorn.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-71280-373802/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '49cb847b3bd8432b8bd75a031a0effce', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-71280-373802/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-gunicorn.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False sh: python3: command not found sh: python3: command not found sh: python3: command not found sh: python3: command not found sh: python3: command not found Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-gunicorn-20.0.4-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-gunicorn.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-ussuri-el8-build-71280-373802/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f05438098766495786882ded902961bd', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-71280-373802/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-gunicorn.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mhmWBw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gunicorn-20.0.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/gunicorn-20.0.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gunicorn-20.0.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #101 (0001-use-dev-log-for-syslog.patch): + echo 'Patch #101 (0001-use-dev-log-for-syslog.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file gunicorn/config.py Hunk #1 succeeded at 1394 (offset 27 lines). + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FNJfPK + umask 022 + cd /builddir/build/BUILD + cd gunicorn-20.0.4 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/gunicorn copying gunicorn/reloader.py -> build/lib/gunicorn copying gunicorn/config.py -> build/lib/gunicorn copying gunicorn/systemd.py -> build/lib/gunicorn copying gunicorn/arbiter.py -> build/lib/gunicorn copying gunicorn/pidfile.py -> build/lib/gunicorn copying gunicorn/util.py -> build/lib/gunicorn copying gunicorn/__init__.py -> build/lib/gunicorn copying gunicorn/errors.py -> build/lib/gunicorn copying gunicorn/debug.py -> build/lib/gunicorn copying gunicorn/glogging.py -> build/lib/gunicorn copying gunicorn/sock.py -> build/lib/gunicorn creating build/lib/gunicorn/app copying gunicorn/app/pasterapp.py -> build/lib/gunicorn/app copying gunicorn/app/base.py -> build/lib/gunicorn/app copying gunicorn/app/__init__.py -> build/lib/gunicorn/app copying gunicorn/app/wsgiapp.py -> build/lib/gunicorn/app creating build/lib/gunicorn/workers copying gunicorn/workers/gtornado.py -> build/lib/gunicorn/workers copying gunicorn/workers/sync.py -> build/lib/gunicorn/workers copying gunicorn/workers/gthread.py -> build/lib/gunicorn/workers copying gunicorn/workers/geventlet.py -> build/lib/gunicorn/workers copying gunicorn/workers/ggevent.py -> build/lib/gunicorn/workers copying gunicorn/workers/base.py -> build/lib/gunicorn/workers copying gunicorn/workers/__init__.py -> build/lib/gunicorn/workers copying gunicorn/workers/base_async.py -> build/lib/gunicorn/workers copying gunicorn/workers/workertmp.py -> build/lib/gunicorn/workers creating build/lib/gunicorn/instrument copying gunicorn/instrument/__init__.py -> build/lib/gunicorn/instrument copying gunicorn/instrument/statsd.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/message.py -> build/lib/gunicorn/http copying gunicorn/http/parser.py -> build/lib/gunicorn/http copying gunicorn/http/__init__.py -> build/lib/gunicorn/http copying gunicorn/http/errors.py -> build/lib/gunicorn/http copying gunicorn/http/body.py -> build/lib/gunicorn/http running egg_info writing gunicorn.egg-info/PKG-INFO writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt writing requirements to gunicorn.egg-info/requires.txt writing top-level names to gunicorn.egg-info/top_level.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/python3 setup.py build_sphinx running build_sphinx Running Sphinx v2.2.2 making output directory... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 22 source files that are out of date updating environment: [new config] 22 added, 0 changed, 0 removed reading sources... [ 4%] 2010-news reading sources... [ 9%] 2011-news reading sources... [ 13%] 2012-news reading sources... [ 18%] 2013-news reading sources... [ 22%] 2014-news reading sources... [ 27%] 2015-news reading sources... [ 31%] 2016-news reading sources... [ 36%] 2017-news reading sources... [ 40%] 2018-news reading sources... [ 45%] community reading sources... [ 50%] configure reading sources... [ 54%] custom reading sources... [ 59%] deploy reading sources... [ 63%] design reading sources... [ 68%] faq reading sources... [ 72%] index reading sources... [ 77%] install reading sources... [ 81%] instrumentation reading sources... [ 86%] news reading sources... [ 90%] run reading sources... [ 95%] settings reading sources... [100%] signals looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 4%] 2010-news writing output... [ 9%] 2011-news writing output... [ 13%] 2012-news writing output... [ 18%] 2013-news writing output... [ 22%] 2014-news writing output... [ 27%] 2015-news writing output... [ 31%] 2016-news writing output... [ 36%] 2017-news writing output... [ 40%] 2018-news writing output... [ 45%] community writing output... [ 50%] configure writing output... [ 54%] custom writing output... [ 59%] deploy writing output... [ 63%] design writing output... [ 68%] faq writing output... [ 72%] index writing output... [ 77%] install writing output... [ 81%] instrumentation writing output... [ 86%] news writing output... [ 90%] run writing output... [ 95%] settings writing output... [100%] signals generating indices... genindexdone writing additional pages... searchdone copying images... [100%] _static/gunicorn.png copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in build/sphinx/html. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oa9nD3 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch + cd gunicorn-20.0.4 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch --prefix /usr running install running install_lib creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn copying build/lib/gunicorn/reloader.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn copying build/lib/gunicorn/config.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn copying build/lib/gunicorn/systemd.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn copying build/lib/gunicorn/arbiter.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn copying build/lib/gunicorn/pidfile.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app copying build/lib/gunicorn/app/pasterapp.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app copying build/lib/gunicorn/app/base.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app copying build/lib/gunicorn/app/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app copying build/lib/gunicorn/app/wsgiapp.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app copying build/lib/gunicorn/util.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gtornado.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/sync.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/gthread.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/geventlet.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/ggevent.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/base_async.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/workers/workertmp.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers copying build/lib/gunicorn/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn copying build/lib/gunicorn/errors.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/instrument copying build/lib/gunicorn/instrument/statsd.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/instrument copying build/lib/gunicorn/debug.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn copying build/lib/gunicorn/glogging.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn copying build/lib/gunicorn/sock.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn creating /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http copying build/lib/gunicorn/http/wsgi.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http copying build/lib/gunicorn/http/unreader.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http copying build/lib/gunicorn/http/message.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http copying build/lib/gunicorn/http/parser.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http copying build/lib/gunicorn/http/__init__.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http copying build/lib/gunicorn/http/errors.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http copying build/lib/gunicorn/http/body.py -> /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/reloader.py to reloader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/systemd.py to systemd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/arbiter.py to arbiter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/pidfile.py to pidfile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app/pasterapp.py to pasterapp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py to wsgiapp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/util.py to util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/gtornado.py to gtornado.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/sync.py to sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/gthread.py to gthread.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/geventlet.py to geventlet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/ggevent.py to ggevent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/base_async.py to base_async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/workers/workertmp.py to workertmp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/instrument/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/instrument/statsd.py to statsd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/debug.py to debug.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/glogging.py to glogging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/sock.py to sock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http/unreader.py to unreader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http/message.py to message.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http/parser.py to parser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn/http/body.py to body.cpython-36.pyc writing byte-compilation script '/tmp/tmpwu_1_nn3.py' /usr/bin/python3 /tmp/tmpwu_1_nn3.py removing /tmp/tmpwu_1_nn3.py running install_egg_info running egg_info writing gunicorn.egg-info/PKG-INFO writing dependency_links to gunicorn.egg-info/dependency_links.txt writing entry points to gunicorn.egg-info/entry_points.txt writing requirements to gunicorn.egg-info/requires.txt writing top-level names to gunicorn.egg-info/top_level.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-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages/gunicorn-20.0.4-py3.6.egg-info running install_scripts Installing gunicorn script to /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/bin + ln -s /usr/bin/gunicorn /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/bin/gunicorn-3 + ln -s /usr/bin/gunicorn /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/bin/gunicorn-3.6 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 20.0.4-1.el8 --unique-debug-suffix -20.0.4-1.el8.noarch --unique-debug-src-base python-gunicorn-20.0.4-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/gunicorn-20.0.4 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OhYwon + umask 022 + cd /builddir/build/BUILD + cd gunicorn-20.0.4 + PYTHONPATH=/builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/lib/python3.6/site-packages + pytest-3.6 --verbose tests ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-4.6.9, py-1.5.3, pluggy-0.13.0 -- /usr/libexec/platform-python cachedir: .pytest_cache rootdir: /builddir/build/BUILD/gunicorn-20.0.4, inifile: setup.cfg plugins: cov-2.8.1 collecting ... collected 213 items tests/test_arbiter.py::test_arbiter_stop_closes_listeners PASSED [ 0%] tests/test_arbiter.py::test_arbiter_stop_child_does_not_unlink_listeners PASSED [ 0%] tests/test_arbiter.py::test_arbiter_stop_parent_does_not_unlink_listeners PASSED [ 1%] tests/test_arbiter.py::test_arbiter_stop_does_not_unlink_systemd_listeners PASSED [ 1%] tests/test_arbiter.py::test_arbiter_stop_does_not_unlink_when_using_reuse_port PASSED [ 2%] tests/test_arbiter.py::test_arbiter_reexec_passing_systemd_sockets PASSED [ 2%] tests/test_arbiter.py::test_arbiter_reexec_passing_gunicorn_sockets PASSED [ 3%] tests/test_arbiter.py::test_arbiter_reexec_limit_parent PASSED [ 3%] tests/test_arbiter.py::test_arbiter_reexec_limit_child PASSED [ 4%] tests/test_arbiter.py::test_arbiter_calls_worker_exit PASSED [ 4%] tests/test_arbiter.py::test_arbiter_reap_workers PASSED [ 5%] tests/test_arbiter.py::test_env_vars_available_during_preload PASSED [ 5%] tests/test_config.py::test_defaults PASSED [ 6%] tests/test_config.py::test_property_access PASSED [ 6%] tests/test_config.py::test_bool_validation PASSED [ 7%] tests/test_config.py::test_pos_int_validation PASSED [ 7%] tests/test_config.py::test_str_validation PASSED [ 7%] tests/test_config.py::test_str_to_list_validation PASSED [ 8%] tests/test_config.py::test_callable_validation PASSED [ 8%] tests/test_config.py::test_reload_engine_validation PASSED [ 9%] tests/test_config.py::test_callable_validation_for_string PASSED [ 9%] tests/test_config.py::test_cmd_line PASSED [ 10%] tests/test_config.py::test_cmd_line_invalid_setting PASSED [ 10%] tests/test_config.py::test_app_config PASSED [ 11%] tests/test_config.py::test_load_config PASSED [ 11%] tests/test_config.py::test_load_config_explicit_file PASSED [ 12%] tests/test_config.py::test_load_config_module PASSED [ 12%] tests/test_config.py::test_cli_overrides_config PASSED [ 13%] tests/test_config.py::test_cli_overrides_config_module PASSED [ 13%] tests/test_config.py::test_default_config_file PASSED [ 14%] tests/test_config.py::test_post_request PASSED [ 14%] tests/test_config.py::test_nworkers_changed PASSED [ 15%] tests/test_config.py::test_statsd_changes_logger PASSED [ 15%] tests/test_config.py::test_always_use_configured_logger PASSED [ 15%] tests/test_config.py::test_load_enviroment_variables_config PASSED [ 16%] tests/test_config.py::test_config_file_environment_variable PASSED [ 16%] tests/test_config.py::test_invalid_enviroment_variables_config PASSED [ 17%] tests/test_config.py::test_cli_overrides_enviroment_variables_module PASSED [ 17%] tests/test_config.py::test_reload[options0-False] PASSED [ 18%] tests/test_config.py::test_reload[options1-True] PASSED [ 18%] tests/test_config.py::test_reload[options2-True] PASSED [ 19%] tests/test_config.py::test_reload[options3-True] PASSED [ 19%] tests/test_config.py::test_umask_config[options0-0] PASSED [ 20%] tests/test_config.py::test_umask_config[options1-0] PASSED [ 20%] tests/test_config.py::test_umask_config[options2-0] PASSED [ 21%] tests/test_config.py::test_umask_config[options3-255] PASSED [ 21%] tests/test_config.py::test_umask_config[options4-18] PASSED [ 22%] tests/test_config.py::test_ssl_version_named_constants_python3[options0-2] PASSED [ 22%] tests/test_config.py::test_ssl_version_named_constants_python3[options1-3] PASSED [ 23%] tests/test_config.py::test_ssl_version_named_constants_python3[options2-2] PASSED [ 23%] tests/test_config.py::test_ssl_version_named_constants_python3[options3-3] PASSED [ 23%] tests/test_config.py::test_ssl_version_named_constants_python36[options0-2] PASSED [ 24%] tests/test_config.py::test_ssl_version_named_constants_python36[options1-4] PASSED [ 24%] tests/test_config.py::test_ssl_version_named_constants_python36[options2-5] PASSED [ 25%] tests/test_config.py::test_ssl_version_named_constants_python36[options3-17] PASSED [ 25%] tests/test_config.py::test_ssl_version_bad[FOO] PASSED [ 26%] tests/test_config.py::test_ssl_version_bad[-99] PASSED [ 26%] tests/test_config.py::test_ssl_version_bad[99991234] PASSED [ 27%] tests/test_config.py::test_bind_fd PASSED [ 27%] tests/test_config.py::test_repr PASSED [ 28%] tests/test_http.py::test_readline_empty_body PASSED [ 28%] tests/test_http.py::test_readline_zero_size PASSED [ 29%] tests/test_http.py::test_readline_new_line_before_size PASSED [ 29%] tests/test_http.py::test_readline_new_line_after_size PASSED [ 30%] tests/test_http.py::test_readline_no_new_line PASSED [ 30%] tests/test_http.py::test_readline_buffer_loaded PASSED [ 30%] tests/test_http.py::test_readline_buffer_loaded_with_size PASSED [ 31%] tests/test_http.py::test_http_header_encoding PASSED [ 31%] tests/test_http.py::test_http_invalid_response_header PASSED [ 32%] tests/test_http.py::test_unreader_read_when_size_is_none PASSED [ 32%] tests/test_http.py::test_unreader_unread PASSED [ 33%] tests/test_http.py::test_unreader_read_zero_size PASSED [ 33%] tests/test_http.py::test_unreader_read_with_nonzero_size PASSED [ 34%] tests/test_http.py::test_unreader_raises_excpetion_on_invalid_size PASSED [ 34%] tests/test_http.py::test_iter_unreader_chunk PASSED [ 35%] tests/test_http.py::test_socket_unreader_chunk PASSED [ 35%] tests/test_http.py::test_length_reader_read PASSED [ 36%] tests/test_http.py::test_length_reader_read_invalid_size PASSED [ 36%] tests/test_http.py::test_eof_reader_read PASSED [ 37%] tests/test_http.py::test_eof_reader_read_invalid_size PASSED [ 37%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/009.http] PASSED [ 38%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/004.http] PASSED [ 38%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/013.http] PASSED [ 38%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/002.http] PASSED [ 39%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/001.http] PASSED [ 39%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/003.http] PASSED [ 40%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/012.http] PASSED [ 40%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/014.http] PASSED [ 41%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/pp_02.http] PASSED [ 41%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/017.http] PASSED [ 42%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/011.http] PASSED [ 42%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/005.http] PASSED [ 43%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/019.http] PASSED [ 43%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/010.http] PASSED [ 44%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/020.http] PASSED [ 44%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/016.http] PASSED [ 45%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/018.http] PASSED [ 45%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/006.http] PASSED [ 46%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/015.http] PASSED [ 46%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/007.http] PASSED [ 46%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/021.http] PASSED [ 47%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/008.http] PASSED [ 47%] tests/test_invalid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/invalid/pp_01.http] PASSED [ 48%] tests/test_logger.py::test_atoms_defaults PASSED [ 48%] tests/test_logger.py::test_atoms_zero_bytes PASSED [ 49%] tests/test_logger.py::test_get_username_from_basic_auth_header[Basic YnJrMHY6] PASSED [ 49%] tests/test_logger.py::test_get_username_from_basic_auth_header[basic YnJrMHY6] PASSED [ 50%] tests/test_logger.py::test_get_username_from_basic_auth_header[BASIC YnJrMHY6] PASSED [ 50%] tests/test_logger.py::test_get_username_handles_malformed_basic_auth_header PASSED [ 51%] tests/test_pidfile.py::test_validate_no_file PASSED [ 51%] tests/test_pidfile.py::test_validate_file_pid_exists PASSED [ 52%] tests/test_pidfile.py::test_validate_file_pid_malformed PASSED [ 52%] tests/test_pidfile.py::test_validate_file_pid_exists_kill_exception PASSED [ 53%] tests/test_pidfile.py::test_validate_file_pid_does_not_exist PASSED [ 53%] tests/test_sock.py::test_create_sockets_unix_bytes PASSED [ 53%] tests/test_sock.py::test_create_sockets_unix_strings PASSED [ 54%] tests/test_sock.py::test_socket_close PASSED [ 54%] tests/test_sock.py::test_unix_socket_close_unlink PASSED [ 55%] tests/test_sock.py::test_unix_socket_close_without_unlink PASSED [ 55%] tests/test_ssl.py::test_keyfile PASSED [ 56%] tests/test_ssl.py::test_certfile PASSED [ 56%] tests/test_ssl.py::test_ssl_version PASSED [ 57%] tests/test_ssl.py::test_cacerts PASSED [ 57%] tests/test_ssl.py::test_suppress_ragged_eofs PASSED [ 58%] tests/test_ssl.py::test_do_handshake_on_connect PASSED [ 58%] tests/test_ssl.py::test_ciphers PASSED [ 59%] tests/test_statsd.py::test_statsd_fail PASSED [ 59%] tests/test_statsd.py::test_dogstatsd_tags PASSED [ 60%] tests/test_statsd.py::test_instrument PASSED [ 60%] tests/test_statsd.py::test_prefix PASSED [ 61%] tests/test_statsd.py::test_prefix_no_dot PASSED [ 61%] tests/test_statsd.py::test_prefix_multiple_dots PASSED [ 61%] tests/test_statsd.py::test_prefix_nested PASSED [ 62%] tests/test_systemd.py::test_listen_fds_ignores_wrong_pid[True] PASSED [ 62%] tests/test_systemd.py::test_listen_fds_ignores_wrong_pid[False] PASSED [ 63%] tests/test_systemd.py::test_listen_fds_returns_count[True] PASSED [ 63%] tests/test_systemd.py::test_listen_fds_returns_count[False] PASSED [ 64%] tests/test_util.py::test_parse_address[unix://var/run/test.sock-var/run/test.sock] PASSED [ 64%] tests/test_util.py::test_parse_address[unix:/var/run/test.sock-/var/run/test.sock] PASSED [ 65%] tests/test_util.py::test_parse_address[tcp://localhost-expected2] PASSED [ 65%] tests/test_util.py::test_parse_address[tcp://localhost:5000-expected3] PASSED [ 66%] tests/test_util.py::test_parse_address[-expected4] PASSED [ 66%] tests/test_util.py::test_parse_address[[::1]:8000-expected5] PASSED [ 67%] tests/test_util.py::test_parse_address[[::1]:5000-expected6] PASSED [ 67%] tests/test_util.py::test_parse_address[[::1]-expected7] PASSED [ 68%] tests/test_util.py::test_parse_address[localhost:8000-expected8] PASSED [ 68%] tests/test_util.py::test_parse_address[127.0.0.1:8000-expected9] PASSED [ 69%] tests/test_util.py::test_parse_address[localhost-expected10] PASSED [ 69%] tests/test_util.py::test_parse_address[fd://33-33] PASSED [ 69%] tests/test_util.py::test_parse_address_invalid PASSED [ 70%] tests/test_util.py::test_parse_fd_invalid PASSED [ 70%] tests/test_util.py::test_http_date PASSED [ 71%] tests/test_util.py::test_is_ipv6[1200:0000:AB00:1234:0000:2552:7777:1313-True] PASSED [ 71%] tests/test_util.py::test_is_ipv6[1200::AB00:1234::2552:7777:1313-False] PASSED [ 72%] tests/test_util.py::test_is_ipv6[21DA:D3:0:2F3B:2AA:FF:FE28:9C5A-True] PASSED [ 72%] tests/test_util.py::test_is_ipv6[1200:0000:AB00:1234:O000:2552:7777:1313-False] PASSED [ 73%] tests/test_util.py::test_warn PASSED [ 73%] tests/test_util.py::test_import_app_good[support] PASSED [ 74%] tests/test_util.py::test_import_app_good[support:app] PASSED [ 74%] tests/test_util.py::test_import_app_good[support:create_app()] PASSED [ 75%] tests/test_util.py::test_import_app_good[support:create_app('Gunicorn', 3)] PASSED [ 75%] tests/test_util.py::test_import_app_good[support:create_app(count=3)] PASSED [ 76%] tests/test_util.py::test_import_app_bad[a:app-ImportError-No module] PASSED [ 76%] tests/test_util.py::test_import_app_bad[support:create_app(-AppImportError-Failed to parse] PASSED [ 76%] tests/test_util.py::test_import_app_bad[support:create.app()-AppImportError-Function reference] PASSED [ 77%] tests/test_util.py::test_import_app_bad[support:create_app(Gunicorn)-AppImportError-literal values] PASSED [ 77%] tests/test_util.py::test_import_app_bad[support:create.app-AppImportError-attribute name] PASSED [ 78%] tests/test_util.py::test_import_app_bad[support:wrong_app-AppImportError-find attribute] PASSED [ 78%] tests/test_util.py::test_import_app_bad[support:error_factory(1)-AppImportError-error_factory() takes] PASSED [ 79%] tests/test_util.py::test_import_app_bad[support:error_factory()-TypeError-inner] PASSED [ 79%] tests/test_util.py::test_import_app_bad[support:none_app-AppImportError-find application object] PASSED [ 80%] tests/test_util.py::test_import_app_bad[support:HOST-AppImportError-callable] PASSED [ 80%] tests/test_util.py::test_import_app_py_ext PASSED [ 81%] tests/test_util.py::test_to_bytestring PASSED [ 81%] tests/test_util.py::test_split_request_uri[https://example.org/a/b?c=1#d-expected0] PASSED [ 82%] tests/test_util.py::test_split_request_uri[a/b?c=1#d-expected1] PASSED [ 82%] tests/test_util.py::test_split_request_uri[/a/b?c=1#d-expected2] PASSED [ 83%] tests/test_util.py::test_split_request_uri[//a/b?c=1#d-expected3] PASSED [ 83%] tests/test_util.py::test_split_request_uri[///a/b?c=1#d-expected4] PASSED [ 84%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/009.http] PASSED [ 84%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/027.http] PASSED [ 84%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/004.http] PASSED [ 85%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/013.http] PASSED [ 85%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/002.http] PASSED [ 86%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/001.http] PASSED [ 86%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/003.http] PASSED [ 87%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/012.http] PASSED [ 87%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/025.http] PASSED [ 88%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/026.http] PASSED [ 88%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/100.http] PASSED [ 89%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/014.http] PASSED [ 89%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/029.http] PASSED [ 90%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/pp_02.http] PASSED [ 90%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/017.http] PASSED [ 91%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/011.http] PASSED [ 91%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/005.http] PASSED [ 92%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/099.http] PASSED [ 92%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/024.http] PASSED [ 92%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/019.http] PASSED [ 93%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/010.http] PASSED [ 93%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/020.http] PASSED [ 94%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/016.http] PASSED [ 94%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/018.http] PASSED [ 95%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/006.http] PASSED [ 95%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/015.http] PASSED [ 96%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/007.http] PASSED [ 96%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/021.http] PASSED [ 97%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/023.http] PASSED [ 97%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/008.http] PASSED [ 98%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/030.http] PASSED [ 98%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/028.http] PASSED [ 99%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/022.http] PASSED [ 99%] tests/test_valid_requests.py::test_http_parser[/builddir/build/BUILD/gunicorn-20.0.4/tests/requests/valid/pp_01.http] PASSED [100%] ----------- coverage: platform linux, python 3.6.8-final-0 ----------- Coverage XML written to file coverage.xml ========================= 213 passed in 13.57 seconds ========================== Coverage.py warning: No data was collected. (no-data-collected) + exit 0 Processing files: python3-gunicorn-20.0.4-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KAwsiP + umask 022 + cd /builddir/build/BUILD + cd gunicorn-20.0.4 + DOCDIR=/builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/doc/python3-gunicorn + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/doc/python3-gunicorn + cp -pr NOTICE /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/doc/python3-gunicorn + cp -pr README.rst /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/doc/python3-gunicorn + cp -pr THANKS /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/doc/python3-gunicorn + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4CGXch + umask 022 + cd /builddir/build/BUILD + cd gunicorn-20.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/licenses/python3-gunicorn + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/licenses/python3-gunicorn + cp -pr LICENSE /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/licenses/python3-gunicorn + exit 0 Provides: python3-gunicorn = 20.0.4-1.el8 python3.6dist(gunicorn) = 20.0.4 python3dist(gunicorn) = 20.0.4 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/python3 python(abi) = 3.6 python3.6dist(setuptools) >= 3.0 Conflicts: python2-gunicorn <= 19.9.0-4 Processing files: python-gunicorn-doc-20.0.4-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MSED3T + umask 022 + cd /builddir/build/BUILD + cd gunicorn-20.0.4 + DOCDIR=/builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/doc/python-gunicorn-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/doc/python-gunicorn-doc + 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/2016-news.html build/sphinx/html/2017-news.html build/sphinx/html/2018-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-20.0.4-1.el8.noarch/usr/share/doc/python-gunicorn-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1BAfVw + umask 022 + cd /builddir/build/BUILD + cd gunicorn-20.0.4 + LICENSEDIR=/builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/licenses/python-gunicorn-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/licenses/python-gunicorn-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch/usr/share/licenses/python-gunicorn-doc + exit 0 Provides: python-gunicorn-doc = 20.0.4-1.el8 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-20.0.4-1.el8.noarch Wrote: /builddir/build/RPMS/python3-gunicorn-20.0.4-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-gunicorn-doc-20.0.4-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NJlTVa + umask 022 + cd /builddir/build/BUILD + cd gunicorn-20.0.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gunicorn-20.0.4-1.el8.noarch + exit 0 Child return code was: 0