Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-pykafka.spec'], chrootPath='/var/lib/mock/f30-build-38264-22086/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=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-pykafka.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 Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/python-pykafka-2.6.0-0.4.dev2.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pykafka.spec'], chrootPath='/var/lib/mock/f30-build-38264-22086/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=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pykafka.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 Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VaQvZq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pykafka-2.6.0.dev2 + /usr/bin/gzip -dc /builddir/build/SOURCES/pykafka-2.6.0.dev2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pykafka-2.6.0.dev2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf pykafka.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.k09RQt + umask 022 + cd /builddir/build/BUILD + cd pykafka-2.6.0.dev2 + 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' running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/tests copying tests/__init__.py -> build/lib.linux-riscv64-2.7/tests copying tests/conftest.py -> build/lib.linux-riscv64-2.7/tests creating build/lib.linux-riscv64-2.7/pykafka copying pykafka/connection.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/protocol.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/exceptions.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/balancedconsumer.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/simpleconsumer.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/partition.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/broker.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/__init__.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/managedbalancedconsumer.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/topic.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/client.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/producer.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/partitioners.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/common.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/handlers.py -> build/lib.linux-riscv64-2.7/pykafka copying pykafka/cluster.py -> build/lib.linux-riscv64-2.7/pykafka creating build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/test_balancedconsumer.py -> build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/test_partitioners.py -> build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/__init__.py -> build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/test_ssl.py -> build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/test_simpleconsumer.py -> build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/test_cluster.py -> build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/test_protocol.py -> build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/test_partition.py -> build/lib.linux-riscv64-2.7/tests/pykafka copying tests/pykafka/test_producer.py -> build/lib.linux-riscv64-2.7/tests/pykafka creating build/lib.linux-riscv64-2.7/tests/pykafka/utils copying tests/pykafka/utils/test_struct_helpers.py -> build/lib.linux-riscv64-2.7/tests/pykafka/utils copying tests/pykafka/utils/__init__.py -> build/lib.linux-riscv64-2.7/tests/pykafka/utils copying tests/pykafka/utils/test_compression.py -> build/lib.linux-riscv64-2.7/tests/pykafka/utils creating build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/__init__.py -> build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/test_ssl.py -> build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/test_rd_kafka_consumer.py -> build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/test_simple_consumer.py -> build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/test_producer.py -> build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka creating build/lib.linux-riscv64-2.7/pykafka/cli copying pykafka/cli/kafka_tools.py -> build/lib.linux-riscv64-2.7/pykafka/cli copying pykafka/cli/__init__.py -> build/lib.linux-riscv64-2.7/pykafka/cli creating build/lib.linux-riscv64-2.7/pykafka/utils copying pykafka/utils/struct_helpers.py -> build/lib.linux-riscv64-2.7/pykafka/utils copying pykafka/utils/compat.py -> build/lib.linux-riscv64-2.7/pykafka/utils copying pykafka/utils/__init__.py -> build/lib.linux-riscv64-2.7/pykafka/utils copying pykafka/utils/compression.py -> build/lib.linux-riscv64-2.7/pykafka/utils copying pykafka/utils/error_handlers.py -> build/lib.linux-riscv64-2.7/pykafka/utils copying pykafka/utils/socket.py -> build/lib.linux-riscv64-2.7/pykafka/utils creating build/lib.linux-riscv64-2.7/pykafka/rdkafka copying pykafka/rdkafka/simple_consumer.py -> build/lib.linux-riscv64-2.7/pykafka/rdkafka copying pykafka/rdkafka/__init__.py -> build/lib.linux-riscv64-2.7/pykafka/rdkafka copying pykafka/rdkafka/producer.py -> build/lib.linux-riscv64-2.7/pykafka/rdkafka copying pykafka/rdkafka/helpers.py -> build/lib.linux-riscv64-2.7/pykafka/rdkafka creating build/lib.linux-riscv64-2.7/pykafka/test copying pykafka/test/utils.py -> build/lib.linux-riscv64-2.7/pykafka/test copying pykafka/test/__init__.py -> build/lib.linux-riscv64-2.7/pykafka/test copying pykafka/test/kafka_instance.py -> build/lib.linux-riscv64-2.7/pykafka/test running egg_info creating pykafka.egg-info writing requirements to pykafka.egg-info/requires.txt writing pykafka.egg-info/PKG-INFO writing top-level names to pykafka.egg-info/top_level.txt writing dependency_links to pykafka.egg-info/dependency_links.txt writing entry points to pykafka.egg-info/entry_points.txt writing manifest file 'pykafka.egg-info/SOURCES.txt' reading manifest file 'pykafka.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pykafka.egg-info/SOURCES.txt' copying pykafka/rdkafka/_rd_kafkamodule.c -> build/lib.linux-riscv64-2.7/pykafka/rdkafka running build_ext building 'pykafka.rdkafka._rd_kafka' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/pykafka creating build/temp.linux-riscv64-2.7/pykafka/rdkafka 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 -I/usr/include/python2.7 -c pykafka/rdkafka/_rd_kafkamodule.c -o build/temp.linux-riscv64-2.7/pykafka/rdkafka/_rd_kafkamodule.o BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c: In function 'RdkHandle_start': BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c:492:9: warning: 'rd_kafka_errno2err' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: set_pykafka_error_from_code(rd_kafka_errno2err(errno), NULL); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from pykafka/rdkafka/_rd_kafkamodule.c:11: BUILDSTDERR: /usr/include/librdkafka/rdkafka.h:574:21: note: declared here BUILDSTDERR: rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c: In function 'Producer_produce': BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c:670:9: warning: 'rd_kafka_errno2err' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: rd_kafka_resp_err_t err = rd_kafka_errno2err(errno); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from pykafka/rdkafka/_rd_kafkamodule.c:11: BUILDSTDERR: /usr/include/librdkafka/rdkafka.h:574:21: note: declared here BUILDSTDERR: rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c: In function 'Consumer_stop': BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c:791:17: warning: 'rd_kafka_errno2err' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: set_pykafka_error_from_code(rd_kafka_errno2err(errno), NULL); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from pykafka/rdkafka/_rd_kafkamodule.c:11: BUILDSTDERR: /usr/include/librdkafka/rdkafka.h:574:21: note: declared here BUILDSTDERR: rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c: In function 'Consumer_start': BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c:923:13: warning: 'rd_kafka_errno2err' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: set_pykafka_error_from_code(rd_kafka_errno2err(errno), NULL); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from pykafka/rdkafka/_rd_kafkamodule.c:11: BUILDSTDERR: /usr/include/librdkafka/rdkafka.h:574:21: note: declared here BUILDSTDERR: rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -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/pykafka/rdkafka/_rd_kafkamodule.o -L/usr/lib64 -lrdkafka -lpython2.7 -o build/lib.linux-riscv64-2.7/pykafka/rdkafka/_rd_kafka.so + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + 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' running build running build_py creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/tests copying tests/__init__.py -> build/lib.linux-riscv64-3.7/tests copying tests/conftest.py -> build/lib.linux-riscv64-3.7/tests creating build/lib.linux-riscv64-3.7/pykafka copying pykafka/connection.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/protocol.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/exceptions.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/balancedconsumer.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/simpleconsumer.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/partition.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/broker.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/__init__.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/managedbalancedconsumer.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/topic.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/client.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/producer.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/partitioners.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/common.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/handlers.py -> build/lib.linux-riscv64-3.7/pykafka copying pykafka/cluster.py -> build/lib.linux-riscv64-3.7/pykafka creating build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/test_balancedconsumer.py -> build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/test_partitioners.py -> build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/__init__.py -> build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/test_ssl.py -> build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/test_simpleconsumer.py -> build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/test_cluster.py -> build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/test_protocol.py -> build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/test_partition.py -> build/lib.linux-riscv64-3.7/tests/pykafka copying tests/pykafka/test_producer.py -> build/lib.linux-riscv64-3.7/tests/pykafka creating build/lib.linux-riscv64-3.7/tests/pykafka/utils copying tests/pykafka/utils/test_struct_helpers.py -> build/lib.linux-riscv64-3.7/tests/pykafka/utils copying tests/pykafka/utils/__init__.py -> build/lib.linux-riscv64-3.7/tests/pykafka/utils copying tests/pykafka/utils/test_compression.py -> build/lib.linux-riscv64-3.7/tests/pykafka/utils creating build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/__init__.py -> build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/test_ssl.py -> build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/test_rd_kafka_consumer.py -> build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/test_simple_consumer.py -> build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka copying tests/pykafka/rdkafka/test_producer.py -> build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka creating build/lib.linux-riscv64-3.7/pykafka/cli copying pykafka/cli/kafka_tools.py -> build/lib.linux-riscv64-3.7/pykafka/cli copying pykafka/cli/__init__.py -> build/lib.linux-riscv64-3.7/pykafka/cli creating build/lib.linux-riscv64-3.7/pykafka/utils copying pykafka/utils/struct_helpers.py -> build/lib.linux-riscv64-3.7/pykafka/utils copying pykafka/utils/compat.py -> build/lib.linux-riscv64-3.7/pykafka/utils copying pykafka/utils/__init__.py -> build/lib.linux-riscv64-3.7/pykafka/utils copying pykafka/utils/compression.py -> build/lib.linux-riscv64-3.7/pykafka/utils copying pykafka/utils/error_handlers.py -> build/lib.linux-riscv64-3.7/pykafka/utils copying pykafka/utils/socket.py -> build/lib.linux-riscv64-3.7/pykafka/utils creating build/lib.linux-riscv64-3.7/pykafka/rdkafka copying pykafka/rdkafka/simple_consumer.py -> build/lib.linux-riscv64-3.7/pykafka/rdkafka copying pykafka/rdkafka/__init__.py -> build/lib.linux-riscv64-3.7/pykafka/rdkafka copying pykafka/rdkafka/producer.py -> build/lib.linux-riscv64-3.7/pykafka/rdkafka copying pykafka/rdkafka/helpers.py -> build/lib.linux-riscv64-3.7/pykafka/rdkafka creating build/lib.linux-riscv64-3.7/pykafka/test copying pykafka/test/utils.py -> build/lib.linux-riscv64-3.7/pykafka/test copying pykafka/test/__init__.py -> build/lib.linux-riscv64-3.7/pykafka/test copying pykafka/test/kafka_instance.py -> build/lib.linux-riscv64-3.7/pykafka/test running egg_info writing pykafka.egg-info/PKG-INFO writing dependency_links to pykafka.egg-info/dependency_links.txt writing entry points to pykafka.egg-info/entry_points.txt writing requirements to pykafka.egg-info/requires.txt writing top-level names to pykafka.egg-info/top_level.txt reading manifest file 'pykafka.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pykafka.egg-info/SOURCES.txt' copying pykafka/rdkafka/_rd_kafkamodule.c -> build/lib.linux-riscv64-3.7/pykafka/rdkafka running build_ext building 'pykafka.rdkafka._rd_kafka' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/pykafka creating build/temp.linux-riscv64-3.7/pykafka/rdkafka gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/python3.7m -c pykafka/rdkafka/_rd_kafkamodule.c -o build/temp.linux-riscv64-3.7/pykafka/rdkafka/_rd_kafkamodule.o BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c: In function ‘RdkHandle_start’: BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c:492:9: warning: ‘rd_kafka_errno2err’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: set_pykafka_error_from_code(rd_kafka_errno2err(errno), NULL); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from pykafka/rdkafka/_rd_kafkamodule.c:11: BUILDSTDERR: /usr/include/librdkafka/rdkafka.h:574:21: note: declared here BUILDSTDERR: rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c: In function ‘Producer_produce’: BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c:670:9: warning: ‘rd_kafka_errno2err’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: rd_kafka_resp_err_t err = rd_kafka_errno2err(errno); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from pykafka/rdkafka/_rd_kafkamodule.c:11: BUILDSTDERR: /usr/include/librdkafka/rdkafka.h:574:21: note: declared here BUILDSTDERR: rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c: In function ‘Consumer_stop’: BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c:791:17: warning: ‘rd_kafka_errno2err’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: set_pykafka_error_from_code(rd_kafka_errno2err(errno), NULL); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from pykafka/rdkafka/_rd_kafkamodule.c:11: BUILDSTDERR: /usr/include/librdkafka/rdkafka.h:574:21: note: declared here BUILDSTDERR: rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c: In function ‘Consumer_start’: BUILDSTDERR: pykafka/rdkafka/_rd_kafkamodule.c:923:13: warning: ‘rd_kafka_errno2err’ is deprecated [-Wdeprecated-declarations] BUILDSTDERR: set_pykafka_error_from_code(rd_kafka_errno2err(errno), NULL); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from pykafka/rdkafka/_rd_kafkamodule.c:11: BUILDSTDERR: /usr/include/librdkafka/rdkafka.h:574:21: note: declared here BUILDSTDERR: rd_kafka_resp_err_t rd_kafka_errno2err(int errnox); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -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/pykafka/rdkafka/_rd_kafkamodule.o -L/usr/lib64 -lrdkafka -lpython3.7m -o build/lib.linux-riscv64-3.7/pykafka/rdkafka/_rd_kafka.cpython-37m-riscv64-linux-gnu.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.565fpu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64 + cd pykafka-2.6.0.dev2 + 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-pykafka-2.6.0-0.4.dev2.fc30.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests copying build/lib.linux-riscv64-3.7/tests/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/pykafka/test_balancedconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/pykafka/test_partitioners.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/utils copying build/lib.linux-riscv64-3.7/tests/pykafka/utils/test_struct_helpers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/utils copying build/lib.linux-riscv64-3.7/tests/pykafka/utils/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/utils copying build/lib.linux-riscv64-3.7/tests/pykafka/utils/test_compression.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/utils creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka/test_ssl.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka/test_rd_kafka_consumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka/test_simple_consumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/tests/pykafka/rdkafka/test_producer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/tests/pykafka/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/pykafka/test_ssl.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/pykafka/test_simpleconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/pykafka/test_cluster.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/pykafka/test_protocol.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/pykafka/test_partition.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/pykafka/test_producer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-3.7/tests/conftest.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/connection.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/cli copying build/lib.linux-riscv64-3.7/pykafka/cli/kafka_tools.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/cli copying build/lib.linux-riscv64-3.7/pykafka/cli/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/cli copying build/lib.linux-riscv64-3.7/pykafka/protocol.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/exceptions.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-3.7/pykafka/utils/struct_helpers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-3.7/pykafka/utils/compat.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-3.7/pykafka/utils/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-3.7/pykafka/utils/compression.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-3.7/pykafka/utils/error_handlers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-3.7/pykafka/utils/socket.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-3.7/pykafka/balancedconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/pykafka/rdkafka/simple_consumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/pykafka/rdkafka/_rd_kafka.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/pykafka/rdkafka/_rd_kafkamodule.c -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/pykafka/rdkafka/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/pykafka/rdkafka/producer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/pykafka/rdkafka/helpers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-3.7/pykafka/simpleconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/partition.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/broker.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/test copying build/lib.linux-riscv64-3.7/pykafka/test/utils.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/test copying build/lib.linux-riscv64-3.7/pykafka/test/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/test copying build/lib.linux-riscv64-3.7/pykafka/test/kafka_instance.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/test copying build/lib.linux-riscv64-3.7/pykafka/managedbalancedconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/topic.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/client.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/producer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/partitioners.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/common.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/handlers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka copying build/lib.linux-riscv64-3.7/pykafka/cluster.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/test_balancedconsumer.py to test_balancedconsumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/test_partitioners.py to test_partitioners.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/utils/test_struct_helpers.py to test_struct_helpers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/utils/test_compression.py to test_compression.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka/test_ssl.py to test_ssl.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka/test_rd_kafka_consumer.py to test_rd_kafka_consumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka/test_simple_consumer.py to test_simple_consumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/rdkafka/test_producer.py to test_producer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/test_ssl.py to test_ssl.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/test_simpleconsumer.py to test_simpleconsumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/test_cluster.py to test_cluster.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/test_protocol.py to test_protocol.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/test_partition.py to test_partition.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/pykafka/test_producer.py to test_producer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests/conftest.py to conftest.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/connection.py to connection.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/cli/kafka_tools.py to kafka_tools.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/cli/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/protocol.py to protocol.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/exceptions.py to exceptions.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils/struct_helpers.py to struct_helpers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils/compat.py to compat.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils/compression.py to compression.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils/error_handlers.py to error_handlers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/utils/socket.py to socket.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/balancedconsumer.py to balancedconsumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka/simple_consumer.py to simple_consumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka/producer.py to producer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka/helpers.py to helpers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/simpleconsumer.py to simpleconsumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/partition.py to partition.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/broker.py to broker.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/test/utils.py to utils.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/test/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/test/kafka_instance.py to kafka_instance.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/managedbalancedconsumer.py to managedbalancedconsumer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/topic.py to topic.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/client.py to client.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/producer.py to producer.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/partitioners.py to partitioners.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/common.py to common.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/handlers.py to handlers.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/cluster.py to cluster.cpython-37.pyc writing byte-compilation script '/tmp/tmp2an9819n.py' /usr/bin/python3 /tmp/tmp2an9819n.py removing /tmp/tmp2an9819n.py running install_egg_info running egg_info writing pykafka.egg-info/PKG-INFO writing dependency_links to pykafka.egg-info/dependency_links.txt writing entry points to pykafka.egg-info/entry_points.txt writing requirements to pykafka.egg-info/requires.txt writing top-level names to pykafka.egg-info/top_level.txt reading manifest file 'pykafka.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pykafka.egg-info/SOURCES.txt' Copying pykafka.egg-info to /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka-2.6.0.dev2-py3.7.egg-info running install_scripts Installing kafka-tools script to /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/bin + cp -p /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64//usr/bin/kafka-tools /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64//usr/bin/kafka-tools-3 + ln -sf /usr/bin/kafka-tools-3 /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64//usr/bin/kafka-tools-3.7 + rm -rf /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/tests + rm /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka/_rd_kafkamodule.c + 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-pykafka-2.6.0-0.4.dev2.fc30.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests copying build/lib.linux-riscv64-2.7/tests/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/pykafka/test_balancedconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/pykafka/test_partitioners.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/utils copying build/lib.linux-riscv64-2.7/tests/pykafka/utils/test_struct_helpers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/utils copying build/lib.linux-riscv64-2.7/tests/pykafka/utils/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/utils copying build/lib.linux-riscv64-2.7/tests/pykafka/utils/test_compression.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/utils creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka/test_ssl.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka/test_rd_kafka_consumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka/test_simple_consumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/tests/pykafka/rdkafka/test_producer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/tests/pykafka/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/pykafka/test_ssl.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/pykafka/test_simpleconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/pykafka/test_cluster.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/pykafka/test_protocol.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/pykafka/test_partition.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/pykafka/test_producer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka copying build/lib.linux-riscv64-2.7/tests/conftest.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/connection.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/cli copying build/lib.linux-riscv64-2.7/pykafka/cli/kafka_tools.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/cli copying build/lib.linux-riscv64-2.7/pykafka/cli/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/cli copying build/lib.linux-riscv64-2.7/pykafka/protocol.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/exceptions.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-2.7/pykafka/utils/struct_helpers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-2.7/pykafka/utils/compat.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-2.7/pykafka/utils/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-2.7/pykafka/utils/compression.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-2.7/pykafka/utils/error_handlers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-2.7/pykafka/utils/socket.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils copying build/lib.linux-riscv64-2.7/pykafka/balancedconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/pykafka/rdkafka/simple_consumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/pykafka/rdkafka/_rd_kafkamodule.c -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/pykafka/rdkafka/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/pykafka/rdkafka/producer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/pykafka/rdkafka/_rd_kafka.so -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/pykafka/rdkafka/helpers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka copying build/lib.linux-riscv64-2.7/pykafka/simpleconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/partition.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/broker.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka creating /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/test copying build/lib.linux-riscv64-2.7/pykafka/test/utils.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/test copying build/lib.linux-riscv64-2.7/pykafka/test/__init__.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/test copying build/lib.linux-riscv64-2.7/pykafka/test/kafka_instance.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/test copying build/lib.linux-riscv64-2.7/pykafka/managedbalancedconsumer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/topic.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/client.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/producer.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/partitioners.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/common.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/handlers.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka copying build/lib.linux-riscv64-2.7/pykafka/cluster.py -> /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/test_balancedconsumer.py to test_balancedconsumer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/test_partitioners.py to test_partitioners.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/utils/test_struct_helpers.py to test_struct_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/utils/test_compression.py to test_compression.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka/test_ssl.py to test_ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka/test_rd_kafka_consumer.py to test_rd_kafka_consumer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka/test_simple_consumer.py to test_simple_consumer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/rdkafka/test_producer.py to test_producer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/test_ssl.py to test_ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/test_simpleconsumer.py to test_simpleconsumer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/test_protocol.py to test_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/test_partition.py to test_partition.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/pykafka/test_producer.py to test_producer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests/conftest.py to conftest.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/cli/kafka_tools.py to kafka_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/protocol.py to protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils/struct_helpers.py to struct_helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils/compat.py to compat.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils/compression.py to compression.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils/error_handlers.py to error_handlers.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/utils/socket.py to socket.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/balancedconsumer.py to balancedconsumer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka/simple_consumer.py to simple_consumer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka/producer.py to producer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka/helpers.py to helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/simpleconsumer.py to simpleconsumer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/partition.py to partition.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/broker.py to broker.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/test/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/test/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/test/kafka_instance.py to kafka_instance.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/managedbalancedconsumer.py to managedbalancedconsumer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/topic.py to topic.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/producer.py to producer.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/partitioners.py to partitioners.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/handlers.py to handlers.pyc byte-compiling /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/cluster.py to cluster.pyc writing byte-compilation script '/tmp/tmp0zGRyP.py' /usr/bin/python2 -O /tmp/tmp0zGRyP.py removing /tmp/tmp0zGRyP.py running install_egg_info running egg_info writing requirements to pykafka.egg-info/requires.txt writing pykafka.egg-info/PKG-INFO writing top-level names to pykafka.egg-info/top_level.txt writing dependency_links to pykafka.egg-info/dependency_links.txt writing entry points to pykafka.egg-info/entry_points.txt reading manifest file 'pykafka.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pykafka.egg-info/SOURCES.txt' Copying pykafka.egg-info to /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka-2.6.0.dev2-py2.7.egg-info running install_scripts Installing kafka-tools script to /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/bin + cp -p /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64//usr/bin/kafka-tools /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64//usr/bin/kafka-tools-2 + ln -sf /usr/bin/kafka-tools-2 /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64//usr/bin/kafka-tools-2.7 + rm -rf /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/tests + rm /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka/_rd_kafkamodule.c + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.6.0-0.4.dev2.fc30 --unique-debug-suffix -2.6.0-0.4.dev2.fc30.riscv64 --unique-debug-src-base python-pykafka-2.6.0-0.4.dev2.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pykafka-2.6.0.dev2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka/_rd_kafka.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka/_rd_kafka.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7/site-packages/pykafka/rdkafka/_rd_kafka.so extracting debug info from /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7/site-packages/pykafka/rdkafka/_rd_kafka.cpython-37m-riscv64-linux-gnu.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 79 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aBTo3K Processing files: python2-pykafka-2.6.0-0.4.dev2.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jdO7Ce + umask 022 + cd /builddir/build/BUILD + cd pykafka-2.6.0.dev2 + DOCDIR=/builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/share/doc/python2-pykafka + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/share/doc/python2-pykafka + cp -pr README.rst /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/share/doc/python2-pykafka + exit 0 Provides: python-pykafka = 2.6.0-0.4.dev2.fc30 python-pykafka(riscv-64) = 2.6.0-0.4.dev2.fc30 python2-pykafka = 2.6.0-0.4.dev2.fc30 python2-pykafka(riscv-64) = 2.6.0-0.4.dev2.fc30 python2.7dist(pykafka) = 2.6.0.dev2 python2dist(pykafka) = 2.6.0.dev2 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: /usr/bin/python2 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) librdkafka.so.1()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-pykafka < 2.6.0-0.4.dev2.fc30 Processing files: python3-pykafka-2.6.0-0.4.dev2.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qNFR2K + umask 022 + cd /builddir/build/BUILD + cd pykafka-2.6.0.dev2 + DOCDIR=/builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/share/doc/python3-pykafka + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/share/doc/python3-pykafka + cp -pr README.rst /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64/usr/share/doc/python3-pykafka + exit 0 Provides: python3-pykafka = 2.6.0-0.4.dev2.fc30 python3-pykafka(riscv-64) = 2.6.0-0.4.dev2.fc30 python3.7dist(pykafka) = 2.6.0.dev2 python3dist(pykafka) = 2.6.0.dev2 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: /usr/bin/python3 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) librdkafka.so.1()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Processing files: python-pykafka-debugsource-2.6.0-0.4.dev2.fc30.riscv64 Provides: python-pykafka-debugsource = 2.6.0-0.4.dev2.fc30 python-pykafka-debugsource(riscv-64) = 2.6.0-0.4.dev2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-pykafka-debuginfo-2.6.0-0.4.dev2.fc30.riscv64 Provides: python-pykafka-debuginfo = 2.6.0-0.4.dev2.fc30 python-pykafka-debuginfo(riscv-64) = 2.6.0-0.4.dev2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pykafka-debugsource(riscv-64) = 2.6.0-0.4.dev2.fc30 Processing files: python2-pykafka-debuginfo-2.6.0-0.4.dev2.fc30.riscv64 Provides: debuginfo(build-id) = 58b73188ce01b7ad75784990f2fdfadaeaca78d6 python2-pykafka-debuginfo = 2.6.0-0.4.dev2.fc30 python2-pykafka-debuginfo(riscv-64) = 2.6.0-0.4.dev2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pykafka-debugsource(riscv-64) = 2.6.0-0.4.dev2.fc30 Processing files: python3-pykafka-debuginfo-2.6.0-0.4.dev2.fc30.riscv64 Provides: debuginfo(build-id) = 0074d57ae38925fe9ef5e6d512d9d9157b6cd80c python3-pykafka-debuginfo = 2.6.0-0.4.dev2.fc30 python3-pykafka-debuginfo(riscv-64) = 2.6.0-0.4.dev2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-pykafka-debugsource(riscv-64) = 2.6.0-0.4.dev2.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64 Wrote: /builddir/build/RPMS/python2-pykafka-2.6.0-0.4.dev2.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pykafka-2.6.0-0.4.dev2.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python-pykafka-debugsource-2.6.0-0.4.dev2.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python-pykafka-debuginfo-2.6.0-0.4.dev2.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python2-pykafka-debuginfo-2.6.0-0.4.dev2.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/python3-pykafka-debuginfo-2.6.0-0.4.dev2.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xJXeCM + umask 022 + cd /builddir/build/BUILD + cd pykafka-2.6.0.dev2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-pykafka-2.6.0-0.4.dev2.fc30.riscv64 + exit 0 Child return code was: 0