Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-myghty.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e6cf970a90c8ca507356634649f81c37192661ed/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-myghty.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-myghty-1.2-5.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-myghty.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e6cf970a90c8ca507356634649f81c37192661ed/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-myghty.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zMbUC3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Myghty-1.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/Myghty-1.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Myghty-1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KxF628 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd Myghty-1.2 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/myghty copying lib/myghty/buffer.py -> build/lib/myghty copying lib/myghty/cache.py -> build/lib/myghty copying lib/myghty/requestbuffer.py -> build/lib/myghty copying lib/myghty/util.py -> build/lib/myghty copying lib/myghty/lexer.py -> build/lib/myghty copying lib/myghty/args.py -> build/lib/myghty copying lib/myghty/escapes.py -> build/lib/myghty copying lib/myghty/resolver.py -> build/lib/myghty copying lib/myghty/session.py -> build/lib/myghty copying lib/myghty/interp.py -> build/lib/myghty copying lib/myghty/__init__.py -> build/lib/myghty copying lib/myghty/compiler.py -> build/lib/myghty copying lib/myghty/request.py -> build/lib/myghty copying lib/myghty/component.py -> build/lib/myghty copying lib/myghty/objgen.py -> build/lib/myghty copying lib/myghty/container.py -> build/lib/myghty copying lib/myghty/exception.py -> build/lib/myghty copying lib/myghty/importer.py -> build/lib/myghty copying lib/myghty/synchronization.py -> build/lib/myghty copying lib/myghty/csource.py -> build/lib/myghty creating build/lib/myghty/paste copying lib/myghty/paste/templates.py -> build/lib/myghty/paste copying lib/myghty/paste/wsgiapp.py -> build/lib/myghty/paste copying lib/myghty/paste/__init__.py -> build/lib/myghty/paste creating build/lib/myghty/paster_templates copying lib/myghty/paster_templates/__init__.py -> build/lib/myghty/paster_templates creating build/lib/myghty/http copying lib/myghty/http/HTTPHandler.py -> build/lib/myghty/http copying lib/myghty/http/ApacheHandler.py -> build/lib/myghty/http copying lib/myghty/http/CGIHandler.py -> build/lib/myghty/http copying lib/myghty/http/__init__.py -> build/lib/myghty/http copying lib/myghty/http/WSGIHandler.py -> build/lib/myghty/http copying lib/myghty/http/HTTPServerHandler.py -> build/lib/myghty/http creating build/lib/myghty/ext copying lib/myghty/ext/routeresolver.py -> build/lib/myghty/ext copying lib/myghty/ext/memcached.py -> build/lib/myghty/ext copying lib/myghty/ext/__init__.py -> build/lib/myghty/ext creating build/lib/myghty/paster_templates/modulecomponents copying lib/myghty/paster_templates/modulecomponents/server.conf_tmpl -> build/lib/myghty/paster_templates/modulecomponents copying lib/myghty/paster_templates/modulecomponents/setup.py_tmpl -> build/lib/myghty/paster_templates/modulecomponents creating build/lib/myghty/paster_templates/routes copying lib/myghty/paster_templates/routes/server.conf_tmpl -> build/lib/myghty/paster_templates/routes copying lib/myghty/paster_templates/routes/setup.py_tmpl -> build/lib/myghty/paster_templates/routes creating build/lib/myghty/paster_templates/simple copying lib/myghty/paster_templates/simple/server.conf_tmpl -> build/lib/myghty/paster_templates/simple copying lib/myghty/paster_templates/simple/setup.py_tmpl -> build/lib/myghty/paster_templates/simple creating build/lib/myghty/paster_templates/modulecomponents/+package+ copying lib/myghty/paster_templates/modulecomponents/+package+/webconfig.py -> build/lib/myghty/paster_templates/modulecomponents/+package+ copying lib/myghty/paster_templates/modulecomponents/+package+/__init__.py -> build/lib/myghty/paster_templates/modulecomponents/+package+ creating build/lib/myghty/paster_templates/routes/+package+ copying lib/myghty/paster_templates/routes/+package+/__init__.py -> build/lib/myghty/paster_templates/routes/+package+ creating build/lib/myghty/paster_templates/simple/+package+ copying lib/myghty/paster_templates/simple/+package+/__init__.py -> build/lib/myghty/paster_templates/simple/+package+ copying lib/myghty/paster_templates/modulecomponents/+package+/wsgiapp.py_tmpl -> build/lib/myghty/paster_templates/modulecomponents/+package+ copying lib/myghty/paster_templates/routes/+package+/webconfig.py_tmpl -> build/lib/myghty/paster_templates/routes/+package+ copying lib/myghty/paster_templates/routes/+package+/wsgiapp.py_tmpl -> build/lib/myghty/paster_templates/routes/+package+ copying lib/myghty/paster_templates/simple/+package+/webconfig.py_tmpl -> build/lib/myghty/paster_templates/simple/+package+ copying lib/myghty/paster_templates/simple/+package+/wsgiapp.py_tmpl -> build/lib/myghty/paster_templates/simple/+package+ creating build/lib/myghty/paster_templates/modulecomponents/+package+/lib copying lib/myghty/paster_templates/modulecomponents/+package+/lib/controller.py -> build/lib/myghty/paster_templates/modulecomponents/+package+/lib creating build/lib/myghty/paster_templates/routes/+package+/lib copying lib/myghty/paster_templates/routes/+package+/lib/__init__.py -> build/lib/myghty/paster_templates/routes/+package+/lib creating build/lib/myghty/paster_templates/routes/+package+/controllers copying lib/myghty/paster_templates/routes/+package+/controllers/application_controller.py -> build/lib/myghty/paster_templates/routes/+package+/controllers copying lib/myghty/paster_templates/routes/+package+/controllers/__init__.py -> build/lib/myghty/paster_templates/routes/+package+/controllers creating build/lib/myghty/paster_templates/modulecomponents/+package+/templates copying lib/myghty/paster_templates/modulecomponents/+package+/templates/index.myt -> build/lib/myghty/paster_templates/modulecomponents/+package+/templates copying lib/myghty/paster_templates/modulecomponents/+package+/templates/login.myt -> build/lib/myghty/paster_templates/modulecomponents/+package+/templates copying lib/myghty/paster_templates/modulecomponents/+package+/templates/logout.myt -> build/lib/myghty/paster_templates/modulecomponents/+package+/templates creating build/lib/myghty/paster_templates/modulecomponents/+package+/components copying lib/myghty/paster_templates/modulecomponents/+package+/components/header.myc -> build/lib/myghty/paster_templates/modulecomponents/+package+/components copying lib/myghty/paster_templates/modulecomponents/+package+/components/footer.myc -> build/lib/myghty/paster_templates/modulecomponents/+package+/components copying lib/myghty/paster_templates/modulecomponents/+package+/components/leftnav.myc -> build/lib/myghty/paster_templates/modulecomponents/+package+/components creating build/lib/myghty/paster_templates/routes/+package+/templates copying lib/myghty/paster_templates/routes/+package+/templates/autohandler_tmpl -> build/lib/myghty/paster_templates/routes/+package+/templates creating build/lib/myghty/paster_templates/routes/+package+/public copying lib/myghty/paster_templates/routes/+package+/public/index.html_tmpl -> build/lib/myghty/paster_templates/routes/+package+/public creating build/lib/myghty/paster_templates/simple/+package+/components copying lib/myghty/paster_templates/simple/+package+/components/autohandler_tmpl -> build/lib/myghty/paster_templates/simple/+package+/components copying lib/myghty/paster_templates/simple/+package+/components/footer.myc_tmpl -> build/lib/myghty/paster_templates/simple/+package+/components copying lib/myghty/paster_templates/simple/+package+/components/header.myc_tmpl -> build/lib/myghty/paster_templates/simple/+package+/components creating build/lib/myghty/paster_templates/simple/+package+/htdocs copying lib/myghty/paster_templates/simple/+package+/htdocs/index.myt_tmpl -> build/lib/myghty/paster_templates/simple/+package+/htdocs copying lib/myghty/paster_templates/simple/+package+/htdocs/style.css_tmpl -> build/lib/myghty/paster_templates/simple/+package+/htdocs creating build/lib/myghty/paster_templates/modulecomponents/+package+/htdocs copying lib/myghty/paster_templates/modulecomponents/+package+/htdocs/style.css -> build/lib/myghty/paster_templates/modulecomponents/+package+/htdocs copying lib/myghty/paster_templates/modulecomponents/+package+/htdocs/myghty_small.png -> build/lib/myghty/paster_templates/modulecomponents/+package+/htdocs copying lib/myghty/paster_templates/modulecomponents/+package+/components/autohandler -> build/lib/myghty/paster_templates/modulecomponents/+package+/components + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.N5SEXa + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch + cd Myghty-1.2 + rm -rf /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch + /usr/bin/python setup.py install --root /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch running install running build running build_py running install_lib creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/buffer.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/cache.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/requestbuffer.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/util.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paste copying build/lib/myghty/paste/templates.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paste copying build/lib/myghty/paste/wsgiapp.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paste copying build/lib/myghty/paste/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paste copying build/lib/myghty/lexer.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+ creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/templates copying build/lib/myghty/paster_templates/modulecomponents/+package+/templates/index.myt -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/templates copying build/lib/myghty/paster_templates/modulecomponents/+package+/templates/login.myt -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/templates copying build/lib/myghty/paster_templates/modulecomponents/+package+/templates/logout.myt -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/templates creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/lib copying build/lib/myghty/paster_templates/modulecomponents/+package+/lib/controller.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/lib creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/components copying build/lib/myghty/paster_templates/modulecomponents/+package+/components/header.myc -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/components copying build/lib/myghty/paster_templates/modulecomponents/+package+/components/autohandler -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/components copying build/lib/myghty/paster_templates/modulecomponents/+package+/components/footer.myc -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/components copying build/lib/myghty/paster_templates/modulecomponents/+package+/components/leftnav.myc -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/components copying build/lib/myghty/paster_templates/modulecomponents/+package+/wsgiapp.py_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+ copying build/lib/myghty/paster_templates/modulecomponents/+package+/webconfig.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+ copying build/lib/myghty/paster_templates/modulecomponents/+package+/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+ creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/htdocs copying build/lib/myghty/paster_templates/modulecomponents/+package+/htdocs/myghty_small.png -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/htdocs copying build/lib/myghty/paster_templates/modulecomponents/+package+/htdocs/style.css -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/htdocs copying build/lib/myghty/paster_templates/modulecomponents/server.conf_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents copying build/lib/myghty/paster_templates/modulecomponents/setup.py_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents copying build/lib/myghty/paster_templates/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+ copying build/lib/myghty/paster_templates/routes/+package+/webconfig.py_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+ creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/templates copying build/lib/myghty/paster_templates/routes/+package+/templates/autohandler_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/templates creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/public copying build/lib/myghty/paster_templates/routes/+package+/public/index.html_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/public creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/lib copying build/lib/myghty/paster_templates/routes/+package+/lib/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/lib copying build/lib/myghty/paster_templates/routes/+package+/wsgiapp.py_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+ copying build/lib/myghty/paster_templates/routes/+package+/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+ creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/controllers copying build/lib/myghty/paster_templates/routes/+package+/controllers/application_controller.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/controllers copying build/lib/myghty/paster_templates/routes/+package+/controllers/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/controllers copying build/lib/myghty/paster_templates/routes/server.conf_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes copying build/lib/myghty/paster_templates/routes/setup.py_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+ copying build/lib/myghty/paster_templates/simple/+package+/webconfig.py_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+ creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+/components copying build/lib/myghty/paster_templates/simple/+package+/components/autohandler_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+/components copying build/lib/myghty/paster_templates/simple/+package+/components/footer.myc_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+/components copying build/lib/myghty/paster_templates/simple/+package+/components/header.myc_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+/components copying build/lib/myghty/paster_templates/simple/+package+/wsgiapp.py_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+ copying build/lib/myghty/paster_templates/simple/+package+/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+ creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+/htdocs copying build/lib/myghty/paster_templates/simple/+package+/htdocs/index.myt_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+/htdocs copying build/lib/myghty/paster_templates/simple/+package+/htdocs/style.css_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+/htdocs copying build/lib/myghty/paster_templates/simple/server.conf_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple copying build/lib/myghty/paster_templates/simple/setup.py_tmpl -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple copying build/lib/myghty/args.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/escapes.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/resolver.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http copying build/lib/myghty/http/HTTPHandler.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http copying build/lib/myghty/http/ApacheHandler.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http copying build/lib/myghty/http/CGIHandler.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http copying build/lib/myghty/http/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http copying build/lib/myghty/http/WSGIHandler.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http copying build/lib/myghty/http/HTTPServerHandler.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http copying build/lib/myghty/session.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/interp.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty creating /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/ext copying build/lib/myghty/ext/routeresolver.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/ext copying build/lib/myghty/ext/memcached.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/ext copying build/lib/myghty/ext/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/ext copying build/lib/myghty/__init__.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/compiler.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/request.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/component.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/objgen.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/container.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/exception.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/importer.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/synchronization.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty copying build/lib/myghty/csource.py -> /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/buffer.py to buffer.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/requestbuffer.py to requestbuffer.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paste/templates.py to templates.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paste/wsgiapp.py to wsgiapp.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paste/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/lexer.py to lexer.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/lib/controller.py to controller.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/webconfig.py to webconfig.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/modulecomponents/+package+/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/controllers/application_controller.py to application_controller.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/routes/+package+/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/paster_templates/simple/+package+/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/args.py to args.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/escapes.py to escapes.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/resolver.py to resolver.pyc /usr/lib/python2.7/site-packages/myghty/resolver.py:614: SyntaxWarning: assertion is always true, perhaps remove parentheses? /usr/lib/python2.7/site-packages/myghty/resolver.py:673: SyntaxWarning: assertion is always true, perhaps remove parentheses? byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http/HTTPHandler.py to HTTPHandler.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http/ApacheHandler.py to ApacheHandler.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http/CGIHandler.py to CGIHandler.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http/WSGIHandler.py to WSGIHandler.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/http/HTTPServerHandler.py to HTTPServerHandler.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/interp.py to interp.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/ext/routeresolver.py to routeresolver.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/ext/memcached.py to memcached.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/ext/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/compiler.py to compiler.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/request.py to request.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/component.py to component.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/objgen.py to objgen.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/importer.py to importer.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/synchronization.py to synchronization.pyc byte-compiling /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/myghty/csource.py to csource.pyc running install_egg_info running egg_info writing requirements to lib/Myghty.egg-info/requires.txt writing lib/Myghty.egg-info/PKG-INFO writing top-level names to lib/Myghty.egg-info/top_level.txt writing dependency_links to lib/Myghty.egg-info/dependency_links.txt writing entry points to lib/Myghty.egg-info/entry_points.txt reading manifest file 'lib/Myghty.egg-info/SOURCES.txt' writing manifest file 'lib/Myghty.egg-info/SOURCES.txt' Copying lib/Myghty.egg-info to /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/lib/python2.7/site-packages/Myghty-1.2-py2.7.egg-info running install_scripts + cd doc + /usr/bin/python genhtml.py ../lib/myghty/resolver.py:614: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert(False, "enableDhandler loop failed") ../lib/myghty/resolver.py:673: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert(False, "UpwardsResolve loop failed") index.myt -> ./html/index.html whatsitdo.myt -> ./html/whatsitdo.html installation.myt -> ./html/installation.html configuration.myt -> ./html/configuration.html programmatic.myt -> ./html/programmatic.html embedding.myt -> ./html/embedding.html scopedpython.myt -> ./html/scopedpython.html globals.myt -> ./html/globals.html components.myt -> ./html/components.html modulecomponents.myt -> ./html/modulecomponents.html request.myt -> ./html/request.html otherblocks.myt -> ./html/otherblocks.html inheritance.myt -> ./html/inheritance.html specialtempl.myt -> ./html/specialtempl.html filtering.myt -> ./html/filtering.html session.myt -> ./html/session.html cache.myt -> ./html/cache.html resolver.myt -> ./html/resolver.html unicode.myt -> ./html/unicode.html params.myt -> ./html/params.html technical.myt -> ./html/technical.html docstrings.myt -> ./html/docstrings.html index.myt -> ./html/documentation.html + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/Myghty-1.2 /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-myghty-1.2-5.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 /usr/lib/python2.7/site-packages/myghty/resolver.py:614: SyntaxWarning: assertion is always true, perhaps remove parentheses? /usr/lib/python2.7/site-packages/myghty/resolver.py:673: SyntaxWarning: assertion is always true, perhaps remove parentheses? + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-myghty-1.2-5.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uLAqbg + umask 022 + cd /builddir/build/BUILD + cd Myghty-1.2 + DOCDIR=/builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/share/doc/python-myghty-1.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/share/doc/python-myghty-1.2 + cp -pr doc/html/cache.html doc/html/components.html doc/html/configuration.html doc/html/docs.css doc/html/docstrings.html doc/html/documentation.html doc/html/embedding.html doc/html/filtering.html doc/html/globals.html doc/html/index.html doc/html/inheritance.html doc/html/installation.html doc/html/modulecomponents.html doc/html/otherblocks.html doc/html/params.html doc/html/programmatic.html doc/html/request.html doc/html/resolver.html doc/html/scopedpython.html doc/html/session.html doc/html/specialtempl.html doc/html/style.css doc/html/syntaxhighlight.css doc/html/technical.html doc/html/unicode.html doc/html/whatsitdo.html /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/share/doc/python-myghty-1.2 + cp -pr examples /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/share/doc/python-myghty-1.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/share/doc/python-myghty-1.2 + cp -pr README /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch/usr/share/doc/python-myghty-1.2 + exit 0 Provides: python-myghty = 1.2-5.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch Wrote: /builddir/build/RPMS/python-myghty-1.2-5.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nlibhN + umask 022 + cd /builddir/build/BUILD + cd Myghty-1.2 + rm -rf /builddir/build/BUILDROOT/python-myghty-1.2-5.el7.noarch + exit 0 Child return code was: 0