Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-gevent.spec'], chrootPath='/var/lib/mock/f29-build-30106-16451/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-gevent.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/python-gevent-1.3.6-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-gevent.spec'], chrootPath='/var/lib/mock/f29-build-30106-16451/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-gevent.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bm0mr1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gevent-1.3.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/gevent-1.3.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gevent-1.3.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r deps + sed -i -e s/include_package_data=True/include_package_data=False/ setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ArDIC3 + umask 022 + cd /builddir/build/BUILD + cd gevent-1.3.6 + export LIBEV_EMBED=0 + LIBEV_EMBED=0 + export CARES_EMBED=0 + CARES_EMBED=0 + export GEVENT_NO_CFFI_BUILD=1 + GEVENT_NO_CFFI_BUILD=1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' BUILDSTDERR: /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'cffi_modules' BUILDSTDERR: warnings.warn(msg) running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/gevent copying src/gevent/lock.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/local.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/pool.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/resolver_thread.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_util.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/fileobject.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/queue.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/ssl.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/events.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_imap.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/select.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_monitor.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/baseserver.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/os.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/event.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/ares.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_greenlet_primitives.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/hub.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/signal.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/server.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_interfaces.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_patcher.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/util.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_compat.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_socket2.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_threading.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_config.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/threadpool.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_util_py2.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_tblib.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_ssl2.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/thread.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/win32util.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/subprocess.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_hub_local.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/core.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/backdoor.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/resolver_ares.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_fileobjectcommon.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_fileobjectposix.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/socket.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/builtins.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/exceptions.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/timeout.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_socketcommon.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/pywsgi.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/monkey.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_tracer.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/greenlet.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_ident.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_socket3.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/__init__.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_waiter.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/threading.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_hub_primitives.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_semaphore.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_ssl3.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/time.py -> build/lib.linux-riscv64-2.7/gevent copying src/gevent/_sslgte279.py -> build/lib.linux-riscv64-2.7/gevent creating build/lib.linux-riscv64-2.7/gevent/libuv copying src/gevent/libuv/loop.py -> build/lib.linux-riscv64-2.7/gevent/libuv copying src/gevent/libuv/watcher.py -> build/lib.linux-riscv64-2.7/gevent/libuv copying src/gevent/libuv/__init__.py -> build/lib.linux-riscv64-2.7/gevent/libuv copying src/gevent/libuv/_corecffi_build.py -> build/lib.linux-riscv64-2.7/gevent/libuv creating build/lib.linux-riscv64-2.7/gevent/libev copying src/gevent/libev/corecffi.py -> build/lib.linux-riscv64-2.7/gevent/libev copying src/gevent/libev/watcher.py -> build/lib.linux-riscv64-2.7/gevent/libev copying src/gevent/libev/__init__.py -> build/lib.linux-riscv64-2.7/gevent/libev copying src/gevent/libev/_corecffi_build.py -> build/lib.linux-riscv64-2.7/gevent/libev creating build/lib.linux-riscv64-2.7/gevent/resolver copying src/gevent/resolver/ares.py -> build/lib.linux-riscv64-2.7/gevent/resolver copying src/gevent/resolver/dnspython.py -> build/lib.linux-riscv64-2.7/gevent/resolver copying src/gevent/resolver/thread.py -> build/lib.linux-riscv64-2.7/gevent/resolver copying src/gevent/resolver/blocking.py -> build/lib.linux-riscv64-2.7/gevent/resolver copying src/gevent/resolver/__init__.py -> build/lib.linux-riscv64-2.7/gevent/resolver creating build/lib.linux-riscv64-2.7/gevent/_ffi copying src/gevent/_ffi/callback.py -> build/lib.linux-riscv64-2.7/gevent/_ffi copying src/gevent/_ffi/loop.py -> build/lib.linux-riscv64-2.7/gevent/_ffi copying src/gevent/_ffi/watcher.py -> build/lib.linux-riscv64-2.7/gevent/_ffi copying src/gevent/_ffi/__init__.py -> build/lib.linux-riscv64-2.7/gevent/_ffi running build_ext building 'gevent.libev.corecext' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/src creating build/temp.linux-riscv64-2.7/src/gevent creating build/temp.linux-riscv64-2.7/src/gevent/libev gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -c src/gevent/libev/corecext.c -o build/temp.linux-riscv64-2.7/src/gevent/libev/corecext.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -c src/gevent/libev/callbacks.c -o build/temp.linux-riscv64-2.7/src/gevent/libev/callbacks.o BUILDSTDERR: In file included from src/gevent/libev/callbacks.c:6: BUILDSTDERR: src/gevent/libev/callbacks.h:34:13: warning: 'gevent_noop' defined but not used [-Wunused-function] BUILDSTDERR: static void gevent_noop(struct ev_loop *_loop, void *watcher, int revents) { BUILDSTDERR: ^~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/libev/corecext.o build/temp.linux-riscv64-2.7/src/gevent/libev/callbacks.o -L/usr/lib64 -lev -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/libev/corecext.so building 'gevent.resolver.cares' extension creating build/temp.linux-riscv64-2.7/src/gevent/resolver gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -DHAVE_NETDB_H= -I/usr/include/python2.7 -c src/gevent/resolver/cares.c -o build/temp.linux-riscv64-2.7/src/gevent/resolver/cares.o BUILDSTDERR: In file included from src/gevent/resolver/cares.c:653: BUILDSTDERR: src/gevent/resolver/dnshelper.c:19: warning: "PyUnicode_FromString" redefined BUILDSTDERR: #define PyUnicode_FromString PyBytes_FromString BUILDSTDERR: BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:88, BUILDSTDERR: from src/gevent/resolver/cares.c:88: BUILDSTDERR: /usr/include/python2.7/unicodeobject.h:281: note: this is the location of the previous definition BUILDSTDERR: # define PyUnicode_FromString PyUnicodeUCS4_FromString BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/resolver/cares.o -L/usr/lib64 -lcares -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/resolver/cares.so building 'gevent.__greenlet_primitives' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/_greenlet_primitives.c -o build/temp.linux-riscv64-2.7/src/gevent/_greenlet_primitives.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/_greenlet_primitives.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/__greenlet_primitives.so building 'gevent.__hub_primitives' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/_hub_primitives.c -o build/temp.linux-riscv64-2.7/src/gevent/_hub_primitives.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/_hub_primitives.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/__hub_primitives.so building 'gevent.__hub_local' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/_hub_local.c -o build/temp.linux-riscv64-2.7/src/gevent/_hub_local.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/_hub_local.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/__hub_local.so building 'gevent.__waiter' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/_waiter.c -o build/temp.linux-riscv64-2.7/src/gevent/_waiter.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/_waiter.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/__waiter.so building 'gevent._greenlet' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/greenlet.c -o build/temp.linux-riscv64-2.7/src/gevent/greenlet.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/greenlet.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/_greenlet.so building 'gevent.__tracer' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/_tracer.c -o build/temp.linux-riscv64-2.7/src/gevent/_tracer.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/_tracer.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/__tracer.so building 'gevent.__semaphore' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/_semaphore.c -o build/temp.linux-riscv64-2.7/src/gevent/_semaphore.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/_semaphore.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/__semaphore.so building 'gevent._local' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/local.c -o build/temp.linux-riscv64-2.7/src/gevent/local.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/local.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/_local.so building 'gevent.__ident' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/_ident.c -o build/temp.linux-riscv64-2.7/src/gevent/_ident.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/_ident.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/__ident.so building 'gevent.__imap' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/_imap.c -o build/temp.linux-riscv64-2.7/src/gevent/_imap.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/_imap.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/__imap.so building 'gevent._event' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/event.c -o build/temp.linux-riscv64-2.7/src/gevent/event.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/event.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/_event.so building 'gevent._queue' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python2.7 -Ideps -I/usr/include/python2.7 -c src/gevent/queue.c -o build/temp.linux-riscv64-2.7/src/gevent/queue.o BUILDSTDERR: src/gevent/queue.c:5095:12: warning: '__pyx_pw_6gevent_6_queue_5Queue_23__bool__' defined but not used [-Wunused-function] BUILDSTDERR: static int __pyx_pw_6gevent_6_queue_5Queue_23__bool__(PyObject *__pyx_v_self) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-2.7/src/gevent/queue.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/gevent/_queue.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/gevent copying src/gevent/lock.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/local.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/pool.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/resolver_thread.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_util.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/fileobject.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/queue.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/ssl.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/events.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_imap.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/select.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_monitor.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/baseserver.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/os.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/event.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/ares.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_greenlet_primitives.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/hub.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/signal.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/server.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_interfaces.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_patcher.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/util.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_compat.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_socket2.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_threading.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_config.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/threadpool.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_util_py2.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_tblib.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_ssl2.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/thread.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/win32util.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/subprocess.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_hub_local.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/core.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/backdoor.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/resolver_ares.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_fileobjectcommon.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_fileobjectposix.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/socket.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/builtins.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/exceptions.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/timeout.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_socketcommon.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/pywsgi.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/monkey.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_tracer.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/greenlet.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_ident.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_socket3.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/__init__.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_waiter.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/threading.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_hub_primitives.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_semaphore.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_ssl3.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/time.py -> build/lib.linux-riscv64-3.7/gevent copying src/gevent/_sslgte279.py -> build/lib.linux-riscv64-3.7/gevent creating build/lib.linux-riscv64-3.7/gevent/libuv copying src/gevent/libuv/loop.py -> build/lib.linux-riscv64-3.7/gevent/libuv copying src/gevent/libuv/watcher.py -> build/lib.linux-riscv64-3.7/gevent/libuv copying src/gevent/libuv/__init__.py -> build/lib.linux-riscv64-3.7/gevent/libuv copying src/gevent/libuv/_corecffi_build.py -> build/lib.linux-riscv64-3.7/gevent/libuv creating build/lib.linux-riscv64-3.7/gevent/libev copying src/gevent/libev/corecffi.py -> build/lib.linux-riscv64-3.7/gevent/libev copying src/gevent/libev/watcher.py -> build/lib.linux-riscv64-3.7/gevent/libev copying src/gevent/libev/__init__.py -> build/lib.linux-riscv64-3.7/gevent/libev copying src/gevent/libev/_corecffi_build.py -> build/lib.linux-riscv64-3.7/gevent/libev creating build/lib.linux-riscv64-3.7/gevent/resolver copying src/gevent/resolver/ares.py -> build/lib.linux-riscv64-3.7/gevent/resolver copying src/gevent/resolver/dnspython.py -> build/lib.linux-riscv64-3.7/gevent/resolver copying src/gevent/resolver/thread.py -> build/lib.linux-riscv64-3.7/gevent/resolver copying src/gevent/resolver/blocking.py -> build/lib.linux-riscv64-3.7/gevent/resolver copying src/gevent/resolver/__init__.py -> build/lib.linux-riscv64-3.7/gevent/resolver creating build/lib.linux-riscv64-3.7/gevent/_ffi copying src/gevent/_ffi/callback.py -> build/lib.linux-riscv64-3.7/gevent/_ffi copying src/gevent/_ffi/loop.py -> build/lib.linux-riscv64-3.7/gevent/_ffi copying src/gevent/_ffi/watcher.py -> build/lib.linux-riscv64-3.7/gevent/_ffi copying src/gevent/_ffi/__init__.py -> build/lib.linux-riscv64-3.7/gevent/_ffi running build_ext building 'gevent.libev.corecext' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/src creating build/temp.linux-riscv64-3.7/src/gevent creating build/temp.linux-riscv64-3.7/src/gevent/libev gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -c src/gevent/libev/corecext.c -o build/temp.linux-riscv64-3.7/src/gevent/libev/corecext.o gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -c src/gevent/libev/callbacks.c -o build/temp.linux-riscv64-3.7/src/gevent/libev/callbacks.o BUILDSTDERR: In file included from src/gevent/libev/callbacks.c:6: BUILDSTDERR: src/gevent/libev/callbacks.h:34:13: warning: ‘gevent_noop’ defined but not used [-Wunused-function] BUILDSTDERR: static void gevent_noop(struct ev_loop *_loop, void *watcher, int revents) { BUILDSTDERR: ^~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/libev/corecext.o build/temp.linux-riscv64-3.7/src/gevent/libev/callbacks.o -L/usr/lib64 -lev -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/libev/corecext.cpython-37m-riscv64-linux-gnu.so building 'gevent.resolver.cares' extension creating build/temp.linux-riscv64-3.7/src/gevent/resolver gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -DHAVE_NETDB_H= -I/usr/include/python3.7m -c src/gevent/resolver/cares.c -o build/temp.linux-riscv64-3.7/src/gevent/resolver/cares.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/resolver/cares.o -L/usr/lib64 -lcares -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/resolver/cares.cpython-37m-riscv64-linux-gnu.so building 'gevent.__greenlet_primitives' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/_greenlet_primitives.c -o build/temp.linux-riscv64-3.7/src/gevent/_greenlet_primitives.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/_greenlet_primitives.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/__greenlet_primitives.cpython-37m-riscv64-linux-gnu.so building 'gevent.__hub_primitives' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/_hub_primitives.c -o build/temp.linux-riscv64-3.7/src/gevent/_hub_primitives.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/_hub_primitives.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/__hub_primitives.cpython-37m-riscv64-linux-gnu.so building 'gevent.__hub_local' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/_hub_local.c -o build/temp.linux-riscv64-3.7/src/gevent/_hub_local.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/_hub_local.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/__hub_local.cpython-37m-riscv64-linux-gnu.so building 'gevent.__waiter' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/_waiter.c -o build/temp.linux-riscv64-3.7/src/gevent/_waiter.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/_waiter.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/__waiter.cpython-37m-riscv64-linux-gnu.so building 'gevent._greenlet' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/greenlet.c -o build/temp.linux-riscv64-3.7/src/gevent/greenlet.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/greenlet.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/_greenlet.cpython-37m-riscv64-linux-gnu.so building 'gevent.__tracer' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/_tracer.c -o build/temp.linux-riscv64-3.7/src/gevent/_tracer.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/_tracer.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/__tracer.cpython-37m-riscv64-linux-gnu.so building 'gevent.__semaphore' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/_semaphore.c -o build/temp.linux-riscv64-3.7/src/gevent/_semaphore.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/_semaphore.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/__semaphore.cpython-37m-riscv64-linux-gnu.so building 'gevent._local' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/local.c -o build/temp.linux-riscv64-3.7/src/gevent/local.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/local.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/_local.cpython-37m-riscv64-linux-gnu.so building 'gevent.__ident' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/_ident.c -o build/temp.linux-riscv64-3.7/src/gevent/_ident.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/_ident.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/__ident.cpython-37m-riscv64-linux-gnu.so building 'gevent.__imap' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/_imap.c -o build/temp.linux-riscv64-3.7/src/gevent/_imap.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/_imap.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/__imap.cpython-37m-riscv64-linux-gnu.so building 'gevent._event' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/event.c -o build/temp.linux-riscv64-3.7/src/gevent/event.o gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/event.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/_event.cpython-37m-riscv64-linux-gnu.so building 'gevent._queue' extension gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev -fPIC -I/usr/include/python3.7m -Ideps -I/usr/include/python3.7m -c src/gevent/queue.c -o build/temp.linux-riscv64-3.7/src/gevent/queue.o BUILDSTDERR: src/gevent/queue.c:5095:12: warning: ‘__pyx_pw_6gevent_6_queue_5Queue_23__bool__’ defined but not used [-Wunused-function] BUILDSTDERR: static int __pyx_pw_6gevent_6_queue_5Queue_23__bool__(PyObject *__pyx_v_self) { BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev build/temp.linux-riscv64-3.7/src/gevent/queue.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/gevent/_queue.cpython-37m-riscv64-linux-gnu.so BUILDSTDERR: /usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'cffi_modules' BUILDSTDERR: warnings.warn(msg) + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7ew7qR + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 + cd gevent-1.3.6 + export LIBEV_EMBED=0 + LIBEV_EMBED=0 + export CARES_EMBED=0 + CARES_EMBED=0 + export GEVENT_NO_CFFI_BUILD=1 + GEVENT_NO_CFFI_BUILD=1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 BUILDSTDERR: /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'cffi_modules' BUILDSTDERR: warnings.warn(msg) running install running install_lib creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/lock.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/local.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/pool.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__ident.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/resolver_thread.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-2.7/gevent/libuv/loop.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-2.7/gevent/libuv/watcher.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-2.7/gevent/libuv/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-2.7/gevent/libuv/_corecffi_build.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-2.7/gevent/_util.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/fileobject.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/queue.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__imap.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/ssl.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/events.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_imap.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/select.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_monitor.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/baseserver.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/os.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/event.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/ares.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_greenlet_primitives.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__greenlet_primitives.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_local.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__hub_primitives.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev copying build/lib.linux-riscv64-2.7/gevent/libev/corecext.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev copying build/lib.linux-riscv64-2.7/gevent/libev/corecffi.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev copying build/lib.linux-riscv64-2.7/gevent/libev/watcher.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev copying build/lib.linux-riscv64-2.7/gevent/libev/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev copying build/lib.linux-riscv64-2.7/gevent/libev/_corecffi_build.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev copying build/lib.linux-riscv64-2.7/gevent/hub.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__waiter.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/signal.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/server.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_interfaces.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_patcher.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/util.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_compat.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-2.7/gevent/resolver/ares.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-2.7/gevent/resolver/dnspython.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-2.7/gevent/resolver/thread.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-2.7/gevent/resolver/blocking.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-2.7/gevent/resolver/cares.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-2.7/gevent/resolver/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-2.7/gevent/_socket2.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_queue.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_threading.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_config.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__semaphore.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/threadpool.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_util_py2.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_tblib.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_ssl2.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_greenlet.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/thread.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/win32util.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/subprocess.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_hub_local.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/core.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/backdoor.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/resolver_ares.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_fileobjectcommon.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_fileobjectposix.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/socket.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_event.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/builtins.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/exceptions.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/timeout.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_socketcommon.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__tracer.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/pywsgi.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/monkey.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_tracer.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/greenlet.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_ident.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-2.7/gevent/_ffi/callback.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-2.7/gevent/_ffi/loop.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-2.7/gevent/_ffi/watcher.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-2.7/gevent/_ffi/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-2.7/gevent/_socket3.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__hub_local.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_waiter.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/threading.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_hub_primitives.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_semaphore.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_ssl3.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/time.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent copying build/lib.linux-riscv64-2.7/gevent/_sslgte279.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/lock.py to lock.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/local.py to local.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver_thread.py to resolver_thread.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv/loop.py to loop.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv/watcher.py to watcher.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libuv/_corecffi_build.py to _corecffi_build.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_util.py to _util.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/fileobject.py to fileobject.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/ssl.py to ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_imap.py to _imap.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/select.py to select.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_monitor.py to _monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/baseserver.py to baseserver.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/os.py to os.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/ares.py to ares.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_greenlet_primitives.py to _greenlet_primitives.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev/corecffi.py to corecffi.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev/watcher.py to watcher.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev/_corecffi_build.py to _corecffi_build.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/hub.py to hub.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/signal.py to signal.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_interfaces.py to _interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_patcher.py to _patcher.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver/ares.py to ares.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver/dnspython.py to dnspython.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver/thread.py to thread.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver/blocking.py to blocking.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_socket2.py to _socket2.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_threading.py to _threading.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_config.py to _config.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/threadpool.py to threadpool.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_util_py2.py to _util_py2.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_tblib.py to _tblib.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ssl2.py to _ssl2.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/thread.py to thread.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/win32util.py to win32util.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/subprocess.py to subprocess.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_hub_local.py to _hub_local.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/backdoor.py to backdoor.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver_ares.py to resolver_ares.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_fileobjectcommon.py to _fileobjectcommon.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_fileobjectposix.py to _fileobjectposix.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/socket.py to socket.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/builtins.py to builtins.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/timeout.py to timeout.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_socketcommon.py to _socketcommon.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/pywsgi.py to pywsgi.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/monkey.py to monkey.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_tracer.py to _tracer.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/greenlet.py to greenlet.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ident.py to _ident.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi/callback.py to callback.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi/loop.py to loop.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi/watcher.py to watcher.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ffi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_socket3.py to _socket3.pyc BUILDSTDERR: File "/usr/lib64/python2.7/site-packages/gevent/_socket3.py", line 222 BUILDSTDERR: def makefile(self, mode="r", buffering=None, *, BUILDSTDERR: ^ BUILDSTDERR: SyntaxError: invalid syntax byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_waiter.py to _waiter.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/threading.py to threading.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_hub_primitives.py to _hub_primitives.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_semaphore.py to _semaphore.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ssl3.py to _ssl3.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/time.py to time.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_sslgte279.py to _sslgte279.pyc writing byte-compilation script '/tmp/tmpiFDWJC.py' /usr/bin/python2 -O /tmp/tmpiFDWJC.py BUILDSTDERR: File "/usr/lib64/python2.7/site-packages/gevent/_socket3.py", line 222 BUILDSTDERR: def makefile(self, mode="r", buffering=None, *, BUILDSTDERR: ^ BUILDSTDERR: SyntaxError: invalid syntax removing /tmp/tmpiFDWJC.py running install_egg_info running egg_info writing requirements to src/gevent.egg-info/requires.txt writing src/gevent.egg-info/PKG-INFO writing top-level names to src/gevent.egg-info/top_level.txt writing dependency_links to src/gevent.egg-info/dependency_links.txt writing entry points to src/gevent.egg-info/entry_points.txt reading manifest file 'src/gevent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: warning: no files found matching '*' under directory 'deps' BUILDSTDERR: warning: no files found matching 'changelog.rst' BUILDSTDERR: warning: no files found matching 'Makefile.ext' BUILDSTDERR: warning: no files found matching 'known_failures.py' BUILDSTDERR: warning: no files found matching '.pep8' BUILDSTDERR: no previously-included directories found matching '*/__pycache__' BUILDSTDERR: warning: no previously-included files matching '*.so' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.o' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.lo' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.la' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching 'config.log' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching 'config.status' found anywhere in distribution BUILDSTDERR: no previously-included directories found matching 'doc/_build' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '.coverage' found under directory 'src/greentest' BUILDSTDERR: no previously-included directories found matching 'src/greentest/htmlcov' BUILDSTDERR: warning: no previously-included files matching 'stamp-h?' found under directory 'deps/c-ares' BUILDSTDERR: warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps/c-ares' BUILDSTDERR: no previously-included directories found matching 'deps/libev/.deps' BUILDSTDERR: no previously-included directories found matching 'deps/libuv/.deps' BUILDSTDERR: warning: no previously-included files matching 'Makefile' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching 'libtool' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching 'stamp-h?' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching 'config.h' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching '_corecffi.c' found under directory 'src/gevent' BUILDSTDERR: warning: no previously-included files found matching 'Makefile' BUILDSTDERR: warning: no previously-included files found matching 'configure-output' BUILDSTDERR: warning: no files found matching 'Makefile.ext' BUILDSTDERR: warning: no previously-included files matching '.deps' found under directory 'deps/c-ares' BUILDSTDERR: warning: no previously-included files matching '.libs' found under directory 'deps/c-ares' BUILDSTDERR: warning: no previously-included files matching '.deps' found under directory 'deps/libuv' BUILDSTDERR: warning: no previously-included files matching '.libs' found under directory 'deps/libuv' BUILDSTDERR: warning: no previously-included files matching '.deps' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching '.libs' found under directory 'deps/libev' writing manifest file 'src/gevent.egg-info/SOURCES.txt' Copying src/gevent.egg-info to /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent-1.3.6-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/libev' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/lock.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/local.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/pool.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__tracer.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/resolver_thread.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-3.7/gevent/libuv/loop.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-3.7/gevent/libuv/watcher.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-3.7/gevent/libuv/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-3.7/gevent/libuv/_corecffi_build.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv copying build/lib.linux-riscv64-3.7/gevent/_util.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/fileobject.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/queue.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__ident.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_queue.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/ssl.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/events.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_imap.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/select.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_monitor.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/baseserver.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/os.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__hub_local.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/event.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__imap.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/ares.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_greenlet_primitives.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev copying build/lib.linux-riscv64-3.7/gevent/libev/corecffi.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev copying build/lib.linux-riscv64-3.7/gevent/libev/watcher.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev copying build/lib.linux-riscv64-3.7/gevent/libev/corecext.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev copying build/lib.linux-riscv64-3.7/gevent/libev/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev copying build/lib.linux-riscv64-3.7/gevent/libev/_corecffi_build.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev copying build/lib.linux-riscv64-3.7/gevent/hub.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__semaphore.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_greenlet.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/signal.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/server.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__greenlet_primitives.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_interfaces.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_patcher.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/util.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_compat.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-3.7/gevent/resolver/ares.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-3.7/gevent/resolver/dnspython.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-3.7/gevent/resolver/thread.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-3.7/gevent/resolver/blocking.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-3.7/gevent/resolver/cares.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-3.7/gevent/resolver/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver copying build/lib.linux-riscv64-3.7/gevent/_socket2.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_threading.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_config.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__hub_primitives.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/threadpool.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_util_py2.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_tblib.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_ssl2.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/thread.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/win32util.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/subprocess.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_hub_local.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/core.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/backdoor.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__waiter.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/resolver_ares.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_fileobjectcommon.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_fileobjectposix.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/socket.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/builtins.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/exceptions.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/timeout.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_socketcommon.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/pywsgi.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/monkey.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_tracer.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/greenlet.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_ident.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent creating /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-3.7/gevent/_ffi/callback.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-3.7/gevent/_ffi/loop.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-3.7/gevent/_ffi/watcher.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-3.7/gevent/_ffi/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi copying build/lib.linux-riscv64-3.7/gevent/_socket3.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/__init__.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_waiter.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/threading.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_hub_primitives.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_semaphore.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_ssl3.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_local.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/time.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_event.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent copying build/lib.linux-riscv64-3.7/gevent/_sslgte279.py -> /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/lock.py to lock.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/local.py to local.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/pool.py to pool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver_thread.py to resolver_thread.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv/loop.py to loop.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv/watcher.py to watcher.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libuv/_corecffi_build.py to _corecffi_build.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_util.py to _util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/fileobject.py to fileobject.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/queue.py to queue.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/ssl.py to ssl.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/events.py to events.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_imap.py to _imap.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/select.py to select.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_monitor.py to _monitor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/baseserver.py to baseserver.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/os.py to os.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/event.py to event.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/ares.py to ares.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_greenlet_primitives.py to _greenlet_primitives.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev/corecffi.py to corecffi.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev/watcher.py to watcher.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev/_corecffi_build.py to _corecffi_build.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/hub.py to hub.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/signal.py to signal.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/server.py to server.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_interfaces.py to _interfaces.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_patcher.py to _patcher.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/util.py to util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_compat.py to _compat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver/ares.py to ares.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver/dnspython.py to dnspython.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver/thread.py to thread.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver/blocking.py to blocking.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_socket2.py to _socket2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_threading.py to _threading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_config.py to _config.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/threadpool.py to threadpool.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_util_py2.py to _util_py2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_tblib.py to _tblib.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ssl2.py to _ssl2.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/thread.py to thread.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/win32util.py to win32util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/subprocess.py to subprocess.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_hub_local.py to _hub_local.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/core.py to core.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/backdoor.py to backdoor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver_ares.py to resolver_ares.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_fileobjectcommon.py to _fileobjectcommon.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_fileobjectposix.py to _fileobjectposix.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/socket.py to socket.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/builtins.py to builtins.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/timeout.py to timeout.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_socketcommon.py to _socketcommon.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/pywsgi.py to pywsgi.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/monkey.py to monkey.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_tracer.py to _tracer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/greenlet.py to greenlet.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ident.py to _ident.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi/callback.py to callback.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi/loop.py to loop.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi/watcher.py to watcher.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ffi/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_socket3.py to _socket3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_waiter.py to _waiter.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/threading.py to threading.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_hub_primitives.py to _hub_primitives.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_semaphore.py to _semaphore.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ssl3.py to _ssl3.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/time.py to time.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_sslgte279.py to _sslgte279.cpython-37.pyc writing byte-compilation script '/tmp/tmpytdqx8pd.py' /usr/bin/python3 /tmp/tmpytdqx8pd.py removing /tmp/tmpytdqx8pd.py running install_egg_info running egg_info writing src/gevent.egg-info/PKG-INFO writing dependency_links to src/gevent.egg-info/dependency_links.txt writing entry points to src/gevent.egg-info/entry_points.txt writing requirements to src/gevent.egg-info/requires.txt writing top-level names to src/gevent.egg-info/top_level.txt reading manifest file 'src/gevent.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' BUILDSTDERR: /usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'cffi_modules' BUILDSTDERR: warnings.warn(msg) BUILDSTDERR: warning: no files found matching '*' under directory 'deps' BUILDSTDERR: warning: no files found matching 'changelog.rst' BUILDSTDERR: warning: no files found matching 'Makefile.ext' BUILDSTDERR: warning: no files found matching 'known_failures.py' BUILDSTDERR: warning: no files found matching '.pep8' BUILDSTDERR: no previously-included directories found matching '*/__pycache__' BUILDSTDERR: warning: no previously-included files matching '*.so' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.o' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.lo' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*.la' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching 'config.log' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching 'config.status' found anywhere in distribution BUILDSTDERR: no previously-included directories found matching 'doc/_build' BUILDSTDERR: warning: no previously-included files matching '*.pyc' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '.coverage' found under directory 'src/greentest' BUILDSTDERR: no previously-included directories found matching 'src/greentest/htmlcov' BUILDSTDERR: warning: no previously-included files matching 'stamp-h?' found under directory 'deps/c-ares' BUILDSTDERR: warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps/c-ares' BUILDSTDERR: no previously-included directories found matching 'deps/libev/.deps' BUILDSTDERR: no previously-included directories found matching 'deps/libuv/.deps' BUILDSTDERR: warning: no previously-included files matching 'Makefile' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching 'libtool' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching 'stamp-h?' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching 'config.h' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching '_corecffi.c' found under directory 'src/gevent' BUILDSTDERR: warning: no previously-included files found matching 'Makefile' BUILDSTDERR: warning: no previously-included files found matching 'configure-output' BUILDSTDERR: warning: no files found matching 'Makefile.ext' BUILDSTDERR: warning: no previously-included files matching '.deps' found under directory 'deps/c-ares' BUILDSTDERR: warning: no previously-included files matching '.libs' found under directory 'deps/c-ares' BUILDSTDERR: warning: no previously-included files matching '.deps' found under directory 'deps/libuv' BUILDSTDERR: warning: no previously-included files matching '.libs' found under directory 'deps/libuv' BUILDSTDERR: warning: no previously-included files matching '.deps' found under directory 'deps/libev' BUILDSTDERR: warning: no previously-included files matching '.libs' found under directory 'deps/libev' writing manifest file 'src/gevent.egg-info/SOURCES.txt' Copying src/gevent.egg-info to /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent-1.3.6-py3.7.egg-info running install_scripts + rm /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_socket3.py /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ssl3.py /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ssl3.pyc /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_ssl3.pyo + rm /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_socket2.py /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_ssl2.py /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_util_py2.py + rm /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__pycache__/_socket2.cpython-37.opt-1.pyc /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__pycache__/_socket2.cpython-37.pyc /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__pycache__/_ssl2.cpython-37.opt-1.pyc /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__pycache__/_ssl2.cpython-37.pyc /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__pycache__/_util_py2.cpython-37.opt-1.pyc /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__pycache__/_util_py2.cpython-37.pyc + find /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 -name .buildinfo -delete + find /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 -name '*.so' -exec chmod 755 '{}' ';' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.3.6-1.fc29 --unique-debug-suffix -1.3.6-1.fc29.riscv64 --unique-debug-src-base python-gevent-1.3.6-1.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/gevent-1.3.6 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__imap.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__ident.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__greenlet_primitives.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_local.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__imap.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__ident.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_local.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__greenlet_primitives.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev/corecext.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__hub_primitives.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__waiter.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__hub_primitives.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/libev/corecext.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__waiter.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver/cares.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/resolver/cares.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_queue.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_queue.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__semaphore.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__semaphore.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_greenlet.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_greenlet.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_event.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/_event.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__tracer.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__tracer.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__hub_local.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7/site-packages/gevent/__hub_local.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__tracer.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__tracer.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__ident.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__ident.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_queue.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_queue.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__hub_local.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__hub_local.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__imap.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev/corecext.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/libev/corecext.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__imap.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__semaphore.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__semaphore.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_greenlet.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_greenlet.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__greenlet_primitives.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__greenlet_primitives.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver/cares.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/resolver/cares.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__hub_primitives.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__hub_primitives.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__waiter.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/__waiter.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_local.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_local.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_event.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7/site-packages/gevent/_event.cpython-37m-riscv64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 28 CRC32s, 0 CRC32s did match. BUILDSTDERR: 14345 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-gevent-1.3.6-1.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UglDSl + umask 022 + cd /builddir/build/BUILD + cd gevent-1.3.6 + DOCDIR=/builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/doc/python2-gevent + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/doc/python2-gevent + cp -pr README.rst /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/doc/python2-gevent + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Vv50B2 + umask 022 + cd /builddir/build/BUILD + cd gevent-1.3.6 + LICENSEDIR=/builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/licenses/python2-gevent + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/licenses/python2-gevent + cp -pr LICENSE /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/licenses/python2-gevent + exit 0 Provides: python-gevent = 1.3.6-1.fc29 python-gevent(riscv-64) = 1.3.6-1.fc29 python2-gevent = 1.3.6-1.fc29 python2-gevent(riscv-64) = 1.3.6-1.fc29 python2.7dist(gevent) = 1.3.6 python2dist(gevent) = 1.3.6 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: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcares.so.2()(64bit) libev.so.4()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-gevent < 1.3.6-1.fc29 Processing files: python3-gevent-1.3.6-1.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uFxvGt + umask 022 + cd /builddir/build/BUILD + cd gevent-1.3.6 + DOCDIR=/builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/doc/python3-gevent + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/doc/python3-gevent + cp -pr README.rst /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/doc/python3-gevent + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BYB9i9 + umask 022 + cd /builddir/build/BUILD + cd gevent-1.3.6 + LICENSEDIR=/builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/licenses/python3-gevent + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/licenses/python3-gevent + cp -pr LICENSE /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64/usr/share/licenses/python3-gevent + exit 0 Provides: python3-gevent = 1.3.6-1.fc29 python3-gevent(riscv-64) = 1.3.6-1.fc29 python3.7dist(gevent) = 1.3.6 python3dist(gevent) = 1.3.6 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: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcares.so.2()(64bit) libev.so.4()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: python-gevent-debugsource-1.3.6-1.fc29.riscv64 Provides: python-gevent-debugsource = 1.3.6-1.fc29 python-gevent-debugsource(riscv-64) = 1.3.6-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-gevent-debuginfo-1.3.6-1.fc29.riscv64 Provides: python-gevent-debuginfo = 1.3.6-1.fc29 python-gevent-debuginfo(riscv-64) = 1.3.6-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-gevent-debugsource(riscv-64) = 1.3.6-1.fc29 Processing files: python2-gevent-debuginfo-1.3.6-1.fc29.riscv64 Provides: debuginfo(build-id) = 047ac5ee95e8ec47c828e64cbea8f5347af2dfdb debuginfo(build-id) = 1d6f5c916194e5d68d66564fe2d531ddd4035360 debuginfo(build-id) = 2efc3533e060b3085f817f409293d6cb756500e8 debuginfo(build-id) = 32e06afcba5b1a26a48d180da575ce4f253365cd debuginfo(build-id) = 5b55555917929dd7ee7e1c30830316e88ac10433 debuginfo(build-id) = 6427680bc473991a154f13bce84eb5535048bde8 debuginfo(build-id) = 709ebd3d21a2a90a4c3dce0f30e4c3282f218140 debuginfo(build-id) = 78cd08db88ca56bf38e150e7c526cab307e0c759 debuginfo(build-id) = 80183946c4d5993fbd8136d493b4bbdee57e39ee debuginfo(build-id) = 958b5aa4f535da7070d043759945a8cbb9170e42 debuginfo(build-id) = 9748a7988a937b5a40799fcd1d4371f99a00e59d debuginfo(build-id) = ba81a154fef92f39c1759c3ebfe8101634a83c00 debuginfo(build-id) = ce13de4f5903aeb35c43bcc5708d943add5c9405 debuginfo(build-id) = e8dc4b6cc216942a4ac7a0763d8fe732e76cb5cf python2-gevent-debuginfo = 1.3.6-1.fc29 python2-gevent-debuginfo(riscv-64) = 1.3.6-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-gevent-debugsource(riscv-64) = 1.3.6-1.fc29 Processing files: python3-gevent-debuginfo-1.3.6-1.fc29.riscv64 Provides: debuginfo(build-id) = 05203d2ffa3db8f7f8defa0a04a09baebf089734 debuginfo(build-id) = 123d94562ec9d437c8a67f384faf31dea4a3e22b debuginfo(build-id) = 13c856fa179696beee39f6517b822d6ea95096f2 debuginfo(build-id) = 15f222e78a39e2ba64059ee60b6a3cecbb3ee17b debuginfo(build-id) = 5f2662c26ad2ac35323b1678b6da151106e1b6c6 debuginfo(build-id) = 624ae8ba37d806db78ffe0cf3772684024f830d5 debuginfo(build-id) = 8a44d4e9d17cc4a50b8c9762510273ae95774d18 debuginfo(build-id) = 8cc25ce7af07060e5f8099d6037be873e97b657f debuginfo(build-id) = a9dd6d349010832bef62f0830fc68f6697babb81 debuginfo(build-id) = ca7dd1b2e08bbdb7ad18d6f9853ccce7b62c958b debuginfo(build-id) = cd0b05c62bd0170b65c549867723e6058ea7a054 debuginfo(build-id) = d3364943f891a8c0e18e7a90e2d6a2a30accb61f debuginfo(build-id) = f44b3f059e06f8c26bf3fd9225996b9ce9c4c69e debuginfo(build-id) = f9a9ef5ae2938299df1c0945f7f16275f434bc15 python3-gevent-debuginfo = 1.3.6-1.fc29 python3-gevent-debuginfo(riscv-64) = 1.3.6-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-gevent-debugsource(riscv-64) = 1.3.6-1.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 Wrote: /builddir/build/RPMS/python2-gevent-1.3.6-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-gevent-1.3.6-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-gevent-debugsource-1.3.6-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python-gevent-debuginfo-1.3.6-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python2-gevent-debuginfo-1.3.6-1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/python3-gevent-debuginfo-1.3.6-1.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Q2XjzG + umask 022 + cd /builddir/build/BUILD + cd gevent-1.3.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-gevent-1.3.6-1.fc29.riscv64 + exit 0 Child return code was: 0