Mock Version: 1.1.1 Mock Version: 1.1.1 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-eventlet.spec'], False, '/var/lib/mock/dist-5E-epel-build-880454-128914/root/', None, 86400, True, 0, 419, 419, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-eventlet.spec'] warning: Could not canonicalize hostname: x86-01.phx2.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-eventlet-0.9.12-2.el5.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-eventlet.spec'], False, '/var/lib/mock/dist-5E-epel-build-880454-128914/root/', None, 86400, True, 0, 419, 419, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-eventlet.spec'] Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.73223 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf eventlet-0.9.12 + /usr/bin/gzip -dc /builddir/build/SOURCES/eventlet-0.9.12.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd eventlet-0.9.12 ++ /usr/bin/id -u + '[' 419 = 0 ']' ++ /usr/bin/id -u + '[' 419 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -name '.*' -type f -exec rm '{}' ';' + sed -i -e $'s/\r//g' tests/mock.py + sed -i -e 1d eventlet/support/greendns.py + echo 'Patch #0 (docs-epel5.patch):' Patch #0 (docs-epel5.patch): + patch -p2 -s + mkdir -p doc/_static + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.73223 + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.9.12 + LANG=C + export LANG + unset DISPLAY + /usr/bin/python setup.py build Traceback (most recent call last): File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/__init__.py", line 10, in ? from eventlet import convenience File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/convenience.py", line 122, in ? from eventlet.green.OpenSSL import SSL File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/green/OpenSSL/__init__.py", line 1, in ? import rand, crypto, SSL, tsafe File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/green/OpenSSL/rand.py", line 1, in ? from OpenSSL.rand import * ImportError: No module named OpenSSL.rand running build running build_py creating build creating build/lib creating build/lib/eventlet copying eventlet/api.py -> build/lib/eventlet copying eventlet/saranwrap.py -> build/lib/eventlet copying eventlet/timeout.py -> build/lib/eventlet copying eventlet/processes.py -> build/lib/eventlet copying eventlet/corolocal.py -> build/lib/eventlet copying eventlet/greenthread.py -> build/lib/eventlet copying eventlet/tpool.py -> build/lib/eventlet copying eventlet/semaphore.py -> build/lib/eventlet copying eventlet/greenio.py -> build/lib/eventlet copying eventlet/pools.py -> build/lib/eventlet copying eventlet/proc.py -> build/lib/eventlet copying eventlet/db_pool.py -> build/lib/eventlet copying eventlet/pool.py -> build/lib/eventlet copying eventlet/backdoor.py -> build/lib/eventlet copying eventlet/coros.py -> build/lib/eventlet copying eventlet/convenience.py -> build/lib/eventlet copying eventlet/__init__.py -> build/lib/eventlet copying eventlet/util.py -> build/lib/eventlet copying eventlet/greenpool.py -> build/lib/eventlet copying eventlet/queue.py -> build/lib/eventlet copying eventlet/wsgi.py -> build/lib/eventlet copying eventlet/event.py -> build/lib/eventlet copying eventlet/websocket.py -> build/lib/eventlet copying eventlet/debug.py -> build/lib/eventlet copying eventlet/patcher.py -> build/lib/eventlet creating build/lib/eventlet/hubs copying eventlet/hubs/selects.py -> build/lib/eventlet/hubs copying eventlet/hubs/hub.py -> build/lib/eventlet/hubs copying eventlet/hubs/pyevent.py -> build/lib/eventlet/hubs copying eventlet/hubs/epolls.py -> build/lib/eventlet/hubs copying eventlet/hubs/poll.py -> build/lib/eventlet/hubs copying eventlet/hubs/twistedr.py -> build/lib/eventlet/hubs copying eventlet/hubs/timer.py -> build/lib/eventlet/hubs copying eventlet/hubs/__init__.py -> build/lib/eventlet/hubs creating build/lib/eventlet/twistedutil copying eventlet/twistedutil/join_reactor.py -> build/lib/eventlet/twistedutil copying eventlet/twistedutil/__init__.py -> build/lib/eventlet/twistedutil copying eventlet/twistedutil/protocol.py -> build/lib/eventlet/twistedutil creating build/lib/eventlet/support copying eventlet/support/stacklesss.py -> build/lib/eventlet/support copying eventlet/support/pylib.py -> build/lib/eventlet/support copying eventlet/support/__init__.py -> build/lib/eventlet/support copying eventlet/support/greendns.py -> build/lib/eventlet/support copying eventlet/support/psycopg2_patcher.py -> build/lib/eventlet/support copying eventlet/support/greenlets.py -> build/lib/eventlet/support copying eventlet/support/stacklesspypys.py -> build/lib/eventlet/support creating build/lib/eventlet/green copying eventlet/green/_socket_nodns.py -> build/lib/eventlet/green copying eventlet/green/socket.py -> build/lib/eventlet/green copying eventlet/green/asyncore.py -> build/lib/eventlet/green copying eventlet/green/select.py -> build/lib/eventlet/green copying eventlet/green/SimpleHTTPServer.py -> build/lib/eventlet/green copying eventlet/green/time.py -> build/lib/eventlet/green copying eventlet/green/CGIHTTPServer.py -> build/lib/eventlet/green copying eventlet/green/asynchat.py -> build/lib/eventlet/green copying eventlet/green/BaseHTTPServer.py -> build/lib/eventlet/green copying eventlet/green/urllib2.py -> build/lib/eventlet/green copying eventlet/green/os.py -> build/lib/eventlet/green copying eventlet/green/threading.py -> build/lib/eventlet/green copying eventlet/green/ssl.py -> build/lib/eventlet/green copying eventlet/green/__init__.py -> build/lib/eventlet/green copying eventlet/green/SocketServer.py -> build/lib/eventlet/green copying eventlet/green/thread.py -> build/lib/eventlet/green copying eventlet/green/subprocess.py -> build/lib/eventlet/green copying eventlet/green/httplib.py -> build/lib/eventlet/green copying eventlet/green/profile.py -> build/lib/eventlet/green copying eventlet/green/Queue.py -> build/lib/eventlet/green copying eventlet/green/ftplib.py -> build/lib/eventlet/green copying eventlet/green/urllib.py -> build/lib/eventlet/green creating build/lib/eventlet/twistedutil/protocols copying eventlet/twistedutil/protocols/basic.py -> build/lib/eventlet/twistedutil/protocols copying eventlet/twistedutil/protocols/__init__.py -> build/lib/eventlet/twistedutil/protocols creating build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/rand.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/crypto.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/tsafe.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/version.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/__init__.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/SSL.py -> build/lib/eventlet/green/OpenSSL + pushd doc ~/build/BUILD/eventlet-0.9.12/doc ~/build/BUILD/eventlet-0.9.12 + make html PYTHONPATH=../: sphinx-build -b html -d _build/doctrees . _build/html Traceback (most recent call last): File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/__init__.py", line 10, in ? from eventlet import convenience File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/convenience.py", line 122, in ? from eventlet.green.OpenSSL import SSL File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/green/OpenSSL/__init__.py", line 1, in ? import rand, crypto, SSL, tsafe File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/green/OpenSSL/rand.py", line 1, in ? from OpenSSL.rand import * ImportError: No module named OpenSSL.rand Sphinx v0.4.2, building html trying to load pickled env... failed: [Errno 2] No such file or directory: '_build/doctrees/environment.pickle' building [html]: targets for 26 source files that are out of date updating environment: 26 added, 0 changed, 0 removed reading... authors basic_usage design_patterns environment examples history hubs index modules modules/backdoor modules/corolocal modules/db_pool modules/debug modules/event modules/greenpool modules/greenthread modules/pools modules/queue modules/semaphore modules/timeout modules/websocket modules/wsgi patching ssl testing threading pickling the env... WARNING: /builddir/build/BUILD/eventlet-0.9.12/doc/basic_usage.rst:73: (WARNING/2) autodoc can't import/find function 'eventlet.connect', it reported error: "'module' object has no attribute 'connect'",please check your spelling and sys.path WARNING: /builddir/build/BUILD/eventlet-0.9.12/doc/basic_usage.rst:75: (WARNING/2) autodoc can't import/find function 'eventlet.listen', it reported error: "'module' object has no attribute 'listen'",please check your spelling and sys.path WARNING: /builddir/build/BUILD/eventlet-0.9.12/doc/basic_usage.rst:77: (WARNING/2) autodoc can't import/find function 'eventlet.wrap_ssl', it reported error: "'module' object has no attribute 'wrap_ssl'",please check your spelling and sys.path WARNING: /builddir/build/BUILD/eventlet-0.9.12/doc/basic_usage.rst:79: (WARNING/2) autodoc can't import/find function 'eventlet.serve', it reported error: "'module' object has no attribute 'serve'",please check your spelling and sys.path WARNING: /builddir/build/BUILD/eventlet-0.9.12/doc/basic_usage.rst:81: (WARNING/2) autodoc can't import/find function 'eventlet.StopServe', it reported error: "'module' object has no attribute 'StopServe'",please check your spelling and sys.path WARNING: /builddir/build/BUILD/eventlet-0.9.12/doc/basic_usage.rst:83: (ERROR/3) Unknown interpreted text role "doc". WARNING: /builddir/build/BUILD/eventlet-0.9.12/doc/examples.rst:101: (WARNING/2) Title underline too short. Websocket Multi-User Chat Example -------------------------- WARNING: /builddir/build/BUILD/eventlet-0.9.12/doc/examples.rst:101: (WARNING/2) Title underline too short. Websocket Multi-User Chat Example -------------------------- WARNING: /builddir/build/BUILD/eventlet-0.9.12/eventlet/pools.py:docstring of eventlet.pools.Pool.create:1: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. done checking consistency... writing output... authors basic_usage design_patterns environment examples history hubs index modules modules/backdoor modules/corolocal modules/db_pool modules/debug modules/event modules/greenpool modules/greenthread modules/pools modules/queue modules/semaphore modules/timeout modules/websocket modules/wsgi patching ssl testing threading finishing... writing additional files... genindex modindex search copying images... images/threading_illustration.png copying static files... dumping search index... build succeeded, 9 warnings. Build finished. The HTML pages are in _build/html. + rm -f _build/html/.buildinfo + popd ~/build/BUILD/eventlet-0.9.12 + chmod a-x tests/mock.py + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.27081 + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.9.12 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild + /usr/bin/python setup.py install -O1 --skip-build --root /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild Traceback (most recent call last): File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/__init__.py", line 10, in ? from eventlet import convenience File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/convenience.py", line 122, in ? from eventlet.green.OpenSSL import SSL File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/green/OpenSSL/__init__.py", line 1, in ? import rand, crypto, SSL, tsafe File "/builddir/build/BUILD/eventlet-0.9.12/eventlet/green/OpenSSL/rand.py", line 1, in ? from OpenSSL.rand import * ImportError: No module named OpenSSL.rand running install running install_lib creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4 creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/api.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/saranwrap.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/selects.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/hub.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/pyevent.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/epolls.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/poll.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/twistedr.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/timer.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/__init__.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs copying build/lib/eventlet/timeout.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/processes.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/corolocal.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/greenthread.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/tpool.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/semaphore.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/greenio.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil copying build/lib/eventlet/twistedutil/join_reactor.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil/protocols copying build/lib/eventlet/twistedutil/protocols/basic.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil/protocols copying build/lib/eventlet/twistedutil/protocols/__init__.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil/protocols copying build/lib/eventlet/twistedutil/__init__.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil copying build/lib/eventlet/twistedutil/protocol.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil copying build/lib/eventlet/pools.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/proc.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support copying build/lib/eventlet/support/stacklesss.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support copying build/lib/eventlet/support/pylib.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support copying build/lib/eventlet/support/__init__.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support copying build/lib/eventlet/support/greendns.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support copying build/lib/eventlet/support/psycopg2_patcher.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support copying build/lib/eventlet/support/greenlets.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support copying build/lib/eventlet/support/stacklesspypys.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support copying build/lib/eventlet/db_pool.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/pool.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/backdoor.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/coros.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/convenience.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/__init__.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/_socket_nodns.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/socket.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/asyncore.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/select.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/SimpleHTTPServer.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/time.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/CGIHTTPServer.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/asynchat.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/BaseHTTPServer.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/urllib2.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/os.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/threading.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/ssl.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/__init__.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/SocketServer.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/thread.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/subprocess.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/httplib.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/profile.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green creating /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/rand.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/crypto.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/tsafe.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/version.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/__init__.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/SSL.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/Queue.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/ftplib.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/green/urllib.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green copying build/lib/eventlet/util.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/greenpool.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/queue.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/wsgi.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/event.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/websocket.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/debug.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet copying build/lib/eventlet/patcher.py -> /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/api.py to api.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/saranwrap.py to saranwrap.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs/selects.py to selects.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs/hub.py to hub.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs/pyevent.py to pyevent.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs/epolls.py to epolls.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs/poll.py to poll.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs/twistedr.py to twistedr.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs/timer.py to timer.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/hubs/__init__.py to __init__.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/timeout.py to timeout.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/processes.py to processes.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/corolocal.py to corolocal.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/greenthread.py to greenthread.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/tpool.py to tpool.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/semaphore.py to semaphore.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/greenio.py to greenio.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil/join_reactor.py to join_reactor.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil/protocols/basic.py to basic.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil/protocols/__init__.py to __init__.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil/__init__.py to __init__.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/twistedutil/protocol.py to protocol.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/pools.py to pools.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/proc.py to proc.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support/stacklesss.py to stacklesss.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support/pylib.py to pylib.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support/__init__.py to __init__.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support/greendns.py to greendns.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support/psycopg2_patcher.py to psycopg2_patcher.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support/greenlets.py to greenlets.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/support/stacklesspypys.py to stacklesspypys.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/db_pool.py to db_pool.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/pool.py to pool.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/backdoor.py to backdoor.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/coros.py to coros.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/convenience.py to convenience.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/__init__.py to __init__.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/_socket_nodns.py to _socket_nodns.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/socket.py to socket.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/asyncore.py to asyncore.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/select.py to select.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/SimpleHTTPServer.py to SimpleHTTPServer.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/time.py to time.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/CGIHTTPServer.py to CGIHTTPServer.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/asynchat.py to asynchat.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/BaseHTTPServer.py to BaseHTTPServer.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/urllib2.py to urllib2.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/os.py to os.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/threading.py to threading.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/ssl.py to ssl.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/__init__.py to __init__.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/SocketServer.py to SocketServer.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/thread.py to thread.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/subprocess.py to subprocess.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/httplib.py to httplib.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/profile.py to profile.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL/rand.py to rand.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL/crypto.py to crypto.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL/tsafe.py to tsafe.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL/version.py to version.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL/__init__.py to __init__.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/OpenSSL/SSL.py to SSL.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/Queue.py to Queue.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/ftplib.py to ftplib.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/green/urllib.py to urllib.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/util.py to util.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/greenpool.py to greenpool.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/queue.py to queue.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/wsgi.py to wsgi.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/event.py to event.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/websocket.py to websocket.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/debug.py to debug.pyc byte-compiling /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet/patcher.py to patcher.pyc writing byte-compilation script '/tmp/tmplQFT90.py' /usr/bin/python -O /tmp/tmplQFT90.py removing /tmp/tmplQFT90.py running install_egg_info running egg_info writing requirements to eventlet.egg-info/requires.txt writing eventlet.egg-info/PKG-INFO writing top-level names to eventlet.egg-info/top_level.txt writing dependency_links to eventlet.egg-info/dependency_links.txt reading manifest file 'eventlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'eventlet.egg-info/SOURCES.txt' Copying eventlet.egg-info to /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/lib/python2.4/site-packages/eventlet-0.9.12-py2.4.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/eventlet-0.9.12 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/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-eventlet-0.9.12-2.el5 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.45781 + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.9.12 + DOCDIR=/var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/share/doc/python-eventlet-0.9.12 + export DOCDIR + rm -rf /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/share/doc/python-eventlet-0.9.12 + /bin/mkdir -p /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/share/doc/python-eventlet-0.9.12 + cp -pr AUTHORS LICENSE NEWS README README.twisted /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/share/doc/python-eventlet-0.9.12 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.4 python-greenlet Processing files: python-eventlet-doc-0.9.12-2.el5 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.32712 + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.9.12 + DOCDIR=/var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/share/doc/python-eventlet-doc-0.9.12 + export DOCDIR + rm -rf /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/share/doc/python-eventlet-doc-0.9.12 + /bin/mkdir -p /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/share/doc/python-eventlet-doc-0.9.12 + cp -pr doc/_build/html examples tests /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild/usr/share/doc/python-eventlet-doc-0.9.12 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python-eventlet = 0.9.12-2.el5 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild warning: Could not canonicalize hostname: x86-01.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/python-eventlet-0.9.12-2.el5.noarch.rpm Wrote: /builddir/build/RPMS/python-eventlet-doc-0.9.12-2.el5.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.55850 + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.9.12 + rm -rf /var/tmp/python-eventlet-0.9.12-2.el5-root-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->