Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/mosquitto.spec'], chrootPath='/var/lib/mock/f29-build-13994764-1009223/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/mosquitto.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: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/mosquitto-1.5.3-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/mosquitto.spec'], chrootPath='/var/lib/mock/f29-build-13994764-1009223/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/mosquitto.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: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0m0nmo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mosquitto-1.5.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/mosquitto-1.5.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mosquitto-1.5.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's|prefix?=/usr/local|prefix?=/usr|' config.mk + sed -i 's|(INSTALL) -s|(INSTALL)|g' lib/Makefile src/Makefile client/Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QbUbVW + umask 022 + cd /builddir/build/BUILD + cd mosquitto-1.5.3 + export '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' + 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' + export 'LDFLAGS=-O2 -g -pipe -Wall -Werror=format-security -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 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed' + LDFLAGS='-O2 -g -pipe -Wall -Werror=format-security -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 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed' + make all -j8 WITH_WEBSOCKETS=yes WITH_SYSTEMD=yes WITH_BUNDLED_DEPS=no set -e; for d in lib client src; do make -C ${d}; done set -e; for d in man; do make -C ${d}; done make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/lib' make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/man' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c mosquitto.c -o mosquitto.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c actions.c -o actions.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c callbacks.c -o callbacks.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c connect.c -o connect.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_connack.c -o handle_connack.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_ping.c -o handle_ping.o make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/man' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_pubackcomp.c -o handle_pubackcomp.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_publish.c -o handle_publish.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_pubrec.c -o handle_pubrec.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_pubrel.c -o handle_pubrel.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_suback.c -o handle_suback.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c handle_unsuback.c -o handle_unsuback.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c helpers.c -o helpers.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c logging_mosq.c -o logging_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c loop.c -o loop.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c memory_mosq.c -o memory_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c messages_mosq.c -o messages_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c net_mosq.c -o net_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c options.c -o options.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c packet_mosq.c -o packet_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c read_handle.c -o read_handle.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_connect.c -o send_connect.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_disconnect.c -o send_disconnect.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_mosq.c -o send_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_publish.c -o send_publish.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_subscribe.c -o send_subscribe.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c send_unsubscribe.c -o send_unsubscribe.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c socks_mosq.c -o socks_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c srv_mosq.c -o srv_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c thread_mosq.c -o thread_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c time_mosq.c -o time_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c tls_mosq.c -o tls_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c utf8_mosq.c -o utf8_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c util_mosq.c -o util_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -c will_mosq.c -o will_mosq.o cc -shared -O2 -g -pipe -Wall -Werror=format-security -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 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -Wl,--version-script=linker.version -Wl,-soname,libmosquitto.so.1 mosquitto.o actions.o callbacks.o connect.o handle_connack.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o net_mosq.o options.o packet_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o will_mosq.o -o libmosquitto.so.1 -lrt -lssl -lcrypto -lpthread make -C cpp make[2]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/lib/cpp' g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -fPIC -c mosquittopp.cpp -o mosquittopp.o g++ -shared -O2 -g -pipe -Wall -Werror=format-security -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 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -Wl,-soname,libmosquittopp.so.1 mosquittopp.o -o libmosquittopp.so.1 ../libmosquitto.so.1 make[2]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/lib/cpp' make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/lib' make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/client' cc -c pub_client.c -o pub_client.o -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS cc -c client_shared.c -o client_shared.o -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS cc -c sub_client.c -o sub_client.o -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS cc -c sub_client_output.c -o sub_client_output.o -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS cc pub_client.o client_shared.o -o mosquitto_pub -O2 -g -pipe -Wall -Werror=format-security -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 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L../lib ../lib/libmosquitto.so.1 cc sub_client.o sub_client_output.o client_shared.o -o mosquitto_sub -O2 -g -pipe -Wall -Werror=format-security -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 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -L../lib ../lib/libmosquitto.so.1 make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/client' make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/src' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c mosquitto.c -o mosquitto.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c bridge.c -o bridge.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c conf.c -o conf.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c conf_includedir.c -o conf_includedir.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c context.c -o context.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c database.c -o database.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c handle_connack.c -o handle_connack.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c handle_connect.c -o handle_connect.o handle_connect.c: In function 'handle__connect': handle_connect.c:459:6: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] context->username = mosquitto__strdup((char *) ASN1_STRING_data(name_asn1)); ^~~~~~~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/ssl.h:15, from /usr/include/libwebsockets.h:214, from mosquitto_broker_internal.h:25, from handle_connect.c:22: /usr/include/openssl/asn1.h:554:1: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/handle_ping.c -o handle_ping.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/handle_pubackcomp.c -o handle_pubackcomp.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c handle_publish.c -o handle_publish.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/handle_pubrec.c -o handle_pubrec.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/handle_pubrel.c -o handle_pubrel.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/handle_suback.c -o handle_suback.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c handle_subscribe.c -o handle_subscribe.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/handle_unsuback.c -o handle_unsuback.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c handle_unsubscribe.c -o handle_unsubscribe.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c logging.c -o logging.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c loop.c -o loop.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/memory_mosq.c -o memory_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c net.c -o net.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/net_mosq.c -o net_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/packet_mosq.c -o packet_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c persist.c -o persist.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c plugin.c -o plugin.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c read_handle.c -o read_handle.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c security.c -o security.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c security_default.c -o security_default.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c send_connack.c -o send_connack.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/send_connect.c -o send_connect.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/send_disconnect.c -o send_disconnect.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/send_mosq.c -o send_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/send_publish.c -o send_publish.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c send_suback.c -o send_suback.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/send_subscribe.c -o send_subscribe.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/send_unsubscribe.c -o send_unsubscribe.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c service.c -o service.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c signals.c -o signals.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c subs.c -o subs.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c sys_tree.c -o sys_tree.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/time_mosq.c -o time_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/tls_mosq.c -o tls_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/utf8_mosq.c -o utf8_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/util_mosq.c -o util_mosq.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c websockets.c -o websockets.o cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I. -I.. -I../lib -DVERSION="\"1.5.3\"" -DWITH_BROKER -DWITH_TLS -DWITH_TLS_PSK -DWITH_UUID -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_WEBSOCKETS -DWITH_EPOLL -c ../lib/will_mosq.c -o will_mosq.o cc -I.. -O2 -g -pipe -Wall -Werror=format-security -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 -c mosquitto_passwd.c -o mosquitto_passwd.o cc mosquitto_passwd.o -o mosquitto_passwd -O2 -g -pipe -Wall -Werror=format-security -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 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -lcrypto cc mosquitto.o bridge.o conf.o conf_includedir.o context.o database.o handle_connack.o handle_connect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_subscribe.o handle_unsuback.o handle_unsubscribe.o logging.o loop.o memory_mosq.o net.o net_mosq.o packet_mosq.o persist.o plugin.o read_handle.o security.o security_default.o send_connack.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_suback.o send_subscribe.o send_unsubscribe.o service.o signals.o subs.o sys_tree.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o websockets.o will_mosq.o -o mosquitto -O2 -g -pipe -Wall -Werror=format-security -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 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--as-needed -ldl -lm -lrt -Wl,--dynamic-list=linker.syms -lssl -lcrypto -luuid -lsystemd -lwebsockets make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.28Kp21 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64 ++ dirname /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64 + cd mosquitto-1.5.3 + export LIB_SUFFIX=64 + LIB_SUFFIX=64 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64 'INSTALL=/usr/bin/install -p' set -e; for d in lib client src; do /usr/bin/make -C ${d}; done make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/lib' /usr/bin/make -C cpp make[2]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/lib/cpp' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/lib/cpp' make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/lib' make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/client' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/client' make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/src' set -e; for d in lib client src; do /usr/bin/make -C ${d} install; done make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/lib' /usr/bin/make -C cpp make[2]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/lib/cpp' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/lib/cpp' /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/" /usr/bin/install -p libmosquitto.so.1 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/libmosquitto.so.1" ln -sf libmosquitto.so.1 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/libmosquitto.so" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/include/" /usr/bin/install -p mosquitto.h "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/include/mosquitto.h" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/pkgconfig" /usr/bin/install -p -m644 ../libmosquitto.pc.in "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/pkgconfig/libmosquitto.pc" sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#1.5.3#" "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/pkgconfig/libmosquitto.pc" /usr/bin/make -C cpp install make[2]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/lib/cpp' /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/" /usr/bin/install -p libmosquittopp.so.1 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/libmosquittopp.so.1" ln -sf libmosquittopp.so.1 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/libmosquittopp.so" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/include/" /usr/bin/install -p mosquittopp.h "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/include/mosquittopp.h" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/pkgconfig/" /usr/bin/install -p -m644 ../../libmosquittopp.pc.in "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/pkgconfig/libmosquittopp.pc" sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#1.5.3#" "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/pkgconfig/libmosquittopp.pc" make[2]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/lib/cpp' make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/lib' make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/client' /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin" /usr/bin/install -p mosquitto_pub "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_pub" /usr/bin/install -p mosquitto_sub "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_sub" make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/client' make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/src' /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/sbin" /usr/bin/install -p mosquitto "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/sbin/mosquitto" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/include" /usr/bin/install -p mosquitto_broker.h "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/include/mosquitto_broker.h" /usr/bin/install -p mosquitto_plugin.h "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/include/mosquitto_plugin.h" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin" /usr/bin/install -p mosquitto_passwd "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_passwd" make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/src' set -e; for d in man; do /usr/bin/make -C ${d} install; done make[1]: Entering directory '/builddir/build/BUILD/mosquitto-1.5.3/man' /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man8" /usr/bin/install -p -m 644 mosquitto.8 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man8/mosquitto.8" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man5" /usr/bin/install -p -m 644 mosquitto.conf.5 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man5/mosquitto.conf.5" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man1" /usr/bin/install -p -m 644 mosquitto_passwd.1 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man1/mosquitto_passwd.1" /usr/bin/install -p -m 644 mosquitto_pub.1 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man1/mosquitto_pub.1" /usr/bin/install -p -m 644 mosquitto_sub.1 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man1/mosquitto_sub.1" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man7" /usr/bin/install -p -m 644 mqtt.7 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man7/mqtt.7" /usr/bin/install -p -m 644 mosquitto-tls.7 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man7/mosquitto-tls.7" /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man3" /usr/bin/install -p -m 644 libmosquitto.3 "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/man/man3/libmosquitto.3" make[1]: Leaving directory '/builddir/build/BUILD/mosquitto-1.5.3/man' /usr/bin/install -p -d "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/etc/mosquitto" /usr/bin/install -p -m 644 mosquitto.conf "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/etc/mosquitto/mosquitto.conf.example" /usr/bin/install -p -m 644 aclfile.example "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/etc/mosquitto/aclfile.example" /usr/bin/install -p -m 644 pwfile.example "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/etc/mosquitto/pwfile.example" /usr/bin/install -p -m 644 pskfile.example "/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/etc/mosquitto/pskfile.example" + mkdir -p /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib/systemd/system + install -p -m 0644 service/systemd/mosquitto.service.notify /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib/systemd/system/mosquitto.service + mv /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/etc/mosquitto/mosquitto.conf.example /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/etc/mosquitto/mosquitto.conf + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.5.3-1.fc29 --unique-debug-suffix -1.5.3-1.fc29.aarch64 --unique-debug-src-base mosquitto-1.5.3-1.fc29.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/mosquitto-1.5.3 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/libmosquitto.so.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/libmosquittopp.so.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_passwd explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/sbin/mosquitto explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_sub explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_pub extracting debug info from /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/libmosquitto.so.1 extracting debug info from /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/lib64/libmosquittopp.so.1 extracting debug info from /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/sbin/mosquitto extracting debug info from /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_sub extracting debug info from /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_passwd extracting debug info from /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/bin/mosquitto_pub /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 1484 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/include/mosquitto.h is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/include/mosquitto_broker.h is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/include/mosquittopp.h is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/include/mosquitto_plugin.h is executable but has empty or no shebang, removing executable bit Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4f8S0t + umask 022 + cd /builddir/build/BUILD + cd mosquitto-1.5.3 + exit 0 Processing files: mosquitto-1.5.3-1.fc29.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Wh5oFV + umask 022 + cd /builddir/build/BUILD + cd mosquitto-1.5.3 + DOCDIR=/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/doc/mosquitto + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/doc/mosquitto + cp -pr ChangeLog.txt /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/doc/mosquitto + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/doc/mosquitto + cp -pr readme.md /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/doc/mosquitto + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KfFfim + umask 022 + cd /builddir/build/BUILD + cd mosquitto-1.5.3 + LICENSEDIR=/builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/licenses/mosquitto + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/licenses/mosquitto + cp -pr LICENSE.txt /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64/usr/share/licenses/mosquitto + exit 0 Provides: config(mosquitto) = 1.5.3-1.fc29 libmosquitto.so.1()(64bit) libmosquitto.so.1(MOSQ_1.0)(64bit) libmosquitto.so.1(MOSQ_1.1)(64bit) libmosquitto.so.1(MOSQ_1.2)(64bit) libmosquitto.so.1(MOSQ_1.3)(64bit) libmosquitto.so.1(MOSQ_1.4)(64bit) libmosquitto.so.1(MOSQ_1.5)(64bit) libmosquittopp.so.1()(64bit) mosquitto = 1.5.3-1.fc29 mosquitto(aarch-64) = 1.5.3-1.fc29 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libmosquitto.so.1()(64bit) libmosquitto.so.1(MOSQ_1.0)(64bit) libmosquitto.so.1(MOSQ_1.1)(64bit) libmosquitto.so.1(MOSQ_1.2)(64bit) libmosquitto.so.1(MOSQ_1.4)(64bit) libmosquitto.so.1(MOSQ_1.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libwebsockets.so.12()(64bit) rtld(GNU_HASH) Processing files: mosquitto-devel-1.5.3-1.fc29.aarch64 Provides: mosquitto-devel = 1.5.3-1.fc29 mosquitto-devel(aarch-64) = 1.5.3-1.fc29 pkgconfig(libmosquitto) = 1.5.3 pkgconfig(libmosquittopp) = 1.5.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libmosquitto.so.1()(64bit) libmosquittopp.so.1()(64bit) Processing files: mosquitto-debugsource-1.5.3-1.fc29.aarch64 Provides: mosquitto-debugsource = 1.5.3-1.fc29 mosquitto-debugsource(aarch-64) = 1.5.3-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: mosquitto-debuginfo-1.5.3-1.fc29.aarch64 Provides: debuginfo(build-id) = 0f01412791de48df72e45dd2b399d436440aae28 debuginfo(build-id) = 39e60d39cef3b3723c3ae447baea6dac3ef1acb3 debuginfo(build-id) = 42a74cc50598c4ccb5173e52e79c45dd27ffa2c1 debuginfo(build-id) = 5ca647bfb3443607ce88a304376ef7d7d2024a31 debuginfo(build-id) = a3e44ef7c272848bb34e94e4e8a815b989ea5733 debuginfo(build-id) = aacb079a9689387268fb37396574870808345ef9 mosquitto-debuginfo = 1.5.3-1.fc29 mosquitto-debuginfo(aarch-64) = 1.5.3-1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: mosquitto-debugsource(aarch-64) = 1.5.3-1.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64 Wrote: /builddir/build/RPMS/mosquitto-1.5.3-1.fc29.aarch64.rpm Wrote: /builddir/build/RPMS/mosquitto-devel-1.5.3-1.fc29.aarch64.rpm Wrote: /builddir/build/RPMS/mosquitto-debugsource-1.5.3-1.fc29.aarch64.rpm Wrote: /builddir/build/RPMS/mosquitto-debuginfo-1.5.3-1.fc29.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Nj9I0e + umask 022 + cd /builddir/build/BUILD + cd mosquitto-1.5.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/mosquitto-1.5.3-1.fc29.aarch64 + exit 0 Child return code was: 0