Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-paste.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-1470-2109/root/', None, 86400, True, 0, 73, 203, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-paste.spec'] warning: Could not canonicalize hostname: omachi.rutgers.edu Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-paste-1.7.2-2.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-paste.spec'], False, '/var/lib/mock/centos5-rutgers-staging-build-1470-2109/root/', None, 86400, True, 0, 73, 203, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-paste.spec'] Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.27975 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf Paste-1.7.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/Paste-1.7.2.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Paste-1.7.2 ++ /usr/bin/id -u + '[' 73 = 0 ']' ++ /usr/bin/id -u + '[' 73 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + /bin/sed -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py + pushd docs ~/build/BUILD/Paste-1.7.2/docs ~/build/BUILD/Paste-1.7.2 + rm StyleGuide.txt default.css _static/paste.css web/default-site.css web/style.css web/site.js ~/build/BUILD/Paste-1.7.2 + popd + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.27975 + umask 022 + cd /builddir/build/BUILD + cd Paste-1.7.2 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/paste copying paste/recursive.py -> build/lib/paste copying paste/request.py -> build/lib/paste copying paste/httpexceptions.py -> build/lib/paste copying paste/response.py -> build/lib/paste copying paste/httpheaders.py -> build/lib/paste copying paste/wsgiwrappers.py -> build/lib/paste copying paste/session.py -> build/lib/paste copying paste/progress.py -> build/lib/paste copying paste/modpython.py -> build/lib/paste copying paste/url.py -> build/lib/paste copying paste/transaction.py -> build/lib/paste copying paste/flup_session.py -> build/lib/paste copying paste/gzipper.py -> build/lib/paste copying paste/httpserver.py -> build/lib/paste copying paste/config.py -> build/lib/paste copying paste/urlmap.py -> build/lib/paste copying paste/wsgilib.py -> build/lib/paste copying paste/translogger.py -> build/lib/paste copying paste/__init__.py -> build/lib/paste copying paste/cgitb_catcher.py -> build/lib/paste copying paste/fileapp.py -> build/lib/paste copying paste/reloader.py -> build/lib/paste copying paste/errordocument.py -> build/lib/paste copying paste/proxy.py -> build/lib/paste copying paste/cgiapp.py -> build/lib/paste copying paste/cascade.py -> build/lib/paste copying paste/lint.py -> build/lib/paste copying paste/registry.py -> build/lib/paste copying paste/pony.py -> build/lib/paste copying paste/urlparser.py -> build/lib/paste copying paste/fixture.py -> build/lib/paste creating build/lib/paste/util copying paste/util/intset.py -> build/lib/paste/util copying paste/util/ip4.py -> build/lib/paste/util copying paste/util/looper.py -> build/lib/paste/util copying paste/util/datetimeutil.py -> build/lib/paste/util copying paste/util/converters.py -> build/lib/paste/util copying paste/util/UserDict24.py -> build/lib/paste/util copying paste/util/dateinterval.py -> build/lib/paste/util copying paste/util/findpackage.py -> build/lib/paste/util copying paste/util/threadinglocal.py -> build/lib/paste/util copying paste/util/string24.py -> build/lib/paste/util copying paste/util/classinstance.py -> build/lib/paste/util copying paste/util/multidict.py -> build/lib/paste/util copying paste/util/killthread.py -> build/lib/paste/util copying paste/util/finddata.py -> build/lib/paste/util copying paste/util/__init__.py -> build/lib/paste/util copying paste/util/filemixin.py -> build/lib/paste/util copying paste/util/quoting.py -> build/lib/paste/util copying paste/util/scgiserver.py -> build/lib/paste/util copying paste/util/classinit.py -> build/lib/paste/util copying paste/util/import_string.py -> build/lib/paste/util copying paste/util/mimeparse.py -> build/lib/paste/util copying paste/util/doctest24.py -> build/lib/paste/util copying paste/util/threadedprint.py -> build/lib/paste/util copying paste/util/subprocess24.py -> build/lib/paste/util copying paste/util/template.py -> build/lib/paste/util copying paste/util/PySourceColor.py -> build/lib/paste/util creating build/lib/paste/evalexception copying paste/evalexception/middleware.py -> build/lib/paste/evalexception copying paste/evalexception/evalcontext.py -> build/lib/paste/evalexception copying paste/evalexception/__init__.py -> build/lib/paste/evalexception creating build/lib/paste/auth copying paste/auth/auth_tkt.py -> build/lib/paste/auth copying paste/auth/cas.py -> build/lib/paste/auth copying paste/auth/cookie.py -> build/lib/paste/auth copying paste/auth/digest.py -> build/lib/paste/auth copying paste/auth/form.py -> build/lib/paste/auth copying paste/auth/__init__.py -> build/lib/paste/auth copying paste/auth/open_id.py -> build/lib/paste/auth copying paste/auth/basic.py -> build/lib/paste/auth copying paste/auth/multi.py -> build/lib/paste/auth copying paste/auth/grantip.py -> build/lib/paste/auth creating build/lib/paste/exceptions copying paste/exceptions/collector.py -> build/lib/paste/exceptions copying paste/exceptions/reporter.py -> build/lib/paste/exceptions copying paste/exceptions/serial_number_generator.py -> build/lib/paste/exceptions copying paste/exceptions/__init__.py -> build/lib/paste/exceptions copying paste/exceptions/formatter.py -> build/lib/paste/exceptions copying paste/exceptions/errormiddleware.py -> build/lib/paste/exceptions creating build/lib/paste/debug copying paste/debug/testserver.py -> build/lib/paste/debug copying paste/debug/debugapp.py -> build/lib/paste/debug copying paste/debug/prints.py -> build/lib/paste/debug copying paste/debug/fsdiff.py -> build/lib/paste/debug copying paste/debug/profile.py -> build/lib/paste/debug copying paste/debug/wdg_validate.py -> build/lib/paste/debug copying paste/debug/__init__.py -> build/lib/paste/debug copying paste/debug/watchthreads.py -> build/lib/paste/debug copying paste/debug/doctest_webapp.py -> build/lib/paste/debug creating build/lib/paste/evalexception/mochikit copying paste/evalexception/mochikit/__package__.js -> build/lib/paste/evalexception/mochikit copying paste/evalexception/mochikit/MochiKit.js -> build/lib/paste/evalexception/mochikit creating build/lib/paste/evalexception/media copying paste/evalexception/media/minus.jpg -> build/lib/paste/evalexception/media copying paste/evalexception/media/debug.js -> build/lib/paste/evalexception/media copying paste/evalexception/media/plus.jpg -> build/lib/paste/evalexception/media + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.98499 + umask 022 + cd /builddir/build/BUILD + cd Paste-1.7.2 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild + /usr/bin/python setup.py install --skip-build --root /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild running install running install_lib copying paste/recursive.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/request.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/httpexceptions.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/response.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/httpheaders.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/wsgiwrappers.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/session.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/progress.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/modpython.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/url.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/transaction.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/flup_session.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/gzipper.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/httpserver.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/config.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/urlmap.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/wsgilib.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/translogger.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste Skipping installation of /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/__init__.py (namespace package) copying paste/cgitb_catcher.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/fileapp.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/reloader.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/errordocument.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/proxy.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/cgiapp.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/cascade.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/lint.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/registry.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/pony.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/urlparser.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/fixture.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste copying paste/util/intset.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/ip4.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/looper.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/datetimeutil.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/converters.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/UserDict24.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/dateinterval.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/findpackage.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/threadinglocal.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/string24.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/classinstance.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/multidict.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/killthread.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/finddata.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/__init__.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/filemixin.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/quoting.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/scgiserver.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/classinit.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/import_string.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/mimeparse.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/doctest24.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/threadedprint.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/subprocess24.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/template.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/util/PySourceColor.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util copying paste/evalexception/middleware.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception copying paste/evalexception/evalcontext.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception copying paste/evalexception/__init__.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception copying paste/evalexception/mochikit/__package__.js -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception/mochikit copying paste/evalexception/mochikit/MochiKit.js -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception/mochikit copying paste/evalexception/media/minus.jpg -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception/media copying paste/evalexception/media/debug.js -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception/media copying paste/evalexception/media/plus.jpg -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception/media copying paste/auth/auth_tkt.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/cas.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/cookie.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/digest.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/form.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/__init__.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/open_id.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/basic.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/multi.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/auth/grantip.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth copying paste/exceptions/collector.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions copying paste/exceptions/reporter.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions copying paste/exceptions/serial_number_generator.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions copying paste/exceptions/__init__.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions copying paste/exceptions/formatter.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions copying paste/exceptions/errormiddleware.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions copying paste/debug/testserver.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug copying paste/debug/debugapp.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug copying paste/debug/prints.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug copying paste/debug/fsdiff.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug copying paste/debug/profile.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug copying paste/debug/wdg_validate.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug copying paste/debug/__init__.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug copying paste/debug/watchthreads.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug copying paste/debug/doctest_webapp.py -> /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/recursive.py to recursive.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/request.py to request.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/httpexceptions.py to httpexceptions.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/response.py to response.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/httpheaders.py to httpheaders.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/wsgiwrappers.py to wsgiwrappers.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/session.py to session.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/progress.py to progress.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/modpython.py to modpython.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/url.py to url.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/transaction.py to transaction.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/flup_session.py to flup_session.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/gzipper.py to gzipper.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/httpserver.py to httpserver.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/config.py to config.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/urlmap.py to urlmap.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/wsgilib.py to wsgilib.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/translogger.py to translogger.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/cgitb_catcher.py to cgitb_catcher.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/fileapp.py to fileapp.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/reloader.py to reloader.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/errordocument.py to errordocument.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/proxy.py to proxy.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/cgiapp.py to cgiapp.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/cascade.py to cascade.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/lint.py to lint.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/registry.py to registry.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/pony.py to pony.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/urlparser.py to urlparser.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/fixture.py to fixture.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/intset.py to intset.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/ip4.py to ip4.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/looper.py to looper.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/datetimeutil.py to datetimeutil.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/converters.py to converters.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/UserDict24.py to UserDict24.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/dateinterval.py to dateinterval.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/findpackage.py to findpackage.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/threadinglocal.py to threadinglocal.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/string24.py to string24.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/classinstance.py to classinstance.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/multidict.py to multidict.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/killthread.py to killthread.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/finddata.py to finddata.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/__init__.py to __init__.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/filemixin.py to filemixin.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/quoting.py to quoting.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/scgiserver.py to scgiserver.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/classinit.py to classinit.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/import_string.py to import_string.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/mimeparse.py to mimeparse.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/doctest24.py to doctest24.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/threadedprint.py to threadedprint.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/subprocess24.py to subprocess24.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/template.py to template.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/util/PySourceColor.py to PySourceColor.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception/middleware.py to middleware.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception/evalcontext.py to evalcontext.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/evalexception/__init__.py to __init__.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/auth_tkt.py to auth_tkt.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/cas.py to cas.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/cookie.py to cookie.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/digest.py to digest.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/form.py to form.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/__init__.py to __init__.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/open_id.py to open_id.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/basic.py to basic.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/multi.py to multi.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/auth/grantip.py to grantip.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions/collector.py to collector.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions/reporter.py to reporter.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions/serial_number_generator.py to serial_number_generator.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions/__init__.py to __init__.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions/formatter.py to formatter.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/exceptions/errormiddleware.py to errormiddleware.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/testserver.py to testserver.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/debugapp.py to debugapp.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/prints.py to prints.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/fsdiff.py to fsdiff.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/profile.py to profile.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/wdg_validate.py to wdg_validate.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/__init__.py to __init__.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/watchthreads.py to watchthreads.pyc byte-compiling /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/paste/debug/doctest_webapp.py to doctest_webapp.pyc running install_egg_info running egg_info writing requirements to Paste.egg-info/requires.txt writing Paste.egg-info/PKG-INFO writing namespace_packages to Paste.egg-info/namespace_packages.txt writing top-level names to Paste.egg-info/top_level.txt writing dependency_links to Paste.egg-info/dependency_links.txt writing entry points to Paste.egg-info/entry_points.txt reading manifest file 'Paste.egg-info/SOURCES.txt' writing manifest file 'Paste.egg-info/SOURCES.txt' Copying Paste.egg-info to /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/Paste-1.7.2-py2.4.egg-info Installing /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/lib/python2.4/site-packages/Paste-1.7.2-py2.4-nspkg.pth running install_scripts + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/Paste-1.7.2 find: debug: No such file or directory + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-paste-1.7.2-2.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7940 + umask 022 + cd /builddir/build/BUILD + cd Paste-1.7.2 + DOCDIR=/var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/share/doc/python-paste-1.7.2 + export DOCDIR + rm -rf /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/share/doc/python-paste-1.7.2 + /bin/mkdir -p /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/share/doc/python-paste-1.7.2 + cp -pr docs/community docs/conf.py docs/developer-features.txt docs/DeveloperGuidelines.txt docs/do-it-yourself-framework.txt docs/download docs/future.txt docs/include docs/index.txt docs/license.txt docs/modules docs/news.txt docs/paste-httpserver-threadpool.txt docs/_static docs/_templates docs/testing-applications.txt docs/test_server.ini docs/url-parsing-with-wsgi.txt docs/web /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild/usr/share/doc/python-paste-1.7.2 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild warning: Could not canonicalize hostname: omachi.rutgers.edu Wrote: /builddir/build/RPMS/python-paste-1.7.2-2.ru.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.74372 + umask 022 + cd /builddir/build/BUILD + cd Paste-1.7.2 + rm -rf /var/tmp/python-paste-1.7.2-2.ru-root-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->