Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/booth.spec'], chrootPath='/var/lib/mock/booth-1.0-8.ef769ef.git.el7-20181030200707-30769/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1006) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/booth.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/booth-1.0-8.ef769ef.git.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/booth.spec'], chrootPath='/var/lib/mock/booth-1.0-8.ef769ef.git.el7-20181030200707-30769/root'shell=Falseuid=1006env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/booth.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aO2vvr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f + /usr/bin/gzip -dc /builddir/build/SOURCES/booth-ef769ef.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f .gitignore + /usr/bin/git init Initialized empty Git repository in /builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/.git/ + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -a --author 'rpm-build ' -m 'booth-1.0 base' [master (root-commit) 78d7226] booth-1.0 base 91 files changed, 17236 insertions(+) create mode 100644 .travis.yml create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 GNUmakefile create mode 100644 Makefile.am create mode 100644 README create mode 100644 README-testing create mode 100644 README.upgrade-from-v0.1 create mode 100755 autogen.sh create mode 100644 booth-rpmlintrc create mode 100644 booth.spec create mode 100644 conf/Makefile.am create mode 100644 conf/booth-arbitrator.service.in create mode 100644 conf/booth.conf.example create mode 100644 conf/booth@.service.in create mode 100644 configure.ac create mode 100644 contrib/geo-cluster.fwd create mode 100644 docs/Makefile.am create mode 100644 docs/booth-keygen.8.txt create mode 100644 docs/boothd.8.txt create mode 100644 docs/fsm-full.dot create mode 100644 docs/fsm-netfail.dot create mode 100644 docs/fsm-normal.dot create mode 100644 docs/geostore.8.txt create mode 100644 icons/booth.svg create mode 100644 script/booth-keygen create mode 100755 script/lsb/booth-arbitrator create mode 100755 script/ocf/booth-site create mode 100644 script/ocf/geo_attr.sh create mode 100755 script/ocf/geostore create mode 100755 script/ocf/sharedrsc create mode 100755 script/service-runnable.in create mode 100755 script/unit-test.py create mode 100644 script/wireshark-dissector.lua create mode 100644 src/Makefile.am create mode 100644 src/alt/logging_libqb.c create mode 100644 src/alt/logging_libqb.h create mode 100644 src/alt/nametag_libsystemd.c create mode 100644 src/alt/nametag_libsystemd.h create mode 100644 src/alt/range2random_glib.c create mode 100644 src/alt/range2random_glib.h create mode 100644 src/attr.c create mode 100644 src/attr.h create mode 100644 src/auth.c create mode 100644 src/auth.h create mode 100644 src/booth.h create mode 100644 src/booth_config.h.in create mode 100644 src/config.c create mode 100644 src/config.h create mode 100644 src/handler.c create mode 100644 src/handler.h create mode 100644 src/inline-fn.h create mode 100644 src/log.h create mode 100644 src/main.c create mode 100644 src/pacemaker.c create mode 100644 src/pacemaker.h create mode 100644 src/raft.c create mode 100644 src/raft.h create mode 100644 src/request.c create mode 100644 src/request.h create mode 100644 src/ticket.c create mode 100644 src/ticket.h create mode 100644 src/timer.c create mode 100644 src/timer.h create mode 100644 src/transport.c create mode 100644 src/transport.h create mode 100755 test/arbtests.py create mode 100755 test/assertions.py create mode 100755 test/booth_path create mode 100755 test/boothrunner.py create mode 100755 test/boothtestenv.py create mode 100755 test/clientenv.py create mode 100755 test/clienttests.py create mode 100755 test/live_test.sh create mode 100755 test/runtests.py create mode 100755 test/serverenv.py create mode 100755 test/servertests.py create mode 100755 test/sitetests.py create mode 100755 test/utils.py create mode 100644 unit-tests/001_init-get-heartbeat.txt create mode 100644 unit-tests/002_bad_packets.txt create mode 100644 unit-tests/003_pacemaker.txt create mode 100644 unit-tests/010_retries.txt create mode 100644 unit-tests/020_ext-verifier.txt create mode 100644 unit-tests/060_catchup_same_owner.txt create mode 100644 unit-tests/100_abort-after-retries.txt create mode 100644 unit-tests/_defaults.txt create mode 100755 unit-tests/bin/crm_ticket create mode 100644 unit-tests/booth.conf create mode 100644 unit-tests/init-catchup.txt + /usr/bin/cat /builddir/build/SOURCES/0001-test-README-testing-indent-configuration-literal-par.patch + /usr/bin/git am -q -p1 + /usr/bin/cat /builddir/build/SOURCES/0002-test-README-testing-provide-pcs-configuration-altern.patch + /usr/bin/git am -q -p1 + /usr/bin/cat /builddir/build/SOURCES/0003-test-live_test-use-a-defined-literal-uniformly.patch + /usr/bin/git am -q -p1 + /usr/bin/cat /builddir/build/SOURCES/0004-test-live_test-offer-alternatives-to-crm-pcs-native.patch + /usr/bin/git am -q -p1 + /usr/bin/cat /builddir/build/SOURCES/bz1341720-zealous-local-address-matching.patch + /usr/bin/git am -q -p1 + /usr/bin/cat /builddir/build/SOURCES/bz1366616-local_site_resolved_prevents_segfault.patch + /usr/bin/git am -q -p1 + /usr/bin/cat /builddir/build/SOURCES/ef62b8cc3f0808e7e75fb608d096369e24135aa1.patch + /usr/bin/git am -q -p1 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9pTAhG + umask 022 + cd /builddir/build/BUILD + cd booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f + ./autogen.sh Building configuration system... configure.ac:14: installing './config.guess' configure.ac:14: installing './config.sub' configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' parallel-tests: installing './test-driver' src/Makefile.am: installing './depcomp' Now run ./configure and make + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' i386 == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + ./configure --build=i386-redhat-linux-gnu --host=i386-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/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-initddir=/etc/rc.d/init.d --docdir=/usr/share/doc/booth-1.0 --enable-user-flags --without-html_man --without-glue checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu configure: building in place srcdir:. checking for i386-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking for asciidoc... /usr/bin/asciidoc checking for xml2-config... /usr/bin/xml2-config checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking gcrypt.h usability... yes checking gcrypt.h presence... yes checking for gcrypt.h... yes checking for gcry_md_open in -lgcrypt... yes checking for special libxml2 includes... -I/usr/include/libxml2 checking for xmlReadMemory in -lxml2... yes checking for i386-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking heartbeat/glue_config.h usability... no checking heartbeat/glue_config.h presence... no checking for heartbeat/glue_config.h... no checking mhash.h usability... no checking mhash.h presence... no checking for mhash.h... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking pacemaker/crm/services.h usability... yes checking pacemaker/crm/services.h presence... yes checking for pacemaker/crm/services.h... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for size_t... (cached) yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for working volatile... yes checking whether closedir returns void... no checking for error_at_line... yes checking for mbstate_t... yes checking for working POSIX fnmatch... yes checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for alarm... yes checking for alphasort... yes checking for atexit... yes checking for bzero... yes checking for dup2... yes checking for endgrent... yes checking for endpwent... yes checking for fcntl... yes checking for getcwd... yes checking for getpeerucred... no checking for getpeereid... no checking for gettimeofday... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for scandir... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for sched_get_priority_max... yes checking for sched_setscheduler... yes configure: Sanitizing prefix: /usr configure: Sanitizing exec_prefix: /usr checking for qb_log_real_ in -lqb... yes checking for LIBQB... yes checking for LIBQB1... yes checking for g_random_int_range in -lglib-2.0... yes checking for GLIB... yes checking for library containing sd_notify... -lsystemd checking for LIBSYSTEMD... yes checking have clock_gettime... yes checking whether gcc supports "-Wall"... yes checking whether gcc supports "-Wshadow"... yes checking whether gcc supports "-Wmissing-prototypes"... yes checking whether gcc supports "-Wmissing-declarations"... yes checking whether gcc supports "-Wstrict-prototypes"... no checking whether gcc supports "-Wdeclaration-after-statement"... yes checking whether gcc supports "-Wpointer-arith"... yes checking whether gcc supports "-Wwrite-strings"... yes checking whether gcc supports "-Wbad-function-cast"... yes checking whether gcc supports "-Wmissing-format-attribute"... yes checking whether gcc supports "-Wformat=2"... yes checking whether gcc supports "-Wformat-security"... no checking whether gcc supports "-Wformat-nonliteral"... no checking whether gcc supports "-Wno-long-long"... yes checking whether gcc supports "-Wunsigned-char"... no checking whether gcc supports "-Wgnu89-inline"... no checking whether gcc supports "-Wno-strict-aliasing"... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating docs/Makefile config.status: creating conf/Makefile config.status: creating conf/booth-arbitrator.service config.status: creating conf/booth@.service config.status: creating script/service-runnable config.status: creating src/b_config.h config.status: creating src/booth_config.h config.status: executing depfiles commands booth configuration: Version = 1.0 (Build: 1.0) Prefix = /usr Executables = /usr/sbin Man pages = /usr/share/man Doc dir = /usr/share/doc/booth-1.0 Libraries = /usr/lib Header files = /usr/include Arch-independent files = /usr/share State information = /var System configuration = /etc System init.d directory = /etc/rc.d/init.d booth config dir = /etc/booth SOCKETDIR = Features = Logging provider = libqb Range2random provider = glib Nametag provider = libsystemd Coredump nursing = no booth build info: Library SONAME = Default debug options = Extra compiler warnings = Env. defined CFLAG = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables Env. defined CPPFLAGS = -I/usr/include/libxml2 Env. defined LDFLAGS = -Wl,-z,relro OS defined CFLAGS = OS defined CPPFLAGS = -D_GNU_SOURCE OS defined LDFLAGS = OS defined LDL = -ldl OS defined DYFLAGS = -rdynamic ANSI defined CPPFLAGS = Coverage CFLAGS = Coverage LDFLAGS = Fatal War. CFLAGS = Final CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables Final CPPFLAGS = -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include Final LDFLAGS = -Wl,-z,relro + /usr/bin/make -j40 GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' Making all in src make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' /usr/bin/make all-am make[2]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-config.o `test -f 'config.c' || echo './'`config.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-main.o `test -f 'main.c' || echo './'`main.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-raft.o `test -f 'raft.c' || echo './'`raft.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-ticket.o `test -f 'ticket.c' || echo './'`ticket.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-transport.o `test -f 'transport.c' || echo './'`transport.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-pacemaker.o `test -f 'pacemaker.c' || echo './'`pacemaker.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-handler.o `test -f 'handler.c' || echo './'`handler.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-request.o `test -f 'request.c' || echo './'`request.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-attr.o `test -f 'attr.c' || echo './'`attr.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-timer.o `test -f 'timer.c' || echo './'`timer.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o boothd-auth.o `test -f 'auth.c' || echo './'`auth.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o alt/boothd-logging_libqb.o `test -f 'alt/logging_libqb.c' || echo './'`alt/logging_libqb.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o alt/boothd-range2random_glib.o `test -f 'alt/range2random_glib.c' || echo './'`alt/range2random_glib.c gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/libxml2 -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -c -o alt/boothd-nametag_libsystemd.o `test -f 'alt/nametag_libsystemd.c' || echo './'`alt/nametag_libsystemd.c gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -rdynamic -L./ -Wl,-z,relro -o boothd boothd-config.o boothd-main.o boothd-raft.o boothd-ticket.o boothd-transport.o boothd-pacemaker.o boothd-handler.o boothd-request.o boothd-attr.o boothd-timer.o boothd-auth.o alt/boothd-logging_libqb.o alt/boothd-range2random_glib.o alt/boothd-nametag_libsystemd.o -lm -lglib-2.0 -lz -lqb -ldl -lrt -lpthread -lglib-2.0 -lsystemd -lsystemd -lxml2 -lgcrypt make[2]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' Making all in docs make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' a2x -f manpage boothd.8.txt a2x -f manpage booth-keygen.8.txt a2x -f manpage geostore.8.txt make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' Making all in conf make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ujd4Dn + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386 ++ dirname /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386 + cd booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386 GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' Making install in src make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' make[2]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/sbin' /usr/bin/install -c boothd '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/sbin' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' Making install in docs make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' make[2]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/man/man8' /usr/bin/install -c -m 644 boothd.8 booth-keygen.8 geostore.8 '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/man/man8' make[2]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' Making install in conf make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[2]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' make[2]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' /usr/bin/install -c -d /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//etc/booth /usr/bin/install -c -d /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//etc/rc.d/init.d /usr/bin/install -c -d /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/lib/ocf/resource.d/pacemaker /usr/bin/install -c -d /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/lib/ocf/resource.d/booth /usr/bin/install -c -d /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/ /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/sbin' /usr/bin/install -c script/booth-keygen '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/sbin' /usr/bin/make install-exec-hook make[3]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' ln -sf /usr/sbin/boothd /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/sbin/booth GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' ln -sf /usr/sbin/boothd /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/sbin/geostore make[3]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/etc/rc.d/init.d' /usr/bin/install -c script/lsb/booth-arbitrator '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/etc/rc.d/init.d' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/etc/booth' /usr/bin/install -c -m 644 conf/booth.conf.example '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/etc/booth' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/lib/ocf/resource.d/booth' /usr/bin/install -c script/ocf/sharedrsc script/ocf/geostore '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/lib/ocf/resource.d/booth' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/lib/ocf/lib/booth' /usr/bin/install -c -m 644 script/ocf/geo_attr.sh '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/lib/ocf/lib/booth' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/lib/ocf/resource.d/pacemaker' /usr/bin/install -c script/ocf/booth-site '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/lib/ocf/resource.d/pacemaker' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/doc/booth-1.0' /usr/bin/install -c -m 644 AUTHORS README COPYING README.upgrade-from-v0.1 '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/doc/booth-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/booth' /usr/bin/install -c script/service-runnable '/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/booth' make[2]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' + mkdir -p /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/lib/systemd/system + cp -a -t /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/lib/systemd/system -- conf/booth@.service conf/booth-arbitrator.service + install -D -m 644 -t /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/man/man8 -- docs/boothd.8 + ln -s boothd.8 /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/man/man8/booth.8 + cp -a -t /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/doc/booth-1.0 -- ChangeLog README-testing conf/booth.conf.example + rm -rf /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//etc/rc.d/init.d/booth-arbitrator + rm -rf /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/doc/booth-1.0/README.upgrade-from-v0.1 + rm -rf /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/doc/booth-1.0/COPYING + mkdir -p /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/booth/tests/conf + cp -a -t /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/booth/tests -- test unit-tests script/unit-test.py + cp -a -t /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/booth/tests/conf -- conf/booth.conf.example + chmod +x /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/booth/tests/test/booth_path + chmod +x /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/booth/tests/test/live_test.sh + mkdir -p /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/booth/tests/src + ln -s -t /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386//usr/share/booth/tests/src -- /usr/sbin/boothd + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f extracting debug info from /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/sbin/boothd dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/sbin/boothd.debug to /usr/lib/debug/usr/sbin/geostore.debug symlinked /usr/lib/debug/usr/sbin/boothd.debug to /usr/lib/debug/usr/sbin/booth.debug symlinked /usr/lib/debug/usr/sbin/boothd.debug to /usr/lib/debug/usr/share/booth/tests/src/boothd.debug 440 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Utdca6 + umask 022 + cd /builddir/build/BUILD + cd booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f + VERBOSE=1 + make check GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' Making check in src make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' Making check in docs make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' Making check in conf make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[1]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' make check-TESTS make[2]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' make[3]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' PASS: test/runtests.py make[4]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' Making all in src make[5]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' make all-am make[6]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' make[6]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' make[5]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/src' Making all in docs make[5]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/docs' Making all in conf make[5]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f/conf' make[5]: Entering directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' GNUmakefile:41: warning: overriding recipe for target `srpm' Makefile:1558: warning: ignoring old recipe for target `srpm' GNUmakefile:46: warning: overriding recipe for target `rpm' Makefile:1563: warning: ignoring old recipe for target `rpm' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' make[4]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' ============================================================================ Testsuite summary for booth 1.0 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' make[2]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' make[1]: Leaving directory `/builddir/build/BUILD/booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f' + exit 0 Processing files: booth-1.0-8.ef769ef.git.el7.i686 Provides: booth = 1.0-8.ef769ef.git.el7 booth(x86-32) = 1.0-8.ef769ef.git.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: booth-core-1.0-8.ef769ef.git.el7.i686 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vdbdge + umask 022 + cd /builddir/build/BUILD + cd booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f + LICENSEDIR=/builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/licenses/booth-core-1.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/licenses/booth-core-1.0 + cp -pr COPYING /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386/usr/share/licenses/booth-core-1.0 + exit 0 Provides: booth-core = 1.0-8.ef769ef.git.el7 booth-core(x86-32) = 1.0-8.ef769ef.git.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libdl.so.2 libgcrypt.so.11 libgcrypt.so.11(GCRYPT_1.2) libglib-2.0.so.0 libm.so.6 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libqb.so.0 librt.so.1 librt.so.1(GLIBC_2.2) libsystemd.so.0 libsystemd.so.0(LIBSYSTEMD_209) libxml2.so.2 libxml2.so.2(LIBXML2_2.4.30) libxml2.so.2(LIBXML2_2.6.0) libz.so.1 rtld(GNU_HASH) Conflicts: booth < 1.0-1 Processing files: booth-arbitrator-1.0-8.ef769ef.git.el7.noarch Provides: booth-arbitrator = 1.0-8.ef769ef.git.el7 Requires(interp): /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(post): /bin/sh systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Conflicts: booth < 1.0-1 Processing files: booth-site-1.0-8.ef769ef.git.el7.noarch Provides: booth-site = 1.0-8.ef769ef.git.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /bin/sh Conflicts: booth < 1.0-1 Processing files: booth-test-1.0-8.ef769ef.git.el7.noarch Provides: booth-test = 1.0-8.ef769ef.git.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /bin/sh /usr/bin/python Processing files: booth-debuginfo-1.0-8.ef769ef.git.el7.i686 Provides: booth-debuginfo = 1.0-8.ef769ef.git.el7 booth-debuginfo(x86-32) = 1.0-8.ef769ef.git.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386 Wrote: /builddir/build/RPMS/booth-1.0-8.ef769ef.git.el7.i686.rpm Wrote: /builddir/build/RPMS/booth-core-1.0-8.ef769ef.git.el7.i686.rpm Wrote: /builddir/build/RPMS/booth-arbitrator-1.0-8.ef769ef.git.el7.noarch.rpm Wrote: /builddir/build/RPMS/booth-site-1.0-8.ef769ef.git.el7.noarch.rpm Wrote: /builddir/build/RPMS/booth-test-1.0-8.ef769ef.git.el7.noarch.rpm Wrote: /builddir/build/RPMS/booth-debuginfo-1.0-8.ef769ef.git.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7UmREh + umask 022 + cd /builddir/build/BUILD + cd booth-ef769ef9614e8446f597ee4d26d5d339a491ab2f + /usr/bin/rm -rf /builddir/build/BUILDROOT/booth-1.0-8.ef769ef.git.el7.i386 + exit 0 Child return code was: 0