Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-zmq.spec'], chrootPath='/var/lib/mock/f31-build-47646-26903/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'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-zmq.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'} and shell False BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 167: %endif # with_python3 BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 181: %endif # with_python3 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1561852800 Wrote: /builddir/build/SRPMS/python-zmq-18.0.2-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-zmq.spec'], chrootPath='/var/lib/mock/f31-build-47646-26903/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'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-zmq.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'} and shell False BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 167: %endif # with_python3 BUILDSTDERR: warning: extra tokens at the end of %endif directive in line 181: %endif # with_python3 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1561852800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uaFeOX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyzmq-18.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pyzmq-18.0.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyzmq-18.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf bundled + find zmq -name '*.c' -delete + /usr/bin/python3 setup.py cython BUILDSTDERR: /usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type' BUILDSTDERR: warnings.warn(msg) + for lib in zmq/eventloop/*.py + sed '/\/usr\/bin\/env/d' zmq/eventloop/__init__.py + touch -r zmq/eventloop/__init__.py zmq/eventloop/__init__.py.new + mv zmq/eventloop/__init__.py.new zmq/eventloop/__init__.py + for lib in zmq/eventloop/*.py + sed '/\/usr\/bin\/env/d' zmq/eventloop/_deprecated.py + touch -r zmq/eventloop/_deprecated.py zmq/eventloop/_deprecated.py.new + mv zmq/eventloop/_deprecated.py.new zmq/eventloop/_deprecated.py + for lib in zmq/eventloop/*.py + sed '/\/usr\/bin\/env/d' zmq/eventloop/future.py + touch -r zmq/eventloop/future.py zmq/eventloop/future.py.new + mv zmq/eventloop/future.py.new zmq/eventloop/future.py + for lib in zmq/eventloop/*.py + sed '/\/usr\/bin\/env/d' zmq/eventloop/ioloop.py + touch -r zmq/eventloop/ioloop.py zmq/eventloop/ioloop.py.new + mv zmq/eventloop/ioloop.py.new zmq/eventloop/ioloop.py + for lib in zmq/eventloop/*.py + sed '/\/usr\/bin\/env/d' zmq/eventloop/zmqstream.py + touch -r zmq/eventloop/zmqstream.py zmq/eventloop/zmqstream.py.new + mv zmq/eventloop/zmqstream.py.new zmq/eventloop/zmqstream.py + chmod -x examples/pubsub/topics_pub.py + chmod -x examples/pubsub/topics_sub.py + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 running cython cythoning zmq/backend/cython/_device.pyx to zmq/backend/cython/_device.c cythoning zmq/backend/cython/_poll.pyx to zmq/backend/cython/_poll.c cythoning zmq/backend/cython/_proxy_steerable.pyx to zmq/backend/cython/_proxy_steerable.c cythoning zmq/backend/cython/_version.pyx to zmq/backend/cython/_version.c cythoning zmq/backend/cython/constants.pyx to zmq/backend/cython/constants.c cythoning zmq/backend/cython/context.pyx to zmq/backend/cython/context.c cythoning zmq/backend/cython/error.pyx to zmq/backend/cython/error.c cythoning zmq/backend/cython/message.pyx to zmq/backend/cython/message.c cythoning zmq/backend/cython/socket.pyx to zmq/backend/cython/socket.c cythoning zmq/backend/cython/utils.pyx to zmq/backend/cython/utils.c cythoning zmq/devices/monitoredqueue.pyx to zmq/devices/monitoredqueue.c Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.p9EToW + umask 022 + cd /builddir/build/BUILD + cd pyzmq-18.0.2 + 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' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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: 'long_description_content_type' 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/zmq copying zmq/_future.py -> build/lib.linux-riscv64-2.7/zmq copying zmq/error.py -> build/lib.linux-riscv64-2.7/zmq copying zmq/decorators.py -> build/lib.linux-riscv64-2.7/zmq copying zmq/__init__.py -> build/lib.linux-riscv64-2.7/zmq creating build/lib.linux-riscv64-2.7/zmq/backend copying zmq/backend/__init__.py -> build/lib.linux-riscv64-2.7/zmq/backend copying zmq/backend/select.py -> build/lib.linux-riscv64-2.7/zmq/backend creating build/lib.linux-riscv64-2.7/zmq/backend/cython copying zmq/backend/cython/__init__.py -> build/lib.linux-riscv64-2.7/zmq/backend/cython creating build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/_cffi.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/error.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/_poll.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/__init__.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/socket.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/utils.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/devices.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/constants.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/context.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/backend/cffi/message.py -> build/lib.linux-riscv64-2.7/zmq/backend/cffi creating build/lib.linux-riscv64-2.7/zmq/auth copying zmq/auth/thread.py -> build/lib.linux-riscv64-2.7/zmq/auth copying zmq/auth/__init__.py -> build/lib.linux-riscv64-2.7/zmq/auth copying zmq/auth/ioloop.py -> build/lib.linux-riscv64-2.7/zmq/auth copying zmq/auth/certs.py -> build/lib.linux-riscv64-2.7/zmq/auth copying zmq/auth/base.py -> build/lib.linux-riscv64-2.7/zmq/auth creating build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_poll.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_socket.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_reqrep.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_win32_shim.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_pubsub.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_includes.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_device.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_error.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_monqueue.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_decorators.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_constants.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_zmqstream.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_ssh.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/__init__.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_etc.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_context.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_monitor.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_pair.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_log.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_future.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_security.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_proxy_steerable.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_ioloop.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_z85.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_imports.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_draft.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_version.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_message.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_multipart.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_retry_eintr.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_cffi_backend.py -> build/lib.linux-riscv64-2.7/zmq/tests copying zmq/tests/test_auth.py -> build/lib.linux-riscv64-2.7/zmq/tests creating build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/interop.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/constant_names.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/jsonapi.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/__init__.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/garbage.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/sixcerpt.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/z85.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/strtypes.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/monitor.py -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/win32.py -> build/lib.linux-riscv64-2.7/zmq/utils creating build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/attrsettr.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/poll.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/__init__.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/tracker.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/socket.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/stopwatch.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/constants.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/frame.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/version.py -> build/lib.linux-riscv64-2.7/zmq/sugar copying zmq/sugar/context.py -> build/lib.linux-riscv64-2.7/zmq/sugar creating build/lib.linux-riscv64-2.7/zmq/green copying zmq/green/device.py -> build/lib.linux-riscv64-2.7/zmq/green copying zmq/green/core.py -> build/lib.linux-riscv64-2.7/zmq/green copying zmq/green/poll.py -> build/lib.linux-riscv64-2.7/zmq/green copying zmq/green/__init__.py -> build/lib.linux-riscv64-2.7/zmq/green creating build/lib.linux-riscv64-2.7/zmq/green/eventloop copying zmq/green/eventloop/__init__.py -> build/lib.linux-riscv64-2.7/zmq/green/eventloop copying zmq/green/eventloop/zmqstream.py -> build/lib.linux-riscv64-2.7/zmq/green/eventloop copying zmq/green/eventloop/ioloop.py -> build/lib.linux-riscv64-2.7/zmq/green/eventloop creating build/lib.linux-riscv64-2.7/zmq/eventloop copying zmq/eventloop/future.py -> build/lib.linux-riscv64-2.7/zmq/eventloop copying zmq/eventloop/__init__.py -> build/lib.linux-riscv64-2.7/zmq/eventloop copying zmq/eventloop/_deprecated.py -> build/lib.linux-riscv64-2.7/zmq/eventloop copying zmq/eventloop/zmqstream.py -> build/lib.linux-riscv64-2.7/zmq/eventloop copying zmq/eventloop/ioloop.py -> build/lib.linux-riscv64-2.7/zmq/eventloop creating build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/stack_context.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/__init__.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/concurrent.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/log.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/ioloop.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/util.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado creating build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/windows.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/__init__.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/posix.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform BUILDSTDERR: copying zmq/eventloop/minitornado/platform/interface.py -> build/lib.linux-riscv6Settings obtained from pkg-config: {'libraries': [u'zmq'], 'library_dirs': [], 'include_dirs': []} BUILDSTDERR: {'libraries': [u'zmq'], 'extra_link_args': [], 'runtime_library_dirs': [], 'library_dirs': [], 'include_dirs': []} BUILDSTDERR: Configure: Autodetecting ZMQ settings... BUILDSTDERR: Custom ZMQ dir: BUILDSTDERR: Checking for timer_create BUILDSTDERR: ** Errors about missing timer_create are a normal part of this process ** 4-2.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/auto.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/common.py -> build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform creating build/lib.linux-riscv64-2.7/zmq/ssh copying zmq/ssh/tunnel.py -> build/lib.linux-riscv64-2.7/zmq/ssh copying zmq/ssh/__init__.py -> build/lib.linux-riscv64-2.7/zmq/ssh copying zmq/ssh/forward.py -> build/lib.linux-riscv64-2.7/zmq/ssh creating build/lib.linux-riscv64-2.7/zmq/devices copying zmq/devices/proxysteerabledevice.py -> build/lib.linux-riscv64-2.7/zmq/devices copying zmq/devices/__init__.py -> build/lib.linux-riscv64-2.7/zmq/devices copying zmq/devices/basedevice.py -> build/lib.linux-riscv64-2.7/zmq/devices copying zmq/devices/monitoredqueuedevice.py -> build/lib.linux-riscv64-2.7/zmq/devices copying zmq/devices/proxydevice.py -> build/lib.linux-riscv64-2.7/zmq/devices copying zmq/devices/monitoredqueue.py -> build/lib.linux-riscv64-2.7/zmq/devices creating build/lib.linux-riscv64-2.7/zmq/log copying zmq/log/__init__.py -> build/lib.linux-riscv64-2.7/zmq/log copying zmq/log/handlers.py -> build/lib.linux-riscv64-2.7/zmq/log copying zmq/backend/cython/checkrc.pxd -> build/lib.linux-riscv64-2.7/zmq/backend/cython copying zmq/backend/cython/message.pxd -> build/lib.linux-riscv64-2.7/zmq/backend/cython copying zmq/backend/cython/context.pxd -> build/lib.linux-riscv64-2.7/zmq/backend/cython copying zmq/backend/cython/libzmq.pxd -> build/lib.linux-riscv64-2.7/zmq/backend/cython copying zmq/backend/cython/socket.pxd -> build/lib.linux-riscv64-2.7/zmq/backend/cython copying zmq/backend/cython/constant_enums.pxi -> build/lib.linux-riscv64-2.7/zmq/backend/cython copying zmq/backend/cython/constants.pxi -> build/lib.linux-riscv64-2.7/zmq/backend/cython copying zmq/backend/cffi/_cdefs.h -> build/lib.linux-riscv64-2.7/zmq/backend/cffi copying zmq/utils/buffers.pxd -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/ipcmaxlen.h -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/getpid_compat.h -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/zmq_compat.h -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/pyversion_compat.h -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/zmq_constants.h -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/utils/mutex.h -> build/lib.linux-riscv64-2.7/zmq/utils copying zmq/devices/monitoredqueue.pxd -> build/lib.linux-riscv64-2.7/zmq/devices running build_ext running configure 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 -fPIC -c build/temp.linux-riscv64-2.7/scratch/check_sys_un.c -o build/temp.linux-riscv64-2.7/scratch/check_sys_un.o gcc -pthread build/temp.linux-riscv64-2.7/scratch/check_sys_un.o -o build/temp.linux-riscv64-2.7/scratch/check_sys_un ************************************************ creating build/temp.linux-riscv64-2.7/scratch/tmp BUILDSTDERR: 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 -spec/tmp/timer_createfed_zI.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int] BUILDSTDERR: 1 | main (int argc, char **argv) { BUILDSTDERR: | ^~~~ BUILDSTDERR: /tmp/timer_createfed_zI.c: In function 'main': BUILDSTDERR: /tmp/timer_createfed_zI.c:2:5: warning: implicit declaration of function 'timer_create' [-Wimplicit-function-declaration] BUILDSTDERR: 2 | timer_create(); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/bin/ld: build/temp.linux-riscv64-2.7/scratch/tmp/timer_createfed_zI.o: in function `main': BUILDSTDERR: /tmp/timer_createfed_zI.c:2: undefined reference to `timer_create' BUILDSTDERR: collect2: error: ld returned 1 exit status BUILDSTDERR: ** The above error about timer_create is normal and not a problem! ** BUILDSTDERR: no timer_create, linking librt BUILDSTDERR: ZMQ version detected: 4.1.6 BUILDSTDERR: Warning: Detected ZMQ version: 4.1.6, but pyzmq targets ZMQ 4.3.1. BUILDSTDERR: Warning: libzmq features and fixes introduced after 4.1.6 will be unavailable. s=/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 -fPIC -c /tmp/timer_createfed_zI.c -o build/temp.linux-riscv64-2.7/scratch/tmp/timer_createfed_zI.o gcc -pthread build/temp.linux-riscv64-2.7/scratch/tmp/timer_createfed_zI.o -o build/temp.linux-riscv64-2.7/scratch/a.out 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 -fPIC -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.linux-riscv64-2.7/scratch/vers.c -o build/temp.linux-riscv64-2.7/scratch/vers.o gcc -pthread build/temp.linux-riscv64-2.7/scratch/vers.o -lzmq -lrt -o build/temp.linux-riscv64-2.7/scratch/vers ************************************************ ************************************************ building 'zmq.devices.monitoredqueue' extension creating build/temp.linux-riscv64-2.7/zmq creating build/temp.linux-riscv64-2.7/zmq/devices 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/devices/monitoredqueue.c -o build/temp.linux-riscv64-2.7/zmq/devices/monitoredqueue.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/devices/monitoredqueue.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/devices/monitoredqueue.so building 'zmq.backend.cython._device' extension creating build/temp.linux-riscv64-2.7/zmq/backend creating build/temp.linux-riscv64-2.7/zmq/backend/cython 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/_device.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/_device.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/_device.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/_device.so building 'zmq.backend.cython._poll' 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/_poll.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/_poll.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/_poll.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/_poll.so building 'zmq.backend.cython._proxy_steerable' 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/_proxy_steerable.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/_proxy_steerable.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/_proxy_steerable.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/_proxy_steerable.so building 'zmq.backend.cython._version' 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/_version.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/_version.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/_version.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/_version.so building 'zmq.backend.cython.constants' 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/constants.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/constants.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/constants.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/constants.so building 'zmq.backend.cython.context' 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/context.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/context.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/context.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/context.so building 'zmq.backend.cython.error' extension BUILDSTDERR: 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-szmq/backend/cython/message.c: In function '__pyx_pf_3zmq_7backend_6cython_7message_5Frame_18set': BUILDSTDERR: zmq/backend/cython/message.c:4323:18: warning: variable '__pyx_v_routing_id' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 4323 | pyzmq_uint32_t __pyx_v_routing_id; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function '__pyx_pf_3zmq_7backend_6cython_7message_5Frame_20get', BUILDSTDERR: inlined from '__pyx_pw_3zmq_7backend_6cython_7message_5Frame_21get' at zmq/backend/cython/message.c:4552:13: BUILDSTDERR: zmq/backend/cython/message.c:4783:55: warning: argument 1 null where non-null expected [-Wnonnull] BUILDSTDERR: 4783 | __pyx_t_4 = __Pyx_decode_c_string(__pyx_v_buf, 0, strlen(__pyx_v_buf), NULL, NULL, PyUnicode_DecodeUTF8); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 403, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from zmq/backend/cython/message.c:4: BUILDSTDERR: zmq/backend/cython/message.c: In function '__pyx_pw_3zmq_7backend_6cython_7message_5Frame_21get': BUILDSTDERR: /usr/include/string.h:384:15: note: in a call to function 'strlen' declared here BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In function '__Pyx_decode_c_string', BUILDSTDERR: inlined from '__pyx_pf_3zmq_7backend_6cython_7message_5Frame_20get' at zmq/backend/cython/message.c:4783:17, BUILDSTDERR: inlined from '__pyx_pw_3zmq_7backend_6cython_7message_5Frame_21get' at zmq/backend/cython/message.c:4552:13: BUILDSTDERR: zmq/backend/cython/message.c:9736:23: warning: argument 1 null where non-null expected [-Wnonnull] BUILDSTDERR: 9736 | size_t slen = strlen(cstring); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from zmq/backend/cython/message.c:4: BUILDSTDERR: zmq/backend/cython/message.c: In function '__pyx_pw_3zmq_7backend_6cython_7message_5Frame_21get': BUILDSTDERR: /usr/include/string.h:384:15: note: in a call to function 'strlen' declared here BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ^~~~~~ witches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/error.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/error.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/error.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/error.so building 'zmq.backend.cython.message' 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/message.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/message.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/message.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/message.so building 'zmq.backend.cython.socket' extension BUILDSTDERR: 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 -zmq/backend/cython/utils.c: In function '__pyx_pf_3zmq_7backend_6cython_5utils_4curve_public': BUILDSTDERR: zmq/backend/cython/utils.c:1574:9: warning: variable '__pyx_v_c_secret_key' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1574 | char *__pyx_v_c_secret_key; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ + 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' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/socket.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/socket.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/socket.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/socket.so building 'zmq.backend.cython.utils' 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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/utils.c -o build/temp.linux-riscv64-2.7/zmq/backend/cython/utils.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-2.7/zmq/backend/cython/utils.o -L/usr/lib64 -lzmq -lrt -lpython2.7 -o build/lib.linux-riscv64-2.7/zmq/backend/cython/utils.so running build running build_py creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/zmq copying zmq/_future.py -> build/lib.linux-riscv64-3.7/zmq copying zmq/error.py -> build/lib.linux-riscv64-3.7/zmq copying zmq/decorators.py -> build/lib.linux-riscv64-3.7/zmq copying zmq/__init__.py -> build/lib.linux-riscv64-3.7/zmq creating build/lib.linux-riscv64-3.7/zmq/backend copying zmq/backend/__init__.py -> build/lib.linux-riscv64-3.7/zmq/backend copying zmq/backend/select.py -> build/lib.linux-riscv64-3.7/zmq/backend creating build/lib.linux-riscv64-3.7/zmq/backend/cython copying zmq/backend/cython/__init__.py -> build/lib.linux-riscv64-3.7/zmq/backend/cython creating build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/_cffi.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/error.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/_poll.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/__init__.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/socket.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/utils.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/devices.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/constants.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/context.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/backend/cffi/message.py -> build/lib.linux-riscv64-3.7/zmq/backend/cffi creating build/lib.linux-riscv64-3.7/zmq/auth copying zmq/auth/thread.py -> build/lib.linux-riscv64-3.7/zmq/auth copying zmq/auth/__init__.py -> build/lib.linux-riscv64-3.7/zmq/auth copying zmq/auth/ioloop.py -> build/lib.linux-riscv64-3.7/zmq/auth copying zmq/auth/certs.py -> build/lib.linux-riscv64-3.7/zmq/auth copying zmq/auth/base.py -> build/lib.linux-riscv64-3.7/zmq/auth creating build/lib.linux-riscv64-3.7/zmq/auth/asyncio copying zmq/auth/asyncio/__init__.py -> build/lib.linux-riscv64-3.7/zmq/auth/asyncio creating build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_poll.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_socket.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_reqrep.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_win32_shim.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_pubsub.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_includes.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_device.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_error.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_monqueue.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_decorators.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_constants.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_zmqstream.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_ssh.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/__init__.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_etc.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_context.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_monitor.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_pair.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_log.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_future.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_security.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_proxy_steerable.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_ioloop.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_z85.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_imports.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_draft.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_version.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_message.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_multipart.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_retry_eintr.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_cffi_backend.py -> build/lib.linux-riscv64-3.7/zmq/tests copying zmq/tests/test_auth.py -> build/lib.linux-riscv64-3.7/zmq/tests creating build/lib.linux-riscv64-3.7/zmq/tests/asyncio copying zmq/tests/asyncio/_test_asyncio.py -> build/lib.linux-riscv64-3.7/zmq/tests/asyncio copying zmq/tests/asyncio/test_asyncio.py -> build/lib.linux-riscv64-3.7/zmq/tests/asyncio copying zmq/tests/asyncio/__init__.py -> build/lib.linux-riscv64-3.7/zmq/tests/asyncio creating build/lib.linux-riscv64-3.7/zmq/asyncio copying zmq/asyncio/__init__.py -> build/lib.linux-riscv64-3.7/zmq/asyncio creating build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/interop.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/constant_names.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/jsonapi.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/__init__.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/garbage.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/sixcerpt.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/z85.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/strtypes.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/monitor.py -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/win32.py -> build/lib.linux-riscv64-3.7/zmq/utils creating build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/attrsettr.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/poll.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/__init__.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/tracker.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/socket.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/stopwatch.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/constants.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/frame.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/version.py -> build/lib.linux-riscv64-3.7/zmq/sugar copying zmq/sugar/context.py -> build/lib.linux-riscv64-3.7/zmq/sugar creating build/lib.linux-riscv64-3.7/zmq/green copying zmq/green/device.py -> build/lib.linux-riscv64-3.7/zmq/green copying zmq/green/core.py -> build/lib.linux-riscv64-3.7/zmq/green copying zmq/green/poll.py -> build/lib.linux-riscv64-3.7/zmq/green copying zmq/green/__init__.py -> build/lib.linux-riscv64-3.7/zmq/green creating build/lib.linux-riscv64-3.7/zmq/green/eventloop copying zmq/green/eventloop/__init__.py -> build/lib.linux-riscv64-3.7/zmq/green/eventloop copying zmq/green/eventloop/zmqstream.py -> build/lib.linux-riscv64-3.7/zmq/green/eventloop copying zmq/green/eventloop/ioloop.py -> build/lib.linux-riscv64-3.7/zmq/green/eventloop creating build/lib.linux-riscv64-3.7/zmq/eventloop copying zmq/eventloop/future.py -> build/lib.linux-riscv64-3.7/zmq/eventloop copying zmq/eventloop/__init__.py -> build/lib.linux-riscv64-3.7/zmq/eventloop copying zmq/eventloop/_deprecated.py -> build/lib.linux-riscv64-3.7/zmq/eventloop copying zmq/eventloop/zmqstream.py -> build/lib.linux-riscv64-3.7/zmq/eventloop copying zmq/eventloop/ioloop.py -> build/lib.linux-riscv64-3.7/zmq/eventloop creating build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/stack_context.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/__init__.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/concurrent.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/log.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/ioloop.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado copying zmq/eventloop/minitornado/util.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado creating build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/windows.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/__init__.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/posix.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/interface.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/auto.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform copying zmq/eventloop/minitornado/platform/common.py -> build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform creating build/lib.linux-riscv64-3.7/zmq/ssh copying zmq/ssh/tunnel.py -> build/lib.linux-riscv64-3.7/zmq/ssh copying zmq/ssh/__init__.py -> build/lib.linux-riscv64-3.7/zmq/ssh copying zmq/ssh/forward.py -> build/lib.linux-riscv64-3.7/zmq/ssh creating build/lib.linux-riscv64-3.7/zmq/devices copying zmq/devices/proxysteerabledevice.py -> build/lib.linux-riscv64-3.7/zmq/devices BUILDSTDERR: copying zmq/de/usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type' BUILDSTDERR: warnings.warn(msg) BUILDSTDERR: Settings obtained from pkg-config: {'library_dirs': [], 'include_dirs': [], 'libraries': ['zmq']} BUILDSTDERR: {'libraries': ['zmq'], 'include_dirs': [], 'library_dirs': [], 'runtime_library_dirs': [], 'extra_link_args': []} BUILDSTDERR: Configure: Autodetecting ZMQ settings... BUILDSTDERR: Custom ZMQ dir: BUILDSTDERR: Checking for timer_create BUILDSTDERR: ** Errors about missing timer_create are a normal part of this process ** BUILDSTDERR: /tmp/timer_createllit_2fb.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int] BUILDSTDERR: 1 | main (int argc, char **argv) { BUILDSTDERR: | ^~~~ BUILDSTDERR: /tmp/timer_createllit_2fb.c: In function ‘main’: BUILDSTDERR: /tmp/timer_createllit_2fb.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration] BUILDSTDERR: 2 | timer_create(); BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/bin/ld: build/temp.linux-riscv64-3.7/scratch/tmp/timer_createllit_2fb.o: in function `main': BUILDSTDERR: /tmp/timer_createllit_2fb.c:2: undefined reference to `timer_create' BUILDSTDERR: collect2: error: ld returned 1 exit status BUILDSTDERR: ** The above error about timer_create is normal and not a problem! ** BUILDSTDERR: no timer_create, linking librt BUILDSTDERR: ZMQ version detected: 4.1.6 BUILDSTDERR: Warning: Detected ZMQ version: 4.1.6, but pyzmq targets ZMQ 4.3.1. BUILDSTDERR: Warning: libzmq features and fixes introduced after 4.1.6 will be unavailable. vices/__init__.py -> build/lib.linux-riscv64-3.7/zmq/devices copying zmq/devices/basedevice.py -> build/lib.linux-riscv64-3.7/zmq/devices copying zmq/devices/monitoredqueuedevice.py -> build/lib.linux-riscv64-3.7/zmq/devices copying zmq/devices/proxydevice.py -> build/lib.linux-riscv64-3.7/zmq/devices copying zmq/devices/monitoredqueue.py -> build/lib.linux-riscv64-3.7/zmq/devices creating build/lib.linux-riscv64-3.7/zmq/log copying zmq/log/__init__.py -> build/lib.linux-riscv64-3.7/zmq/log copying zmq/log/handlers.py -> build/lib.linux-riscv64-3.7/zmq/log copying zmq/backend/cython/checkrc.pxd -> build/lib.linux-riscv64-3.7/zmq/backend/cython copying zmq/backend/cython/message.pxd -> build/lib.linux-riscv64-3.7/zmq/backend/cython copying zmq/backend/cython/context.pxd -> build/lib.linux-riscv64-3.7/zmq/backend/cython copying zmq/backend/cython/libzmq.pxd -> build/lib.linux-riscv64-3.7/zmq/backend/cython copying zmq/backend/cython/socket.pxd -> build/lib.linux-riscv64-3.7/zmq/backend/cython copying zmq/backend/cython/constant_enums.pxi -> build/lib.linux-riscv64-3.7/zmq/backend/cython copying zmq/backend/cython/constants.pxi -> build/lib.linux-riscv64-3.7/zmq/backend/cython copying zmq/backend/cffi/_cdefs.h -> build/lib.linux-riscv64-3.7/zmq/backend/cffi copying zmq/utils/buffers.pxd -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/ipcmaxlen.h -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/getpid_compat.h -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/zmq_compat.h -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/pyversion_compat.h -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/zmq_constants.h -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/mutex.h -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/config.json -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/utils/compiler.json -> build/lib.linux-riscv64-3.7/zmq/utils copying zmq/devices/monitoredqueue.pxd -> build/lib.linux-riscv64-3.7/zmq/devices running build_ext running configure ************************************************ creating build/temp.linux-riscv64-3.7/scratch/tmp gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -c /tmp/timer_createllit_2fb.c -o build/temp.linux-riscv64-3.7/scratch/tmp/timer_createllit_2fb.o gcc -pthread build/temp.linux-riscv64-3.7/scratch/tmp/timer_createllit_2fb.o -o build/temp.linux-riscv64-3.7/scratch/a.out gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.linux-riscv64-3.7/scratch/vers.c -o build/temp.linux-riscv64-3.7/scratch/vers.o gcc -pthread build/temp.linux-riscv64-3.7/scratch/vers.o -lzmq -lrt -o build/temp.linux-riscv64-3.7/scratch/vers ************************************************ ************************************************ skipping 'zmq/backend/cython/_device.c' Cython extension (up-to-date) building 'zmq.backend.cython._device' extension creating build/temp.linux-riscv64-3.7/zmq creating build/temp.linux-riscv64-3.7/zmq/backend creating build/temp.linux-riscv64-3.7/zmq/backend/cython gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/_device.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/_device.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/_device.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/_device.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/backend/cython/_poll.c' Cython extension (up-to-date) building 'zmq.backend.cython._poll' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/_poll.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/_poll.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/_poll.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/_poll.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/backend/cython/_proxy_steerable.c' Cython extension (up-to-date) building 'zmq.backend.cython._proxy_steerable' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/_proxy_steerable.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/_proxy_steerable.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/_proxy_steerable.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/_proxy_steerable.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/backend/cython/_version.c' Cython extension (up-to-date) building 'zmq.backend.cython._version' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/_version.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/_version.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/_version.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/_version.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/backend/cython/constants.c' Cython extension (up-to-date) building 'zmq.backend.cython.constants' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/constants.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/constants.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/constants.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/constants.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/backend/cython/context.c' Cython extension (up-to-date) building 'zmq.backend.cython.context' extension BUILDSTDERR: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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_Azmq/backend/cython/message.c: In function ‘__pyx_pf_3zmq_7backend_6cython_7message_5Frame_16__str__’: BUILDSTDERR: zmq/backend/cython/message.c:3892:33: warning: self-comparison always evaluates to true [-Wtautological-compare] BUILDSTDERR: 3892 | __pyx_t_3 = ((&PyString_Type) == (&PyUnicode_Type)); BUILDSTDERR: | ^~ BUILDSTDERR: zmq/backend/cython/message.c: In function ‘__pyx_pf_3zmq_7backend_6cython_7message_5Frame_18set’: BUILDSTDERR: zmq/backend/cython/message.c:4323:18: warning: variable ‘__pyx_v_routing_id’ set but not used [-Wunused-but-set-variable] BUILDSTDERR: 4323 | pyzmq_uint32_t __pyx_v_routing_id; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: zmq/backend/cython/message.c: In function ‘__pyx_f_3zmq_5utils_7buffers_asbuffer’: BUILDSTDERR: zmq/backend/cython/message.c:5957:7: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 5957 | __pyx_t_4 = PyObject_AsWriteBuffer(__pyx_v_ob, (&__pyx_v_bptr), (&__pyx_v_blen)); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(3, 168, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from zmq/backend/cython/message.c:4: BUILDSTDERR: /usr/include/python3.7m/abstract.h:500:17: note: declared here BUILDSTDERR: 500 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: zmq/backend/cython/message.c:5977:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 5977 | __pyx_t_4 = PyObject_AsReadBuffer(__pyx_v_ob, ((void const **)(&__pyx_v_bptr)), (&__pyx_v_blen)); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(3, 170, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from zmq/backend/cython/message.c:4: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function ‘__pyx_pf_3zmq_7backend_6cython_7message_5Frame_20get’, BUILDSTDERR: inlined from ‘__pyx_pw_3zmq_7backend_6cython_7message_5Frame_21get’ at zmq/backend/cython/message.c:4552:13: BUILDSTDERR: zmq/backend/cython/message.c:4783:55: warning: argument 1 null where non-null expected [-Wnonnull] BUILDSTDERR: 4783 | __pyx_t_4 = __Pyx_decode_c_string(__pyx_v_buf, 0, strlen(__pyx_v_buf), NULL, NULL, PyUnicode_DecodeUTF8); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 403, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:30, BUILDSTDERR: from zmq/backend/cython/message.c:4: BUILDSTDERR: zmq/backend/cython/message.c: In function ‘__pyx_pw_3zmq_7backend_6cython_7message_5Frame_21get’: BUILDSTDERR: /usr/include/string.h:384:15: note: in a call to function ‘strlen’ declared here BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In function ‘__Pyx_decode_c_string’, BUILDSTDERR: inlined from ‘__pyx_pf_3zmq_7backend_6cython_7message_5Frame_20get’ at zmq/backend/cython/message.c:4783:17, BUILDSTDERR: inlined from ‘__pyx_pw_3zmq_7backend_6cython_7message_5Frame_21get’ at zmq/backend/cython/message.c:4552:13: BUILDSTDERR: zmq/backend/cython/message.c:9736:23: warning: argument 1 null where non-null expected [-Wnonnull] BUILDSTDERR: 9736 | size_t slen = strlen(cstring); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:30, BUILDSTDERR: from zmq/backend/cython/message.c:4: BUILDSTDERR: zmq/backend/cython/message.c: In function ‘__pyx_pw_3zmq_7backend_6cython_7message_5Frame_21get’: BUILDSTDERR: /usr/include/string.h:384:15: note: in a call to function ‘strlen’ declared here BUILDSTDERR: 384 | extern size_t strlen (const char *__s) BUILDSTDERR: | ^~~~~~ SSERTIONS -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/context.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/context.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/context.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/context.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/backend/cython/error.c' Cython extension (up-to-date) building 'zmq.backend.cython.error' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/error.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/error.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/error.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/error.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/backend/cython/message.c' Cython extension (up-to-date) building 'zmq.backend.cython.message' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/message.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/message.o BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/message.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/message.cpython-37m-riscv64-linux-gnzmq/backend/cython/socket.c: In function ‘__pyx_pf_3zmq_7backend_6cython_6socket_6Socket_12bind’: BUILDSTDERR: zmq/backend/cython/socket.c:6005:37: warning: self-comparison always evaluates to true [-Wtautological-compare] BUILDSTDERR: 6005 | __pyx_t_2 = ((&PyString_Type) == (&PyUnicode_Type)); BUILDSTDERR: | ^~ BUILDSTDERR: zmq/backend/cython/socket.c:6158:37: warning: self-comparison always evaluates to true [-Wtautological-compare] BUILDSTDERR: 6158 | __pyx_t_3 = ((&PyString_Type) == (&PyUnicode_Type)); BUILDSTDERR: | ^~ BUILDSTDERR: zmq/backend/cython/socket.c: In function ‘__pyx_f_3zmq_5utils_7buffers_asbuffer’: BUILDSTDERR: zmq/backend/cython/socket.c:9679:7: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 9679 | __pyx_t_4 = PyObject_AsWriteBuffer(__pyx_v_ob, (&__pyx_v_bptr), (&__pyx_v_blen)); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(3, 168, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from zmq/backend/cython/socket.c:4: BUILDSTDERR: /usr/include/python3.7m/abstract.h:500:17: note: declared here BUILDSTDERR: 500 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: zmq/backend/cython/socket.c:9699:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 9699 | __pyx_t_4 = PyObject_AsReadBuffer(__pyx_v_ob, ((void const **)(&__pyx_v_bptr)), (&__pyx_v_blen)); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(3, 170, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from zmq/backend/cython/socket.c:4: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: zmq/backend/cython/utils.c: In function ‘__pyx_pf_3zmq_7backend_6cython_5utils_4curve_public’: BUILDSTDERR: zmq/backend/cython/utils.c:1574:9: warning: variable ‘__pyx_v_c_secret_key’ set but not used [-Wunused-but-set-variable] BUILDSTDERR: 1574 | char *__pyx_v_c_secret_key; BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: zmq/devices/monitoredqueue.c: In function ‘__pyx_f_3zmq_5utils_7buffers_asbuffer’: BUILDSTDERR: zmq/devices/monitoredqueue.c:3510:7: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 3510 | __pyx_t_4 = PyObject_AsWriteBuffer(__pyx_v_ob, (&__pyx_v_bptr), (&__pyx_v_blen)); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 168, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from zmq/devices/monitoredqueue.c:4: BUILDSTDERR: /usr/include/python3.7m/abstract.h:500:17: note: declared here BUILDSTDERR: 500 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: zmq/devices/monitoredqueue.c:3530:7: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 3530 | __pyx_t_4 = PyObject_AsReadBuffer(__pyx_v_ob, ((void const **)(&__pyx_v_bptr)), (&__pyx_v_blen)); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 170, __pyx_L1_error) BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:147, BUILDSTDERR: from zmq/devices/monitoredqueue.c:4: BUILDSTDERR: /usr/include/python3.7m/abstract.h:489:17: note: declared here BUILDSTDERR: 489 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ u.so skipping 'zmq/backend/cython/socket.c' Cython extension (up-to-date) building 'zmq.backend.cython.socket' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/socket.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/socket.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/socket.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/socket.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/backend/cython/utils.c' Cython extension (up-to-date) building 'zmq.backend.cython.utils' extension gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/backend/cython/utils.c -o build/temp.linux-riscv64-3.7/zmq/backend/cython/utils.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -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 build/temp.linux-riscv64-3.7/zmq/backend/cython/utils.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/backend/cython/utils.cpython-37m-riscv64-linux-gnu.so skipping 'zmq/devices/monitoredqueue.c' Cython extension (up-to-date) building 'zmq.devices.monitoredqueue' extension creating build/temp.linux-riscv64-3.7/zmq/devices gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -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 -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python3.7m -c zmq/devices/monitoredqueue.c -o build/temp.linux-riscv64-3.7/zmq/devices/monitoredqueue.o BUILDSTDERR: gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-need+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ed -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 build/temp.linux-riscv64-3.7/zmq/devices/monitoredqueue.o -L/usr/lib64 -lzmq -lrt -lpython3.7m -o build/lib.linux-riscv64-3.7/zmq/devices/monitoredqueue.cpython-37m-riscv64-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7ekx4W + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64 + cd pyzmq-18.0.2 + 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' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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-zmq-18.0.2-1.fc31.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend copying build/lib.linux-riscv64-3.7/zmq/backend/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/utils.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/checkrc.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/_poll.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/constant_enums.pxi -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/_proxy_steerable.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/error.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/_device.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/message.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/constants.pxi -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/socket.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/context.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/message.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/constants.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/_version.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/context.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/libzmq.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/cython/socket.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-3.7/zmq/backend/select.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/_cffi.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/error.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/_poll.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/socket.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/utils.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/_cdefs.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/devices.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/constants.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/context.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/backend/cffi/message.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-3.7/zmq/_future.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq copying build/lib.linux-riscv64-3.7/zmq/error.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth copying build/lib.linux-riscv64-3.7/zmq/auth/thread.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth copying build/lib.linux-riscv64-3.7/zmq/auth/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/asyncio copying build/lib.linux-riscv64-3.7/zmq/auth/asyncio/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/asyncio copying build/lib.linux-riscv64-3.7/zmq/auth/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth copying build/lib.linux-riscv64-3.7/zmq/auth/certs.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth copying build/lib.linux-riscv64-3.7/zmq/auth/base.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_poll.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_socket.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_reqrep.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_win32_shim.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_pubsub.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_includes.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_device.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_error.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_monqueue.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_decorators.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_constants.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_zmqstream.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_ssh.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_etc.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio copying build/lib.linux-riscv64-3.7/zmq/tests/asyncio/_test_asyncio.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio copying build/lib.linux-riscv64-3.7/zmq/tests/asyncio/test_asyncio.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio copying build/lib.linux-riscv64-3.7/zmq/tests/asyncio/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio copying build/lib.linux-riscv64-3.7/zmq/tests/test_context.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_monitor.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_pair.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_log.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_future.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_security.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_proxy_steerable.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_z85.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_imports.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_draft.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_version.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_message.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_multipart.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_retry_eintr.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_cffi_backend.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/tests/test_auth.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests copying build/lib.linux-riscv64-3.7/zmq/decorators.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq copying build/lib.linux-riscv64-3.7/zmq/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/asyncio copying build/lib.linux-riscv64-3.7/zmq/asyncio/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/asyncio creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/config.json -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/interop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/buffers.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/ipcmaxlen.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/constant_names.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/getpid_compat.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/jsonapi.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/garbage.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/zmq_compat.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/sixcerpt.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/z85.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/strtypes.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/monitor.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/pyversion_compat.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/zmq_constants.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/win32.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/compiler.json -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils copying build/lib.linux-riscv64-3.7/zmq/utils/mutex.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/attrsettr.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/poll.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/tracker.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/socket.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/stopwatch.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/constants.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/frame.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/version.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-3.7/zmq/sugar/context.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green copying build/lib.linux-riscv64-3.7/zmq/green/device.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green copying build/lib.linux-riscv64-3.7/zmq/green/core.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green copying build/lib.linux-riscv64-3.7/zmq/green/poll.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green copying build/lib.linux-riscv64-3.7/zmq/green/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop copying build/lib.linux-riscv64-3.7/zmq/green/eventloop/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop copying build/lib.linux-riscv64-3.7/zmq/green/eventloop/zmqstream.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop copying build/lib.linux-riscv64-3.7/zmq/green/eventloop/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop copying build/lib.linux-riscv64-3.7/zmq/eventloop/future.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform/windows.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform/posix.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform/interface.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform/auto.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/platform/common.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/stack_context.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/concurrent.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/log.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-3.7/zmq/eventloop/minitornado/util.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-3.7/zmq/eventloop/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop copying build/lib.linux-riscv64-3.7/zmq/eventloop/_deprecated.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop copying build/lib.linux-riscv64-3.7/zmq/eventloop/zmqstream.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop copying build/lib.linux-riscv64-3.7/zmq/eventloop/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh copying build/lib.linux-riscv64-3.7/zmq/ssh/tunnel.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh copying build/lib.linux-riscv64-3.7/zmq/ssh/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh copying build/lib.linux-riscv64-3.7/zmq/ssh/forward.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices copying build/lib.linux-riscv64-3.7/zmq/devices/monitoredqueue.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices copying build/lib.linux-riscv64-3.7/zmq/devices/proxysteerabledevice.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices copying build/lib.linux-riscv64-3.7/zmq/devices/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices copying build/lib.linux-riscv64-3.7/zmq/devices/basedevice.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices copying build/lib.linux-riscv64-3.7/zmq/devices/monitoredqueue.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices copying build/lib.linux-riscv64-3.7/zmq/devices/monitoredqueuedevice.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices copying build/lib.linux-riscv64-3.7/zmq/devices/proxydevice.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices copying build/lib.linux-riscv64-3.7/zmq/devices/monitoredqueue.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log copying build/lib.linux-riscv64-3.7/zmq/log/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log copying build/lib.linux-riscv64-3.7/zmq/log/handlers.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/select.py to select.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/_cffi.py to _cffi.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/error.py to error.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/_poll.py to _poll.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/socket.py to socket.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/devices.py to devices.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/constants.py to constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/context.py to context.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/message.py to message.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/_future.py to _future.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/error.py to error.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/thread.py to thread.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/asyncio/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/ioloop.py to ioloop.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/certs.py to certs.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/base.py to base.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_poll.py to test_poll.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_socket.py to test_socket.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_reqrep.py to test_reqrep.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_win32_shim.py to test_win32_shim.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_pubsub.py to test_pubsub.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_includes.py to test_includes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_device.py to test_device.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_error.py to test_error.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_monqueue.py to test_monqueue.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_decorators.py to test_decorators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_constants.py to test_constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_zmqstream.py to test_zmqstream.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_ssh.py to test_ssh.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_etc.py to test_etc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio/_test_asyncio.py to _test_asyncio.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio/test_asyncio.py to test_asyncio.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_context.py to test_context.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_monitor.py to test_monitor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_pair.py to test_pair.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_log.py to test_log.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_future.py to test_future.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_security.py to test_security.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_proxy_steerable.py to test_proxy_steerable.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_ioloop.py to test_ioloop.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_z85.py to test_z85.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_imports.py to test_imports.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_draft.py to test_draft.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_version.py to test_version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_message.py to test_message.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_multipart.py to test_multipart.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_retry_eintr.py to test_retry_eintr.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_cffi_backend.py to test_cffi_backend.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_auth.py to test_auth.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/decorators.py to decorators.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/asyncio/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/interop.py to interop.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/constant_names.py to constant_names.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/jsonapi.py to jsonapi.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/garbage.py to garbage.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/sixcerpt.py to sixcerpt.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/z85.py to z85.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/strtypes.py to strtypes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/monitor.py to monitor.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/win32.py to win32.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/attrsettr.py to attrsettr.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/poll.py to poll.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/tracker.py to tracker.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/socket.py to socket.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/stopwatch.py to stopwatch.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/constants.py to constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/frame.py to frame.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/version.py to version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/context.py to context.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/device.py to device.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/core.py to core.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/poll.py to poll.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop/zmqstream.py to zmqstream.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop/ioloop.py to ioloop.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/future.py to future.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/windows.py to windows.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/posix.py to posix.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/interface.py to interface.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/auto.py to auto.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/common.py to common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/stack_context.py to stack_context.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/concurrent.py to concurrent.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/log.py to log.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/ioloop.py to ioloop.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/util.py to util.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/_deprecated.py to _deprecated.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/zmqstream.py to zmqstream.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/ioloop.py to ioloop.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh/tunnel.py to tunnel.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh/forward.py to forward.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/proxysteerabledevice.py to proxysteerabledevice.cpython-37.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/__init__.py to __init__.cpython-37.py/usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type' BUILDSTDERR: warnings.warn(msg) + pathfix.py -pn -i /usr/bin/python3 /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages c byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/basedevice.py to basedevice.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/monitoredqueuedevice.py to monitoredqueuedevice.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/proxydevice.py to proxydevice.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/monitoredqueue.py to monitoredqueue.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log/handlers.py to handlers.cpython-37.pyc writing byte-compilation script '/tmp/tmpr2u_4a6f.py' /usr/bin/python3 /tmp/tmpr2u_4a6f.py removing /tmp/tmpr2u_4a6f.py running install_egg_info Writing /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/pyzmq-18.0.2-py3.7.egg-info /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/_future.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/decorators.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/error.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/asyncio/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/base.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/certs.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/ioloop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/thread.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/asyncio/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/select.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/_cffi.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/_poll.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/constants.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/context.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/devices.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/error.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/message.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/socket.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/utils.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/basedevice.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/monitoredqueue.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/monitoredqueuedevice.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/proxydevice.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/proxysteerabledevice.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/_deprecated.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/future.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/ioloop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/zmqstream.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/concurrent.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/ioloop.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/log.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/stack_context.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/util.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/auto.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/common.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/interface.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/posix.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/windows.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/core.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/device.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/poll.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop/ioloop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop/zmqstream.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log/handlers.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh/forward.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh/tunnel.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/attrsettr.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/constants.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/context.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/frame.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/poll.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/socket.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/stopwatch.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/tracker.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/version.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_auth.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_cffi_backend.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_constants.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_context.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_decorators.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_device.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_draft.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_error.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_etc.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_future.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_imports.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_includes.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_ioloop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_log.py: no change BUILDSTDERR: /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/asyncio') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/asyncio/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/asyncio') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/auth/asyncio/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cffi/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/eventloop/minitornado/platform/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/green/eventloop/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/log/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/ssh/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/sugar/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio/__pycache__') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/__pycache__') + 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' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -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-zmq-18.0.2-1.fc31.riscv64 BUILDSTDERR: /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type' BUILDSTDERR: warnings.warn(msg) lib64/python3.7/site-packages/zmq/tests/test_message.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_monitor.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_monqueue.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_multipart.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_pair.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_poll.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_proxy_steerable.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_pubsub.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_reqrep.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_retry_eintr.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_security.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_socket.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_ssh.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_version.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_win32_shim.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_z85.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/test_zmqstream.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio/_test_asyncio.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/tests/asyncio/test_asyncio.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/constant_names.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/garbage.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/interop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/jsonapi.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/monitor.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/sixcerpt.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/strtypes.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/win32.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/utils/z85.py: no change running install running install_lib creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend copying build/lib.linux-riscv64-2.7/zmq/backend/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/constants.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/checkrc.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/message.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/socket.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/_version.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/constant_enums.pxi -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/error.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/_device.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/message.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/constants.pxi -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/context.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/context.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/_proxy_steerable.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/_poll.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/utils.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/libzmq.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/cython/socket.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython copying build/lib.linux-riscv64-2.7/zmq/backend/select.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/_cffi.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/error.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/_poll.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/socket.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/utils.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/_cdefs.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/devices.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/constants.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/context.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/backend/cffi/message.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi copying build/lib.linux-riscv64-2.7/zmq/_future.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq copying build/lib.linux-riscv64-2.7/zmq/error.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth copying build/lib.linux-riscv64-2.7/zmq/auth/thread.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth copying build/lib.linux-riscv64-2.7/zmq/auth/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth copying build/lib.linux-riscv64-2.7/zmq/auth/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth copying build/lib.linux-riscv64-2.7/zmq/auth/certs.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth copying build/lib.linux-riscv64-2.7/zmq/auth/base.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_poll.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_socket.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_reqrep.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_win32_shim.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_pubsub.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_includes.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_device.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_error.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_monqueue.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_decorators.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_constants.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_zmqstream.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_ssh.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_etc.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_context.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_monitor.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_pair.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_log.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_future.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_security.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_proxy_steerable.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_z85.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_imports.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_draft.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_version.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_message.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_multipart.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_retry_eintr.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_cffi_backend.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/tests/test_auth.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests copying build/lib.linux-riscv64-2.7/zmq/decorators.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq copying build/lib.linux-riscv64-2.7/zmq/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/config.json -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/interop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/buffers.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/ipcmaxlen.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/constant_names.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/getpid_compat.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/jsonapi.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/garbage.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/zmq_compat.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/sixcerpt.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/z85.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/strtypes.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/monitor.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/pyversion_compat.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/zmq_constants.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/win32.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/compiler.json -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils copying build/lib.linux-riscv64-2.7/zmq/utils/mutex.h -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/attrsettr.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/poll.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/tracker.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/socket.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/stopwatch.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/constants.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/frame.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/version.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar copying build/lib.linux-riscv64-2.7/zmq/sugar/context.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green copying build/lib.linux-riscv64-2.7/zmq/green/device.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green copying build/lib.linux-riscv64-2.7/zmq/green/core.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green copying build/lib.linux-riscv64-2.7/zmq/green/poll.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green copying build/lib.linux-riscv64-2.7/zmq/green/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop copying build/lib.linux-riscv64-2.7/zmq/green/eventloop/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop copying build/lib.linux-riscv64-2.7/zmq/green/eventloop/zmqstream.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop copying build/lib.linux-riscv64-2.7/zmq/green/eventloop/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop copying build/lib.linux-riscv64-2.7/zmq/eventloop/future.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform/windows.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform/posix.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform/interface.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform/auto.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/platform/common.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/stack_context.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/concurrent.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/log.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-2.7/zmq/eventloop/minitornado/util.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado copying build/lib.linux-riscv64-2.7/zmq/eventloop/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop copying build/lib.linux-riscv64-2.7/zmq/eventloop/_deprecated.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop copying build/lib.linux-riscv64-2.7/zmq/eventloop/zmqstream.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop copying build/lib.linux-riscv64-2.7/zmq/eventloop/ioloop.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh copying build/lib.linux-riscv64-2.7/zmq/ssh/tunnel.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh copying build/lib.linux-riscv64-2.7/zmq/ssh/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh copying build/lib.linux-riscv64-2.7/zmq/ssh/forward.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices copying build/lib.linux-riscv64-2.7/zmq/devices/monitoredqueue.pxd -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices copying build/lib.linux-riscv64-2.7/zmq/devices/proxysteerabledevice.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices copying build/lib.linux-riscv64-2.7/zmq/devices/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices copying build/lib.linux-riscv64-2.7/zmq/devices/basedevice.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices copying build/lib.linux-riscv64-2.7/zmq/devices/monitoredqueuedevice.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices copying build/lib.linux-riscv64-2.7/zmq/devices/monitoredqueue.so -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices copying build/lib.linux-riscv64-2.7/zmq/devices/proxydevice.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices copying build/lib.linux-riscv64-2.7/zmq/devices/monitoredqueue.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices creating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/log copying build/lib.linux-riscv64-2.7/zmq/log/__init__.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/log copying build/lib.linux-riscv64-2.7/zmq/log/handlers.py -> /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/log byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/select.py to select.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/_cffi.py to _cffi.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/_poll.py to _poll.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/socket.py to socket.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/devices.py to devices.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/_future.py to _future.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/thread.py to thread.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/ioloop.py to ioloop.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/certs.py to certs.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_poll.py to test_poll.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_socket.py to test_socket.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_reqrep.py to test_reqrep.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_win32_shim.py to test_win32_shim.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_pubsub.py to test_pubsub.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_includes.py to test_includes.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_device.py to test_device.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_error.py to test_error.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_monqueue.py to test_monqueue.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_decorators.py to test_decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_constants.py to test_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_zmqstream.py to test_zmqstream.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_ssh.py to test_ssh.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_etc.py to test_etc.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_monitor.py to test_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_pair.py to test_pair.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_log.py to test_log.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_future.py to test_future.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_security.py to test_security.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_proxy_steerable.py to test_proxy_steerable.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_ioloop.py to test_ioloop.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_z85.py to test_z85.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_imports.py to test_imports.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_draft.py to test_draft.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_message.py to test_message.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_multipart.py to test_multipart.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_retry_eintr.py to test_retry_eintr.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_cffi_backend.py to test_cffi_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/interop.py to interop.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/constant_names.py to constant_names.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/jsonapi.py to jsonapi.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/garbage.py to garbage.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/sixcerpt.py to sixcerpt.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/z85.py to z85.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/strtypes.py to strtypes.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/monitor.py to monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/win32.py to win32.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/attrsettr.py to attrsettr.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/poll.py to poll.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/tracker.py to tracker.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/socket.py to socket.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/stopwatch.py to stopwatch.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/frame.py to frame.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/device.py to device.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/core.py to core.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/poll.py to poll.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop/zmqstream.py to zmqstream.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop/ioloop.py to ioloop.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/future.py to future.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/windows.py to windows.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/posix.py to posix.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/interface.py to interface.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/auto.py to auto.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/stack_context.py to stack_context.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/concurrent.py to concurrent.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/ioloop.py to ioloop.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/_deprecated.py to _deprecated.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/zmqstream.py to zmqstream.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/ioloop.py to ioloop.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh/tunnel.py to tunnel.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh/forward.py to forward.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/proxysteerabledevice.py to proxysteerabledevice.pyc BUILDSTDERR: byte-compiling /builddir/bu+ pathfix.py -pn -i /usr/bin/python2 /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages ild/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/basedevice.py to basedevice.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/monitoredqueuedevice.py to monitoredqueuedevice.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/proxydevice.py to proxydevice.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/monitoredqueue.py to monitoredqueue.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/log/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/log/handlers.py to handlers.pyc writing byte-compilation script '/tmp/tmpecLDBL.py' /usr/bin/python2 -O /tmp/tmpecLDBL.py removing /tmp/tmpecLDBL.py running install_egg_info Writing /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/pyzmq-18.0.2-py2.7.egg-info /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/_future.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/decorators.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/error.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/base.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/certs.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/ioloop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth/thread.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/select.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/_cffi.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/_poll.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/constants.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/context.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/devices.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/error.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/message.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/socket.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi/utils.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/basedevice.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/monitoredqueue.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/monitoredqueuedevice.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/proxydevice.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/proxysteerabledevice.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/_deprecated.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/future.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/ioloop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/zmqstream.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/concurrent.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/ioloop.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/log.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/stack_context.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/util.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/auto.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/common.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/interface.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/posix.py: updating /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform/windows.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/core.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/device.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/poll.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop/ioloop.py: no change BUILDSTDERR: /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop/zmqstreamrecursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/auth') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cffi') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/eventloop/minitornado/platform') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/green/eventloop') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/log') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests') BUILDSTDERR: recursedown('/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils') .py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/log/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/log/handlers.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh/forward.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/ssh/tunnel.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/attrsettr.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/constants.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/context.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/frame.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/poll.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/socket.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/stopwatch.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/tracker.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/sugar/version.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_auth.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_cffi_backend.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_constants.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_context.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_decorators.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_device.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_draft.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_error.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_etc.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_future.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_imports.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_includes.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_ioloop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_log.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_message.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_monitor.py: no change BUILDSTDERR: /builddir/buil+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 18.0.2-1.fc31 --unique-debug-suffix -18.0.2-1.fc31.riscv64 --unique-debug-src-base python-zmq-18.0.2-1.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pyzmq-18.0.2 d/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_monqueue.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_multipart.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_pair.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_poll.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_proxy_steerable.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_pubsub.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_reqrep.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_retry_eintr.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_security.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_socket.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_ssh.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_version.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_win32_shim.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_z85.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/tests/test_zmqstream.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/__init__.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/constant_names.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/garbage.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/interop.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/jsonapi.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/monitor.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/sixcerpt.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/strtypes.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/win32.py: no change /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/utils/z85.py: no change explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/_poll.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/_device.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/_version.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/_proxy_steerable.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/_proxy_steerable.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/_device.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/_version.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/_poll.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/constants.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/context.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/error.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/message.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/constants.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/context.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/error.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/message.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/socket.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/socket.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/utils.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/backend/cython/utils.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/monitoredqueue.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7/site-packages/zmq/devices/monitoredqueue.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/_device.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/_device.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/_poll.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/_poll.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/_proxy_steerable.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/_proxy_steerable.cpython-37m-riscv64-linux-gnu.so BUILDSTDERR: explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-pac6221 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs kages/zmq/backend/cython/_version.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/_version.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/constants.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/constants.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/context.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/context.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/error.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/message.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/error.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/message.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/socket.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/socket.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/utils.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/backend/cython/utils.cpython-37m-riscv64-linux-gnu.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/monitoredqueue.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7/site-packages/zmq/devices/monitoredqueue.cpython-37m-riscv64-linux-gnu.so original debug info size: 6764kB, size after compression: 6248kB /usr/lib/rpm/sepdebugcrcfix: Updated 22 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bGK5MY Processing files: python2-zmq-18.0.2-1.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uHvYuV + umask 022 + cd /builddir/build/BUILD + cd pyzmq-18.0.2 + DOCDIR=/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/doc/python2-zmq + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/doc/python2-zmq + cp -pr README.md /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/doc/python2-zmq + cp -pr examples/ /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/doc/python2-zmq + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NzmQuV + umask 022 + cd /builddir/build/BUILD + cd pyzmq-18.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/licenses/python2-zmq + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/licenses/python2-zmq + cp -pr COPYING.BSD COPYING.LESSER /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/licenses/python2-zmq + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python2-zmq = 18.0.2-1.fc31 python2-zmq(riscv-64) = 18.0.2-1.fc31 python2.7dist(pyzmq) = 18.0.2 python2dist(pyzmq) = 18.0.2 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython2.7.so.1.0()(64bit) libzmq.so.5()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python2-zmq-tests-18.0.2-1.fc31.riscv64 Provides: python2-zmq-tests = 18.0.2-1.fc31 python2-zmq-tests(riscv-64) = 18.0.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python3-zmq-18.0.2-1.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7axFxY + umask 022 + cd /builddir/build/BUILD + cd pyzmq-18.0.2 + DOCDIR=/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/doc/python3-zmq + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/doc/python3-zmq + cp -pr README.md /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/doc/python3-zmq + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Km45CW + umask 022 + cd /builddir/build/BUILD + cd pyzmq-18.0.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/licenses/python3-zmq + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/licenses/python3-zmq + cp -pr COPYING.BSD COPYING.LESSER /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64/usr/share/licenses/python3-zmq + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-zmq = 18.0.2-1.fc31 python3-zmq = 18.0.2-1.fc31 python3-zmq(riscv-64) = 18.0.2-1.fc31 python3.7dist(pyzmq) = 18.0.2 python3dist(pyzmq) = 18.0.2 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython3.7m.so.1.0()(64bit) libzmq.so.5()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Obsoletes: python-zmq < 18.0.2-1.fc31 Processing files: python3-zmq-tests-18.0.2-1.fc31.riscv64 Provides: python-zmq-tests = 18.0.2-1.fc31 python3-zmq-tests = 18.0.2-1.fc31 python3-zmq-tests(riscv-64) = 18.0.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.7 Obsoletes: python-zmq-tests < 18.0.2-1.fc31 Processing files: python-zmq-debugsource-18.0.2-1.fc31.riscv64 Provides: python-zmq-debugsource = 18.0.2-1.fc31 python-zmq-debugsource(riscv-64) = 18.0.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-zmq-debuginfo-18.0.2-1.fc31.riscv64 Provides: python-zmq-debuginfo = 18.0.2-1.fc31 python-zmq-debuginfo(riscv-64) = 18.0.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-zmq-debugsource(riscv-64) = 18.0.2-1.fc31 Processing files: python2-zmq-debuginfo-18.0.2-1.fc31.riscv64 Provides: debuginfo(build-id) = 27552a6cd8dec23624fe21096fa1919c1bb09e13 debuginfo(build-id) = 2c212293d53e2e11e4a43e9959201b8285a958c0 debuginfo(build-id) = 43e2c0931b8a137c3f303321c3593825668436bc debuginfo(build-id) = 477b2818bfb4a95c7c259d74f6ad923e8faed458 debuginfo(build-id) = 59ed58c8046c54c02a2758927eed739b81854939 debuginfo(build-id) = 7676c8a117b971bbe8c6957f1a35d7d4bcb6387a debuginfo(build-id) = ab360cd4ad926c569469792925869f71c3bf1ed3 debuginfo(build-id) = d5716ce5f9f038907e14ebc17df2cac1717c3477 debuginfo(build-id) = d5fa8597fa62fb6ed3e6572b6fe8c48a11651cd1 debuginfo(build-id) = deab0e0d7bcf0007710b70ebc34c34f9c808131c debuginfo(build-id) = fa2683cdca0e61ee24b34c7822c8362055677a6b python2-zmq-debuginfo = 18.0.2-1.fc31 python2-zmq-debuginfo(riscv-64) = 18.0.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-zmq-debugsource(riscv-64) = 18.0.2-1.fc31 Processing files: python3-zmq-debuginfo-18.0.2-1.fc31.riscv64 Provides: debuginfo(build-id) = 12aa3287848a2b9b846dc34a046cc1b05366f072 debuginfo(build-id) = 4092517332c192838cddf93542e0e2a31d103ff4 debuginfo(build-id) = 547460700d9d2b806033595f07c10febf0a18369 debuginfo(build-id) = 568dd51ead1b2da7e47f02c3a8422635de951c4a debuginfo(build-id) = 613f4293c1d0447fddf021fc9866ef1f87b74321 debuginfo(build-id) = 746d5b02c6b1f5f47f2530d1113f5ab2008185c2 debuginfo(build-id) = 993f2392e17c08bae9a7761cb20640419a19f5a5 debuginfo(build-id) = a16db1e3a4b1da3f0c6bf4d61742cd82a41efac1 debuginfo(build-id) = b38ed82237ab87f13e836877586e0e5a48bff777 debuginfo(build-id) = ded30be6ef35a4584a5696b9474f486c9f744e05 debuginfo(build-id) = e0ea4b88127f1a8e7e331049f5026a59332ea21a python3-zmq-debuginfo = 18.0.2-1.fc31 python3-zmq-debuginfo(riscv-64) = 18.0.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-zmq-debugsource(riscv-64) = 18.0.2-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64 Wrote: /builddir/build/RPMS/python3-zmq-tests-18.0.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-zmq-tests-18.0.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-zmq-debuginfo-18.0.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-zmq-18.0.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-zmq-18.0.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-zmq-debugsource-18.0.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-zmq-debuginfo-18.0.2-1.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-zmq-debuginfo-18.0.2-1.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nFajPY + umask 022 + cd /builddir/build/BUILD + cd pyzmq-18.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-zmq-18.0.2-1.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0