Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-werkzeug.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1669/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-werkzeug.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} warning: bogus date in %changelog: Sat Mar 05 2010 Peter Halliday - 0.6-1 warning: Could not canonicalize hostname: i-00012a41 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python27-python-werkzeug-0.8.3-5.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-werkzeug.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1669/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-werkzeug.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dd3Jdw warning: bogus date in %changelog: Sat Mar 05 2010 Peter Halliday - 0.6-1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Werkzeug-0.8.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/Werkzeug-0.8.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Werkzeug-0.8.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/sed -i 's/\r//' LICENSE + /usr/bin/sed -i 1d werkzeug/testsuite/multipart/collect.py Patch #1 (werkzeug-fips-errors-fix.patch): + echo 'Patch #1 (werkzeug-fips-errors-fix.patch):' + /usr/bin/cat /builddir/build/SOURCES/werkzeug-fips-errors-fix.patch + /usr/bin/patch -p1 --fuzz=0 patching file werkzeug/contrib/cache.py patching file werkzeug/http.py patching file werkzeug/security.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PdV1W7 + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.8.3 + scl enable python27 ' /opt/rh/python27/root/usr/bin/python2 setup.py build ' running build running build_py creating build creating build/lib creating build/lib/werkzeug copying werkzeug/exceptions.py -> build/lib/werkzeug copying werkzeug/wsgi.py -> build/lib/werkzeug copying werkzeug/useragents.py -> build/lib/werkzeug copying werkzeug/_internal.py -> build/lib/werkzeug copying werkzeug/routing.py -> build/lib/werkzeug copying werkzeug/http.py -> build/lib/werkzeug copying werkzeug/serving.py -> build/lib/werkzeug copying werkzeug/security.py -> build/lib/werkzeug copying werkzeug/templates.py -> build/lib/werkzeug copying werkzeug/urls.py -> build/lib/werkzeug copying werkzeug/script.py -> build/lib/werkzeug copying werkzeug/posixemulation.py -> build/lib/werkzeug copying werkzeug/formparser.py -> build/lib/werkzeug copying werkzeug/testapp.py -> build/lib/werkzeug copying werkzeug/local.py -> build/lib/werkzeug copying werkzeug/utils.py -> build/lib/werkzeug copying werkzeug/datastructures.py -> build/lib/werkzeug copying werkzeug/wrappers.py -> build/lib/werkzeug copying werkzeug/__init__.py -> build/lib/werkzeug copying werkzeug/test.py -> build/lib/werkzeug creating build/lib/werkzeug/debug copying werkzeug/debug/tbtools.py -> build/lib/werkzeug/debug copying werkzeug/debug/repr.py -> build/lib/werkzeug/debug copying werkzeug/debug/console.py -> build/lib/werkzeug/debug copying werkzeug/debug/__init__.py -> build/lib/werkzeug/debug creating build/lib/werkzeug/contrib copying werkzeug/contrib/cache.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/jsrouting.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/testtools.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/limiter.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/securecookie.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/lint.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/kickstart.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/sessions.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/profiler.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/wrappers.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/__init__.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/fixers.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/atom.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/iterio.py -> build/lib/werkzeug/contrib creating build/lib/werkzeug/testsuite copying werkzeug/testsuite/exceptions.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/debug.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/wsgi.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/routing.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/http.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/serving.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/security.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/urls.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/formparser.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/internal.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/local.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/utils.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/compat.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/datastructures.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/wrappers.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/__init__.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/test.py -> build/lib/werkzeug/testsuite creating build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/cache.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/securecookie.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/sessions.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/wrappers.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/__init__.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/fixers.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/iterio.py -> build/lib/werkzeug/testsuite/contrib running egg_info writing Werkzeug.egg-info/PKG-INFO writing top-level names to Werkzeug.egg-info/top_level.txt writing dependency_links to Werkzeug.egg-info/dependency_links.txt reading manifest file 'Werkzeug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'werkzeug/debug/templates' 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' writing manifest file 'Werkzeug.egg-info/SOURCES.txt' creating build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/FONT_LICENSE -> build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/console.png -> build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/debugger.js -> build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/jquery.js -> build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/less.png -> build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/more.png -> build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/source.png -> build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/style.css -> build/lib/werkzeug/debug/shared copying werkzeug/debug/shared/ubuntu.ttf -> build/lib/werkzeug/debug/shared creating build/lib/werkzeug/testsuite/multipart copying werkzeug/testsuite/multipart/collect.py -> build/lib/werkzeug/testsuite/multipart copying werkzeug/testsuite/multipart/ie7_full_path_request.txt -> build/lib/werkzeug/testsuite/multipart creating build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt copying werkzeug/testsuite/multipart/firefox3-2png1txt/file1.png -> build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt copying werkzeug/testsuite/multipart/firefox3-2png1txt/file2.png -> build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt copying werkzeug/testsuite/multipart/firefox3-2png1txt/request.txt -> build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt copying werkzeug/testsuite/multipart/firefox3-2png1txt/text.txt -> build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt creating build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying werkzeug/testsuite/multipart/firefox3-2pnglongtext/file1.png -> build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying werkzeug/testsuite/multipart/firefox3-2pnglongtext/file2.png -> build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying werkzeug/testsuite/multipart/firefox3-2pnglongtext/request.txt -> build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying werkzeug/testsuite/multipart/firefox3-2pnglongtext/text.txt -> build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext creating build/lib/werkzeug/testsuite/multipart/ie6-2png1txt copying werkzeug/testsuite/multipart/ie6-2png1txt/file1.png -> build/lib/werkzeug/testsuite/multipart/ie6-2png1txt copying werkzeug/testsuite/multipart/ie6-2png1txt/file2.png -> build/lib/werkzeug/testsuite/multipart/ie6-2png1txt copying werkzeug/testsuite/multipart/ie6-2png1txt/request.txt -> build/lib/werkzeug/testsuite/multipart/ie6-2png1txt copying werkzeug/testsuite/multipart/ie6-2png1txt/text.txt -> build/lib/werkzeug/testsuite/multipart/ie6-2png1txt creating build/lib/werkzeug/testsuite/multipart/opera8-2png1txt copying werkzeug/testsuite/multipart/opera8-2png1txt/file1.png -> build/lib/werkzeug/testsuite/multipart/opera8-2png1txt copying werkzeug/testsuite/multipart/opera8-2png1txt/file2.png -> build/lib/werkzeug/testsuite/multipart/opera8-2png1txt copying werkzeug/testsuite/multipart/opera8-2png1txt/request.txt -> build/lib/werkzeug/testsuite/multipart/opera8-2png1txt copying werkzeug/testsuite/multipart/opera8-2png1txt/text.txt -> build/lib/werkzeug/testsuite/multipart/opera8-2png1txt creating build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt copying werkzeug/testsuite/multipart/webkit3-2png1txt/file1.png -> build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt copying werkzeug/testsuite/multipart/webkit3-2png1txt/file2.png -> build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt copying werkzeug/testsuite/multipart/webkit3-2png1txt/request.txt -> build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt copying werkzeug/testsuite/multipart/webkit3-2png1txt/text.txt -> build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt creating build/lib/werkzeug/testsuite/res copying werkzeug/testsuite/res/test.txt -> build/lib/werkzeug/testsuite/res + find examples/ -name '*.py' -executable + xargs chmod -x + find examples/ -name '*.png' -executable + xargs chmod -x ~/build/BUILD/Werkzeug-0.8.3/docs ~/build/BUILD/Werkzeug-0.8.3 + pushd docs + scl enable python27 ' make html ' sphinx-build -b html -d _build/doctrees . _build/html Making output directory...Running Sphinx v1.1.3 loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/dev/objects.inv... loading intersphinx inventory from http://www.sqlalchemy.org/docs/05/objects.inv... WARNING: intersphinx inventory 'http://www.sqlalchemy.org/docs/05/objects.inv' not fetchable due to : HTTP Error 404: OK building [html]: targets for 40 source files that are out of date updating environment: 40 added, 0 changed, 0 removed reading sources... [ 2%] changes reading sources... [ 5%] contrib/atom reading sources... [ 7%] contrib/cache reading sources... [ 10%] contrib/fixers reading sources... [ 12%] contrib/index reading sources... [ 15%] contrib/iterio reading sources... [ 17%] contrib/lint reading sources... [ 20%] contrib/profiler reading sources... [ 22%] contrib/securecookie reading sources... [ 25%] contrib/sessions reading sources... [ 27%] contrib/wrappers reading sources... [ 30%] datastructures reading sources... [ 32%] debug reading sources... [ 35%] deployment/cgi reading sources... [ 37%] deployment/fastcgi reading sources... [ 40%] deployment/index reading sources... [ 42%] deployment/mod_wsgi reading sources... [ 45%] deployment/proxying reading sources... [ 47%] exceptions reading sources... [ 50%] http reading sources... [ 52%] index reading sources... [ 55%] installation reading sources... [ 57%] latexindex reading sources... [ 60%] levels reading sources... [ 62%] local reading sources... [ 65%] middlewares reading sources... [ 67%] quickstart reading sources... [ 70%] request_data reading sources... [ 72%] routing reading sources... [ 75%] script reading sources... [ 77%] serving reading sources... [ 80%] templates reading sources... [ 82%] terms reading sources... [ 85%] test reading sources... [ 87%] transition reading sources... [ 90%] tutorial reading sources... [ 92%] unicode reading sources... [ 95%] utils reading sources... [ 97%] wrappers Traceback (most recent call last): File "/opt/rh/python27/root/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 326, in import_object obj = self.get_attr(obj, part) File "/opt/rh/python27/root/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 232, in get_attr return safe_getattr(obj, name, *defargs) File "/opt/rh/python27/root/usr/lib/python2.7/site-packages/sphinx/util/inspect.py", line 70, in safe_getattr raise AttributeError(name) AttributeError: _form_parsing_failed reading sources... [100%] wsgi /builddir/build/BUILD/Werkzeug-0.8.3/werkzeug/formparser.py:docstring of werkzeug.formparser.parse_multipart_headers:5: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/Werkzeug-0.8.3/werkzeug/formparser.py:docstring of werkzeug.formparser.parse_multipart_headers:7: ERROR: Unexpected indentation. /builddir/build/BUILD/Werkzeug-0.8.3/werkzeug/formparser.py:docstring of werkzeug.formparser.parse_multipart_headers:8: WARNING: Block quote ends without a blank line; unexpected unindent. /builddir/build/BUILD/Werkzeug-0.8.3/docs/wrappers.rst:59: WARNING: autodoc can't import/find method 'werkzeug.wrappers.BaseRequest._form_parsing_failed', it reported error: "_form_parsing_failed", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 2%] changes writing output... [ 5%] contrib/atom writing output... [ 7%] contrib/cache writing output... [ 10%] contrib/fixers writing output... [ 12%] contrib/index writing output... [ 15%] contrib/iterio writing output... [ 17%] contrib/lint writing output... [ 20%] contrib/profiler writing output... [ 22%] contrib/securecookie writing output... [ 25%] contrib/sessions writing output... [ 27%] contrib/wrappers writing output... [ 30%] datastructures writing output... [ 32%] debug writing output... [ 35%] deployment/cgi writing output... [ 37%] deployment/fastcgi writing output... [ 40%] deployment/index writing output... [ 42%] deployment/mod_wsgi writing output... [ 45%] deployment/proxying writing output... [ 47%] exceptions writing output... [ 50%] http writing output... [ 52%] index writing output... [ 55%] installation writing output... [ 57%] latexindex writing output... [ 60%] levels writing output... [ 62%] local writing output... [ 65%] middlewares writing output... [ 67%] quickstart writing output... [ 70%] request_data writing output... [ 72%] routing writing output... [ 75%] script writing output... [ 77%] serving writing output... [ 80%] templates writing output... [ 82%] terms writing output... [ 85%] test writing output... [ 87%] transition writing output... [ 90%] tutorial writing output... [ 92%] unicode writing output... [ 95%] utils writing output... [ 97%] wrappers writing output... [100%] wsgi /builddir/build/BUILD/Werkzeug-0.8.3/docs/installation.rst:93: WARNING: undefined label: windows-easy-install (if the link has no caption the label must precede a section header) writing additional files... genindex py-modindex search copying images... [ 50%] _static/debug-screenshot.png copying images... [100%] _static/shortly.png copying static files... done dumping search index... done dumping object inventory... done build succeeded, 6 warnings. Build finished. The HTML pages are in _build/html. ~/build/BUILD/Werkzeug-0.8.3 + popd + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fVAEYy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 + cd Werkzeug-0.8.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 + scl enable python27 ' /opt/rh/python27/root/usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 ' running install running install_lib creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27 creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/exceptions.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/wsgi.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/useragents.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/_internal.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/tbtools.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/repr.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/console.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/more.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/less.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/debugger.js -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/source.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/FONT_LICENSE -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/jquery.js -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/ubuntu.ttf -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/console.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/style.css -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/__init__.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug copying build/lib/werkzeug/routing.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/http.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/serving.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/security.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/templates.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/urls.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/script.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/posixemulation.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/exceptions.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/debug.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/wsgi.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/routing.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/res copying build/lib/werkzeug/testsuite/res/test.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/res copying build/lib/werkzeug/testsuite/http.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/serving.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart copying build/lib/werkzeug/testsuite/multipart/collect.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/opera8-2png1txt/text.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/opera8-2png1txt/file2.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/opera8-2png1txt/request.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/opera8-2png1txt/file1.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie7_full_path_request.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt copying build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt/text.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt copying build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt/file2.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt copying build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt/request.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt copying build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt/file1.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt/text.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt/file2.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt/request.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt/file1.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie6-2png1txt/text.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie6-2png1txt/file2.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie6-2png1txt/request.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie6-2png1txt/file1.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext/text.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext/file2.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext/request.txt -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext/file1.png -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/security.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/urls.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/cache.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/securecookie.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/sessions.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/wrappers.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/__init__.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/fixers.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/iterio.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/formparser.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/internal.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/local.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/utils.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/compat.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/datastructures.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/wrappers.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/__init__.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/test.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite creating /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/cache.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/jsrouting.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/testtools.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/limiter.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/securecookie.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/lint.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/kickstart.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/sessions.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/profiler.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/wrappers.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/__init__.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/fixers.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/atom.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/iterio.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/formparser.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/testapp.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/local.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/utils.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/datastructures.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/wrappers.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/__init__.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/test.py -> /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/useragents.py to useragents.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/_internal.py to _internal.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/tbtools.py to tbtools.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/repr.py to repr.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/console.py to console.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/debug/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/routing.py to routing.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/serving.py to serving.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/security.py to security.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/templates.py to templates.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/script.py to script.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/posixemulation.py to posixemulation.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/routing.py to routing.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/serving.py to serving.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/collect.py to collect.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/security.py to security.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/securecookie.py to securecookie.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/fixers.py to fixers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/iterio.py to iterio.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/formparser.py to formparser.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/internal.py to internal.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/datastructures.py to datastructures.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testsuite/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/jsrouting.py to jsrouting.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/testtools.py to testtools.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/limiter.py to limiter.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/securecookie.py to securecookie.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/lint.py to lint.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/kickstart.py to kickstart.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/profiler.py to profiler.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/fixers.py to fixers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/atom.py to atom.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/contrib/iterio.py to iterio.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/formparser.py to formparser.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/testapp.py to testapp.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/datastructures.py to datastructures.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/werkzeug/test.py to test.pyc writing byte-compilation script '/tmp/tmpa8BCGv.py' /opt/rh/python27/root/usr/bin/python2 -O /tmp/tmpa8BCGv.py removing /tmp/tmpa8BCGv.py running install_egg_info running egg_info writing Werkzeug.egg-info/PKG-INFO writing top-level names to Werkzeug.egg-info/top_level.txt writing dependency_links to Werkzeug.egg-info/dependency_links.txt reading manifest file 'Werkzeug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'werkzeug/debug/templates' 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' writing manifest file 'Werkzeug.egg-info/SOURCES.txt' Copying Werkzeug.egg-info to /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg-info running install_scripts + /usr/bin/rm -rf docs/_build/html/.buildinfo + /usr/bin/rm -rf examples/cupoftee/db.pyc + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/Werkzeug-0.8.3 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/python27/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + scl enable python27 '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python /opt/rh/python27/root/usr/bin/python2 1 /opt/rh/python27/root' + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3f2wi4 + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.8.3 + scl enable python27 ' /opt/rh/python27/root/usr/bin/python2 setup.py test ' running test running egg_info writing Werkzeug.egg-info/PKG-INFO writing top-level names to Werkzeug.egg-info/top_level.txt writing dependency_links to Werkzeug.egg-info/dependency_links.txt reading manifest file 'Werkzeug.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'werkzeug/debug/templates' 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' writing manifest file 'Werkzeug.egg-info/SOURCES.txt' running build_ext test_exposed_werkzeug_mod (werkzeug.testsuite.compat.CompatTestCase) ... ok test_fix_headers_in_response (werkzeug.testsuite.compat.CompatTestCase) ... ok test_old_imports (werkzeug.testsuite.compat.CompatTestCase) ... ok test_get_dict (werkzeug.testsuite.contrib.cache.SimpleCacheTestCase) ... ok test_set_many (werkzeug.testsuite.contrib.cache.SimpleCacheTestCase) ... ok test_filesystemcache_clear (werkzeug.testsuite.contrib.cache.FileSystemCacheTestCase) ... ok test_filesystemcache_prune (werkzeug.testsuite.contrib.cache.FileSystemCacheTestCase) ... ok test_set_get (werkzeug.testsuite.contrib.cache.FileSystemCacheTestCase) ... ok test_header_rewriter_fix (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase) Test the HeaderRewriterFix fixer ... ok test_lighttpd_cgi_root_fix (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase) ... ok test_path_info_from_request_uri_fix (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase) ... ok test_proxy_fix (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase) Test the ProxyFix fixer ... ok test_proxy_fix_weird_enum (werkzeug.testsuite.contrib.fixers.ServerFixerTestCase) ... ok test_ie_fixes (werkzeug.testsuite.contrib.fixers.BrowserFixerTestCase) ... ok test_basic (werkzeug.testsuite.contrib.iterio.IterOTestSuite) ... ok test_basic_support (werkzeug.testsuite.contrib.securecookie.SecureCookieTestCase) ... ok test_wrapper_support (werkzeug.testsuite.contrib.securecookie.SecureCookieTestCase) ... ok test_basic_fs_sessions (werkzeug.testsuite.contrib.sessions.SessionTestCase) ... ok test_default_tempdir (werkzeug.testsuite.contrib.sessions.SessionTestCase) ... ok test_fs_session_lising (werkzeug.testsuite.contrib.sessions.SessionTestCase) ... ok test_renewing_fs_session (werkzeug.testsuite.contrib.sessions.SessionTestCase) ... ok test_dynamic_charset_request_mixin (werkzeug.testsuite.contrib.wrappers.WrappersTestCase) ... ok test_dynamic_charset_response_mixin (werkzeug.testsuite.contrib.wrappers.WrappersTestCase) ... ok test_reverse_slash_behavior (werkzeug.testsuite.contrib.wrappers.WrappersTestCase) ... ok test_basic_interface (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok test_iter_interfaces (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok test_multidict_pop (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok test_pickle (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok test_setlistdefault (werkzeug.testsuite.datastructures.MultiDictTestCase) ... ok test_basic_interface (werkzeug.testsuite.datastructures.OrderedMultiDictTestCase) ... ok test_ordered_interface (werkzeug.testsuite.datastructures.OrderedMultiDictTestCase) ... ok test_pickle (werkzeug.testsuite.datastructures.OrderedMultiDictTestCase) ... ok test_basic_interface (werkzeug.testsuite.datastructures.CombinedMultiDictTestCase) ... ok test_copies_are_mutable (werkzeug.testsuite.datastructures.ImmutableTypeConversionDictTestCase) ... ok test_dict_is_hashable (werkzeug.testsuite.datastructures.ImmutableTypeConversionDictTestCase) ... ok test_follows_dict_interface (werkzeug.testsuite.datastructures.ImmutableTypeConversionDictTestCase) ... ok test_copies_are_mutable (werkzeug.testsuite.datastructures.ImmutableMultiDictTestCase) ... ok test_dict_is_hashable (werkzeug.testsuite.datastructures.ImmutableMultiDictTestCase) ... ok test_follows_dict_interface (werkzeug.testsuite.datastructures.ImmutableMultiDictTestCase) ... ok test_multidict_is_hashable (werkzeug.testsuite.datastructures.ImmutableMultiDictTestCase) ... ok test_copies_are_mutable (werkzeug.testsuite.datastructures.ImmutableDictTestCase) ... ok test_dict_is_hashable (werkzeug.testsuite.datastructures.ImmutableDictTestCase) ... ok test_follows_dict_interface (werkzeug.testsuite.datastructures.ImmutableDictTestCase) ... ok test_copies_are_mutable (werkzeug.testsuite.datastructures.ImmutableOrderedMultiDictTestCase) ... ok test_dict_is_hashable (werkzeug.testsuite.datastructures.ImmutableOrderedMultiDictTestCase) ... ok test_follows_dict_interface (werkzeug.testsuite.datastructures.ImmutableOrderedMultiDictTestCase) ... ok test_ordered_multidict_is_hashable (werkzeug.testsuite.datastructures.ImmutableOrderedMultiDictTestCase) ... ok test_basic_interface (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok test_copying (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok test_defaults_and_conversion (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok test_popping (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok test_reject_newlines (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok test_set_arguments (werkzeug.testsuite.datastructures.HeadersTestCase) ... ok test_basic_interface (werkzeug.testsuite.datastructures.EnvironHeadersTestCase) ... ok test_basic_interface (werkzeug.testsuite.datastructures.HeaderSetTestCase) ... ok test_basic_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_broken_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_custom_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_list_subclass_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_mapping_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_recursive_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_regex_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_sequence_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_set_repr (werkzeug.testsuite.debug.DebugReprTestCase) ... ok test_debug_dump (werkzeug.testsuite.debug.DebugHelpersTestCase) ... ok test_debug_help (werkzeug.testsuite.debug.DebugHelpersTestCase) ... ok test_object_dumping (werkzeug.testsuite.debug.DebugHelpersTestCase) ... ok test_aborter (werkzeug.testsuite.exceptions.ExceptionsTestCase) ... ok test_exception_repr (werkzeug.testsuite.exceptions.ExceptionsTestCase) ... ok test_proxy_exception (werkzeug.testsuite.exceptions.ExceptionsTestCase) ... ok test_special_exceptions (werkzeug.testsuite.exceptions.ExceptionsTestCase) ... ok test_large_file (werkzeug.testsuite.formparser.FormParserTestCase) ... ok test_limiting (werkzeug.testsuite.formparser.FormParserTestCase) ... ok test_parse_form_data_get_without_content (werkzeug.testsuite.formparser.FormParserTestCase) ... ok test_parse_form_data_put_without_content (werkzeug.testsuite.formparser.FormParserTestCase) ... ok test_bad_newline_bad_newline_assumption (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_basic (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_broken (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_end_of_file (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_extra_newline (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_failures (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_file_no_content_type (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_headers (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_ie7_unc_path (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_nonstandard_line_endings (werkzeug.testsuite.formparser.MultiPartTestCase) ... ok test_find_terminator (werkzeug.testsuite.formparser.InternalFunctionsTestCase) ... ok test_lien_parser (werkzeug.testsuite.formparser.InternalFunctionsTestCase) ... ok test_accept (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_accept_matches (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_authorization_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_cache_control_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_charset_accept (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_cookie_quoting (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_cookies (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_date_formatting (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_dict_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_dump_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_dump_options_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_etags (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_is_resource_modified (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_language_accept (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_list_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_mime_accept (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_parse_date (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_parse_date_overflows (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_parse_options_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_remove_entity_headers (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_remove_hop_by_hop_headers (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_set_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_www_authenticate_header (werkzeug.testsuite.http.HTTPUtilityTestCase) ... ok test_best_match_works (werkzeug.testsuite.http.RegressionTestCase) ... ok test_date_to_unix (werkzeug.testsuite.internal.InternalTestCase) ... ok test_easteregg (werkzeug.testsuite.internal.InternalTestCase) ... ok test_wrapper_internals (werkzeug.testsuite.internal.InternalTestCase) ... ok test_basic_local (werkzeug.testsuite.local.LocalTestCase) ... ok test_custom_idents (werkzeug.testsuite.local.LocalTestCase) ... ok test_local_proxies_with_callables (werkzeug.testsuite.local.LocalTestCase) ... ok test_local_proxy (werkzeug.testsuite.local.LocalTestCase) ... ok test_local_release (werkzeug.testsuite.local.LocalTestCase) ... ok test_local_stack (werkzeug.testsuite.local.LocalTestCase) ... ok test_adapter_match_return_rule (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_adapter_url_parameter_sorting (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_alias_redirects (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_allowed_methods_querying (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_basic_building (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_basic_routing (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_build_append_unknown (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_complex_routing_rules (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_converter_parser (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_default_converters (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_defaults (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_dispatch (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_double_defaults (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_environ_defaults (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_external_building_with_port (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_external_building_with_port_bind_to_environ (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_external_building_with_port_bind_to_environ_wrong_servername (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_greedy (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_host_matching (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_http_host_before_server_name (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_implicit_head (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_method_fallback (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_path (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_protocol_joining_bug (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_redirect_request_exception_code (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_request_direct_charset_bug (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_request_redirect_default (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_request_redirect_default_subdomain (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_rule_emptying (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_rule_templates (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_server_name_casing (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_server_name_interpolation (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_unicode_rules (werkzeug.testsuite.routing.RoutingTestCase) ... ok test_password_hashing (werkzeug.testsuite.security.SecurityTestCase) Test the password hashing and password hash checking ... ok test_safe_join (werkzeug.testsuite.security.SecurityTestCase) Test the safe joining helper ... ok test_broken_app (werkzeug.testsuite.serving.ServingTestCase) ... ok test_serving (werkzeug.testsuite.serving.ServingTestCase) ... ok test_cookie_for_different_path (werkzeug.testsuite.test.TestTestCase) ... ok test_cookie_forging (werkzeug.testsuite.test.TestTestCase) ... ok test_cookiejar_stores_cookie (werkzeug.testsuite.test.TestTestCase) ... ok test_create_environ (werkzeug.testsuite.test.TestTestCase) ... ok test_disable_cookies (werkzeug.testsuite.test.TestTestCase) ... ok test_environ_builder_basics (werkzeug.testsuite.test.TestTestCase) ... ok test_environ_builder_content_type (werkzeug.testsuite.test.TestTestCase) ... ok test_environ_builder_headers (werkzeug.testsuite.test.TestTestCase) ... ok test_environ_builder_paths (werkzeug.testsuite.test.TestTestCase) ... ok test_environ_builder_stream_switch (werkzeug.testsuite.test.TestTestCase) ... ok test_file_closing (werkzeug.testsuite.test.TestTestCase) ... ok test_follow_external_redirect (werkzeug.testsuite.test.TestTestCase) ... ok test_follow_external_redirect_on_same_subdomain (werkzeug.testsuite.test.TestTestCase) ... ok test_follow_redirect (werkzeug.testsuite.test.TestTestCase) ... ok test_follow_redirect_loop (werkzeug.testsuite.test.TestTestCase) ... ok test_follow_redirect_with_post (werkzeug.testsuite.test.TestTestCase) ... ok test_iri_support (werkzeug.testsuite.test.TestTestCase) ... ok test_multi_value_submit (werkzeug.testsuite.test.TestTestCase) ... ok test_multiple_cookies (werkzeug.testsuite.test.TestTestCase) ... ok test_no_initial_cookie (werkzeug.testsuite.test.TestTestCase) ... ok test_path_info_script_name_unquoting (werkzeug.testsuite.test.TestTestCase) ... ok test_resent_cookie (werkzeug.testsuite.test.TestTestCase) ... ok test_run_wsgi_apps (werkzeug.testsuite.test.TestTestCase) ... ok test_set_cookie_app (werkzeug.testsuite.test.TestTestCase) ... ok test_href (werkzeug.testsuite.urls.URLsTestCase) ... ok test_href_url_join (werkzeug.testsuite.urls.URLsTestCase) ... ok test_iri_support (werkzeug.testsuite.urls.URLsTestCase) ... ok test_ordered_multidict_encoding (werkzeug.testsuite.urls.URLsTestCase) ... ok test_quoting (werkzeug.testsuite.urls.URLsTestCase) ... ok test_quoting_of_local_urls (werkzeug.testsuite.urls.URLsTestCase) ... ok test_sorted_url_encode (werkzeug.testsuite.urls.URLsTestCase) ... ok test_streamed_url_decoding (werkzeug.testsuite.urls.URLsTestCase) ... ok test_streamed_url_encoding (werkzeug.testsuite.urls.URLsTestCase) ... ok test_url_decoding (werkzeug.testsuite.urls.URLsTestCase) ... ok test_url_encoding (werkzeug.testsuite.urls.URLsTestCase) ... ok test_url_fixing (werkzeug.testsuite.urls.URLsTestCase) ... ok test_url_unquote_plus_unicode (werkzeug.testsuite.urls.URLsTestCase) ... ok test_append_slash_redirect (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_cached_property (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_cached_property_doc (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_environ_property (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_escape (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_find_modules (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_header_set_duplication_bug (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_html_builder (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_import_string (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_redirect (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_redirect_xss (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_run_wsgi_app (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_unescape (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_validate_arguments (werkzeug.testsuite.utils.GeneralUtilityTestCase) ... ok test_accept_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_access_route (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_authenticate_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_authorization_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_auto_content_length (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_base_request (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_base_response (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_common_request_descriptors_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_common_response_descriptors_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_disabled_auto_content_length (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_etag_request_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_etag_response_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_etag_response_mixin_freezing (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_form_data_ordering (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_form_parsing_failed (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_location_header_autocorrect (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_new_response_iterator_behavior (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_other_method_payload (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_ranges (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_response_304_no_content_length (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_response_freeze (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_response_headers_passthrough (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_response_status_codes (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_response_stream_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_response_streamed (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_shallow_mode (werkzeug.testsuite.wrappers.WrappersTestCase) Request object shallow mode ... ok test_storage_classes (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_type_forcing (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_url_charset_reflection (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_url_request_descriptors (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_urlfication (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_user_agent_mixin (werkzeug.testsuite.wrappers.WrappersTestCase) ... ok test_get_host (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_get_host_fallback (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_limited_stream (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_limited_stream_disconnection (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_lines_longer_buffer_size (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_multi_part_line_breaks (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_multi_part_line_breaks_problematic (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_path_info_extraction (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_peek_path_info (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_pop_path_info (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_responder (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_shared_data_middleware (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok test_shareddatamiddleware_get_file_loader (werkzeug.testsuite.wsgi.WSGIUtilsTestCase) ... ok ---------------------------------------------------------------------- Ran 253 tests in 0.926s OK False False + exit 0 Processing files: python27-python-werkzeug-0.8.3-5.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rJ7bZD + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.8.3 + DOCDIR=/builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-0.8.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-0.8.3 + cp -pr AUTHORS /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-0.8.3 + cp -pr LICENSE /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-0.8.3 + cp -pr PKG-INFO /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-0.8.3 + cp -pr CHANGES /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-0.8.3 + exit 0 Provides: python27-python-werkzeug = 0.8.3-5.el7.centos scl-package(python27) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python27-python(abi) = 2.7 Processing files: python27-python-werkzeug-doc-0.8.3-5.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nY0Nfk + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.8.3 + DOCDIR=/builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-doc-0.8.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-doc-0.8.3 + cp -pr docs/_build/html /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-doc-0.8.3 + cp -pr examples /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64/opt/rh/python27/root/usr/share/doc/python27-python-werkzeug-doc-0.8.3 + exit 0 Provides: python27-python-werkzeug-doc = 0.8.3-5.el7.centos scl-package(python27) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 warning: Could not canonicalize hostname: i-00012a41 Wrote: /builddir/build/RPMS/python27-python-werkzeug-0.8.3-5.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python27-python-werkzeug-doc-0.8.3-5.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Tfyd2P + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.8.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python27-python-werkzeug-0.8.3-5.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->