Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/check.spec'], False, '/srv/build/3/workerI/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/check.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/check-0.9.9-5.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/check.spec'], False, '/srv/build/3/workerI/mock-root/c7.00.02-x86_64/root/', None, 21600, True, False, 502, 498, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/check.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ay8wXG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf check-0.9.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/check-0.9.9.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd check-0.9.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (check-format.patch): + echo 'Patch #0 (check-format.patch):' + /usr/bin/cat /builddir/build/SOURCES/check-format.patch + /usr/bin/patch -p0 --fuzz=0 patching file ./src/check_print.c patching file ./src/check_log.c Patch #1 (check-aarch64.patch): + echo 'Patch #1 (check-aarch64.patch):' + /usr/bin/cat /builddir/build/SOURCES/check-aarch64.patch + /usr/bin/patch -p0 --fuzz=0 patching file ./build-aux/config.guess patching file ./build-aux/config.sub + sed -i '/localtime_r/s/ac_includes_default/&\n#include /' configure + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1zLAAr + umask 022 + cd /builddir/build/BUILD + cd check-0.9.9 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/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 -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./build-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build-aux/config.guess ++ basename ./build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./build-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-aux/config.sub ++ basename ./build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for x86_64-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 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes 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 for style of include used by make... GNU checking dependency style of gcc... none Subunit support will enable automatically. checking for gawk... (cached) gawk checking for x86_64-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc and cc understand -c and -o together... yes checking whether ln -s works... yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking CFLAGS for maximum ansi warnings... -Wall -ansi -pedantic checking whether the C compiler accepts the -Wextra flag... yes checking whether the C compiler accepts the -Wstrict-prototypes flag... yes checking whether the C compiler accepts the -Wmissing-prototypes flag... yes checking whether the C compiler accepts the -Wwrite-strings flag... yes checking whether the C compiler accepts the -Wno-variadic-macros flag... yes checking for gcov... gcov checking for lcov... no checking for genhtml... no checking for tex... no configure: WARNING: tex not installed: cannot rebuild HTML documentation. checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for x86_64-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 an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of int... 4 checking size of short... 2 checking size of long... 8 checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for fileno... yes checking for localtime_r... yes checking for pipe... yes checking for putenv... yes checking for setenv... yes checking for sleep... yes checking for strdup... yes checking for strsignal... yes checking for unsetenv... yes checking whether fileno is declared... yes checking whether localtime_r is declared... yes checking whether pipe is declared... yes checking whether putenv is declared... yes checking whether setenv is declared... yes checking whether sleep is declared... yes checking whether strdup is declared... yes checking whether strsignal is declared... yes checking whether unsetenv is declared... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for gawk... /usr/bin/gawk configure: creating ./config.status config.status: creating checkmk/checkmk config.status: creating check.pc config.status: creating Makefile config.status: creating checkmk/Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating src/check.h config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/test_vars config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing checkmk-x commands + sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' -i libtool + make make all-recursive make[1]: Entering directory `/builddir/build/BUILD/check-0.9.9' Making all in lib make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/lib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o libcompat.lo libcompat.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c libcompat.c -fPIC -DPIC -o .libs/libcompat.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c libcompat.c -o libcompat.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -no-undefined -Wl,-z,relro -o libcompat.la libcompat.lo -lrt libtool: link: ar cru .libs/libcompat.a .libs/libcompat.o libtool: link: ranlib .libs/libcompat.a libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" ) make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9/lib' Making all in src make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check.lo check.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check.c -fPIC -DPIC -o .libs/check.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check.c -o check.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_error.lo check_error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_error.c -fPIC -DPIC -o .libs/check_error.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_error.c -o check_error.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_list.lo check_list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_list.c -fPIC -DPIC -o .libs/check_list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_list.c -o check_list.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_log.lo check_log.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_log.c -fPIC -DPIC -o .libs/check_log.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_log.c -o check_log.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_msg.lo check_msg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_msg.c -fPIC -DPIC -o .libs/check_msg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_msg.c -o check_msg.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_pack.lo check_pack.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_pack.c -fPIC -DPIC -o .libs/check_pack.o check_pack.c:291:6: warning: no previous prototype for 'ppack_cleanup' [-Wmissing-prototypes] void ppack_cleanup( void *mutex ) ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_pack.c -o check_pack.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_print.lo check_print.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_print.c -fPIC -DPIC -o .libs/check_print.o check_print.c: In function 'tr_xmlprint': check_print.c:139:21: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] char *path_name = ""; ^ check_print.c:140:21: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] char *file_name = ""; ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_print.c -o check_print.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_run.lo check_run.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_run.c -fPIC -DPIC -o .libs/check_run.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_run.c -o check_run.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_str.lo check_str.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_str.c -fPIC -DPIC -o .libs/check_str.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_str.c -o check_str.o >/dev/null 2>&1 sed -n -e 's/^..*CK_EXPORT[[:space:]][[:space:]]*\([[:alnum:]_][[:alnum:]_]*\)..*$/\1/p' ../src/check.h.in > exported.sym /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -no-undefined -export-symbols exported.sym -Wl,-z,relro -o libcheck.la -rpath /usr/lib64 check.lo check_error.lo check_list.lo check_log.lo check_msg.lo check_pack.lo check_print.lo check_run.lo check_str.lo ../lib/libcompat.la -lrt libtool: link: echo "{ global:" > .libs/libcheck.ver libtool: link: cat exported.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libcheck.ver libtool: link: echo "local: *; };" >> .libs/libcheck.ver libtool: link: gcc -shared .libs/check.o .libs/check_error.o .libs/check_list.o .libs/check_log.o .libs/check_msg.o .libs/check_pack.o .libs/check_print.o .libs/check_run.o .libs/check_str.o -Wl,--whole-archive ../lib/.libs/libcompat.a -Wl,--no-whole-archive -lrt -pthread -m64 -mtune=generic -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,libcheck.so.0 -Wl,-version-script -Wl,.libs/libcheck.ver -o .libs/libcheck.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libcheck.so.0" && ln -s "libcheck.so.0.0.0" "libcheck.so.0") libtool: link: (cd ".libs" && rm -f "libcheck.so" && ln -s "libcheck.so.0.0.0" "libcheck.so") libtool: link: (cd .libs/libcheck.lax/libcompat.a && ar x "/builddir/build/BUILD/check-0.9.9/src/../lib/.libs/libcompat.a") libtool: link: ar cru .libs/libcheck.a check.o check_error.o check_list.o check_log.o check_msg.o check_pack.o check_print.o check_run.o check_str.o .libs/libcheck.lax/libcompat.a/libcompat.o libtool: link: ranlib .libs/libcheck.a libtool: link: rm -fr .libs/libcheck.lax libtool: link: ( cd ".libs" && rm -f "libcheck.la" && ln -s "../libcheck.la" "libcheck.la" ) /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -no-undefined -Wl,-z,relro -o libcheckinternal.la check.lo check_error.lo check_list.lo check_log.lo check_msg.lo check_pack.lo check_print.lo check_run.lo check_str.lo ../lib/libcompat.la -lrt libtool: link: (cd .libs/libcheckinternal.lax/libcompat.a && ar x "/builddir/build/BUILD/check-0.9.9/src/../lib/.libs/libcompat.a") libtool: link: ar cru .libs/libcheckinternal.a .libs/check.o .libs/check_error.o .libs/check_list.o .libs/check_log.o .libs/check_msg.o .libs/check_pack.o .libs/check_print.o .libs/check_run.o .libs/check_str.o .libs/libcheckinternal.lax/libcompat.a/libcompat.o libtool: link: ranlib .libs/libcheckinternal.a libtool: link: rm -fr .libs/libcheckinternal.lax libtool: link: ( cd ".libs" && rm -f "libcheckinternal.la" && ln -s "../libcheckinternal.la" "libcheckinternal.la" ) make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9/src' Making all in doc make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/doc' cd ../doc/example; \ diff -u src/money.1.h src/money.2.h > /builddir/build/BUILD/check-0.9.9/doc/money.1-2.h.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc cd ../doc/example; \ diff -u src/money.1.c src/money.3.c > /builddir/build/BUILD/check-0.9.9/doc/money.1-3.c.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc cd ../doc/example; \ diff -u src/money.3.c src/money.4.c > /builddir/build/BUILD/check-0.9.9/doc/money.3-4.c.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc cd ../doc/example; \ diff -u src/money.4.c src/money.5.c > /builddir/build/BUILD/check-0.9.9/doc/money.4-5.c.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc cd ../doc/example; \ diff -u src/money.5.c src/money.6.c > /builddir/build/BUILD/check-0.9.9/doc/money.5-6.c.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc cd ../doc/example; \ diff -u tests/check_money.1.c tests/check_money.2.c > /builddir/build/BUILD/check-0.9.9/doc/check_money.1-2.c.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc cd ../doc/example; \ diff -u tests/check_money.2.c tests/check_money.3.c > /builddir/build/BUILD/check-0.9.9/doc/check_money.2-3.c.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc cd ../doc/example; \ diff -u tests/check_money.3.c tests/check_money.6.c > /builddir/build/BUILD/check-0.9.9/doc/check_money.3-6.c.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc cd ../doc/example; \ diff -u tests/check_money.6.c tests/check_money.7.c > /builddir/build/BUILD/check-0.9.9/doc/check_money.6-7.c.diff || test $? -eq 1; \ cd -; /builddir/build/BUILD/check-0.9.9/doc make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9/doc' Making all in . make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9' make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9' Making all in checkmk make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/checkmk' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9/checkmk' Making all in tests make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check_export-check_check_sub.o `test -f 'check_check_sub.c' || echo './'`check_check_sub.c check_check_sub.c: In function 'test_null': check_check_sub.c:380:12: warning: variable 'sr' set but not used [-Wunused-but-set-variable] SRunner *sr; ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check_export-check_check_master.o `test -f 'check_check_master.c' || echo './'`check_check_master.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check_export-check_check_log.o `test -f 'check_check_log.c' || echo './'`check_check_log.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check_export-check_check_fork.o `test -f 'check_check_fork.c' || echo './'`check_check_fork.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check_export-check_check_export_main.o `test -f 'check_check_export_main.c' || echo './'`check_check_export_main.c /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z,relro -o check_check_export check_check_export-check_check_sub.o check_check_export-check_check_master.o check_check_export-check_check_log.o check_check_export-check_check_fork.o check_check_export-check_check_export_main.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z -Wl,relro -o .libs/check_check_export check_check_export-check_check_sub.o check_check_export-check_check_master.o check_check_export-check_check_log.o check_check_export-check_check_fork.o check_check_export-check_check_export_main.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -pthread gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_list.o `test -f 'check_list.c' || echo './'`check_list.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_sub.o `test -f 'check_check_sub.c' || echo './'`check_check_sub.c check_check_sub.c: In function 'test_null': check_check_sub.c:380:12: warning: variable 'sr' set but not used [-Wunused-but-set-variable] SRunner *sr; ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_master.o `test -f 'check_check_master.c' || echo './'`check_check_master.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_msg.o `test -f 'check_check_msg.c' || echo './'`check_check_msg.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_log.o `test -f 'check_check_log.c' || echo './'`check_check_log.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_log_internal.o `test -f 'check_check_log_internal.c' || echo './'`check_check_log_internal.c check_check_log_internal.c: In function 'make_log_internal_suite': check_check_log_internal.c:43:10: warning: variable 'tc_core_subunit' set but not used [-Wunused-but-set-variable] TCase *tc_core_subunit; ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_limit.o `test -f 'check_check_limit.c' || echo './'`check_check_limit.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_fork.o `test -f 'check_check_fork.c' || echo './'`check_check_fork.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_fixture.o `test -f 'check_check_fixture.c' || echo './'`check_check_fixture.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_pack.o `test -f 'check_check_pack.c' || echo './'`check_check_pack.c check_check_pack.c: In function 'test_pack_ctx': check_check_pack.c:88:12: warning: variable 'nupk' set but not used [-Wunused-but-set-variable] int npk, nupk; ^ check_check_pack.c:88:7: warning: variable 'npk' set but not used [-Wunused-but-set-variable] int npk, nupk; ^ check_check_pack.c: In function 'test_ppack_big': check_check_pack.c:352:8: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe (filedes); ^ check_check_pack.c: In function 'test_ppack_nofail': check_check_pack.c:321:8: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe (filedes); ^ check_check_pack.c: In function 'test_ppack_multictx': check_check_pack.c:290:8: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe (filedes); ^ check_check_pack.c: In function 'test_ppack_onlyctx': check_check_pack.c:263:8: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe (filedes); ^ check_check_pack.c: In function 'test_ppack_noctx': check_check_pack.c:242:8: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe (filedes); ^ check_check_pack.c: In function 'test_ppack': check_check_pack.c:206:8: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe (filedes); ^ gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_exit.o `test -f 'check_check_exit.c' || echo './'`check_check_exit.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_selective.o `test -f 'check_check_selective.c' || echo './'`check_check_selective.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_check-check_check_main.o `test -f 'check_check_main.c' || echo './'`check_check_main.c /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z,relro -o check_check check_check-check_list.o check_check-check_check_sub.o check_check-check_check_master.o check_check-check_check_msg.o check_check-check_check_log.o check_check-check_check_log_internal.o check_check-check_check_limit.o check_check-check_check_fork.o check_check-check_check_fixture.o check_check-check_check_pack.o check_check-check_check_exit.o check_check-check_check_selective.o check_check-check_check_main.o ../src/libcheckinternal.la ../lib/libcompat.la -lrt libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z -Wl,relro -o check_check check_check-check_list.o check_check-check_check_sub.o check_check-check_check_master.o check_check-check_check_msg.o check_check-check_check_log.o check_check-check_check_log_internal.o check_check-check_check_limit.o check_check-check_check_fork.o check_check-check_check_fixture.o check_check-check_check_pack.o check_check-check_check_exit.o check_check-check_check_selective.o check_check-check_check_main.o ../src/.libs/libcheckinternal.a ../lib/.libs/libcompat.a -lrt -pthread gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_stress.c /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z,relro -o check_stress check_stress.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z -Wl,relro -o .libs/check_stress check_stress.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -pthread gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c -o check_thread_stress-check_thread_stress.o `test -f 'check_thread_stress.c' || echo './'`check_thread_stress.c /bin/sh ../libtool --tag=CC --mode=link gcc -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z,relro -o check_thread_stress check_thread_stress-check_thread_stress.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -pthread -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z -Wl,relro -o .libs/check_thread_stress check_thread_stress-check_thread_stress.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -pthread gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c check_nofork.c /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z,relro -o check_nofork check_nofork.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z -Wl,relro -o .libs/check_nofork check_nofork.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -pthread gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c ex_output.c /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z,relro -o ex_output ex_output.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z -Wl,relro -o .libs/ex_output ex_output.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -pthread gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c ex_xml_output.c /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z,relro -o ex_xml_output ex_xml_output.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z -Wl,relro -o .libs/ex_xml_output ex_xml_output.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -pthread gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -c ex_log_output.c /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z,relro -o ex_log_output ex_log_output.o ../src/libcheck.la ../lib/libcompat.la -lrt libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wall -ansi -pedantic -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -Wl,-z -Wl,relro -o .libs/ex_log_output ex_log_output.o ../src/.libs/libcheck.so ../lib/.libs/libcompat.a -lrt -pthread make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9/tests' make[1]: Leaving directory `/builddir/build/BUILD/check-0.9.9' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iq0QAH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64 + cd check-0.9.9 + make DESTDIR=/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64 install Making install in lib make[1]: Entering directory `/builddir/build/BUILD/check-0.9.9/lib' make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/lib' 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/check-0.9.9/lib' make[1]: Leaving directory `/builddir/build/BUILD/check-0.9.9/lib' Making install in src make[1]: Entering directory `/builddir/build/BUILD/check-0.9.9/src' make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/src' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c libcheck.la '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libcheck.so.0.0.0 /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/libcheck.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64 && { ln -s -f libcheck.so.0.0.0 libcheck.so.0 || { rm -f libcheck.so.0 && ln -s libcheck.so.0.0.0 libcheck.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64 && { ln -s -f libcheck.so.0.0.0 libcheck.so || { rm -f libcheck.so && ln -s libcheck.so.0.0.0 libcheck.so; }; }) libtool: install: /usr/bin/install -c .libs/libcheck.lai /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/libcheck.la libtool: install: /usr/bin/install -c .libs/libcheck.a /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/libcheck.a libtool: install: chmod 644 /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/libcheck.a libtool: install: ranlib /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/libcheck.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/include" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/include" /usr/bin/install -c -m 644 check.h '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/include' make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9/src' make[1]: Leaving directory `/builddir/build/BUILD/check-0.9.9/src' Making install in doc make[1]: Entering directory `/builddir/build/BUILD/check-0.9.9/doc' make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/doc/check/example" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check/example" /usr/bin/install -c -m 644 example/Makefile.am example/README example/configure.ac '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check/example' test -z "/usr/share/doc/check/example/src" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check/example/src" /usr/bin/install -c -m 644 example/src/Makefile.am example/src/main.c example/src/money.c example/src/money.h example/src/money.1.h example/src/money.2.h example/src/money.1.c example/src/money.3.c example/src/money.4.c example/src/money.5.c example/src/money.6.c '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check/example/src' test -z "/usr/share/doc/check/example/tests" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check/example/tests" /usr/bin/install -c -m 644 example/tests/Makefile.am example/tests/check_money.c example/tests/check_money.1.c example/tests/check_money.2.c example/tests/check_money.3.c example/tests/check_money.6.c example/tests/check_money.7.c '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check/example/tests' test -z "/usr/share/info" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/info" /usr/bin/install -c -m 644 ./check.info '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/info' install-info --info-dir='/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/info' '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/info/check.info' make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9/doc' make[1]: Leaving directory `/builddir/build/BUILD/check-0.9.9/doc' Making install in . make[1]: Entering directory `/builddir/build/BUILD/check-0.9.9' make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/doc/check" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check" /usr/bin/install -c -m 644 SVNChangeLog ChangeLog ChangeLogOld NEWS README COPYING.LESSER '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check' test -z "/usr/share/aclocal" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/aclocal" /usr/bin/install -c -m 644 check.m4 '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/aclocal' test -z "/usr/lib64/pkgconfig" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/pkgconfig" /usr/bin/install -c -m 644 check.pc '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/pkgconfig' make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9' make[1]: Leaving directory `/builddir/build/BUILD/check-0.9.9' Making install in checkmk make[1]: Entering directory `/builddir/build/BUILD/check-0.9.9/checkmk' make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/checkmk' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/bin" /usr/bin/install -c checkmk '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/bin' test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/man/man1" /usr/bin/install -c -m 644 doc/checkmk.1 '/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/man/man1' make[2]: Leaving directory `/builddir/build/BUILD/check-0.9.9/checkmk' make[1]: Leaving directory `/builddir/build/BUILD/check-0.9.9/checkmk' Making install in tests make[1]: Entering directory `/builddir/build/BUILD/check-0.9.9/tests' make[2]: Entering directory `/builddir/build/BUILD/check-0.9.9/tests' 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/check-0.9.9/tests' make[1]: Leaving directory `/builddir/build/BUILD/check-0.9.9/tests' + rm -f /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/libcheck.la + rm -rf /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/info/dir + rm -rf /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/check-0.9.9 extracting debug info from /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/lib64/libcheck.so.0.0.0 dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib64/libcheck.so.0.0.0.debug to /usr/lib/debug/usr/lib64/libcheck.so.0.debug symlinked /usr/lib/debug/usr/lib64/libcheck.so.0.0.0.debug to /usr/lib/debug/usr/lib64/libcheck.so.debug 184 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 Processing files: check-0.9.9-5.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HwB8yY + umask 022 + cd /builddir/build/BUILD + cd check-0.9.9 + DOCDIR=/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr AUTHORS /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr COPYING.LESSER /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr ChangeLog /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr ChangeLogOld /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr NEWS /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr README /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr SVNChangeLog /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr THANKS /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + cp -pr TODO /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-0.9.9 + exit 0 Provides: check = 0.9.9-5.el7 check(x86-64) = 0.9.9-5.el7 libcheck.so.0()(64bit) Requires(interp): /bin/sh /bin/sh /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh info Requires(preun): /bin/sh info Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Processing files: check-devel-0.9.9-5.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UkGBpg + umask 022 + cd /builddir/build/BUILD + cd check-0.9.9 + DOCDIR=/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-devel-0.9.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-devel-0.9.9 + cp -pr doc/example /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-devel-0.9.9 + exit 0 Provides: check-devel = 0.9.9-5.el7 check-devel(x86-64) = 0.9.9-5.el7 pkgconfig(check) = 0.9.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/gawk /usr/bin/pkg-config libcheck.so.0()(64bit) Processing files: check-static-0.9.9-5.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ROjPEy + umask 022 + cd /builddir/build/BUILD + cd check-0.9.9 + DOCDIR=/builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-static-0.9.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-static-0.9.9 + cp -pr COPYING.LESSER /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64/usr/share/doc/check-static-0.9.9 + exit 0 Provides: check-static = 0.9.9-5.el7 check-static(x86-64) = 0.9.9-5.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: check-debuginfo-0.9.9-5.el7.x86_64 Provides: check-debuginfo = 0.9.9-5.el7 check-debuginfo(x86-64) = 0.9.9-5.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/check-0.9.9-5.el7.x86_64 warning: Could not canonicalize hostname: b18.bsys.dev.centos.org Wrote: /builddir/build/RPMS/check-0.9.9-5.el7.x86_64.rpm Wrote: /builddir/build/RPMS/check-devel-0.9.9-5.el7.x86_64.rpm Wrote: /builddir/build/RPMS/check-static-0.9.9-5.el7.x86_64.rpm Wrote: /builddir/build/RPMS/check-debuginfo-0.9.9-5.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Woxsd3 + umask 022 + cd /builddir/build/BUILD + cd check-0.9.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/check-0.9.9-5.el7.x86_64 + exit 0 Child return code was: 0 LEAVE do -->