Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-werkzeug.spec'], False, '/srv/build/7/A/mock-root/c7-extras-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-werkzeug.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-werkzeug-0.9.1-2.el7.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, '/srv/build/7/A/mock-root/c7-extras-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-werkzeug.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.doWiYV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Werkzeug-0.9.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/Werkzeug-0.9.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Werkzeug-0.9.1 + /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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.j4RaNA + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.9.1 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/werkzeug copying werkzeug/wrappers.py -> build/lib/werkzeug copying werkzeug/_compat.py -> build/lib/werkzeug copying werkzeug/useragents.py -> build/lib/werkzeug copying werkzeug/urls.py -> build/lib/werkzeug copying werkzeug/serving.py -> build/lib/werkzeug copying werkzeug/test.py -> build/lib/werkzeug copying werkzeug/testapp.py -> build/lib/werkzeug copying werkzeug/local.py -> build/lib/werkzeug copying werkzeug/http.py -> build/lib/werkzeug copying werkzeug/utils.py -> build/lib/werkzeug copying werkzeug/security.py -> build/lib/werkzeug copying werkzeug/wsgi.py -> build/lib/werkzeug copying werkzeug/_internal.py -> build/lib/werkzeug copying werkzeug/__init__.py -> build/lib/werkzeug copying werkzeug/script.py -> build/lib/werkzeug copying werkzeug/exceptions.py -> build/lib/werkzeug copying werkzeug/formparser.py -> build/lib/werkzeug copying werkzeug/posixemulation.py -> build/lib/werkzeug copying werkzeug/routing.py -> build/lib/werkzeug copying werkzeug/datastructures.py -> build/lib/werkzeug creating build/lib/werkzeug/debug copying werkzeug/debug/repr.py -> build/lib/werkzeug/debug copying werkzeug/debug/__init__.py -> build/lib/werkzeug/debug copying werkzeug/debug/console.py -> build/lib/werkzeug/debug copying werkzeug/debug/tbtools.py -> build/lib/werkzeug/debug creating build/lib/werkzeug/contrib copying werkzeug/contrib/wrappers.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/sessions.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/limiter.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/jsrouting.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/fixers.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/cache.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/__init__.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/testtools.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/iterio.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/atom.py -> build/lib/werkzeug/contrib copying werkzeug/contrib/profiler.py -> build/lib/werkzeug/contrib creating build/lib/werkzeug/testsuite copying werkzeug/testsuite/wrappers.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/urls.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/serving.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/test.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/local.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/http.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/utils.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/security.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/wsgi.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/__init__.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/exceptions.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/formparser.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/debug.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/internal.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/compat.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/routing.py -> build/lib/werkzeug/testsuite copying werkzeug/testsuite/datastructures.py -> build/lib/werkzeug/testsuite creating build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/wrappers.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/sessions.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/fixers.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/cache.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/__init__.py -> build/lib/werkzeug/testsuite/contrib copying werkzeug/testsuite/contrib/securecookie.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 + pushd docs ~/build/BUILD/Werkzeug-0.9.1/docs ~/build/BUILD/Werkzeug-0.9.1 + 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: NOT FOUND building [html]: targets for 39 source files that are out of date updating environment: 39 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... [ 23%] contrib/securecookie reading sources... [ 25%] contrib/sessions reading sources... [ 28%] contrib/wrappers reading sources... [ 30%] datastructures reading sources... [ 33%] debug reading sources... [ 35%] deployment/cgi reading sources... [ 38%] deployment/fastcgi reading sources... [ 41%] deployment/index reading sources... [ 43%] deployment/mod_wsgi reading sources... [ 46%] deployment/proxying reading sources... [ 48%] exceptions reading sources... [ 51%] http reading sources... [ 53%] index reading sources... [ 56%] installation reading sources... [ 58%] latexindex reading sources... [ 61%] levels reading sources... [ 64%] local reading sources... [ 66%] middlewares reading sources... [ 69%] python3 reading sources... [ 71%] quickstart reading sources... [ 74%] request_data reading sources... [ 76%] routing reading sources... [ 79%] serving reading sources... [ 82%] terms reading sources... [ 84%] test reading sources... [ 87%] transition reading sources... [ 89%] tutorial reading sources... [ 92%] unicode reading sources... [ 94%] utils reading sources... [ 97%] wrappers reading sources... [100%] wsgi 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... [ 23%] contrib/securecookie writing output... [ 25%] contrib/sessions writing output... [ 28%] contrib/wrappers writing output... [ 30%] datastructures writing output... [ 33%] debug writing output... [ 35%] deployment/cgi writing output... [ 38%] deployment/fastcgi writing output... [ 41%] deployment/index writing output... [ 43%] deployment/mod_wsgi writing output... [ 46%] deployment/proxying writing output... [ 48%] exceptions writing output... [ 51%] http writing output... [ 53%] index writing output... [ 56%] installation writing output... [ 58%] latexindex writing output... [ 61%] levels writing output... [ 64%] local writing output... [ 66%] middlewares writing output... [ 69%] python3 writing output... [ 71%] quickstart writing output... [ 74%] request_data writing output... [ 76%] routing writing output... [ 79%] serving writing output... [ 82%] terms writing output... [ 84%] test writing output... [ 87%] transition writing output... [ 89%] tutorial writing output... [ 92%] unicode writing output... [ 94%] utils writing output... [ 97%] wrappers writing output... [100%] wsgi 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, 1 warning. Build finished. The HTML pages are in _build/html. + popd ~/build/BUILD/Werkzeug-0.9.1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WpniIS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 + cd Werkzeug-0.9.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/wrappers.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/_compat.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/wrappers.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/urls.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/serving.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/test.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/local.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/http.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/utils.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/security.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/wsgi.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/__init__.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/exceptions.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/formparser.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/debug.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie6-2png1txt/request.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie6-2png1txt/text.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie6-2png1txt/file2.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie6-2png1txt/file1.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/ie6-2png1txt copying build/lib/werkzeug/testsuite/multipart/ie7_full_path_request.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt copying build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt/request.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt copying build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt/text.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt copying build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt/file2.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt copying build/lib/werkzeug/testsuite/multipart/firefox3-2png1txt/file1.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2png1txt creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext/request.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext/text.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext/file2.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext copying build/lib/werkzeug/testsuite/multipart/firefox3-2pnglongtext/file1.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/firefox3-2pnglongtext creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/opera8-2png1txt/request.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/opera8-2png1txt/text.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/opera8-2png1txt/file2.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt copying build/lib/werkzeug/testsuite/multipart/opera8-2png1txt/file1.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/opera8-2png1txt creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt/request.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt/text.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt/file2.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/webkit3-2png1txt/file1.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/webkit3-2png1txt copying build/lib/werkzeug/testsuite/multipart/collect.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/res copying build/lib/werkzeug/testsuite/res/test.txt -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/res copying build/lib/werkzeug/testsuite/internal.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/wrappers.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/sessions.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/fixers.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/cache.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/__init__.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/securecookie.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/contrib/iterio.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib copying build/lib/werkzeug/testsuite/compat.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/routing.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/testsuite/datastructures.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite copying build/lib/werkzeug/useragents.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/urls.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/serving.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/test.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/testapp.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/local.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/http.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/utils.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/security.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/wsgi.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/_internal.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/__init__.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/script.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/exceptions.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/formparser.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/posixemulation.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/wrappers.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/sessions.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/limiter.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/jsrouting.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/fixers.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/cache.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/__init__.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/testtools.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/securecookie.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/lint.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/iterio.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/atom.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib copying build/lib/werkzeug/contrib/profiler.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/repr.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug creating /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/console.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/jquery.js -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/debugger.js -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/less.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/more.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/FONT_LICENSE -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/source.png -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/style.css -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/shared/ubuntu.ttf -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/shared copying build/lib/werkzeug/debug/__init__.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/console.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug copying build/lib/werkzeug/debug/tbtools.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug copying build/lib/werkzeug/routing.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug copying build/lib/werkzeug/datastructures.py -> /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/serving.py to serving.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/security.py to security.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/formparser.py to formparser.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/multipart/collect.py to collect.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/internal.py to internal.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/fixers.py to fixers.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/securecookie.py to securecookie.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/contrib/iterio.py to iterio.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/routing.py to routing.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testsuite/datastructures.py to datastructures.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/useragents.py to useragents.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/urls.py to urls.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/serving.py to serving.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/testapp.py to testapp.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/security.py to security.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/_internal.py to _internal.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/script.py to script.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/formparser.py to formparser.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/posixemulation.py to posixemulation.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/wrappers.py to wrappers.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/limiter.py to limiter.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/jsrouting.py to jsrouting.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/fixers.py to fixers.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/cache.py to cache.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/testtools.py to testtools.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/securecookie.py to securecookie.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/lint.py to lint.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/iterio.py to iterio.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/atom.py to atom.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/contrib/profiler.py to profiler.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/repr.py to repr.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/console.py to console.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/debug/tbtools.py to tbtools.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/routing.py to routing.pyc byte-compiling /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/werkzeug/datastructures.py to datastructures.pyc writing byte-compilation script '/tmp/tmpY7m9GD.py' /usr/bin/python -O /tmp/tmpY7m9GD.py removing /tmp/tmpY7m9GD.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/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/site-packages/Werkzeug-0.9.1-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.9.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/lib/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-werkzeug-0.9.1-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0GN9me + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.9.1 + DOCDIR=/builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-0.9.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-0.9.1 + cp -pr AUTHORS /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-0.9.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-0.9.1 + cp -pr PKG-INFO /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-0.9.1 + cp -pr CHANGES /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-0.9.1 + exit 0 Provides: python-werkzeug = 0.9.1-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-werkzeug-doc-0.9.1-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pUiw9D + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.9.1 + DOCDIR=/builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-doc-0.9.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-doc-0.9.1 + cp -pr docs/_build/html /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-doc-0.9.1 + cp -pr examples /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64/usr/share/doc/python-werkzeug-doc-0.9.1 + exit 0 Provides: python-werkzeug-doc = 0.9.1-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 Wrote: /builddir/build/RPMS/python-werkzeug-0.9.1-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-werkzeug-doc-0.9.1-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SH7Eh3 + umask 022 + cd /builddir/build/BUILD + cd Werkzeug-0.9.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-werkzeug-0.9.1-2.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->