Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-eventlet.spec'], False, '/var/lib/mock/cloud7-el7-build-551-1139/root/', None, 86400, True, False, 497, 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 noarch --nodeps builddir/build/SPECS/python-eventlet.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: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-eventlet-0.15.2-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-eventlet.spec'], False, '/var/lib/mock/cloud7-el7-build-551-1139/root/', None, 86400, True, False, 497, 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 noarch --nodeps builddir/build/SPECS/python-eventlet.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: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ddv1R7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf eventlet-0.15.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/eventlet-0.15.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd eventlet-0.15.2 + /usr/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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ErCRFM + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.15.2 + /usr/bin/python setup.py build running build running build_py creating build creating build/lib creating build/lib/eventlet copying eventlet/tpool.py -> build/lib/eventlet copying eventlet/debug.py -> build/lib/eventlet copying eventlet/api.py -> build/lib/eventlet copying eventlet/wsgi.py -> build/lib/eventlet copying eventlet/convenience.py -> build/lib/eventlet copying eventlet/greenio.py -> build/lib/eventlet copying eventlet/util.py -> build/lib/eventlet copying eventlet/corolocal.py -> build/lib/eventlet copying eventlet/db_pool.py -> build/lib/eventlet copying eventlet/greenthread.py -> build/lib/eventlet copying eventlet/__init__.py -> build/lib/eventlet copying eventlet/timeout.py -> build/lib/eventlet copying eventlet/pool.py -> build/lib/eventlet copying eventlet/event.py -> build/lib/eventlet copying eventlet/processes.py -> build/lib/eventlet copying eventlet/backdoor.py -> build/lib/eventlet copying eventlet/proc.py -> build/lib/eventlet copying eventlet/semaphore.py -> build/lib/eventlet copying eventlet/greenpool.py -> build/lib/eventlet copying eventlet/pools.py -> build/lib/eventlet copying eventlet/websocket.py -> build/lib/eventlet copying eventlet/coros.py -> build/lib/eventlet copying eventlet/queue.py -> build/lib/eventlet copying eventlet/patcher.py -> build/lib/eventlet creating build/lib/eventlet/green copying eventlet/green/builtin.py -> build/lib/eventlet/green copying eventlet/green/MySQLdb.py -> build/lib/eventlet/green copying eventlet/green/SocketServer.py -> build/lib/eventlet/green copying eventlet/green/subprocess.py -> build/lib/eventlet/green copying eventlet/green/zmq.py -> build/lib/eventlet/green copying eventlet/green/os.py -> build/lib/eventlet/green copying eventlet/green/thread.py -> build/lib/eventlet/green copying eventlet/green/ftplib.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/asynchat.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/__init__.py -> build/lib/eventlet/green copying eventlet/green/BaseHTTPServer.py -> build/lib/eventlet/green copying eventlet/green/_socket_nodns.py -> build/lib/eventlet/green copying eventlet/green/urllib.py -> build/lib/eventlet/green copying eventlet/green/urllib2.py -> build/lib/eventlet/green copying eventlet/green/Queue.py -> build/lib/eventlet/green copying eventlet/green/threading.py -> build/lib/eventlet/green copying eventlet/green/CGIHTTPServer.py -> build/lib/eventlet/green copying eventlet/green/profile.py -> build/lib/eventlet/green copying eventlet/green/ssl.py -> build/lib/eventlet/green copying eventlet/green/httplib.py -> build/lib/eventlet/green creating build/lib/eventlet/twistedutil copying eventlet/twistedutil/__init__.py -> build/lib/eventlet/twistedutil copying eventlet/twistedutil/join_reactor.py -> build/lib/eventlet/twistedutil copying eventlet/twistedutil/protocol.py -> build/lib/eventlet/twistedutil creating build/lib/eventlet/support copying eventlet/support/greendns.py -> build/lib/eventlet/support copying eventlet/support/__init__.py -> build/lib/eventlet/support copying eventlet/support/greenlets.py -> build/lib/eventlet/support copying eventlet/support/stacklesspypys.py -> build/lib/eventlet/support copying eventlet/support/pylib.py -> build/lib/eventlet/support copying eventlet/support/psycopg2_patcher.py -> build/lib/eventlet/support copying eventlet/support/six.py -> build/lib/eventlet/support copying eventlet/support/stacklesss.py -> build/lib/eventlet/support creating build/lib/eventlet/hubs copying eventlet/hubs/hub.py -> build/lib/eventlet/hubs copying eventlet/hubs/timer.py -> build/lib/eventlet/hubs copying eventlet/hubs/__init__.py -> build/lib/eventlet/hubs copying eventlet/hubs/kqueue.py -> build/lib/eventlet/hubs copying eventlet/hubs/pyevent.py -> build/lib/eventlet/hubs copying eventlet/hubs/twistedr.py -> build/lib/eventlet/hubs copying eventlet/hubs/selects.py -> build/lib/eventlet/hubs copying eventlet/hubs/epolls.py -> build/lib/eventlet/hubs copying eventlet/hubs/poll.py -> build/lib/eventlet/hubs creating build/lib/tests creating build/lib/tests/manual copying tests/manual/greenio_memtest.py -> build/lib/tests/manual copying tests/manual/__init__.py -> build/lib/tests/manual creating build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/rand.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/tsafe.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/__init__.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/crypto.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/SSL.py -> build/lib/eventlet/green/OpenSSL copying eventlet/green/OpenSSL/version.py -> build/lib/eventlet/green/OpenSSL 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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.R0jcMr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch + cd eventlet-0.15.2 + rm -rf /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/tpool.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/debug.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/builtin.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/MySQLdb.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/SocketServer.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/subprocess.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/zmq.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/os.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/thread.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/ftplib.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/socket.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/asyncore.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/select.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/asynchat.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/SimpleHTTPServer.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/time.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/BaseHTTPServer.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/_socket_nodns.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/urllib.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/urllib2.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/Queue.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/threading.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/rand.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/tsafe.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/crypto.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/SSL.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/OpenSSL/version.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL copying build/lib/eventlet/green/CGIHTTPServer.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/profile.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/ssl.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/green/httplib.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green copying build/lib/eventlet/api.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/wsgi.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/convenience.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/greenio.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/util.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/corolocal.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/db_pool.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/greenthread.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil copying build/lib/eventlet/twistedutil/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil copying build/lib/eventlet/twistedutil/join_reactor.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil copying build/lib/eventlet/twistedutil/protocol.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil/protocols copying build/lib/eventlet/twistedutil/protocols/basic.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil/protocols copying build/lib/eventlet/twistedutil/protocols/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil/protocols copying build/lib/eventlet/timeout.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/pool.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/event.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/processes.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/backdoor.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/proc.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/semaphore.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/greenpool.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/pools.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/websocket.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/support/greendns.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/support/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/support/greenlets.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/support/stacklesspypys.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/support/pylib.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/support/psycopg2_patcher.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/support/six.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/support/stacklesss.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support copying build/lib/eventlet/coros.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/queue.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet copying build/lib/eventlet/patcher.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/hub.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/timer.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/kqueue.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/pyevent.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/twistedr.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/selects.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/epolls.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs copying build/lib/eventlet/hubs/poll.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/tests creating /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/tests/manual copying build/lib/tests/manual/greenio_memtest.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/tests/manual copying build/lib/tests/manual/__init__.py -> /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/tests/manual byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/tpool.py to tpool.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/builtin.py to builtin.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/MySQLdb.py to MySQLdb.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/SocketServer.py to SocketServer.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/subprocess.py to subprocess.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/zmq.py to zmq.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/os.py to os.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/thread.py to thread.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/ftplib.py to ftplib.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/socket.py to socket.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/asyncore.py to asyncore.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/select.py to select.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/asynchat.py to asynchat.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/SimpleHTTPServer.py to SimpleHTTPServer.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/time.py to time.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/BaseHTTPServer.py to BaseHTTPServer.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/_socket_nodns.py to _socket_nodns.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/urllib.py to urllib.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/urllib2.py to urllib2.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/Queue.py to Queue.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/threading.py to threading.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL/rand.py to rand.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL/tsafe.py to tsafe.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL/crypto.py to crypto.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL/SSL.py to SSL.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/OpenSSL/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/CGIHTTPServer.py to CGIHTTPServer.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/profile.py to profile.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/ssl.py to ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/green/httplib.py to httplib.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/convenience.py to convenience.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/greenio.py to greenio.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/corolocal.py to corolocal.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/db_pool.py to db_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/greenthread.py to greenthread.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil/join_reactor.py to join_reactor.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil/protocols/basic.py to basic.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/twistedutil/protocols/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/timeout.py to timeout.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/processes.py to processes.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/backdoor.py to backdoor.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/proc.py to proc.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/semaphore.py to semaphore.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/greenpool.py to greenpool.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/pools.py to pools.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/websocket.py to websocket.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support/greendns.py to greendns.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support/greenlets.py to greenlets.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support/stacklesspypys.py to stacklesspypys.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support/pylib.py to pylib.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support/psycopg2_patcher.py to psycopg2_patcher.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/support/stacklesss.py to stacklesss.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/coros.py to coros.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/patcher.py to patcher.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/hub.py to hub.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/timer.py to timer.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/kqueue.py to kqueue.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/pyevent.py to pyevent.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/twistedr.py to twistedr.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/selects.py to selects.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/epolls.py to epolls.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet/hubs/poll.py to poll.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/tests/manual/greenio_memtest.py to greenio_memtest.pyc byte-compiling /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/tests/manual/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpvdLIvc.py' /usr/bin/python -O /tmp/tmpvdLIvc.py removing /tmp/tmpvdLIvc.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 /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/lib/python2.7/site-packages/eventlet-0.15.2-py2.7.egg-info running install_scripts + rm -rf /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch//usr/lib/python2.7/site-packages/tests + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/eventlet-0.15.2 /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-eventlet-0.15.2-1.el7.noarch/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-eventlet-0.15.2-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aJ7kNa + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.15.2 + DOCDIR=/builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/share/doc/python-eventlet-0.15.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/share/doc/python-eventlet-0.15.2 + cp -pr AUTHORS /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/share/doc/python-eventlet-0.15.2 + cp -pr LICENSE /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/share/doc/python-eventlet-0.15.2 + cp -pr NEWS /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/share/doc/python-eventlet-0.15.2 + cp -pr README.rst /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/share/doc/python-eventlet-0.15.2 + cp -pr README.twisted /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch/usr/share/doc/python-eventlet-0.15.2 + exit 0 Provides: python-eventlet = 0.15.2-1.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 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch Wrote: /builddir/build/RPMS/python-eventlet-0.15.2-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KQhHTQ + umask 022 + cd /builddir/build/BUILD + cd eventlet-0.15.2 + rm -rf /builddir/build/BUILDROOT/python-eventlet-0.15.2-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->