Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 905254 Details for
Bug 1106768
python-flask: FTBFS in rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 139.39 KB, created by
Dennis Gilmore
on 2014-06-09 17:24:17 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Dennis Gilmore
Created:
2014-06-09 17:24:17 UTC
Size:
139.39 KB
patch
obsolete
>Mock Version: 1.1.39 >Mock Version: 1.1.39 >ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-flask.spec'], False, '/var/lib/mock/f21-build-2140006-392934/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x2058b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-flask.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >sh: /usr/bin/python: No such file or directory >warning: Could not canonicalize hostname: buildvm-17.phx2.fedoraproject.org >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/python-flask-0.10.1-5.fc21.src.rpm >Child return code was: 0 >LEAVE do --> > >ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-flask.spec'], False, '/var/lib/mock/f21-build-2140006-392934/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=<mockbuild.trace_decorator.getLog object at 0x2058b90>) >Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-flask.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n "<mock-chroot>"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qVda6q >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf Flask-0.10.1 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/Flask-0.10.1.tar.gz >+ /usr/bin/tar -xf - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd Flask-0.10.1 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ /usr/bin/sed -i '/platforms/ a\ requires=['\''Jinja2 (>=2.4)'\''],' setup.py >+ rm -rf /builddir/build/BUILD/python3-python-flask-0.10.1-5.fc21 >+ cp -a . /builddir/build/BUILD/python3-python-flask-0.10.1-5.fc21 >+ find /builddir/build/BUILD/python3-python-flask-0.10.1-5.fc21 -name '*.py' >+ xargs sed -i '1s|^#!python|#!/usr/bin/python3|' >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.B1OzCs >+ exit 0 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd Flask-0.10.1 >+ /usr/bin/python setup.py build >running build >running build_py >creating build >creating build/lib >creating build/lib/flask >copying flask/sessions.py -> build/lib/flask >copying flask/signals.py -> build/lib/flask >copying flask/helpers.py -> build/lib/flask >copying flask/exthook.py -> build/lib/flask >copying flask/templating.py -> build/lib/flask >copying flask/_compat.py -> build/lib/flask >copying flask/config.py -> build/lib/flask >copying flask/module.py -> build/lib/flask >copying flask/views.py -> build/lib/flask >copying flask/app.py -> build/lib/flask >copying flask/__init__.py -> build/lib/flask >copying flask/blueprints.py -> build/lib/flask >copying flask/globals.py -> build/lib/flask >copying flask/testing.py -> build/lib/flask >copying flask/ctx.py -> build/lib/flask >copying flask/debughelpers.py -> build/lib/flask >copying flask/logging.py -> build/lib/flask >copying flask/json.py -> build/lib/flask >copying flask/wrappers.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/examples.py -> build/lib/flask/testsuite >copying flask/testsuite/signals.py -> build/lib/flask/testsuite >copying flask/testsuite/ext.py -> build/lib/flask/testsuite >copying flask/testsuite/helpers.py -> build/lib/flask/testsuite >copying flask/testsuite/templating.py -> build/lib/flask/testsuite >copying flask/testsuite/deprecations.py -> build/lib/flask/testsuite >copying flask/testsuite/config.py -> build/lib/flask/testsuite >copying flask/testsuite/views.py -> build/lib/flask/testsuite >copying flask/testsuite/__init__.py -> build/lib/flask/testsuite >copying flask/testsuite/blueprints.py -> build/lib/flask/testsuite >copying flask/testsuite/reqctx.py -> build/lib/flask/testsuite >copying flask/testsuite/subclassing.py -> build/lib/flask/testsuite >copying flask/testsuite/regression.py -> build/lib/flask/testsuite >copying flask/testsuite/testing.py -> build/lib/flask/testsuite >copying flask/testsuite/basic.py -> build/lib/flask/testsuite >copying flask/testsuite/appctx.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 >+ pushd /builddir/build/BUILD/python3-python-flask-0.10.1-5.fc21 >~/build/BUILD/python3-python-flask-0.10.1-5.fc21 ~/build/BUILD/Flask-0.10.1 >+ /usr/bin/python3 setup.py build >running build >running build_py >creating build >creating build/lib >creating build/lib/flask >copying flask/sessions.py -> build/lib/flask >copying flask/signals.py -> build/lib/flask >copying flask/helpers.py -> build/lib/flask >copying flask/exthook.py -> build/lib/flask >copying flask/templating.py -> build/lib/flask >copying flask/_compat.py -> build/lib/flask >copying flask/config.py -> build/lib/flask >copying flask/module.py -> build/lib/flask >copying flask/views.py -> build/lib/flask >copying flask/app.py -> build/lib/flask >copying flask/__init__.py -> build/lib/flask >copying flask/blueprints.py -> build/lib/flask >copying flask/globals.py -> build/lib/flask >copying flask/testing.py -> build/lib/flask >copying flask/ctx.py -> build/lib/flask >copying flask/debughelpers.py -> build/lib/flask >copying flask/logging.py -> build/lib/flask >copying flask/json.py -> build/lib/flask >copying flask/wrappers.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/examples.py -> build/lib/flask/testsuite >copying flask/testsuite/signals.py -> build/lib/flask/testsuite >copying flask/testsuite/ext.py -> build/lib/flask/testsuite >copying flask/testsuite/helpers.py -> build/lib/flask/testsuite >copying flask/testsuite/templating.py -> build/lib/flask/testsuite >copying flask/testsuite/deprecations.py -> build/lib/flask/testsuite >copying flask/testsuite/config.py -> build/lib/flask/testsuite >copying flask/testsuite/views.py -> build/lib/flask/testsuite >copying flask/testsuite/__init__.py -> build/lib/flask/testsuite >copying flask/testsuite/blueprints.py -> build/lib/flask/testsuite >copying flask/testsuite/reqctx.py -> build/lib/flask/testsuite >copying flask/testsuite/subclassing.py -> build/lib/flask/testsuite >copying flask/testsuite/regression.py -> build/lib/flask/testsuite >copying flask/testsuite/testing.py -> build/lib/flask/testsuite >copying flask/testsuite/basic.py -> build/lib/flask/testsuite >copying flask/testsuite/appctx.py -> build/lib/flask/testsuite >running egg_info >writing requirements to Flask.egg-info/requires.txt >writing dependency_links to Flask.egg-info/dependency_links.txt >writing Flask.egg-info/PKG-INFO >writing top-level names to Flask.egg-info/top_level.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 >+ popd >~/build/BUILD/Flask-0.10.1 >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.54hjwB >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch >++ dirname /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch >+ cd Flask-0.10.1 >+ /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7 >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/sessions.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/signals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/helpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/exthook.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/examples.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/signals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/ext.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/helpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/templating.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/deprecations.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/config.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/lib >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5 >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flask_broken >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend >copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin >copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css >copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static/test.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static >copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp >copying build/lib/flask/testsuite/test_apps/importerror.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/config_package_app >copying build/lib/flask/testsuite/test_apps/flask_newext_simple.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_package >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/path >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/path/installed_package >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_package >copying build/lib/flask/testsuite/test_apps/flaskext/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext >copying build/lib/flask/testsuite/test_apps/flaskext/oldext_simple.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend >copying build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin >copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css >copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static/test.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static >copying build/lib/flask/testsuite/test_apps/moduleapp/apps/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp >copying build/lib/flask/testsuite/test_apps/config_module_app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps >copying build/lib/flask/testsuite/test_apps/main_app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule >copying build/lib/flask/testsuite/test_apps/subdomaintestmodule/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static >copying build/lib/flask/testsuite/views.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/blueprints.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/reqctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/subclassing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/regression.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/testing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/testsuite/basic.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/escaping_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/mail.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/template_test.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/simple_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/context_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates/nested >copying build/lib/flask/testsuite/templates/nested/nested.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates/nested >copying build/lib/flask/testsuite/templates/template_filter.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/_macro.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/static >copying build/lib/flask/testsuite/static/index.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/static >copying build/lib/flask/testsuite/appctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite >copying build/lib/flask/templating.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/_compat.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/config.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/ext >copying build/lib/flask/ext/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/ext >copying build/lib/flask/module.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/views.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/blueprints.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/globals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/testing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/ctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/debughelpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/logging.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/json.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >copying build/lib/flask/wrappers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/sessions.py to sessions.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/signals.py to signals.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/helpers.py to helpers.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/exthook.py to exthook.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/examples.py to examples.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/signals.py to signals.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/ext.py to ext.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/helpers.py to helpers.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/templating.py to templating.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/deprecations.py to deprecations.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/config.py to config.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flask_broken/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flask_broken/b.py to b.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/apps/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/blueprintapp/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/importerror.py to importerror.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/config_package_app/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_package/submodule.py to submodule.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flask_newext_package/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/path/installed_package/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/submodule.py to submodule.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/flaskext/oldext_simple.py to oldext_simple.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/apps/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/moduleapp/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/main_app.py to main_app.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/test_apps/subdomaintestmodule/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/views.py to views.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/blueprints.py to blueprints.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/reqctx.py to reqctx.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/subclassing.py to subclassing.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/regression.py to regression.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/testing.py to testing.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/basic.py to basic.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testsuite/appctx.py to appctx.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/templating.py to templating.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/_compat.py to _compat.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/config.py to config.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/ext/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/module.py to module.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/views.py to views.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/app.py to app.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/__init__.py to __init__.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/blueprints.py to blueprints.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/globals.py to globals.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/testing.py to testing.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/ctx.py to ctx.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/debughelpers.py to debughelpers.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/logging.py to logging.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/json.py to json.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/flask/wrappers.py to wrappers.pyc >writing byte-compilation script '/tmp/tmpmOfRhy.py' >/usr/bin/python -O /tmp/tmpmOfRhy.py >removing /tmp/tmpmOfRhy.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-5.fc21.noarch/usr/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg-info >running install_scripts >+ export PYTHONPATH=/builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages >+ PYTHONPATH=/builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages >+ /usr/bin/python setup.py develop --install-dir /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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-5.fc21.noarch/usr/lib/python2.7/site-packages/site.py >Creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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.24 >Best match: itsdangerous 0.24 >Adding itsdangerous 0.24 to easy-install.pth file >Using /usr/lib/python2.7/site-packages >Searching for Jinja2==2.7.3 >Best match: Jinja2 2.7.3 >Adding Jinja2 2.7.3 to easy-install.pth file >Using /usr/lib/python2.7/site-packages >Searching for Werkzeug==0.9.4 >Best match: Werkzeug 0.9.4 >Adding Werkzeug 0.9.4 to easy-install.pth file >Using /usr/lib/python2.7/site-packages >Searching for MarkupSafe==0.23 >Best match: MarkupSafe 0.23 >Adding MarkupSafe 0.23 to easy-install.pth file >Using /usr/lib64/python2.7/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 v1.2.2 >loading pickled environment... not yet created >loading intersphinx inventory from http://docs.python.org/dev/objects.inv... >loading intersphinx inventory from http://werkzeug.pocoo.org/docs/objects.inv... >WARNING: intersphinx inventory 'http://docs.python.org/dev/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >loading intersphinx inventory from http://wtforms.simplecodes.com/docs/0.5/objects.inv... >WARNING: intersphinx inventory 'http://werkzeug.pocoo.org/docs/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >loading intersphinx inventory from http://www.sqlalchemy.org/docs/objects.inv... >WARNING: intersphinx inventory 'http://wtforms.simplecodes.com/docs/0.5/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >WARNING: intersphinx inventory 'http://www.sqlalchemy.org/docs/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >loading intersphinx inventory from http://discorporate.us/projects/Blinker/docs/1.1/objects.inv... >WARNING: intersphinx inventory 'http://discorporate.us/projects/Blinker/docs/1.1/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >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... 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 >writing additional files.../builddir/build/BUILD/Flask-0.10.1/docs/advanced_foreword.rst:66: WARNING: undefined label: python3_support (if the link has no caption the label must precede a section header) > genindex search >copying images... [ 20%] _static/no.png >copying images... [ 40%] tutorial/../_static/flaskr.png >copying images... [ 60%] _static/debugger.png >copying images... [ 80%] _static/logo-full.png >copying images... [100%] _static/yes.png >copying static files... done >copying extra files... done >dumping search index... done >dumping object inventory... done >build succeeded, 6 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-5.fc21.noarch/usr/lib/python2.7/site-packages/site.py >+ rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/site-packages/site.pyc >+ rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7/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' >+ pushd /builddir/build/BUILD/python3-python-flask-0.10.1-5.fc21 >~/build/BUILD/python3-python-flask-0.10.1-5.fc21 ~/build/BUILD/Flask-0.10.1 >+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch >running install >running install_lib >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4 >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/sessions.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/signals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/helpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/exthook.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/examples.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/signals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/ext.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/helpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/templating.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/deprecations.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/config.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/lib >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/lib/python2.5 >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flask_broken >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend >copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin >copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css >copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static/test.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static >copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp >copying build/lib/flask/testsuite/test_apps/importerror.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/config_package_app >copying build/lib/flask/testsuite/test_apps/flask_newext_simple.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flask_newext_package >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/path >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/path/installed_package >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flaskext >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flaskext/oldext_package >copying build/lib/flask/testsuite/test_apps/flaskext/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flaskext >copying build/lib/flask/testsuite/test_apps/flaskext/oldext_simple.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flaskext >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend >copying build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin >copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css >copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static/test.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static >copying build/lib/flask/testsuite/test_apps/moduleapp/apps/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp >copying build/lib/flask/testsuite/test_apps/config_module_app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps >copying build/lib/flask/testsuite/test_apps/main_app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/subdomaintestmodule >copying build/lib/flask/testsuite/test_apps/subdomaintestmodule/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/subdomaintestmodule >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/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-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static >copying build/lib/flask/testsuite/views.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/blueprints.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/reqctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/subclassing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/regression.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/testing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/testsuite/basic.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/escaping_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/mail.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/template_test.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/simple_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/context_template.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates/nested >copying build/lib/flask/testsuite/templates/nested/nested.txt -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates/nested >copying build/lib/flask/testsuite/templates/template_filter.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates >copying build/lib/flask/testsuite/templates/_macro.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templates >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/static >copying build/lib/flask/testsuite/static/index.html -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/static >copying build/lib/flask/testsuite/appctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite >copying build/lib/flask/templating.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/_compat.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/config.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/ext >copying build/lib/flask/ext/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/ext >copying build/lib/flask/module.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/views.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/app.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/__init__.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/blueprints.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/globals.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/testing.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/ctx.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/debughelpers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/logging.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/json.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >copying build/lib/flask/wrappers.py -> /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/sessions.py to sessions.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/signals.py to signals.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/helpers.py to helpers.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/exthook.py to exthook.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/examples.py to examples.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/signals.py to signals.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/ext.py to ext.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/helpers.py to helpers.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/templating.py to templating.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/deprecations.py to deprecations.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/config.py to config.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_package/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/lib/python2.5/site-packages/site_app.py to site_app.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flask_broken/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flask_broken/b.py to b.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/apps/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/blueprintapp/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/importerror.py to importerror.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/config_package_app/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flask_newext_simple.py to flask_newext_simple.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flask_newext_package/submodule.py to submodule.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flask_newext_package/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/path/installed_package/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/submodule.py to submodule.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flaskext/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/flaskext/oldext_simple.py to oldext_simple.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/apps/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/moduleapp/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/config_module_app.py to config_module_app.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/main_app.py to main_app.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/test_apps/subdomaintestmodule/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/views.py to views.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/blueprints.py to blueprints.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/reqctx.py to reqctx.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/subclassing.py to subclassing.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/regression.py to regression.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/testing.py to testing.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/basic.py to basic.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testsuite/appctx.py to appctx.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/templating.py to templating.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/_compat.py to _compat.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/config.py to config.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/ext/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/module.py to module.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/views.py to views.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/app.py to app.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/__init__.py to __init__.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/blueprints.py to blueprints.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/globals.py to globals.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/testing.py to testing.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/ctx.py to ctx.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/debughelpers.py to debughelpers.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/logging.py to logging.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/json.py to json.cpython-34.pyc >byte-compiling /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/flask/wrappers.py to wrappers.cpython-34.pyc >writing byte-compilation script '/tmp/tmpzl40fz2x.py' >/usr/bin/python3 -O /tmp/tmpzl40fz2x.py >removing /tmp/tmpzl40fz2x.py >running install_egg_info >running egg_info >writing top-level names to Flask.egg-info/top_level.txt >writing requirements to Flask.egg-info/requires.txt >writing dependency_links to Flask.egg-info/dependency_links.txt >writing Flask.egg-info/PKG-INFO >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-5.fc21.noarch/usr/lib/python3.4/site-packages/Flask-0.10.1-py3.4.egg-info >running install_scripts >+ export PYTHONPATH=/builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages >+ PYTHONPATH=/builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages >+ /usr/bin/python3 setup.py develop --install-dir /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages >running develop >running egg_info >writing requirements to Flask.egg-info/requires.txt >writing dependency_links to Flask.egg-info/dependency_links.txt >writing Flask.egg-info/PKG-INFO >writing top-level names to Flask.egg-info/top_level.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-5.fc21.noarch/usr/lib/python3.4/site-packages/site.py >Creating /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/Flask.egg-link (link to .) >Adding Flask 0.10.1 to easy-install.pth file >Installed /builddir/build/BUILD/python3-python-flask-0.10.1-5.fc21 >Processing dependencies for Flask==0.10.1 >Searching for itsdangerous==0.24 >Best match: itsdangerous 0.24 >Adding itsdangerous 0.24 to easy-install.pth file >Using /usr/lib/python3.4/site-packages >Searching for Jinja2==2.7.3 >Best match: Jinja2 2.7.3 >Adding Jinja2 2.7.3 to easy-install.pth file >Using /usr/lib/python3.4/site-packages >Searching for Werkzeug==0.9.4 >Best match: Werkzeug 0.9.4 >Adding Werkzeug 0.9.4 to easy-install.pth file >Using /usr/lib/python3.4/site-packages >Searching for MarkupSafe==0.23 >Best match: MarkupSafe 0.23 >Adding MarkupSafe 0.23 to easy-install.pth file >Using /usr/lib64/python3.4/site-packages >Finished processing dependencies for Flask==0.10.1 >+ make -C docs html >make: Entering directory `/builddir/build/BUILD/python3-python-flask-0.10.1-5.fc21/docs' >sphinx-build -b html -d _build/doctrees . _build/html >Making output directory... >Running Sphinx v1.2.2 >loading pickled environment... not yet created >loading intersphinx inventory from http://docs.python.org/dev/objects.inv... >WARNING: intersphinx inventory 'http://docs.python.org/dev/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >loading intersphinx inventory from http://werkzeug.pocoo.org/docs/objects.inv... >WARNING: intersphinx inventory 'http://werkzeug.pocoo.org/docs/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >loading intersphinx inventory from http://wtforms.simplecodes.com/docs/0.5/objects.inv... >WARNING: intersphinx inventory 'http://wtforms.simplecodes.com/docs/0.5/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >loading intersphinx inventory from http://www.sqlalchemy.org/docs/objects.inv... >loading intersphinx inventory from http://discorporate.us/projects/Blinker/docs/1.1/objects.inv... >WARNING: intersphinx inventory 'http://www.sqlalchemy.org/docs/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >WARNING: intersphinx inventory 'http://discorporate.us/projects/Blinker/docs/1.1/objects.inv' not fetchable due to <class 'urllib2.URLError'>: <urlopen error [Errno -3] Temporary failure in name resolution> >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... 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/python3-python-flask-0.10.1-5.fc21/docs/advanced_foreword.rst:66: WARNING: undefined label: python3_support (if the link has no caption the label must precede a section header) >writing additional files... genindex search >copying images... [ 20%] _static/no.png >copying images... [ 40%] tutorial/../_static/flaskr.png >copying images... [ 60%] _static/debugger.png >copying images... [ 80%] _static/logo-full.png >copying images... [100%] _static/yes.png >copying static files... done >copying extra files... done >dumping search index... done >dumping object inventory... done >build succeeded, 6 warnings. >Build finished. The HTML pages are in _build/html. >make: Leaving directory `/builddir/build/BUILD/python3-python-flask-0.10.1-5.fc21/docs' >+ rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/site.py >+ rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/site.pyc >+ rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/easy-install.pth >+ rm -rf /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4/site-packages/__pycache__/site.cpython-34.pyc >+ rm -rf docs/_build/html/.buildinfo >+ rm -rf 'examples/minitwit/*.pyc' >+ rm -rf 'examples/flaskr/*.pyc' >+ rm -rf 'examples/jqueryexample/*.pyc' >~/build/BUILD/Flask-0.10.1 >+ popd >+ /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/Flask-0.10.1 >/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/brp-compress >+ /usr/lib/rpm/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-flask-0.10.1-5.fc21.noarch/usr/lib/python3.4 using /usr/bin/python3.4 >Bytecompiling .py files below /builddir/build/BUILDROOT/python-flask-0.10.1-5.fc21.noarch/usr/lib/python2.7 using /usr/bin/python2.7 >+ /usr/lib/rpm/brp-python-hardlink >+ /usr/lib/rpm/redhat/brp-java-repack-jars >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.31zxb8 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd Flask-0.10.1 >+ /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 >test_login_logout (minitwit_tests.MiniTwitTestCase) >Make sure logging in and logging out works ... ERROR >test_message_recording (minitwit_tests.MiniTwitTestCase) >Check if adding messages works ... ERROR >test_register (minitwit_tests.MiniTwitTestCase) >Make sure registering works ... ok >test_timelines (minitwit_tests.MiniTwitTestCase) >Make sure that timelines work ... ERROR >test_empty_db (flaskr_tests.FlaskrTestCase) >Start with a blank database. ... ok >test_login_logout (flaskr_tests.FlaskrTestCase) >Make sure login and logout works ... ok >test_messages (flaskr_tests.FlaskrTestCase) >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 >====================================================================== >ERROR: test_login_logout (minitwit_tests.MiniTwitTestCase) >Make sure logging in and logging out works >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 89, in test_login_logout > rv = self.register_and_login('user1', 'default') > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 55, in register_and_login > return self.login(username, password) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 50, in login > }, follow_redirects=True) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 771, in post > return self.open(*args, **kw) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testing.py", line 108, in open > follow_redirects=follow_redirects) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 735, in open > response = self.run_wsgi_app(environ, buffered=buffered) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 658, in run_wsgi_app > rv = run_wsgi_app(self.application, environ, buffered=buffered) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 854, in run_wsgi_app > app_iter = app(environ, start_response) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1836, in __call__ > return self.wsgi_app(environ, start_response) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1820, in wsgi_app > response = self.make_response(self.handle_exception(e)) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1403, in handle_exception > reraise(exc_type, exc_value, tb) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1817, in wsgi_app > response = self.full_dispatch_request() > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1477, in full_dispatch_request > rv = self.handle_user_exception(e) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1381, in handle_user_exception > reraise(exc_type, exc_value, tb) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1475, in full_dispatch_request > rv = self.dispatch_request() > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1461, in dispatch_request > return self.view_functions[rule.endpoint](**req.view_args) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit.py", line 201, in login > request.form['password']): > File "/usr/lib/python2.7/site-packages/werkzeug/security.py", line 224, in check_password_hash > return safe_str_cmp(_hash_internal(method, salt, password)[0], hashval) > File "/usr/lib/python2.7/site-packages/werkzeug/security.py", line 117, in safe_str_cmp > return _builtin_safe_str_cmp(a, b) >TypeError: 'unicode' does not have the buffer interface >====================================================================== >ERROR: test_message_recording (minitwit_tests.MiniTwitTestCase) >Check if adding messages works >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 100, in test_message_recording > self.register_and_login('foo', 'default') > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 55, in register_and_login > return self.login(username, password) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 50, in login > }, follow_redirects=True) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 771, in post > return self.open(*args, **kw) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testing.py", line 108, in open > follow_redirects=follow_redirects) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 735, in open > response = self.run_wsgi_app(environ, buffered=buffered) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 658, in run_wsgi_app > rv = run_wsgi_app(self.application, environ, buffered=buffered) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 854, in run_wsgi_app > app_iter = app(environ, start_response) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1836, in __call__ > return self.wsgi_app(environ, start_response) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1820, in wsgi_app > response = self.make_response(self.handle_exception(e)) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1403, in handle_exception > reraise(exc_type, exc_value, tb) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1817, in wsgi_app > response = self.full_dispatch_request() > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1477, in full_dispatch_request > rv = self.handle_user_exception(e) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1381, in handle_user_exception > reraise(exc_type, exc_value, tb) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1475, in full_dispatch_request > rv = self.dispatch_request() > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1461, in dispatch_request > return self.view_functions[rule.endpoint](**req.view_args) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit.py", line 201, in login > request.form['password']): > File "/usr/lib/python2.7/site-packages/werkzeug/security.py", line 224, in check_password_hash > return safe_str_cmp(_hash_internal(method, salt, password)[0], hashval) > File "/usr/lib/python2.7/site-packages/werkzeug/security.py", line 117, in safe_str_cmp > return _builtin_safe_str_cmp(a, b) >TypeError: 'unicode' does not have the buffer interface >====================================================================== >ERROR: test_timelines (minitwit_tests.MiniTwitTestCase) >Make sure that timelines work >---------------------------------------------------------------------- >Traceback (most recent call last): > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 109, in test_timelines > self.register_and_login('foo', 'default') > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 55, in register_and_login > return self.login(username, password) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit_tests.py", line 50, in login > }, follow_redirects=True) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 771, in post > return self.open(*args, **kw) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testing.py", line 108, in open > follow_redirects=follow_redirects) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 735, in open > response = self.run_wsgi_app(environ, buffered=buffered) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 658, in run_wsgi_app > rv = run_wsgi_app(self.application, environ, buffered=buffered) > File "/usr/lib/python2.7/site-packages/werkzeug/test.py", line 854, in run_wsgi_app > app_iter = app(environ, start_response) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1836, in __call__ > return self.wsgi_app(environ, start_response) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1820, in wsgi_app > response = self.make_response(self.handle_exception(e)) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1403, in handle_exception > reraise(exc_type, exc_value, tb) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1817, in wsgi_app > response = self.full_dispatch_request() > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1477, in full_dispatch_request > rv = self.handle_user_exception(e) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1381, in handle_user_exception > reraise(exc_type, exc_value, tb) > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1475, in full_dispatch_request > rv = self.dispatch_request() > File "/builddir/build/BUILD/Flask-0.10.1/flask/app.py", line 1461, in dispatch_request > return self.view_functions[rule.endpoint](**req.view_args) > File "/builddir/build/BUILD/Flask-0.10.1/flask/testsuite/../../examples/minitwit/minitwit.py", line 201, in login > request.form['password']): > File "/usr/lib/python2.7/site-packages/werkzeug/security.py", line 224, in check_password_hash > return safe_str_cmp(_hash_internal(method, salt, password)[0], hashval) > File "/usr/lib/python2.7/site-packages/werkzeug/security.py", line 117, in safe_str_cmp > return _builtin_safe_str_cmp(a, b) >TypeError: 'unicode' does not have the buffer interface >---------------------------------------------------------------------- >Ran 226 tests in 10.701s >FAILED (errors=3) >error: Bad exit status from /var/tmp/rpm-tmp.31zxb8 (%check) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.31zxb8 (%check) >Child return code was: 1 >EXCEPTION: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-flask.spec'] >Traceback (most recent call last): > File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace > result = func(*args, **kw) > File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do > raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >Error: Command failed. See logs for output. > # ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-flask.spec'] >LEAVE do --> EXCEPTION RAISED >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1106768
: 905254 |
905255
|
905256