+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/librdkafka.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sGN1mN + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf librdkafka-0.9.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/librdkafka-0.9.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd librdkafka-0.9.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CpCBBO + umask 022 + cd /builddir/build/BUILD + cd librdkafka-0.9.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 ' + export CFLAGS + CXXFLAGS='-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 ' + export CXXFLAGS + FFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for OS or distribution... ok (Linux) checking for C compiler from CC env... failed checking for gcc (by command)... ok checking for C++ compiler from CXX env... failed checking for C++ compiler (g++)... ok checking executable ld... ok checking executable nm... ok checking executable objdump... ok checking executable strip... ok checking for pkgconfig (by command)... ok checking for install (by command)... ok checking for PIC (by compile)... ok checking for GNU-compatible linker options... ok checking for GNU linker-script ld flag... ok checking for __atomic_32 (by compile)... ok checking for __atomic_64 (by compile)... ok checking for socket (by compile)... ok parsing version '0x000902ff'... ok (0.9.2) checking for libpthread (by pkg-config)... failed checking for libpthread (by compile)... ok checking for zlib (by pkg-config)... failed checking for zlib (by compile)... failed (disable) checking for libcrypto (by pkg-config)... failed checking for libcrypto (by compile)... failed (disable) checking for liblz4 (by pkg-config)... failed checking for liblz4 (by compile)... failed (disable) checking for libssl (by pkg-config)... failed checking for libssl (by compile)... failed (disable) checking for libsasl2 (by pkg-config)... failed checking for libsasl2 (by compile)... failed (disable) checking for libsasl (by pkg-config)... failed checking for libsasl (by compile)... failed (disable) checking for regex (by compile)... ok checking for librt (by pkg-config)... failed checking for librt (by compile)... ok checking for strndup (by compile)... ok checking for nm (by env NM)... ok (cached) checking for python (by command)... ok Generated Makefile.config Generated config.h Configuration summary: prefix /usr ARCH riscv64 CPU generic GEN_PKG_CONFIG y ENABLE_DEVEL n ENABLE_VALGRIND n ENABLE_REFCNT_DEBUG n ENABLE_SHAREDPTR_DEBUG n ENABLE_SSL y ENABLE_SASL y BUILD riscv64-redhat-linux-gnu HOST riscv64-redhat-linux-gnu PROGRAM_PREFIX DISABL_DEP_TRACK y exec_prefix /usr bindir /usr/bin sbindir /usr/sbin sysconfdir /etc datadir /usr/share includedir /usr/include libdir /usr/lib64 libexecdir /usr/libexec localstatedir /var sharedstatedir /var/lib mandir /usr/share/man infodir /usr/share/info MKL_APP_NAME librdkafka MKL_APP_DESC_ONELINE The Apache Kafka C/C++ library LDFLAGS -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 CPPFLAGS -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith MKL_DISTRO Linux CC gcc CXX g++ LD ld NM nm OBJDUMP objdump STRIP strip 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 CXXFLAGS -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 -Wno-non-virtual-dtor PKG_CONFIG pkg-config INSTALL install LIB_LDFLAGS -shared -Wl,-soname,$(LIBFILENAME) LDFLAG_LINKERSCRIPT -Wl,--version-script= RDKAFKA_VERSION_STR 0.9.2 MKL_APP_VERSION 0.9.2 LIBS -lpthread -lrt SYMDUMPER $(NM) -D Generated config.cache Now type 'make' to build + /usr/bin/make -O -j4 make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_msg.c -o rdkafka_msg.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_topic.c -o rdkafka_topic.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_timer.c -o rdkafka_timer.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_conf.c -o rdkafka_conf.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_transport.c -o rdkafka_transport.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_offset.c -o rdkafka_offset.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_buf.c -o rdkafka_buf.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka.c -o rdkafka.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_queue.c -o rdkafka_queue.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_broker.c -o rdkafka_broker.o In file included from rd.h:68:0, from rdkafka_broker.c:45: rdkafka_broker.c: In function 'rd_kafka_broker_thread_main': rdkafka_broker.c:4450:7: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 64 [-Wformat-truncation=] "%s", rkb->rkb_name); ^ rdposix.h:81:36: note: in definition of macro 'rd_snprintf' #define rd_snprintf(...) snprintf(__VA_ARGS__) ^~~~~~~~~~~ In file included from /usr/include/stdio.h:862:0, from rdkafka_broker.c:40: /usr/include/bits/stdio2.h:64:10: note: '__builtin_snprintf' output between 1 and 128 bytes into a destination of size 64 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_op.c -o rdkafka_op.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_pattern.c -o rdkafka_pattern.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_subscription.c -o rdkafka_subscription.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_assignor.c -o rdkafka_assignor.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_range_assignor.c -o rdkafka_range_assignor.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_roundrobin_assignor.c -o rdkafka_roundrobin_assignor.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_cgrp.c -o rdkafka_cgrp.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdcrc32.c -o rdcrc32.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_feature.c -o rdkafka_feature.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdaddr.c -o rdaddr.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdrand.c -o rdrand.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_partition.c -o rdkafka_partition.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_request.c -o rdkafka_request.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdlist.c -o rdlist.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c tinycthread.c -o tinycthread.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdlog.c -o rdlog.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdstring.c -o rdstring.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdregex.c -o rdregex.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_event.c -o rdkafka_event.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Generating pkg-config file rdkafka.pc make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Generating linker script librdkafka.lds from rdkafka.h DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c snappy.c -o snappy.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' gcc -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -DLIBRDKAFKA_GIT_VERSION="\"\"" -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 -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 -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 -c rdkafka_metadata.c -o rdkafka_metadata.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Creating static library librdkafka.a ar rcs librdkafka.a rdkafka.o rdkafka_broker.o rdkafka_msg.o rdkafka_topic.o rdkafka_conf.o rdkafka_timer.o rdkafka_offset.o rdkafka_transport.o rdkafka_buf.o rdkafka_queue.o rdkafka_op.o rdkafka_request.o rdkafka_cgrp.o rdkafka_pattern.o rdkafka_partition.o rdkafka_subscription.o rdkafka_assignor.o rdkafka_range_assignor.o rdkafka_roundrobin_assignor.o rdkafka_feature.o rdcrc32.o rdaddr.o rdrand.o rdlist.o tinycthread.o rdlog.o rdstring.o rdkafka_event.o rdkafka_metadata.o rdregex.o snappy.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Creating shared library librdkafka.so.1 gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -shared -Wl,-soname,librdkafka.so.1 -Wl,--version-script=librdkafka.lds rdkafka.o rdkafka_broker.o rdkafka_msg.o rdkafka_topic.o rdkafka_conf.o rdkafka_timer.o rdkafka_offset.o rdkafka_transport.o rdkafka_buf.o rdkafka_queue.o rdkafka_op.o rdkafka_request.o rdkafka_cgrp.o rdkafka_pattern.o rdkafka_partition.o rdkafka_subscription.o rdkafka_assignor.o rdkafka_range_assignor.o rdkafka_roundrobin_assignor.o rdkafka_feature.o rdcrc32.o rdaddr.o rdrand.o rdlist.o tinycthread.o rdlog.o rdstring.o rdkafka_event.o rdkafka_metadata.o rdregex.o snappy.o -o librdkafka.so.1 -lpthread -lrt make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Creating librdkafka.so symlink rm -f "librdkafka.so" && ln -s "librdkafka.so.1" "librdkafka.so" make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Checking librdkafka integrity librdkafka.so.1 OK librdkafka.a OK make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Symbol visibility OK make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c RdKafka.cpp -o RdKafka.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c ConsumerImpl.cpp -o ConsumerImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c ConfImpl.cpp -o ConfImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c HandleImpl.cpp -o HandleImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c ProducerImpl.cpp -o ProducerImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c TopicImpl.cpp -o TopicImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c TopicPartitionImpl.cpp -o TopicPartitionImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c KafkaConsumerImpl.cpp -o KafkaConsumerImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' Generating linker script librdkafka++.lds from rdkafkacpp.h DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' Generating pkg-config file rdkafka++.pc make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c MessageImpl.cpp -o MessageImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c QueueImpl.cpp -o QueueImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' g++ -MD -MP -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -c MetadataImpl.cpp -o MetadataImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' Creating static library librdkafka++.a ar rcs librdkafka++.a RdKafka.o ConfImpl.o HandleImpl.o ConsumerImpl.o ProducerImpl.o KafkaConsumerImpl.o TopicImpl.o TopicPartitionImpl.o MessageImpl.o QueueImpl.o MetadataImpl.o make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' Creating shared library librdkafka++.so.1 gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -shared -Wl,-soname,librdkafka++.so.1 RdKafka.o ConfImpl.o HandleImpl.o ConsumerImpl.o ProducerImpl.o KafkaConsumerImpl.o TopicImpl.o TopicPartitionImpl.o MessageImpl.o QueueImpl.o MetadataImpl.o -o librdkafka++.so.1 -L../src -lrdkafka -lpthread -lrt -lstdc++ make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' Creating librdkafka++.so symlink rm -f "librdkafka++.so" && ln -s "librdkafka++.so.1" "librdkafka++.so" make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' Checking librdkafka++ integrity librdkafka++.so.1 OK librdkafka++.a OK make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' /usr/bin/make -C examples make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' gcc -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -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 -I../src rdkafka_consumer_example.c -o rdkafka_consumer_example -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 \ ../src/librdkafka.a -lpthread -lrt # rdkafka_consumer_example is ready # ./rdkafka_consumer_example .. # # More usage options: ./rdkafka_consumer_example -h make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' gcc -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -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 -I../src rdkafka_example.c -o rdkafka_example -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 \ ../src/librdkafka.a -lpthread -lrt # rdkafka_example is ready # # Run producer (write messages on stdin) ./rdkafka_example -P -t -p # or consumer ./rdkafka_example -C -t -p # # More usage options: ./rdkafka_example -h make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' gcc -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -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 -I../src rdkafka_performance.c -o rdkafka_performance -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 \ ../src/librdkafka.a -lpthread -lrt # rdkafka_performance is ready # # Run producer ./rdkafka_performance -P -t -p -s # or consumer ./rdkafka_performance -C -t -p # # More usage options: ./rdkafka_performance -h make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' g++ -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -I../src-cpp rdkafka_example.cpp -o rdkafka_example_cpp -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 \ ../src-cpp/librdkafka++.a ../src/librdkafka.a -lpthread -lrt -lstdc++ make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' g++ -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -I../src-cpp rdkafka_consumer_example.cpp -o rdkafka_consumer_example_cpp -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 \ ../src-cpp/librdkafka++.a ../src/librdkafka.a -lpthread -lrt -lstdc++ make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' g++ -I/usr/include -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -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 -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 -Wno-non-virtual-dtor -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 -Wno-non-virtual-dtor -I../src-cpp kafkatest_verifiable_client.cpp -o kafkatest_verifiable_client -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/lib64 \ ../src-cpp/librdkafka++.a ../src/librdkafka.a -lpthread -lrt -lstdc++ make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/examples' Updating CONFIGURATION.md CONFIGURATION.md.tmp differ: char 330, line 6 Checking integrity CONFIGURATION.md OK examples/rdkafka_example OK examples/rdkafka_performance OK examples/rdkafka_example_cpp OK make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Checking librdkafka integrity librdkafka.so.1 OK librdkafka.a OK make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Symbol visibility OK make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' Checking librdkafka++ integrity librdkafka++.so.1 OK librdkafka++.a OK make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Xt7bVP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64 + cd librdkafka-0.9.2 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src' Install librdkafka to /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr /usr/bin/install -p -d $DESTDIR/usr/include/librdkafka ; \ /usr/bin/install -p -d $DESTDIR/usr/lib64 ; \ /usr/bin/install -p rdkafka.h $DESTDIR/usr/include/librdkafka ; \ /usr/bin/install -p librdkafka.a $DESTDIR/usr/lib64 ; \ /usr/bin/install -p librdkafka.so.1 $DESTDIR/usr/lib64 ; \ [ -f "rdkafka.pc" ] && ( \ /usr/bin/install -p -d $DESTDIR/usr/lib64/pkgconfig ; \ /usr/bin/install -p -m 0644 rdkafka.pc $DESTDIR/usr/lib64/pkgconfig \ ) ; \ (cd $DESTDIR/usr/lib64 && ln -sf librdkafka.so.1 librdkafka.so) make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src' make[1]: Entering directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' Install librdkafka++ to /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr /usr/bin/install -p -d $DESTDIR/usr/include/librdkafka ; \ /usr/bin/install -p -d $DESTDIR/usr/lib64 ; \ /usr/bin/install -p rdkafkacpp.h $DESTDIR/usr/include/librdkafka ; \ /usr/bin/install -p librdkafka++.a $DESTDIR/usr/lib64 ; \ /usr/bin/install -p librdkafka++.so.1 $DESTDIR/usr/lib64 ; \ [ -f "rdkafka++.pc" ] && ( \ /usr/bin/install -p -d $DESTDIR/usr/lib64/pkgconfig ; \ /usr/bin/install -p -m 0644 rdkafka++.pc $DESTDIR/usr/lib64/pkgconfig \ ) ; \ (cd $DESTDIR/usr/lib64 && ln -sf librdkafka++.so.1 librdkafka++.so) make[1]: Leaving directory '/builddir/build/BUILD/librdkafka-0.9.2/src-cpp' + find /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64 -name '*.a' -delete -print /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/lib64/librdkafka++.a /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/lib64/librdkafka.a + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /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 /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/include/librdkafka/rdkafka.h is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/include/librdkafka/rdkafkacpp.h is executable but has empty or no shebang, removing executable bit Processing files: librdkafka-0.9.2-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hLtyY2 + umask 022 + cd /builddir/build/BUILD + cd librdkafka-0.9.2 + DOCDIR=/builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/doc/librdkafka + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/doc/librdkafka + cp -pr README.md /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/doc/librdkafka + cp -pr CONFIGURATION.md /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/doc/librdkafka + cp -pr INTRODUCTION.md /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/doc/librdkafka + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vPO24Z + umask 022 + cd /builddir/build/BUILD + cd librdkafka-0.9.2 + LICENSEDIR=/builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/licenses/librdkafka + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/licenses/librdkafka + cp -pr LICENSE /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/licenses/librdkafka + cp -pr LICENSE.pycrc /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/licenses/librdkafka + cp -pr LICENSE.snappy /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/share/licenses/librdkafka + exit 0 Provides: librdkafka = 0.9.2-1.fc28 librdkafka(riscv-64) = 0.9.2-1.fc28 librdkafka++.so.1()(64bit) librdkafka.so.1()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) librdkafka.so.1()(64bit) librt.so.1()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) rtld(GNU_HASH) Processing files: librdkafka-devel-0.9.2-1.fc28.riscv64 warning: Explicit %attr() mode not applicable to symlink: /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/lib64/librdkafka.so warning: Explicit %attr() mode not applicable to symlink: /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64/usr/lib64/librdkafka++.so Provides: librdkafka-devel = 0.9.2-1.fc28 librdkafka-devel(riscv-64) = 0.9.2-1.fc28 pkgconfig(rdkafka) = 0.9.2 pkgconfig(rdkafka++) = 0.9.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config librdkafka++.so.1()(64bit) librdkafka.so.1()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/librdkafka-0.9.2-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/librdkafka-0.9.2-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/librdkafka-devel-0.9.2-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2aIf1y + umask 022 + cd /builddir/build/BUILD + cd librdkafka-0.9.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/librdkafka-0.9.2-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff