Skip to content

Instantly share code, notes, and snippets.

@mcepl
Created November 28, 2011 21:04
Show Gist options
  • Save mcepl/1402052 to your computer and use it in GitHub Desktop.
Save mcepl/1402052 to your computer and use it in GitHub Desktop.
Provádění(%prep): /bin/sh -e /var/tmp/rpm-tmp.48SsUp
+ umask 022
+ cd /home/matej/build/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/matej/build/BUILD
+ rm -rf Flask-0.8
+ /usr/bin/gzip -dc /home/matej/build/SOURCES/Flask-0.8.tar.gz
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Flask-0.8
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Provádění(%build): /bin/sh -e /var/tmp/rpm-tmp.izwFT6
+ umask 022
+ cd /home/matej/build/BUILD
+ cd Flask-0.8
+ LANG=C
+ export LANG
+ unset DISPLAY
+ /usr/bin/python setup.py build
running build
running build_py
creating build
creating build/lib
creating build/lib/flask
copying flask/config.py -> build/lib/flask
copying flask/signals.py -> build/lib/flask
copying flask/wrappers.py -> build/lib/flask
copying flask/testing.py -> build/lib/flask
copying flask/ctx.py -> build/lib/flask
copying flask/blueprints.py -> build/lib/flask
copying flask/debughelpers.py -> build/lib/flask
copying flask/__init__.py -> build/lib/flask
copying flask/session.py -> build/lib/flask
copying flask/templating.py -> build/lib/flask
copying flask/logging.py -> build/lib/flask
copying flask/views.py -> build/lib/flask
copying flask/globals.py -> build/lib/flask
copying flask/module.py -> build/lib/flask
copying flask/app.py -> build/lib/flask
copying flask/exthook.py -> build/lib/flask
copying flask/sessions.py -> build/lib/flask
copying flask/helpers.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/ext.py -> build/lib/flask/testsuite
copying flask/testsuite/config.py -> build/lib/flask/testsuite
copying flask/testsuite/signals.py -> build/lib/flask/testsuite
copying flask/testsuite/testing.py -> build/lib/flask/testsuite
copying flask/testsuite/blueprints.py -> build/lib/flask/testsuite
copying flask/testsuite/__init__.py -> build/lib/flask/testsuite
copying flask/testsuite/basic.py -> build/lib/flask/testsuite
copying flask/testsuite/templating.py -> build/lib/flask/testsuite
copying flask/testsuite/views.py -> build/lib/flask/testsuite
copying flask/testsuite/subclassing.py -> build/lib/flask/testsuite
copying flask/testsuite/deprecations.py -> build/lib/flask/testsuite
copying flask/testsuite/examples.py -> build/lib/flask/testsuite
copying flask/testsuite/helpers.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
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
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/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/subdomaintestmodule
copying flask/testsuite/test_apps/subdomaintestmodule/__init__.py -> build/lib/flask/testsuite/test_apps/subdomaintestmodule
creating build/lib/flask/testsuite/test_apps/subdomaintestmodule/static
copying flask/testsuite/test_apps/subdomaintestmodule/static/hello.txt -> build/lib/flask/testsuite/test_apps/subdomaintestmodule/static
+ exit 0
Provádění(%install): /bin/sh -e /var/tmp/rpm-tmp.fgvTsO
+ umask 022
+ cd /home/matej/build/BUILD
+ '[' /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64 '!=' / ']'
+ rm -rf /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64
++ dirname /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64
+ mkdir -p /home/matej/build/BUILDROOT
+ mkdir /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64
+ cd Flask-0.8
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64
+ /usr/bin/python setup.py install -O1 --skip-build --root /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64
running install
running install_lib
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/ext.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static
copying build/lib/flask/testsuite/test_apps/subdomaintestmodule/static/hello.txt -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule/static
copying build/lib/flask/testsuite/test_apps/subdomaintestmodule/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext
copying build/lib/flask/testsuite/test_apps/flaskext/oldext_simple.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package
copying build/lib/flask/testsuite/test_apps/flaskext/oldext_package/submodule.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package
copying build/lib/flask/testsuite/test_apps/flaskext/oldext_package/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package
copying build/lib/flask/testsuite/test_apps/flaskext/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/config_package_app
copying build/lib/flask/testsuite/test_apps/config_package_app/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/config_package_app
copying build/lib/flask/testsuite/test_apps/flask_newext_simple.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps
copying build/lib/flask/testsuite/test_apps/config_module_app.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package
copying build/lib/flask/testsuite/test_apps/flask_newext_package/submodule.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package
copying build/lib/flask/testsuite/test_apps/flask_newext_package/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp
copying build/lib/flask/testsuite/test_apps/moduleapp/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates
copying build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend/templates/index.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/templates
copying build/lib/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates
copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/templates/index.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/templates
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css
copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static/css/test.css -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static/css
copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/static/test.txt -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/static
copying build/lib/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin
copying build/lib/flask/testsuite/test_apps/moduleapp/apps/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken
copying build/lib/flask/testsuite/test_apps/flask_broken/b.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken
copying build/lib/flask/testsuite/test_apps/flask_broken/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp
copying build/lib/flask/testsuite/test_apps/blueprintapp/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend
copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend/index.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/templates/frontend
copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin
copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin/index.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/templates/admin
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css
copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css/test.css -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static/css
copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/static/test.txt -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/static
copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin
copying build/lib/flask/testsuite/test_apps/blueprintapp/apps/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates
copying build/lib/flask/testsuite/templates/mail.txt -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates
copying build/lib/flask/testsuite/templates/simple_template.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates/nested
copying build/lib/flask/testsuite/templates/nested/nested.txt -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates/nested
copying build/lib/flask/testsuite/templates/_macro.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates
copying build/lib/flask/testsuite/templates/escaping_template.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates
copying build/lib/flask/testsuite/templates/template_filter.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates
copying build/lib/flask/testsuite/templates/context_template.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templates
copying build/lib/flask/testsuite/config.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/signals.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/static
copying build/lib/flask/testsuite/static/index.html -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/static
copying build/lib/flask/testsuite/testing.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/blueprints.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/basic.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/templating.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/views.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/subclassing.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/deprecations.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/examples.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/testsuite/helpers.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite
copying build/lib/flask/config.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/signals.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/wrappers.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/ext
copying build/lib/flask/ext/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/ext
copying build/lib/flask/testing.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/ctx.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/blueprints.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/debughelpers.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/__init__.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/session.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/templating.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/logging.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/views.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/globals.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/module.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/app.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/exthook.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/sessions.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
copying build/lib/flask/helpers.py -> /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/ext.py to ext.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/subdomaintestmodule/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_simple.py to oldext_simple.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/submodule.py to submodule.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/oldext_package/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flaskext/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/config_package_app/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_simple.py to flask_newext_simple.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/config_module_app.py to config_module_app.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package/submodule.py to submodule.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_newext_package/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/frontend/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/admin/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/moduleapp/apps/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken/b.py to b.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/flask_broken/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/frontend/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/admin/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/test_apps/blueprintapp/apps/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/config.py to config.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/signals.py to signals.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/testing.py to testing.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/blueprints.py to blueprints.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/basic.py to basic.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/templating.py to templating.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/views.py to views.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/subclassing.py to subclassing.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/deprecations.py to deprecations.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/examples.py to examples.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testsuite/helpers.py to helpers.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/config.py to config.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/signals.py to signals.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/wrappers.py to wrappers.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/ext/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/testing.py to testing.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/ctx.py to ctx.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/blueprints.py to blueprints.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/debughelpers.py to debughelpers.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/__init__.py to __init__.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/session.py to session.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/templating.py to templating.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/logging.py to logging.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/views.py to views.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/globals.py to globals.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/module.py to module.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/app.py to app.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/exthook.py to exthook.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/sessions.py to sessions.pyc
byte-compiling /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/flask/helpers.py to helpers.pyc
writing byte-compilation script '/tmp/tmpNKDpJu.py'
/usr/bin/python -O /tmp/tmpNKDpJu.py
removing /tmp/tmpNKDpJu.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 /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/Flask-0.8-py2.6.egg-info
running install_scripts
+ export PYTHONPATH=/home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages
+ PYTHONPATH=/home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages
+ /usr/bin/python setup.py develop --install-dir /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages
running develop
running egg_info
writing requirements to Flask.egg-info/requires.txt
writing Flask.egg-info/PKG-INFO
writing top-level names to Flask.egg-info/top_level.txt
writing dependency_links to Flask.egg-info/dependency_links.txt
reading manifest file 'Flask.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask.egg-info/SOURCES.txt'
running build_ext
Creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/site.py
Creating /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/Flask.egg-link (link to .)
Adding Flask 0.8 to easy-install.pth file
Installed /home/matej/build/BUILD/Flask-0.8
Processing dependencies for Flask==0.8
Searching for Jinja2==2.6
Best match: Jinja2 2.6
Adding Jinja2 2.6 to easy-install.pth file
Using /usr/lib/python2.6/site-packages
Searching for Werkzeug==0.6.2
Best match: Werkzeug 0.6.2
Adding Werkzeug 0.6.2 to easy-install.pth file
Using /usr/lib/python2.6/site-packages
Finished processing dependencies for Flask==0.8
+ make -C docs html
make: Entering directory `/home/matej/build/BUILD/Flask-0.8/docs'
sphinx-build -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v0.6.6
loading pickled environment... not found
WARNING: intersphinx inventory 'http://docs.python.org/dev/objects.inv' not readable due to <type 'exceptions.ValueError'>: unknown or unsupported inventory version
WARNING: intersphinx inventory 'http://werkzeug.pocoo.org/docs/objects.inv' not readable due to <type 'exceptions.ValueError'>: unknown or unsupported inventory version
WARNING: intersphinx inventory 'http://www.sqlalchemy.org/docs/objects.inv' not readable due to <type 'exceptions.ValueError'>: unknown or unsupported inventory version
building [html]: targets for 65 source files that are out of date
updating environment: 65 added, 0 changed, 0 removed
reading sources... [ 1%] api
reading sources... [ 3%] becomingbig
reading sources... [ 4%] blueprints
reading sources... [ 6%] changelog
reading sources... [ 7%] config
reading sources... [ 9%] deploying/cgi
reading sources... [ 10%] deploying/fastcgi
reading sources... [ 12%] deploying/index
reading sources... [ 13%] deploying/mod_wsgi
reading sources... [ 15%] deploying/others
reading sources... [ 16%] deploying/uwsgi
reading sources... [ 18%] design
reading sources... [ 20%] errorhandling
reading sources... [ 21%] extensiondev
reading sources... [ 23%] extensions
reading sources... [ 24%] foreword
reading sources... [ 26%] htmlfaq
reading sources... [ 27%] index
reading sources... [ 29%] installation
reading sources... [ 30%] latexindex
reading sources... [ 32%] license
reading sources... [ 33%] patterns/appdispatch
reading sources... [ 35%] patterns/appfactories
reading sources... [ 36%] patterns/caching
reading sources... [ 38%] patterns/deferredcallbacks
reading sources... [ 40%] patterns/distribute
reading sources... [ 41%] patterns/errorpages
reading sources... [ 43%] patterns/fabric
reading sources... [ 44%] patterns/favicon
reading sources... [ 46%] patterns/fileuploads
reading sources... [ 47%] patterns/flashing
reading sources... [ 49%] patterns/index
reading sources... [ 50%] patterns/jquery
reading sources... [ 52%] patterns/lazyloading
reading sources... [ 53%] patterns/mongokit
reading sources... [ 55%] patterns/packages
reading sources... [ 56%] patterns/sqlalchemy
reading sources... [ 58%] patterns/sqlite3
reading sources... [ 60%] patterns/streaming
reading sources... [ 61%] patterns/templateinheritance
reading sources... [ 63%] patterns/urlprocessors
reading sources... [ 64%] patterns/viewdecorators
reading sources... [ 66%] patterns/wtforms
reading sources... [ 67%] quickstart
reading sources... [ 69%] reqcontext
reading sources... [ 70%] security
reading sources... [ 72%] shell
reading sources... [ 73%] signals
reading sources... [ 75%] styleguide
reading sources... [ 76%] templating
reading sources... [ 78%] testing
reading sources... [ 80%] tutorial/css
reading sources... [ 81%] tutorial/dbcon
reading sources... [ 83%] tutorial/dbinit
reading sources... [ 84%] tutorial/folders
reading sources... [ 86%] tutorial/index
reading sources... [ 87%] tutorial/introduction
reading sources... [ 89%] tutorial/schema
reading sources... [ 90%] tutorial/setup
reading sources... [ 92%] tutorial/templates
reading sources... [ 93%] tutorial/testing
reading sources... [ 95%] tutorial/views
reading sources... [ 96%] unicode
reading sources... [ 98%] upgrading
reading sources... [100%] views
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/matej/build/BUILD/Flask-0.8/docs/latexindex.rst:: WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [ 1%] api
writing output... [ 3%] becomingbig
writing output... [ 4%] blueprints
writing output... [ 6%] changelog
writing output... [ 7%] config
writing output... [ 9%] deploying/cgi
writing output... [ 10%] deploying/fastcgi
writing output... [ 12%] deploying/index
writing output... [ 13%] deploying/mod_wsgi
writing output... [ 15%] deploying/others
writing output... [ 16%] deploying/uwsgi
writing output... [ 18%] design
writing output... [ 20%] errorhandling
writing output... [ 21%] extensiondev
writing output... [ 23%] extensions
writing output... [ 24%] foreword
writing output... [ 26%] htmlfaq
writing output... [ 27%] index
writing output... [ 29%] installation
writing output... [ 30%] latexindex
writing output... [ 32%] license
writing output... [ 33%] patterns/appdispatch
writing output... [ 35%] patterns/appfactories
writing output... [ 36%] patterns/caching
writing output... [ 38%] patterns/deferredcallbacks
writing output... [ 40%] patterns/distribute
writing output... [ 41%] patterns/errorpages
writing output... [ 43%] patterns/fabric
writing output... [ 44%] patterns/favicon
writing output... [ 46%] patterns/fileuploads
writing output... [ 47%] patterns/flashing
writing output... [ 49%] patterns/index
writing output... [ 50%] patterns/jquery
writing output... [ 52%] patterns/lazyloading
writing output... [ 53%] patterns/mongokit
writing output... [ 55%] patterns/packages
writing output... [ 56%] patterns/sqlalchemy
writing output... [ 58%] patterns/sqlite3
writing output... [ 60%] patterns/streaming
writing output... [ 61%] patterns/templateinheritance
writing output... [ 63%] patterns/urlprocessors
writing output... [ 64%] patterns/viewdecorators
writing output... [ 66%] patterns/wtforms
writing output... [ 67%] quickstart
writing output... [ 69%] reqcontext
writing output... [ 70%] security
writing output... [ 72%] shell
writing output... [ 73%] signals
writing output... [ 75%] styleguide
writing output... [ 76%] templating
writing output... [ 78%] testing
writing output... [ 80%] tutorial/css
writing output... [ 81%] tutorial/dbcon
writing output... [ 83%] tutorial/dbinit
writing output... [ 84%] tutorial/folders
writing output... [ 86%] tutorial/index
writing output... [ 87%] tutorial/introduction
writing output... [ 89%] tutorial/schema
writing output... [ 90%] tutorial/setup
writing output... [ 92%] tutorial/templates
writing output... [ 93%] tutorial/testing
writing output... [ 95%] tutorial/views
writing output... [ 96%] unicode
writing output... [ 98%] upgrading
writing output... [100%] views
writing additional files... genindex search
copying images... _static/no.png _static/debugger.png _static/logo-full.png _static/flaskr.png _static/yes.png
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 4 warnings.
Build finished. The HTML pages are in _build/html.
make: Leaving directory `/home/matej/build/BUILD/Flask-0.8/docs'
+ rm -rf /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/site.py
+ rm -rf /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/site-packages/site.pyc
+ rm -rf docs/_build/html/.buildinfo
+ rm -rf 'examples/minitwit/*.pyc'
+ rm -rf 'examples/flaskr/*.pyc'
+ rm -rf 'examples/jqueryexample/*.pyc'
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/matej/build/BUILD/Flask-0.8
find: `debug': No such file or directory
+ /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-compress
+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-python-bytecompile
Bytecompiling .py files below /home/matej/build/BUILDROOT/python-flask-0.8-0.0.1.el6.x86_64/usr/lib/python2.6/ using /usr/bin/python2.6
+ /usr/lib/rpm/redhat/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-java-repack-jars
Provádění(%check): /bin/sh -e /var/tmp/rpm-tmp.h41fHJ
+ umask 022
+ cd /home/matej/build/BUILD
+ cd Flask-0.8
+ unset DISPLAY
+ /usr/bin/python setup.py test
running test
running egg_info
writing requirements to Flask.egg-info/requires.txt
writing Flask.egg-info/PKG-INFO
writing top-level names to Flask.egg-info/top_level.txt
writing dependency_links to Flask.egg-info/dependency_links.txt
reading manifest file 'Flask.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'examples'
warning: no previously-included files matching '*.pyo' found under directory 'examples'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask.egg-info/SOURCES.txt'
running build_ext
test_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_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_make_response (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok
test_max_content_length (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok
test_missing_session (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_proper_test_request_context (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_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_session_settings (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok
test_static_files (flask.testsuite.basic.BasicFunctionalityTestCase) ... ok
test_teardown_on_pop (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) ... FAIL
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_context_binding (flask.testsuite.basic.ContextTestCase) ... ok
test_context_test (flask.testsuite.basic.ContextTestCase) ... ok
test_manual_context_binding (flask.testsuite.basic.ContextTestCase) ... 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_subdomain_matching (flask.testsuite.basic.SubdomainTestCase) ... ok
test_subdomain_matching_with_ports (flask.testsuite.basic.SubdomainTestCase) ... 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_dotted_names (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_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_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_package_paths (flask.testsuite.config.InstanceTestCase) ... ok
test_prefix_installed_paths (flask.testsuite.config.InstanceTestCase) ... ok
test_uninstalled_module_paths (flask.testsuite.config.InstanceTestCase) ... ok
test_uninstalled_package_paths (flask.testsuite.config.InstanceTestCase) ... ok
test_init_jinja_globals (flask.testsuite.deprecations.DeprecationsTestCase) ... ok
Make sure logging in and logging out works ... ok
Check if adding messages works ... ok
Make sure registering works ... ok
Make sure that timelines work ... ok
Start with a blank database. ... ok
Make sure login and logout works ... ok
Test that messages work ... ok
test_flaskext_broken_package_no_module_caching (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_new_package_import_module (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_new_package_import_normal (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_new_package_import_submodule (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_new_package_import_submodule_function (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_new_simple_import_module (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_new_simple_import_normal (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_old_package_import_module (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_old_package_import_normal (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_old_package_import_submodule (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_old_package_import_submodule_function (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_old_simple_import_module (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_flaskext_old_simple_import_normal (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_no_error_swallowing (flask.testsuite.ext.ExtImportHookTestCase) ... ok
test_json_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_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_debug_log (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_supressed_exception_logging (flask.testsuite.subclassing.FlaskSubclassingTestCase) ... 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_macros (flask.testsuite.templating.TemplatingTestCase) ... ok
test_no_escaping (flask.testsuite.templating.TemplatingTestCase) ... ok
test_original_win (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_environ_defaults (flask.testsuite.testing.TestToolsTestCase) ... ok
test_environ_defaults_from_config (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_basic_view (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
======================================================================
FAIL: test_test_app_proper_environ (flask.testsuite.basic.BasicFunctionalityTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/matej/build/BUILD/Flask-0.8/flask/testsuite/basic.py", line 722, in test_test_app_proper_environ
self.assert_equal(rv.status_code, 404)
File "/home/matej/build/BUILD/Flask-0.8/flask/testsuite/__init__.py", line 133, in assert_equal
return self.assertEqual(x, y)
AssertionError: 200 != 404
----------------------------------------------------------------------
Ran 148 tests in 0.533s
FAILED (failures=1)
chyba: Špatný návratový kód z /var/tmp/rpm-tmp.h41fHJ (%check)
chyby sestavení RPM:
Špatný návratový kód z /var/tmp/rpm-tmp.h41fHJ (%check)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment