Mock Version: 1.2.18 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-twisted-web2.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2843/root'user='mockbuild'logger=gid=135env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100'}timeout=0shell=Falseuid=1001printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-twisted-web2.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: copr-builder-774953659.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-twisted-web2-8.1.0-14.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-twisted-web2.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2843/root'user='mockbuild'logger=gid=135env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100'}timeout=0shell=Falseuid=1001private_network=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-twisted-web2.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.V4i6Rc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf TwistedWeb2-8.1.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/TwistedWeb2-8.1.0.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd TwistedWeb2-8.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ohSHud + umask 022 + cd /builddir/build/BUILD + cd TwistedWeb2-8.1.0 + python setup.py build running build running build_py package init file 'twisted/plugins/__init__.py' not found (or not a regular file) creating build creating build/lib creating build/lib/twisted creating build/lib/twisted/plugins copying twisted/plugins/twisted_web2.py -> build/lib/twisted/plugins creating build/lib/twisted/web2 copying twisted/web2/static.py -> build/lib/twisted/web2 copying twisted/web2/iweb.py -> build/lib/twisted/web2 copying twisted/web2/tap.py -> build/lib/twisted/web2 copying twisted/web2/resource.py -> build/lib/twisted/web2 copying twisted/web2/_version.py -> build/lib/twisted/web2 copying twisted/web2/fileupload.py -> build/lib/twisted/web2 copying twisted/web2/log.py -> build/lib/twisted/web2 copying twisted/web2/compat.py -> build/lib/twisted/web2 copying twisted/web2/proxy.py -> build/lib/twisted/web2 copying twisted/web2/http.py -> build/lib/twisted/web2 copying twisted/web2/twcgi.py -> build/lib/twisted/web2 copying twisted/web2/dirlist.py -> build/lib/twisted/web2 copying twisted/web2/wsgi.py -> build/lib/twisted/web2 copying twisted/web2/server.py -> build/lib/twisted/web2 copying twisted/web2/xmlrpc.py -> build/lib/twisted/web2 copying twisted/web2/vhost.py -> build/lib/twisted/web2 copying twisted/web2/twscgi.py -> build/lib/twisted/web2 copying twisted/web2/__init__.py -> build/lib/twisted/web2 copying twisted/web2/plugin.py -> build/lib/twisted/web2 copying twisted/web2/http_headers.py -> build/lib/twisted/web2 copying twisted/web2/stream.py -> build/lib/twisted/web2 copying twisted/web2/error.py -> build/lib/twisted/web2 copying twisted/web2/responsecode.py -> build/lib/twisted/web2 creating build/lib/twisted/web2/client copying twisted/web2/client/interfaces.py -> build/lib/twisted/web2/client copying twisted/web2/client/http.py -> build/lib/twisted/web2/client copying twisted/web2/client/__init__.py -> build/lib/twisted/web2/client creating build/lib/twisted/web2/channel copying twisted/web2/channel/scgi.py -> build/lib/twisted/web2/channel copying twisted/web2/channel/cgi.py -> build/lib/twisted/web2/channel copying twisted/web2/channel/fastcgi.py -> build/lib/twisted/web2/channel copying twisted/web2/channel/http.py -> build/lib/twisted/web2/channel copying twisted/web2/channel/__init__.py -> build/lib/twisted/web2/channel creating build/lib/twisted/web2/auth copying twisted/web2/auth/basic.py -> build/lib/twisted/web2/auth copying twisted/web2/auth/wrapper.py -> build/lib/twisted/web2/auth copying twisted/web2/auth/__init__.py -> build/lib/twisted/web2/auth copying twisted/web2/auth/digest.py -> build/lib/twisted/web2/auth copying twisted/web2/auth/interfaces.py -> build/lib/twisted/web2/auth creating build/lib/twisted/web2/filter copying twisted/web2/filter/__init__.py -> build/lib/twisted/web2/filter copying twisted/web2/filter/range.py -> build/lib/twisted/web2/filter copying twisted/web2/filter/gzip.py -> build/lib/twisted/web2/filter copying twisted/web2/filter/location.py -> build/lib/twisted/web2/filter creating build/lib/twisted/web2/test copying twisted/web2/test/simple_client.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_resource.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_scgi.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_static.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_compat.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_log.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_fastcgi.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_http.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_client.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_fileupload.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_wsgi.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_server.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_xmlrpc.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_vhost.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_cgi.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_httpauth.py -> build/lib/twisted/web2/test copying twisted/web2/test/__init__.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_plugin.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_stream.py -> build/lib/twisted/web2/test copying twisted/web2/test/test_http_headers.py -> build/lib/twisted/web2/test package init file 'twisted/plugins/__init__.py' not found (or not a regular file) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NB4rme + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 + cd TwistedWeb2-8.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 + python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 --install-purelib /usr/lib64/python2.7/site-packages running install running install_lib creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_http_headers.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_stream.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_plugin.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/__init__.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_httpauth.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_cgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_vhost.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_xmlrpc.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_server.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_wsgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_fileupload.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_client.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_http.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_fastcgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_log.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_compat.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_static.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_scgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/test_resource.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying build/lib/twisted/web2/test/simple_client.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter copying build/lib/twisted/web2/filter/location.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter copying build/lib/twisted/web2/filter/gzip.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter copying build/lib/twisted/web2/filter/range.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter copying build/lib/twisted/web2/filter/__init__.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth copying build/lib/twisted/web2/auth/interfaces.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth copying build/lib/twisted/web2/auth/digest.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth copying build/lib/twisted/web2/auth/__init__.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth copying build/lib/twisted/web2/auth/wrapper.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth copying build/lib/twisted/web2/auth/basic.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel copying build/lib/twisted/web2/channel/__init__.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel copying build/lib/twisted/web2/channel/http.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel copying build/lib/twisted/web2/channel/fastcgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel copying build/lib/twisted/web2/channel/cgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel copying build/lib/twisted/web2/channel/scgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/client copying build/lib/twisted/web2/client/__init__.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/client copying build/lib/twisted/web2/client/http.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/client copying build/lib/twisted/web2/client/interfaces.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/client copying build/lib/twisted/web2/responsecode.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/error.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/stream.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/http_headers.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/plugin.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/__init__.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/twscgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/vhost.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/xmlrpc.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/server.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/wsgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/dirlist.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/twcgi.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/http.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/proxy.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/compat.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/log.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/fileupload.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/_version.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/resource.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/tap.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/iweb.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying build/lib/twisted/web2/static.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 creating /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/plugins copying build/lib/twisted/plugins/twisted_web2.py -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/plugins byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_http_headers.py to test_http_headers.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_stream.py to test_stream.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_plugin.py to test_plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_httpauth.py to test_httpauth.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_cgi.py to test_cgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_vhost.py to test_vhost.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_xmlrpc.py to test_xmlrpc.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_wsgi.py to test_wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_fileupload.py to test_fileupload.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_http.py to test_http.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_fastcgi.py to test_fastcgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_log.py to test_log.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_compat.py to test_compat.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_static.py to test_static.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_scgi.py to test_scgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test/simple_client.py to simple_client.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter/location.py to location.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter/gzip.py to gzip.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter/range.py to range.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/filter/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth/digest.py to digest.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth/wrapper.py to wrapper.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/auth/basic.py to basic.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel/fastcgi.py to fastcgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel/cgi.py to cgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/channel/scgi.py to scgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/client/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/client/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/responsecode.py to responsecode.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/stream.py to stream.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/http_headers.py to http_headers.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/twscgi.py to twscgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/vhost.py to vhost.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/xmlrpc.py to xmlrpc.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/dirlist.py to dirlist.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/twcgi.py to twcgi.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/fileupload.py to fileupload.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/_version.py to _version.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/tap.py to tap.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/iweb.py to iweb.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/static.py to static.pyc byte-compiling /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/plugins/twisted_web2.py to twisted_web2.pyc writing byte-compilation script '/tmp/tmpYQjFKH.py' /usr/bin/python -O /tmp/tmpYQjFKH.py removing /tmp/tmpYQjFKH.py running install_data copying twisted/web2/TODO -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2 copying twisted/web2/test/stream_data.txt -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test copying twisted/web2/test/server.pem -> /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/twisted/web2/test running install_egg_info Writing /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/Twisted_Web2-8.1.0-py2.7.egg-info + '[' -f /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/Twisted_Web2-8.1.0-py2.7.egg-info ']' + echo /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7/site-packages/Twisted_Web2-8.1.0-py2.7.egg-info + /usr/bin/sed -e 's|^/builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64||' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-twisted-web2-8.1.0-14.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4Lwrpi + umask 022 + cd /builddir/build/BUILD + cd TwistedWeb2-8.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/share/doc/python-twisted-web2-8.1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/share/doc/python-twisted-web2-8.1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/share/doc/python-twisted-web2-8.1.0 + cp -pr NEWS /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/share/doc/python-twisted-web2-8.1.0 + cp -pr README /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/share/doc/python-twisted-web2-8.1.0 + cp -pr doc/examples doc/howto /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64/usr/share/doc/python-twisted-web2-8.1.0 + exit 0 Provides: python-twisted-web2 = 8.1.0-14.el7.centos python-twisted-web2(x86-64) = 8.1.0-14.el7.centos Requires(interp): /bin/sh /bin/sh 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(post): /bin/sh Requires(postun): /bin/sh Requires: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-774953659.novalocal Wrote: /builddir/build/RPMS/python-twisted-web2-8.1.0-14.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0YwHgB + umask 022 + cd /builddir/build/BUILD + cd TwistedWeb2-8.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-twisted-web2-8.1.0-14.el7.centos.x86_64 + exit 0 Child return code was: 0