Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-gevent.spec'], False, '/var/lib/mock/bananas7-el7.centos-build-169-279/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 x86_64 --nodeps builddir/build/SPECS/python-gevent.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: line 0: fg: no job control Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-gevent-1.0.1-2.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-gevent.spec'], False, '/var/lib/mock/bananas7-el7.centos-build-169-279/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 x86_64 --nodeps builddir/build/SPECS/python-gevent.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KdT6cM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gevent-1.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/gevent-1.0.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gevent-1.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r c-ares libev + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EXfS8q + umask 022 + cd /builddir/build/BUILD + cd gevent-1.0.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev' + /usr/bin/python2 setup.py build /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running build running build_py creating build creating build/lib.linux-x86_64-2.7 creating build/lib.linux-x86_64-2.7/gevent copying gevent/baseserver.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/subprocess.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/hub.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/os.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/thread.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/lock.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/socket.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/wsgi.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/threadpool.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/util.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/select.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/__init__.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/server.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/resolver_thread.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/timeout.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/pool.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/monkey.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/event.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/resolver_ares.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/backdoor.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/greenlet.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/pywsgi.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/fileobject.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/win32util.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/threading.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/coros.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/queue.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/local.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/ssl.py -> build/lib.linux-x86_64-2.7/gevent copying gevent/_threading.py -> build/lib.linux-x86_64-2.7/gevent running build_ext building 'gevent.core' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/gevent gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev -fPIC -I/usr/include/python2.7 -c gevent/gevent.core.c -o build/temp.linux-x86_64-2.7/gevent/gevent.core.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev build/temp.linux-x86_64-2.7/gevent/gevent.core.o -L/usr/lib64 -lev -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/core.so Linking /builddir/build/BUILD/gevent-1.0.1/build/lib.linux-x86_64-2.7/gevent/core.so to /builddir/build/BUILD/gevent-1.0.1/gevent/core.so building 'gevent.ares' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev -fPIC -DHAVE_NETDB_H= -I/usr/include/python2.7 -c gevent/gevent.ares.c -o build/temp.linux-x86_64-2.7/gevent/gevent.ares.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev build/temp.linux-x86_64-2.7/gevent/gevent.ares.o -L/usr/lib64 -lcares -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/ares.so Linking /builddir/build/BUILD/gevent-1.0.1/build/lib.linux-x86_64-2.7/gevent/ares.so to /builddir/build/BUILD/gevent-1.0.1/gevent/ares.so building 'gevent._semaphore' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev -fPIC -I/usr/include/python2.7 -c gevent/gevent._semaphore.c -o build/temp.linux-x86_64-2.7/gevent/gevent._semaphore.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev build/temp.linux-x86_64-2.7/gevent/gevent._semaphore.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/_semaphore.so Linking /builddir/build/BUILD/gevent-1.0.1/build/lib.linux-x86_64-2.7/gevent/_semaphore.so to /builddir/build/BUILD/gevent-1.0.1/gevent/_semaphore.so building 'gevent._util' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev -fPIC -I/usr/include/python2.7 -c gevent/gevent._util.c -o build/temp.linux-x86_64-2.7/gevent/gevent._util.o gcc -pthread -shared -Wl,-z,relro -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/include/libev build/temp.linux-x86_64-2.7/gevent/gevent._util.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/_util.so Linking /builddir/build/BUILD/gevent-1.0.1/build/lib.linux-x86_64-2.7/gevent/_util.so to /builddir/build/BUILD/gevent-1.0.1/gevent/_util.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kUEXuq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64 + cd gevent-1.0.1 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64 /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/baseserver.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/subprocess.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/hub.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/ares.so -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/os.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/thread.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/lock.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/socket.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/wsgi.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/threadpool.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/util.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/select.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/server.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/resolver_thread.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/_semaphore.so -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/timeout.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/pool.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/monkey.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/event.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/resolver_ares.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/backdoor.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/greenlet.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/pywsgi.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/_util.so -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/fileobject.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/win32util.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/threading.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/coros.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/queue.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/local.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/core.so -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/ssl.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-x86_64-2.7/gevent/_threading.py -> /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/baseserver.py to baseserver.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/subprocess.py to subprocess.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/hub.py to hub.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/os.py to os.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/thread.py to thread.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/lock.py to lock.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/socket.py to socket.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/threadpool.py to threadpool.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/select.py to select.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/resolver_thread.py to resolver_thread.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/timeout.py to timeout.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/monkey.py to monkey.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/resolver_ares.py to resolver_ares.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/backdoor.py to backdoor.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/greenlet.py to greenlet.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/pywsgi.py to pywsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/fileobject.py to fileobject.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/win32util.py to win32util.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/threading.py to threading.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/coros.py to coros.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/ssl.py to ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/_threading.py to _threading.pyc writing byte-compilation script '/tmp/tmpZOV2cD.py' /usr/bin/python2 -O /tmp/tmpZOV2cD.py removing /tmp/tmpZOV2cD.py running install_egg_info Writing /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent-1.0.1-py2.7.egg-info + /usr/bin/chmod 0755 /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/core.so + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/gevent-1.0.1 extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/ares.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/_semaphore.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/_util.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/gevent/core.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 5988 blocks + /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-gevent-1.0.1-2.el7.centos.x86_64/usr/lib64/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-gevent-1.0.1-2.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.a8fhuu + umask 022 + cd /builddir/build/BUILD + cd gevent-1.0.1 + DOCDIR=/builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/share/doc/python-gevent-1.0.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/share/doc/python-gevent-1.0.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/share/doc/python-gevent-1.0.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64/usr/share/doc/python-gevent-1.0.1 + exit 0 Provides: python-gevent = 1.0.1-2.el7.centos python-gevent(x86-64) = 1.0.1-2.el7.centos 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: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcares.so.2()(64bit) libev.so.4()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-gevent-debuginfo-1.0.1-2.el7.centos.x86_64 Provides: python-gevent-debuginfo = 1.0.1-2.el7.centos python-gevent-debuginfo(x86-64) = 1.0.1-2.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64 Wrote: /builddir/build/RPMS/python-gevent-1.0.1-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/python-gevent-debuginfo-1.0.1-2.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sPCuPQ + umask 022 + cd /builddir/build/BUILD + cd gevent-1.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gevent-1.0.1-2.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->