Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-gevent.spec'], chrootPath='/var/lib/mock/c71708-updates-armhfp/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1004) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-gevent.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python-gevent-1.0-3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-gevent.spec'], chrootPath='/var/lib/mock/c71708-updates-armhfp/root'shell=Falseuid=1004env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-gevent.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mkC47S + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gevent-1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/gevent-1.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gevent-1.0 + /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.qUDHTO + umask 022 + cd /builddir/build/BUILD + cd gevent-1.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev' + /usr/bin/python setup.py build /usr/lib/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-armv7l-2.7 creating build/lib.linux-armv7l-2.7/gevent copying gevent/os.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/select.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/greenlet.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/hub.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/_threading.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/threading.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/socket.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/thread.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/fileobject.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/ssl.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/timeout.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/queue.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/subprocess.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/event.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/resolver_ares.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/pywsgi.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/server.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/resolver_thread.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/win32util.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/wsgi.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/__init__.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/backdoor.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/monkey.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/pool.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/local.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/coros.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/util.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/lock.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/threadpool.py -> build/lib.linux-armv7l-2.7/gevent copying gevent/baseserver.py -> build/lib.linux-armv7l-2.7/gevent running build_ext building 'gevent.core' extension creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev -fPIC -I/usr/include/python2.7 -c gevent/gevent.core.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev build/temp.linux-armv7l-2.7/gevent/gevent.core.o -L/usr/lib -lev -lpython2.7 -o build/lib.linux-armv7l-2.7/gevent/core.so Linking /builddir/build/BUILD/gevent-1.0/build/lib.linux-armv7l-2.7/gevent/core.so to /builddir/build/BUILD/gevent-1.0/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev -fPIC -DHAVE_NETDB_H= -I/usr/include/python2.7 -c gevent/gevent.ares.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev build/temp.linux-armv7l-2.7/gevent/gevent.ares.o -L/usr/lib -lcares -lpython2.7 -o build/lib.linux-armv7l-2.7/gevent/ares.so Linking /builddir/build/BUILD/gevent-1.0/build/lib.linux-armv7l-2.7/gevent/ares.so to /builddir/build/BUILD/gevent-1.0/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev -fPIC -I/usr/include/python2.7 -c gevent/gevent._semaphore.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev build/temp.linux-armv7l-2.7/gevent/gevent._semaphore.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/gevent/_semaphore.so Linking /builddir/build/BUILD/gevent-1.0/build/lib.linux-armv7l-2.7/gevent/_semaphore.so to /builddir/build/BUILD/gevent-1.0/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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev -fPIC -I/usr/include/python2.7 -c gevent/gevent._util.c -o build/temp.linux-armv7l-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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/include/libev build/temp.linux-armv7l-2.7/gevent/gevent._util.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/gevent/_util.so Linking /builddir/build/BUILD/gevent-1.0/build/lib.linux-armv7l-2.7/gevent/_util.so to /builddir/build/BUILD/gevent-1.0/gevent/_util.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TGdC9i + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm ++ dirname /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm + cd gevent-1.0 + rm -rf /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm /usr/lib/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-3.el7.arm creating /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr creating /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/core.so -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/os.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/select.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/greenlet.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/hub.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/_threading.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/threading.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/socket.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/ares.so -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/thread.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/fileobject.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/ssl.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/timeout.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/queue.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/subprocess.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/event.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/_util.so -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/resolver_ares.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/pywsgi.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/server.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/resolver_thread.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/win32util.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/wsgi.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/backdoor.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/monkey.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/pool.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/local.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/coros.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/util.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/_semaphore.so -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/lock.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/threadpool.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent copying build/lib.linux-armv7l-2.7/gevent/baseserver.py -> /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/os.py to os.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/select.py to select.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/greenlet.py to greenlet.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/hub.py to hub.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/_threading.py to _threading.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/threading.py to threading.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/socket.py to socket.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/thread.py to thread.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/fileobject.py to fileobject.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/ssl.py to ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/timeout.py to timeout.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/subprocess.py to subprocess.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/resolver_ares.py to resolver_ares.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/pywsgi.py to pywsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/resolver_thread.py to resolver_thread.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/win32util.py to win32util.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/backdoor.py to backdoor.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/monkey.py to monkey.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/coros.py to coros.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/lock.py to lock.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/threadpool.py to threadpool.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/baseserver.py to baseserver.pyc writing byte-compilation script '/tmp/tmp1di60M.py' /usr/bin/python -O /tmp/tmp1di60M.py removing /tmp/tmp1di60M.py running install_egg_info Writing /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent-1.0-py2.7.egg-info + /usr/bin/chmod 0755 /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/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 50000000 /builddir/build/BUILD/gevent-1.0 extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/core.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/ares.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/_util.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/lib/python2.7/site-packages/gevent/_semaphore.so /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 5765 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-3.el7.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/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-gevent-1.0-3.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ytJCVi + umask 022 + cd /builddir/build/BUILD + cd gevent-1.0 + DOCDIR=/builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/share/doc/python-gevent-1.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/share/doc/python-gevent-1.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/share/doc/python-gevent-1.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm/usr/share/doc/python-gevent-1.0 + exit 0 Finding Provides: /usr/lib/rpm/find-provides | grep -v core.so Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /usr/lib/rpm/find-requires | grep -v core.so Provides: python-gevent = 1.0-3.el7 python-gevent(armv7hl-32) = 1.0-3.el7 ares.so core.so _semaphore.so _util.so Requires(rpmlib): rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libcares.so.2 libc.so.6 libc.so.6(GLIBC_2.4) libev.so.4 libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpython2.7.so.1.0 Processing files: python-gevent-debuginfo-1.0-3.el7.armv7hl Provides: python-gevent-debuginfo = 1.0-3.el7 python-gevent-debuginfo(armv7hl-32) = 1.0-3.el7 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-3.el7.arm Wrote: /builddir/build/RPMS/python-gevent-1.0-3.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python-gevent-debuginfo-1.0-3.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.it7FSd + umask 022 + cd /builddir/build/BUILD + cd gevent-1.0 + rm -rf /builddir/build/BUILDROOT/python-gevent-1.0-3.el7.arm + exit 0 Child return code was: 0