Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-flask.spec'], False, '/var/lib/mock/epel-6-x86_64-mockbuilder-1726/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-flask.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} warning: Could not canonicalize hostname: i-000187ae Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-flask-0.10.1-1.el6.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-flask.spec'], False, '/var/lib/mock/epel-6-x86_64-mockbuilder-1726/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-flask.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JlECrI + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf Flask-0.10.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/Flask-0.10.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Flask-0.10.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + /bin/sed -i '1i __requires__ = ['\''Jinja2>=2.4'\'']' setup.py + /bin/sed -i 's/.*__future__.*//' setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ISRbfA + umask 022 + cd /builddir/build/BUILD + cd Flask-0.10.1 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/flask copying flask/helpers.py -> build/lib/flask copying flask/ctx.py -> build/lib/flask copying flask/signals.py -> build/lib/flask copying flask/app.py -> build/lib/flask copying flask/_compat.py -> build/lib/flask copying flask/module.py -> build/lib/flask copying flask/sessions.py -> build/lib/flask copying flask/globals.py -> build/lib/flask copying flask/config.py -> build/lib/flask copying flask/views.py -> build/lib/flask copying flask/templating.py -> build/lib/flask copying flask/blueprints.py -> build/lib/flask copying flask/debughelpers.py -> build/lib/flask copying flask/testing.py -> build/lib/flask copying flask/exthook.py -> build/lib/flask copying flask/json.py -> build/lib/flask copying flask/wrappers.py -> build/lib/flask copying flask/__init__.py -> build/lib/flask copying flask/logging.py -> build/lib/flask creating build/lib/flask/ext copying flask/ext/__init__.py -> build/lib/flask/ext creating build/lib/flask/testsuite copying flask/testsuite/helpers.py -> build/lib/flask/testsuite copying flask/testsuite/regression.py -> build/lib/flask/testsuite copying flask/testsuite/deprecations.py -> build/lib/flask/testsuite copying flask/testsuite/examples.py -> build/lib/flask/testsuite copying flask/testsuite/signals.py -> build/lib/flask/testsuite copying flask/testsuite/basic.py -> build/lib/flask/testsuite copying flask/testsuite/config.py -> build/lib/flask/testsuite copying flask/testsuite/reqctx.py -> build/lib/flask/testsuite copying flask/testsuite/views.py -> build/lib/flask/testsuite copying flask/testsuite/templating.py -> build/lib/flask/testsuite copying flask/testsuite/blueprints.py -> build/lib/flask/testsuite copying flask/testsuite/testing.py -> build/lib/flask/testsuite copying flask/testsuite/ext.py -> build/lib/flask/testsuite copying flask/testsuite/appctx.py -> build/lib/flask/testsuite copying flask/testsuite/subclassing.py -> build/lib/flask/testsuite copying flask/testsuite/__init__.py -> build/lib/flask/testsuite running egg_info writing requirements to Flask.egg-info/requires.txt writing Flask.egg-info/PKG-INFO writing top-level names to Flask.egg-info/top_level.txt writing dependency_links to Flask.egg-info/dependency_links.txt reading manifest file 'Flask.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git' writing manifest file 'Flask.egg-info/SOURCES.txt' creating build/lib/flask/testsuite/static copying flask/testsuite/static/index.html -> build/lib/flask/testsuite/static creating build/lib/flask/testsuite/templates copying flask/testsuite/templates/_macro.html -> build/lib/flask/testsuite/templates copying flask/testsuite/templates/context_template.html -> build/lib/flask/testsuite/templates copying flask/testsuite/templates/escaping_template.html -> build/lib/flask/testsuite/templates copying flask/testsuite/templates/mail.txt -> build/lib/flask/testsuite/templates copying flask/testsuite/templates/simple_template.html -> build/lib/flask/testsuite/templates copying flask/testsuite/templates/template_filter.html -> build/lib/flask/testsuite/templates copying flask/testsuite/templates/template_test.html -> build/lib/flask/testsuite/templates creating build/lib/flask/testsuite/templates/nested copying flask/testsuite/templates/nested/nested.txt -> build/lib/flask/testsuite/templates/nested creating build/lib/flask/testsuite/test_apps copying flask/testsuite/test_apps/config_module_app.py -> build/lib/flask/testsuite/test_apps copying flask/testsuite/test_apps/flask_newext_simple.py -> build/lib/flask/testsuite/test_apps copying flask/testsuite/test_apps/importerror.py -> build/lib/flask/testsuite/test_apps copying flask/testsuite/test_apps/main_app.py -> build/lib/flask/testsuite/test_apps creating build/lib/flask/testsuite/test_apps/blueprintapp copying flask/testsuite/test_apps/blueprintapp/__init__.py -> build/lib/flask/testsuite/test_apps/blueprintapp creating build/lib/flask/testsuite/test_apps/blueprintapp/apps copying flask/testsuite/test_apps/blueprintapp/apps/__init__.py -> build/lib/flask/testsuite/test_apps/blueprintapp/apps creating build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin copying flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py -> build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin creating build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static copying flask/testsuite/test_apps/blueprintapp/apps/admin/static/test.txt -> build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static creating build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css copying flask/testsuite/test_apps/blueprintapp/apps/admin/static/css/test.css -> build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css creating build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/templates creating build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin copying flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin/index.html -> build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin creating build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend copying flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py -> build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend creating build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates creating build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend copying flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend/index.html -> build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend creating build/lib/flask/testsuite/test_apps/config_package_app copying flask/testsuite/test_apps/config_package_app/__init__.py -> build/lib/flask/testsuite/test_apps/config_package_app creating build/lib/flask/testsuite/test_apps/flask_broken copying flask/testsuite/test_apps/flask_broken/__init__.py -> build/lib/flask/testsuite/test_apps/flask_broken copying flask/testsuite/test_apps/flask_broken/b.py -> build/lib/flask/testsuite/test_apps/flask_broken creating build/lib/flask/testsuite/test_apps/flask_newext_package copying flask/testsuite/test_apps/flask_newext_package/__init__.py -> build/lib/flask/testsuite/test_apps/flask_newext_package copying flask/testsuite/test_apps/flask_newext_package/submodule.py -> build/lib/flask/testsuite/test_apps/flask_newext_package creating build/lib/flask/testsuite/test_apps/flaskext copying flask/testsuite/test_apps/flaskext/__init__.py -> build/lib/flask/testsuite/test_apps/flaskext copying flask/testsuite/test_apps/flaskext/oldext_simple.py -> build/lib/flask/testsuite/test_apps/flaskext creating build/lib/flask/testsuite/test_apps/flaskext/oldext_package copying flask/testsuite/test_apps/flaskext/oldext_package/__init__.py -> build/lib/flask/testsuite/test_apps/flaskext/oldext_package copying flask/testsuite/test_apps/flaskext/oldext_package/submodule.py -> build/lib/flask/testsuite/test_apps/flaskext/oldext_package creating build/lib/flask/testsuite/test_apps/lib creating build/lib/flask/testsuite/test_apps/lib/python2.5 creating build/lib/flask/testsuite/test_apps/lib/python2.5/site-packages copying flask/testsuite/test_apps/lib/python2.5/site-packages/SiteEgg.egg -> build/lib/flask/testsuite/test_apps/lib/python2.5/site-packages copying flask/testsuite/test_apps/lib/python2.5/site-packages/site_app.py -> build/lib/flask/testsuite/test_apps/lib/python2.5/site-packages creating build/lib/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package copying flask/testsuite/test_apps/lib/python2.5/site-packages/site_package/__init__.py -> build/lib/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package creating build/lib/flask/testsuite/test_apps/moduleapp copying flask/testsuite/test_apps/moduleapp/__init__.py -> build/lib/flask/testsuite/test_apps/moduleapp creating build/lib/flask/testsuite/test_apps/moduleapp/apps copying flask/testsuite/test_apps/moduleapp/apps/__init__.py -> build/lib/flask/testsuite/test_apps/moduleapp/apps creating build/lib/flask/testsuite/test_apps/moduleapp/apps/admin copying flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py -> build/lib/flask/testsuite/test_apps/moduleapp/apps/admin creating build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static copying flask/testsuite/test_apps/moduleapp/apps/admin/static/test.txt -> build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static creating build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static/css copying flask/testsuite/test_apps/moduleapp/apps/admin/static/css/test.css -> build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static/css creating build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/templates copying flask/testsuite/test_apps/moduleapp/apps/admin/templates/index.html -> build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/templates creating build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend copying flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py -> build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend creating build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend/templates copying flask/testsuite/test_apps/moduleapp/apps/frontend/templates/index.html -> build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend/templates creating build/lib/flask/testsuite/test_apps/path creating build/lib/flask/testsuite/test_apps/path/installed_package copying flask/testsuite/test_apps/path/installed_package/__init__.py -> build/lib/flask/testsuite/test_apps/path/installed_package creating build/lib/flask/testsuite/test_apps/subdomaintestmodule copying flask/testsuite/test_apps/subdomaintestmodule/__init__.py -> build/lib/flask/testsuite/test_apps/subdomaintestmodule creating build/lib/flask/testsuite/test_apps/subdomaintestmodule/static copying flask/testsuite/test_apps/subdomaintestmodule/static/hello.txt -> build/lib/flask/testsuite/test_apps/subdomaintestmodule/static + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.34Rwss + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64 + cd Flask-0.10.1 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6 creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/helpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/ext copying build/lib/flask/ext/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/ext copying build/lib/flask/ctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/signals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/_compat.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/module.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/sessions.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/static copying build/lib/flask/testsuite/static/index.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/static copying build/lib/flask/testsuite/helpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/regression.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/deprecations.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/examples.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/signals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static/test.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static/css/test.css -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/templates/index.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates copying build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend/templates/index.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates copying build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend copying build/lib/flask/testsuite/test_apps/moduleapp/apps/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps copying build/lib/flask/testsuite/test_apps/moduleapp/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static copying build/lib/flask/testsuite/test_apps/subdomaintestmodule/static/hello.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static copying build/lib/flask/testsuite/test_apps/subdomaintestmodule/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package copying build/lib/flask/testsuite/test_apps/flaskext/oldext_package/submodule.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package copying build/lib/flask/testsuite/test_apps/flaskext/oldext_package/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package copying build/lib/flask/testsuite/test_apps/flaskext/oldext_simple.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext copying build/lib/flask/testsuite/test_apps/flaskext/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib/python2.5 creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages copying build/lib/flask/testsuite/test_apps/lib/python2.5/site-packages/SiteEgg.egg -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package copying build/lib/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package copying build/lib/flask/testsuite/test_apps/lib/python2.5/site-packages/site_app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static/test.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css/test.css -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin/index.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend/index.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps copying build/lib/flask/testsuite/test_apps/blueprintapp/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp copying build/lib/flask/testsuite/test_apps/flask_newext_simple.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps copying build/lib/flask/testsuite/test_apps/config_module_app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps copying build/lib/flask/testsuite/test_apps/main_app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken copying build/lib/flask/testsuite/test_apps/flask_broken/b.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken copying build/lib/flask/testsuite/test_apps/flask_broken/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/config_package_app copying build/lib/flask/testsuite/test_apps/config_package_app/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/config_package_app creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/path creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/path/installed_package copying build/lib/flask/testsuite/test_apps/path/installed_package/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/path/installed_package copying build/lib/flask/testsuite/test_apps/importerror.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package copying build/lib/flask/testsuite/test_apps/flask_newext_package/submodule.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package copying build/lib/flask/testsuite/test_apps/flask_newext_package/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package copying build/lib/flask/testsuite/basic.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/config.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/reqctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates copying build/lib/flask/testsuite/templates/_macro.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates copying build/lib/flask/testsuite/templates/simple_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates copying build/lib/flask/testsuite/templates/mail.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates/nested copying build/lib/flask/testsuite/templates/nested/nested.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates/nested copying build/lib/flask/testsuite/templates/template_test.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates copying build/lib/flask/testsuite/templates/template_filter.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates copying build/lib/flask/testsuite/templates/context_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates copying build/lib/flask/testsuite/templates/escaping_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates copying build/lib/flask/testsuite/views.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/templating.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/blueprints.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/testing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/ext.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/appctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/subclassing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/testsuite/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite copying build/lib/flask/globals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/config.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/views.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/templating.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/blueprints.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/debughelpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/testing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/exthook.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/json.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/wrappers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask copying build/lib/flask/logging.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/ext/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/ctx.py to ctx.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/signals.py to signals.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/module.py to module.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/regression.py to regression.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/deprecations.py to deprecations.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/examples.py to examples.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/signals.py to signals.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/submodule.py to submodule.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_simple.py to oldext_simple.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_app.py to site_app.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_simple.py to flask_newext_simple.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/config_module_app.py to config_module_app.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/main_app.py to main_app.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken/b.py to b.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/config_package_app/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/path/installed_package/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/importerror.py to importerror.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package/submodule.py to submodule.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/basic.py to basic.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/reqctx.py to reqctx.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templating.py to templating.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/blueprints.py to blueprints.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/testing.py to testing.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/ext.py to ext.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/appctx.py to appctx.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/subclassing.py to subclassing.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/globals.py to globals.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/templating.py to templating.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/blueprints.py to blueprints.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/debughelpers.py to debughelpers.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testing.py to testing.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/exthook.py to exthook.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/json.py to json.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/flask/logging.py to logging.pyc writing byte-compilation script '/tmp/tmpY8AVcm.py' /usr/bin/python -O /tmp/tmpY8AVcm.py removing /tmp/tmpY8AVcm.py running install_egg_info running egg_info writing requirements to Flask.egg-info/requires.txt writing Flask.egg-info/PKG-INFO writing top-level names to Flask.egg-info/top_level.txt writing dependency_links to Flask.egg-info/dependency_links.txt reading manifest file 'Flask.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git' writing manifest file 'Flask.egg-info/SOURCES.txt' Copying Flask.egg-info to /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/Flask-0.10.1-py2.6.egg-info running install_scripts + export PYTHONPATH=/builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages + PYTHONPATH=/builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages + /usr/bin/python setup.py develop --install-dir /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages running develop running egg_info writing requirements to Flask.egg-info/requires.txt writing Flask.egg-info/PKG-INFO writing top-level names to Flask.egg-info/top_level.txt writing dependency_links to Flask.egg-info/dependency_links.txt reading manifest file 'Flask.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git' writing manifest file 'Flask.egg-info/SOURCES.txt' running build_ext Creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/site.py Creating /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/Flask.egg-link (link to .) Adding Flask 0.10.1 to easy-install.pth file Installed /builddir/build/BUILD/Flask-0.10.1 Processing dependencies for Flask==0.10.1 Searching for itsdangerous==0.22 Best match: itsdangerous 0.22 Adding itsdangerous 0.22 to easy-install.pth file Using /usr/lib/python2.6/site-packages Searching for Jinja2==2.6 Best match: Jinja2 2.6 Processing Jinja2-2.6-py2.6.egg Adding Jinja2 2.6 to easy-install.pth file Using /usr/lib/python2.6/site-packages/Jinja2-2.6-py2.6.egg Searching for Werkzeug==0.8.3 Best match: Werkzeug 0.8.3 Adding Werkzeug 0.8.3 to easy-install.pth file Using /usr/lib/python2.6/site-packages Finished processing dependencies for Flask==0.10.1 + make -C docs html make: Entering directory `/builddir/build/BUILD/Flask-0.10.1/docs' sphinx-build -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v0.6.6 loading pickled environment... not found WARNING: intersphinx inventory 'http://docs.python.org/dev/objects.inv' not readable due to : unknown or unsupported inventory version WARNING: intersphinx inventory 'http://werkzeug.pocoo.org/docs/objects.inv' not readable due to : unknown or unsupported inventory version WARNING: intersphinx inventory 'http://www.sqlalchemy.org/docs/objects.inv' not readable due to : unknown or unsupported inventory version building [html]: targets for 72 source files that are out of date updating environment: 72 added, 0 changed, 0 removed reading sources... [ 1%] advanced_foreword reading sources... [ 2%] api reading sources... [ 4%] appcontext reading sources... [ 5%] becomingbig reading sources... [ 6%] blueprints reading sources... [ 8%] changelog reading sources... [ 9%] config reading sources... [ 11%] deploying/cgi reading sources... [ 12%] deploying/fastcgi reading sources... [ 13%] deploying/index reading sources... [ 15%] deploying/mod_wsgi reading sources... [ 16%] deploying/uwsgi reading sources... [ 18%] deploying/wsgi-standalone reading sources... [ 19%] design reading sources... [ 20%] errorhandling reading sources... [ 22%] extensiondev reading sources... [ 23%] extensions reading sources... [ 25%] foreword reading sources... [ 26%] htmlfaq reading sources... [ 27%] index reading sources... [ 29%] installation reading sources... [ 30%] latexindex reading sources... [ 31%] license reading sources... [ 33%] patterns/apierrors reading sources... [ 34%] patterns/appdispatch reading sources... [ 36%] patterns/appfactories reading sources... [ 37%] patterns/caching reading sources... [ 38%] patterns/celery reading sources... [ 40%] patterns/deferredcallbacks reading sources... [ 41%] patterns/distribute reading sources... [ 43%] patterns/errorpages reading sources... [ 44%] patterns/fabric reading sources... [ 45%] patterns/favicon reading sources... [ 47%] patterns/fileuploads reading sources... [ 48%] patterns/flashing reading sources... [ 50%] patterns/index reading sources... [ 51%] patterns/jquery reading sources... [ 52%] patterns/lazyloading reading sources... [ 54%] patterns/methodoverrides reading sources... [ 55%] patterns/mongokit reading sources... [ 56%] patterns/packages reading sources... [ 58%] patterns/requestchecksum reading sources... [ 59%] patterns/sqlalchemy reading sources... [ 61%] patterns/sqlite3 reading sources... [ 62%] patterns/streaming reading sources... [ 63%] patterns/templateinheritance reading sources... [ 65%] patterns/urlprocessors reading sources... [ 66%] patterns/viewdecorators reading sources... [ 68%] patterns/wtforms reading sources... [ 69%] python3 reading sources... [ 70%] quickstart reading sources... [ 72%] reqcontext reading sources... [ 73%] security reading sources... [ 75%] shell reading sources... [ 76%] signals reading sources... [ 77%] styleguide reading sources... [ 79%] templating reading sources... [ 80%] testing reading sources... [ 81%] tutorial/css reading sources... [ 83%] tutorial/dbcon reading sources... [ 84%] tutorial/dbinit reading sources... [ 86%] tutorial/folders reading sources... [ 87%] tutorial/index reading sources... [ 88%] tutorial/introduction reading sources... [ 90%] tutorial/schema reading sources... [ 91%] tutorial/setup reading sources... [ 93%] tutorial/templates reading sources... [ 94%] tutorial/testing reading sources... [ 95%] tutorial/views reading sources... [ 97%] unicode reading sources... [ 98%] upgrading reading sources... [100%] views looking for now-outdated files... none found pickling environment... done checking consistency... /builddir/build/BUILD/Flask-0.10.1/docs/latexindex.rst:: WARNING: document isn't included in any toctree done preparing documents... done writing output... [ 1%] advanced_foreword writing output... [ 2%] api writing output... [ 4%] appcontext writing output... [ 5%] becomingbig writing output... [ 6%] blueprints writing output... [ 8%] changelog writing output... [ 9%] config writing output... [ 11%] deploying/cgi writing output... [ 12%] deploying/fastcgi writing output... [ 13%] deploying/index writing output... [ 15%] deploying/mod_wsgi writing output... [ 16%] deploying/uwsgi writing output... [ 18%] deploying/wsgi-standalone writing output... [ 19%] design writing output... [ 20%] errorhandling writing output... [ 22%] extensiondev writing output... [ 23%] extensions writing output... [ 25%] foreword writing output... [ 26%] htmlfaq writing output... [ 27%] index writing output... [ 29%] installation writing output... [ 30%] latexindex writing output... [ 31%] license writing output... [ 33%] patterns/apierrors writing output... [ 34%] patterns/appdispatch writing output... [ 36%] patterns/appfactories writing output... [ 37%] patterns/caching writing output... [ 38%] patterns/celery writing output... [ 40%] patterns/deferredcallbacks writing output... [ 41%] patterns/distribute writing output... [ 43%] patterns/errorpages writing output... [ 44%] patterns/fabric writing output... [ 45%] patterns/favicon writing output... [ 47%] patterns/fileuploads writing output... [ 48%] patterns/flashing writing output... [ 50%] patterns/index writing output... [ 51%] patterns/jquery writing output... [ 52%] patterns/lazyloading writing output... [ 54%] patterns/methodoverrides writing output... [ 55%] patterns/mongokit writing output... [ 56%] patterns/packages writing output... [ 58%] patterns/requestchecksum writing output... [ 59%] patterns/sqlalchemy writing output... [ 61%] patterns/sqlite3 writing output... [ 62%] patterns/streaming writing output... [ 63%] patterns/templateinheritance writing output... [ 65%] patterns/urlprocessors writing output... [ 66%] patterns/viewdecorators writing output... [ 68%] patterns/wtforms writing output... [ 69%] python3 writing output... [ 70%] quickstart writing output... [ 72%] reqcontext writing output... [ 73%] security writing output... [ 75%] shell writing output... [ 76%] signals writing output... [ 77%] styleguide writing output... [ 79%] templating writing output... [ 80%] testing writing output... [ 81%] tutorial/css writing output... [ 83%] tutorial/dbcon writing output... [ 84%] tutorial/dbinit writing output... [ 86%] tutorial/folders writing output... [ 87%] tutorial/index writing output... [ 88%] tutorial/introduction writing output... [ 90%] tutorial/schema writing output... [ 91%] tutorial/setup writing output... [ 93%] tutorial/templates writing output... [ 94%] tutorial/testing writing output... [ 95%] tutorial/views writing output... [ 97%] unicode writing output... [ 98%] upgrading writing output... [100%] views /builddir/build/BUILD/Flask-0.10.1/docs/advanced_foreword.rst:66: WARNING: undefined label: python3_support -- if you don't give a link caption the label must precede a section header. writing additional files... genindex search copying images... _static/no.png _static/debugger.png _static/logo-full.png _static/flaskr.png _static/yes.png copying static files... done dumping search index... done dumping object inventory... done build succeeded, 5 warnings. Build finished. The HTML pages are in _build/html. make: Leaving directory `/builddir/build/BUILD/Flask-0.10.1/docs' + rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/site.py + rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/site.pyc + rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6/site-packages/easy-install.pth + rm -rf docs/_build/html/.buildinfo + rm -rf 'examples/minitwit/*.pyc' + rm -rf 'examples/flaskr/*.pyc' + rm -rf 'examples/jqueryexample/*.pyc' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/Flask-0.10.1 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile Bytecompiling .py files below /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/lib/python2.6 using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eiylRd + umask 022 + cd /builddir/build/BUILD + cd Flask-0.10.1 + unset DISPLAY + /usr/bin/python setup.py test running test running egg_info writing requirements to Flask.egg-info/requires.txt writing Flask.egg-info/PKG-INFO writing top-level names to Flask.egg-info/top_level.txt writing dependency_links to Flask.egg-info/dependency_links.txt reading manifest file 'Flask.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_themes/.git' writing manifest file 'Flask.egg-info/SOURCES.txt' running build_ext test_app_context_provides_current_app (flask.testsuite.appctx.AppContextTestCase) ... ok test_app_tearing_down (flask.testsuite.appctx.AppContextTestCase) ... ok test_basic_url_generation (flask.testsuite.appctx.AppContextTestCase) ... ok test_context_refcounts (flask.testsuite.appctx.AppContextTestCase) ... ok test_custom_app_ctx_globals_class (flask.testsuite.appctx.AppContextTestCase) ... ok test_request_context_means_app_context (flask.testsuite.appctx.AppContextTestCase) ... ok test_url_generation_requires_server_name (flask.testsuite.appctx.AppContextTestCase) ... ok test_url_generation_without_context_fails (flask.testsuite.appctx.AppContextTestCase) ... ok test_after_request_processing (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_before_after_request_order (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_before_first_request_functions (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_before_request_and_routing_errors (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_build_error_handler (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_custom_converters (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_debug_mode_complains_after_first_request (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_enctype_debug_helper (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_endpoint_decorator (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_error_handling (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_exception_propagation (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_extended_flashing (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_flashes (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_g_iteration_protocol (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_get_method_on_g (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_inject_blueprint_url_defaults (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_make_response (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_make_response_with_response_instance (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_max_content_length (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_missing_session (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_nonascii_pathinfo (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_none_response (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_options_handling_disabled (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_options_on_multiple_rules (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_options_work (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_preserve_only_once (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_preserve_remembers_exception (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_request_dispatching (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_request_locals (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_request_processing (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_response_creation (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_route_decorator_custom_endpoint (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_routing_redirect_debugging (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session_expiration (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session_special_types (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session_stored_last (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session_using_application_root (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session_using_server_name (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session_using_server_name_and_port (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session_using_server_name_port_and_path (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_session_using_session_settings (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_static_files (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_teardown_request_handler (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_teardown_request_handler_debug_mode (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_teardown_request_handler_error (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_test_app_proper_environ (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_trapping_of_all_http_exceptions (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_trapping_of_bad_request_key_errors (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_url_generation (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_url_mapping (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_url_processors (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_user_error_handling (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_werkzeug_routing (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok test_basic_support (flask.testsuite.basic.SubdomainTestCase) ... ok test_module_static_path_subdomain (flask.testsuite.basic.SubdomainTestCase) ... ok test_module_subdomain_support (flask.testsuite.basic.SubdomainTestCase) ... ok test_multi_route_class_views (flask.testsuite.basic.SubdomainTestCase) ... ok test_multi_route_rules (flask.testsuite.basic.SubdomainTestCase) ... ok test_subdomain_matching (flask.testsuite.basic.SubdomainTestCase) ... ok test_subdomain_matching_with_ports (flask.testsuite.basic.SubdomainTestCase) ... ok test_add_template_filter (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_add_template_filter_with_name (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_add_template_filter_with_name_and_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_add_template_filter_with_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_add_template_test (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_add_template_test_with_name (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_add_template_test_with_name_and_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_add_template_test_with_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_blueprint_specific_error_handling (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_blueprint_url_definitions (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_blueprint_url_processors (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_default_static_cache_timeout (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_dotted_names (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_dotted_names_from_app (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_empty_url_defaults (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_route_decorator_custom_endpoint (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_route_decorator_custom_endpoint_with_dots (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_filter (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_filter_after_route_with_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_filter_with_name (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_filter_with_name_and_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_filter_with_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_test (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_test_after_route_with_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_test_with_name (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_test_with_name_and_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_template_test_with_template (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_templates_and_static (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_templates_list (flask.testsuite.blueprints.BlueprintTestCase) ... ok test_basic_module (flask.testsuite.blueprints.ModuleTestCase) ... ok test_context_processors (flask.testsuite.blueprints.ModuleTestCase) ... ok test_default_endpoint_name (flask.testsuite.blueprints.ModuleTestCase) ... ok test_endpoint_decorator (flask.testsuite.blueprints.ModuleTestCase) ... ok test_error_handling (flask.testsuite.blueprints.ModuleTestCase) ... ok test_late_binding (flask.testsuite.blueprints.ModuleTestCase) ... ok test_request_processing (flask.testsuite.blueprints.ModuleTestCase) ... ok test_safe_access (flask.testsuite.blueprints.ModuleTestCase) ... ok test_templates_and_static (flask.testsuite.blueprints.ModuleTestCase) ... ok test_config_from_class (flask.testsuite.config.ConfigTestCase) ... ok test_config_from_envvar (flask.testsuite.config.ConfigTestCase) ... ok test_config_from_envvar_missing (flask.testsuite.config.ConfigTestCase) ... ok test_config_from_file (flask.testsuite.config.ConfigTestCase) ... ok test_config_from_object (flask.testsuite.config.ConfigTestCase) ... ok test_config_missing (flask.testsuite.config.ConfigTestCase) ... ok test_session_lifetime (flask.testsuite.config.ConfigTestCase) ... ok test_egg_installed_paths (flask.testsuite.config.InstanceTestCase) ... ok test_explicit_instance_paths (flask.testsuite.config.InstanceTestCase) ... ok test_installed_module_paths (flask.testsuite.config.InstanceTestCase) ... ok test_installed_module_paths_with_limited_loader (flask.testsuite.config.InstanceTestCase) ... ok test_installed_package_paths (flask.testsuite.config.InstanceTestCase) ... ok test_installed_package_paths_with_limited_loader (flask.testsuite.config.InstanceTestCase) ... ok test_main_module_paths (flask.testsuite.config.InstanceTestCase) ... ok test_prefix_package_paths (flask.testsuite.config.InstanceTestCase) ... ok test_prefix_package_paths_with_limited_loader (flask.testsuite.config.InstanceTestCase) ... ok test_uninstalled_module_paths (flask.testsuite.config.InstanceTestCase) ... ok test_uninstalled_package_paths (flask.testsuite.config.InstanceTestCase) ... ok Make sure logging in and logging out works ... ok Check if adding messages works ... ok Make sure registering works ... ok Make sure that timelines work ... ok Start with a blank database. ... ok Make sure login and logout works ... ok Test that messages work ... ok test_flaskext_broken_package_no_module_caching (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_new_package_import_module (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_new_package_import_normal (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_new_package_import_submodule (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_new_package_import_submodule_function (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_new_simple_import_module (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_new_simple_import_normal (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_old_package_import_module (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_old_package_import_normal (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_old_package_import_submodule (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_old_package_import_submodule_function (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_old_simple_import_module (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_flaskext_old_simple_import_normal (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_no_error_swallowing (flask.testsuite.ext.ExtImportHookTestCase) ... ok test_json_as_unicode (flask.testsuite.helpers.JSONTestCase) ... ok test_json_attr (flask.testsuite.helpers.JSONTestCase) ... ok test_json_bad_requests (flask.testsuite.helpers.JSONTestCase) ... ok test_json_body_encoding (flask.testsuite.helpers.JSONTestCase) ... ok test_json_customization (flask.testsuite.helpers.JSONTestCase) ... ok test_json_key_sorting (flask.testsuite.helpers.JSONTestCase) ... ok test_jsonify (flask.testsuite.helpers.JSONTestCase) ... ok test_modified_url_encoding (flask.testsuite.helpers.JSONTestCase) ... ok test_template_escaping (flask.testsuite.helpers.JSONTestCase) ... ok test_attachment (flask.testsuite.helpers.SendfileTestCase) ... ok test_send_file_object (flask.testsuite.helpers.SendfileTestCase) ... ok test_send_file_regular (flask.testsuite.helpers.SendfileTestCase) ... ok test_send_file_xsendfile (flask.testsuite.helpers.SendfileTestCase) ... ok test_static_file (flask.testsuite.helpers.SendfileTestCase) ... ok test_debug_log (flask.testsuite.helpers.LoggingTestCase) ... ok test_debug_log_override (flask.testsuite.helpers.LoggingTestCase) ... ok test_exception_logging (flask.testsuite.helpers.LoggingTestCase) ... ok test_logger_cache (flask.testsuite.helpers.LoggingTestCase) ... ok test_processor_exceptions (flask.testsuite.helpers.LoggingTestCase) ... ok test_url_for_with_anchor (flask.testsuite.helpers.LoggingTestCase) ... ok test_url_for_with_scheme (flask.testsuite.helpers.LoggingTestCase) ... ok test_url_for_with_scheme_not_external (flask.testsuite.helpers.LoggingTestCase) ... ok test_url_with_method (flask.testsuite.helpers.LoggingTestCase) ... ok test_name_with_import_error (flask.testsuite.helpers.NoImportsTestCase) ... ok test_streaming_with_context (flask.testsuite.helpers.StreamingTestCase) ... ok test_streaming_with_context_and_custom_close (flask.testsuite.helpers.StreamingTestCase) ... ok test_streaming_with_context_as_decorator (flask.testsuite.helpers.StreamingTestCase) ... ok test_aborting (flask.testsuite.regression.ExceptionTestCase) ... ok test_context_binding (flask.testsuite.reqctx.RequestContextTestCase) ... ok test_context_test (flask.testsuite.reqctx.RequestContextTestCase) ... ok test_manual_context_binding (flask.testsuite.reqctx.RequestContextTestCase) ... ok test_proper_test_request_context (flask.testsuite.reqctx.RequestContextTestCase) ... ok test_teardown_on_pop (flask.testsuite.reqctx.RequestContextTestCase) ... ok test_suppressed_exception_logging (flask.testsuite.subclassing.FlaskSubclassingTestCase) ... ok test_add_template_filter (flask.testsuite.templating.TemplatingTestCase) ... ok test_add_template_filter_with_name (flask.testsuite.templating.TemplatingTestCase) ... ok test_add_template_filter_with_name_and_template (flask.testsuite.templating.TemplatingTestCase) ... ok test_add_template_filter_with_template (flask.testsuite.templating.TemplatingTestCase) ... ok test_add_template_global (flask.testsuite.templating.TemplatingTestCase) ... ok test_add_template_test (flask.testsuite.templating.TemplatingTestCase) ... ok test_add_template_test_with_name (flask.testsuite.templating.TemplatingTestCase) ... ok test_add_template_test_with_name_and_template (flask.testsuite.templating.TemplatingTestCase) ... ok test_add_template_test_with_template (flask.testsuite.templating.TemplatingTestCase) ... ok test_context_processing (flask.testsuite.templating.TemplatingTestCase) ... ok test_custom_template_loader (flask.testsuite.templating.TemplatingTestCase) ... ok test_escaping (flask.testsuite.templating.TemplatingTestCase) ... ok test_iterable_loader (flask.testsuite.templating.TemplatingTestCase) ... ok test_macros (flask.testsuite.templating.TemplatingTestCase) ... ok test_no_escaping (flask.testsuite.templating.TemplatingTestCase) ... ok test_original_win (flask.testsuite.templating.TemplatingTestCase) ... ok test_request_less_rendering (flask.testsuite.templating.TemplatingTestCase) ... ok test_standard_context (flask.testsuite.templating.TemplatingTestCase) ... ok test_template_filter (flask.testsuite.templating.TemplatingTestCase) ... ok test_template_filter_with_name (flask.testsuite.templating.TemplatingTestCase) ... ok test_template_filter_with_name_and_template (flask.testsuite.templating.TemplatingTestCase) ... ok test_template_filter_with_template (flask.testsuite.templating.TemplatingTestCase) ... ok test_template_test (flask.testsuite.templating.TemplatingTestCase) ... ok test_template_test_with_name (flask.testsuite.templating.TemplatingTestCase) ... ok test_template_test_with_name_and_template (flask.testsuite.templating.TemplatingTestCase) ... ok test_template_test_with_template (flask.testsuite.templating.TemplatingTestCase) ... ok test_environ_defaults (flask.testsuite.testing.TestToolsTestCase) ... ok test_environ_defaults_from_config (flask.testsuite.testing.TestToolsTestCase) ... ok test_redirect_keep_session (flask.testsuite.testing.TestToolsTestCase) ... ok test_reuse_client (flask.testsuite.testing.TestToolsTestCase) ... ok test_session_transaction_needs_cookies (flask.testsuite.testing.TestToolsTestCase) ... ok test_session_transactions (flask.testsuite.testing.TestToolsTestCase) ... ok test_session_transactions_keep_context (flask.testsuite.testing.TestToolsTestCase) ... ok test_session_transactions_no_null_sessions (flask.testsuite.testing.TestToolsTestCase) ... ok test_test_client_calls_teardown_handlers (flask.testsuite.testing.TestToolsTestCase) ... ok test_test_client_context_binding (flask.testsuite.testing.TestToolsTestCase) ... ok test_nosubdomain (flask.testsuite.testing.SubdomainTestCase) ... ok test_subdomain (flask.testsuite.testing.SubdomainTestCase) ... ok test_basic_view (flask.testsuite.views.ViewTestCase) ... ok test_endpoint_override (flask.testsuite.views.ViewTestCase) ... ok test_explicit_head (flask.testsuite.views.ViewTestCase) ... ok test_implicit_head (flask.testsuite.views.ViewTestCase) ... ok test_method_based_view (flask.testsuite.views.ViewTestCase) ... ok test_view_decorators (flask.testsuite.views.ViewTestCase) ... ok test_view_inheritance (flask.testsuite.views.ViewTestCase) ... ok test_view_patching (flask.testsuite.views.ViewTestCase) ... ok ---------------------------------------------------------------------- Ran 226 tests in 1.610s OK + exit 0 Processing files: python-flask-0.10.1-1.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nEoki6 + umask 022 + cd /builddir/build/BUILD + cd Flask-0.10.1 + DOCDIR=/builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/share/doc/python-flask-0.10.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/share/doc/python-flask-0.10.1 + /bin/mkdir -p /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/share/doc/python-flask-0.10.1 + cp -pr AUTHORS LICENSE PKG-INFO CHANGES README /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/share/doc/python-flask-0.10.1 + exit 0 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.6 Processing files: python-flask-doc-0.10.1-1.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eBZUxi + umask 022 + cd /builddir/build/BUILD + cd Flask-0.10.1 + DOCDIR=/builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/share/doc/python-flask-doc-0.10.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/share/doc/python-flask-doc-0.10.1 + /bin/mkdir -p /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/share/doc/python-flask-doc-0.10.1 + cp -pr docs/_build/html examples /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64/usr/share/doc/python-flask-doc-0.10.1 + exit 0 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-flask-0.10.1-1.el6.x86_64 warning: Could not canonicalize hostname: i-000187ae Wrote: /builddir/build/RPMS/python-flask-0.10.1-1.el6.noarch.rpm Wrote: /builddir/build/RPMS/python-flask-doc-0.10.1-1.el6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.p0E2HY + umask 022 + cd /builddir/build/BUILD + cd Flask-0.10.1 + /bin/rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-1.el6.x86_64 + exit 0 Child return code was: 0 LEAVE do -->