Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/kyua-testers.spec'], chrootPath='/var/lib/mock/f27-build-9403367-774320/root'shell=Falseuid=1000gid=425user='mockbuild'env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir'}timeout=172800printOutput=Falsenspawn_args=[]logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/kyua-testers.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir'} and shell False Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/kyua-testers-0.3-7.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/kyua-testers.spec'], chrootPath='/var/lib/mock/f27-build-9403367-774320/root'shell=Falseuid=1000gid=425user='mockbuild'env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir'}timeout=172800printOutput=Falsenspawn_args=[]logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/kyua-testers.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gi0cAv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf kyua-testers-0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/kyua-testers-0.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd kyua-testers-0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /builddir/build/SOURCES/README.Fedora README.Fedora + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bGsmDu + umask 022 + cd /builddir/build/BUILD + cd kyua-testers-0.3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=i686-redhat-linux-gnu --host=i686-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 'INSTALL=/usr/bin/install -p' checking for a BSD-compatible install... /usr/bin/install -p 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 for i686-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 whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for i686-redhat-linux-gnu-ar... no checking for i686-redhat-linux-gnu-lib... no checking for i686-redhat-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking whether gcc supports -Werror... yes checking whether gcc supports -D_FORTIFY_SOURCE=2... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wcast-qual... yes checking whether gcc supports -Wextra... yes checking whether gcc supports -Wpointer-arith... yes checking whether gcc supports -Wredundant-decls... yes checking whether gcc supports -Wreturn-type... yes checking whether gcc supports -Wshadow... yes checking whether gcc supports -Wsign-compare... yes checking whether gcc supports -Wswitch... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -DNDEBUG... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wno-traditional... yes checking whether gcc supports -Wstrict-prototypes... no checking whether __attribute__((__format__(__printf__, a, b))) is supported... yes checking whether __attribute__((noreturn)) is supported... yes checking whether __attribute__((__pure__)) is supported... yes checking whether __attribute__((__unused__)) is supported... yes checking for a working lchmod... no checking for unmount... no checking for umount... /usr/bin/umount checking whether getopt allows a + sign for POSIX behavior optreset... yes checking for the optind value to reset getopt processing... 0 checking whether getopt has optreset... no checking for the last valid signal... 31 checking for putenv... yes checking for setenv... yes checking for unsetenv... yes checking whether getcwd(NULL, 0) works... yes checking for i686-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i686-redhat-linux-gnu-pkg-config... /usr/bin/i686-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for ATF_C... yes checking for doxygen... no checking for gdb... no checking for git... no checking for kyua... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Doxyfile config.status: creating Makefile config.status: creating defs.h config.status: creating config.h config.status: executing depfiles commands + make -j6 pkgtestsdir=/usr/libexec/kyua-testers/tests testsdir=/usr/libexec/kyua-testers/tests make all-am make[1]: Entering directory '/builddir/build/BUILD/kyua-testers-0.3' gcc -DHAVE_CONFIG_H -I. -DGDB=\"gdb\" -DKYUA_TMPDIR=\"/tmp\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o libtester_a-cli.o `test -f 'cli.c' || echo './'`cli.c gcc -DHAVE_CONFIG_H -I. -DGDB=\"gdb\" -DKYUA_TMPDIR=\"/tmp\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o libtester_a-env.o `test -f 'env.c' || echo './'`env.c gcc -DHAVE_CONFIG_H -I. -DGDB=\"gdb\" -DKYUA_TMPDIR=\"/tmp\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o libtester_a-error.o `test -f 'error.c' || echo './'`error.c gcc -DHAVE_CONFIG_H -I. -DGDB=\"gdb\" -DKYUA_TMPDIR=\"/tmp\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o libtester_a-fs.o `test -f 'fs.c' || echo './'`fs.c gcc -DHAVE_CONFIG_H -I. -DGDB=\"gdb\" -DKYUA_TMPDIR=\"/tmp\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o libtester_a-result.o `test -f 'result.c' || echo './'`result.c gcc -DHAVE_CONFIG_H -I. -DGDB=\"gdb\" -DKYUA_TMPDIR=\"/tmp\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o libtester_a-run.o `test -f 'run.c' || echo './'`run.c error.c: In function 'oom_format': error.c:517:31: warning: unused parameter 'error' [-Wunused-parameter] oom_format(const kyua_error_t error, char* const output_buffer, ^~~~~ error.c: In function 'kyua_oom_error_new': error.c:536:16: warning: unused variable 'ok' [-Wunused-variable] const bool ok = error_init(&oom_error, kyua_oom_error_type, NULL, 0, ^~ gcc -DHAVE_CONFIG_H -I. -DGDB=\"gdb\" -DKYUA_TMPDIR=\"/tmp\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o libtester_a-stacktrace.o `test -f 'stacktrace.c' || echo './'`stacktrace.c gcc -DHAVE_CONFIG_H -I. -DGDB=\"gdb\" -DKYUA_TMPDIR=\"/tmp\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o libtester_a-text.o `test -f 'text.c' || echo './'`text.c run.c: In function 'mask_handlers': run.c:116:15: warning: unused variable 'ret' [-Wunused-variable] const int ret = sigprocmask(operation, &mask, NULL); ^~~ run.c: In function 'setup_signal': run.c:213:15: warning: unused variable 'ret' [-Wunused-variable] const int ret = sigaction(signo, &sa, old_sa); ^~~ run.c: In function 'setup_timer': run.c:231:15: warning: unused variable 'ret' [-Wunused-variable] const int ret = setitimer(ITIMER_REAL, &new_timer, old_itimerval); ^~~ run.c: In function 'unlimit_core_size': run.c:309:19: warning: unused variable 'ret' [-Wunused-variable] const int ret = getrlimit(RLIMIT_CORE, &rl); ^~~ run.c:313:15: warning: unused variable 'ret' [-Wunused-variable] const int ret = setrlimit(RLIMIT_CORE, &rl) != -1; ^~~ fs.c: In function 'unmount_with_umount8': fs.c:387:19: warning: unused variable 'ret' [-Wunused-variable] const int ret = execlp(UMOUNT, "umount", mount_point, NULL); ^~~ run.c: In function 'kyua_run_wait': run.c:481:17: warning: unused variable 'waited_pid' [-Wunused-variable] const pid_t waited_pid = waitpid(pid, &tmp_status, 0); ^~~~~~~~~~ stacktrace.c: In function 'run_gdb': stacktrace.c:129:15: warning: unused variable 'input_fd' [-Wunused-variable] const int input_fd = open("/dev/null", O_RDONLY); ^~~~~~~~ gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o atf_list.o atf_list.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o atf_result.o atf_result.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o tap_parser.o tap_parser.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o atf_main.o atf_main.c atf_result.c: In function 'convert_result': atf_result.c:683:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o plain_main.o plain_main.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o tap_main.o tap_main.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o atf_list_test-atf_list_test.o `test -f 'atf_list_test.c' || echo './'`atf_list_test.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o atf_result_test-atf_result_test.o `test -f 'atf_result_test.c' || echo './'`atf_result_test.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o atf_helpers-atf_helpers.o `test -f 'atf_helpers.c' || echo './'`atf_helpers.c gcc -DHAVE_CONFIG_H -I. -DTESTERSDIR=\"/usr/libexec\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o atf_inttest-atf_inttest.o `test -f 'atf_inttest.c' || echo './'`atf_inttest.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o cli_test-cli_test.o `test -f 'cli_test.c' || echo './'`cli_test.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o env_test-env_test.o `test -f 'env_test.c' || echo './'`env_test.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o error_test-error_test.o `test -f 'error_test.c' || echo './'`error_test.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o fs_test-fs_test.o `test -f 'fs_test.c' || echo './'`fs_test.c gcc -DHAVE_CONFIG_H -I. -DTESTERSDIR=\"/usr/libexec\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o plain_inttest-plain_inttest.o `test -f 'plain_inttest.c' || echo './'`plain_inttest.c fs_test.c: In function 'run_mount_tmpfs': fs_test.c:158:15: warning: unused variable 'ret' [-Wunused-variable] const int ret = execvp(mount_args[0], KYUA_DEFS_UNCONST(mount_args)); ^~~ gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o plain_helpers.o plain_helpers.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o result_test-result_test.o `test -f 'result_test.c' || echo './'`result_test.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o run_test-run_test.o `test -f 'run_test.c' || echo './'`run_test.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o stacktrace_helper.o stacktrace_helper.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o stacktrace_test-stacktrace_test.o `test -f 'stacktrace_test.c' || echo './'`stacktrace_test.c gcc -DHAVE_CONFIG_H -I. -DTESTERSDIR=\"/usr/libexec\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o tap_inttest-tap_inttest.o `test -f 'tap_inttest.c' || echo './'`tap_inttest.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o tap_helpers.o tap_helpers.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o tap_parser_test-tap_parser_test.o `test -f 'tap_parser_test.c' || echo './'`tap_parser_test.c gcc -DHAVE_CONFIG_H -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -c -o text_test-text_test.o `test -f 'text_test.c' || echo './'`text_test.c name=kyua-atf-tester.1; sed -e 's,__PACKAGE__,kyua-testers,g' -e 's,__TMPDIR__,/tmp,g' <./${name}.in >${name}.tmp; mv ${name}.tmp ${name} name=kyua-plain-tester.1; sed -e 's,__PACKAGE__,kyua-testers,g' -e 's,__TMPDIR__,/tmp,g' <./${name}.in >${name}.tmp; mv ${name}.tmp ${name} name=kyua-tap-tester.1; sed -e 's,__PACKAGE__,kyua-testers,g' -e 's,__TMPDIR__,/tmp,g' <./${name}.in >${name}.tmp; mv ${name}.tmp ${name} name=kyua-tester.1; sed -e 's,__PACKAGE__,kyua-testers,g' -e 's,__TMPDIR__,/tmp,g' <./${name}.in >${name}.tmp; mv ${name}.tmp ${name} sed -e 's#__LIBEXECDIR__#/usr/libexec#g' \ -e 's#__VERSION__#0.3#g' \ <./kyua-testers.pc.in >kyua-testers.pc.tmp mv kyua-testers.pc.tmp kyua-testers.pc rm -f libtester.a ar cru libtester.a libtester_a-cli.o libtester_a-env.o libtester_a-error.o libtester_a-fs.o libtester_a-result.o libtester_a-run.o libtester_a-stacktrace.o libtester_a-text.o ranlib libtester.a rm -f libatf_tester.a ar cru libatf_tester.a atf_list.o atf_result.o ranlib libatf_tester.a rm -f libtap_tester.a ar cru libtap_tester.a tap_parser.o ranlib libtap_tester.a gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o kyua-atf-tester atf_main.o libatf_tester.a libtester.a gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o kyua-plain-tester plain_main.o libtester.a gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o kyua-tap-tester tap_main.o libtap_tester.a libtester.a gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o atf_list_test atf_list_test-atf_list_test.o libatf_tester.a libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o atf_helpers atf_helpers-atf_helpers.o -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o atf_inttest atf_inttest-atf_inttest.o -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cli_test cli_test-cli_test.o libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o env_test env_test-env_test.o libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o error_test error_test-error_test.o libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fs_test fs_test-fs_test.o libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o plain_inttest plain_inttest-plain_inttest.o -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o plain_helpers plain_helpers.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o result_test result_test-result_test.o libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o run_test run_test-run_test.o libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o stacktrace_helper stacktrace_helper.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o stacktrace_test stacktrace_test-stacktrace_test.o libtester.a -latf-c fs_test-fs_test.o: In function `lchmod_fails': /builddir/build/BUILD/kyua-testers-0.3/fs_test.c:200: warning: lchmod is not implemented and will always fail gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tap_inttest tap_inttest-tap_inttest.o -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tap_helpers tap_helpers.o gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tap_parser_test tap_parser_test-tap_parser_test.o libtap_tester.a libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o text_test text_test-text_test.o libtester.a -latf-c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -fasynchronous-unwind-tables -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wmissing-prototypes -Wno-traditional -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o atf_result_test atf_result_test-atf_result_test.o libatf_tester.a libtester.a -latf-c make[1]: Leaving directory '/builddir/build/BUILD/kyua-testers-0.3' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.uQG4EB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386 ++ dirname /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386 + cd kyua-testers-0.3 + make install DESTDIR=/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386 doc_DATA= pkgtestsdir=/usr/libexec/kyua-testers/tests testsdir=/usr/libexec/kyua-testers/tests make[1]: Entering directory '/builddir/build/BUILD/kyua-testers-0.3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec' /usr/bin/install -p kyua-atf-tester kyua-plain-tester kyua-tap-tester '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests' /usr/bin/install -p -m 644 Kyuafile '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/man/man1' /usr/bin/install -p -m 644 kyua-atf-tester.1 kyua-plain-tester.1 kyua-tap-tester.1 kyua-tester.1 '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/man/man5' /usr/bin/install -p -m 644 kyua-tester-list.5 kyua-tester-result.5 '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/man/man5' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/man/man7' /usr/bin/install -p -m 644 kyua-atf-interface.7 kyua-plain-interface.7 kyua-tap-interface.7 '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/man/man7' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/lib/pkgconfig' /usr/bin/install -p -m 644 kyua-testers.pc '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/lib/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests' /usr/bin/install -p atf_list_test atf_result_test atf_helpers atf_inttest cli_test env_test error_test fs_test plain_inttest plain_helpers result_test run_test stacktrace_helper stacktrace_test tap_inttest tap_helpers tap_parser_test text_test '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests' make[1]: Leaving directory '/builddir/build/BUILD/kyua-testers-0.3' + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.3-7.fc27 --unique-debug-suffix -0.3-7.fc27.i386 --unique-debug-src-base kyua-testers-0.3-7.fc27.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/kyua-testers-0.3 extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-tap-tester extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-atf-tester extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/run_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-plain-tester extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/tap_helpers extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/atf_helpers extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/atf_result_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/text_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/fs_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/plain_inttest extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/tap_parser_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/result_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/cli_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/atf_inttest extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/env_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/stacktrace_helper extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/atf_list_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/stacktrace_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/error_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/tap_inttest extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/libexec/kyua-testers/tests/plain_helpers /usr/lib/rpm/sepdebugcrcfix: Updated 21 CRC32s, 0 CRC32s did match. 791 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: kyua-testers-0.3-7.fc27.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BAZvLL + umask 022 + cd /builddir/build/BUILD + cd kyua-testers-0.3 + DOCDIR=/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers + cp -pr AUTHORS /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers + cp -pr COPYING /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers + cp -pr NEWS /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers + cp -pr README /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers + exit 0 Provides: kyua-testers = 0.3-7.fc27 kyua-testers(x86-32) = 0.3-7.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libatf-c.so.0 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.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: kyua-testers-debugsource-0.3-7.fc27.i686 Provides: kyua-testers-debugsource = 0.3-7.fc27 kyua-testers-debugsource(x86-32) = 0.3-7.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: kyua-testers-devel-0.3-7.fc27.i686 Provides: kyua-testers-devel = 0.3-7.fc27 kyua-testers-devel(x86-32) = 0.3-7.fc27 pkgconfig(kyua-testers) = 0.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Processing files: kyua-testers-tests-0.3-7.fc27.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u8LBtW + umask 022 + cd /builddir/build/BUILD + cd kyua-testers-0.3 + DOCDIR=/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers-tests + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers-tests + cp -pr README.Fedora /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386/usr/share/doc/kyua-testers-tests + exit 0 Provides: kyua-testers-tests = 0.3-7.fc27 kyua-testers-tests(x86-32) = 0.3-7.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libatf-c.so.0 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.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) rtld(GNU_HASH) Processing files: kyua-testers-debuginfo-0.3-7.fc27.i686 Provides: debuginfo(build-id) = 059750d97f630d32007dc0f4506d7a7e4bbabc0e debuginfo(build-id) = 1b8ec8082b30d5833e5d5d7317bc3452815fdf2f debuginfo(build-id) = 1bed2b3965858b86f282c2c2bfa036bf275a78b8 debuginfo(build-id) = 2cea4afc7bfab1979fc7edd2c21e6bd3836811b1 debuginfo(build-id) = 34c32a7b919a640afd4ef9adb451616811d1e862 debuginfo(build-id) = 3eea143e8825fe1f7d77fdc36e6e43d8df3e8e5f debuginfo(build-id) = 41a8cb6626cb73b1b6174c126e43a6eee267cdcb debuginfo(build-id) = 70e54ddd4b8f30f7b510adbffd6003e5fa83b27d debuginfo(build-id) = 724fe85abf7cc5643db81d8c5d4b5a17b1f9ea21 debuginfo(build-id) = 772b32962bab4bbafb7b67ef914dd0b11e37e0a7 debuginfo(build-id) = 886b71c97c39f25cf88a1c6c23d99e83e3317a84 debuginfo(build-id) = 95f79c15cbff088ee8e12175f0009472fd676475 debuginfo(build-id) = 9eb28e76586b4391930f798f0c2c19fff82373b4 debuginfo(build-id) = ae412c1916e779cbb91b453d51a01a3643ba1553 debuginfo(build-id) = b332ef2097d8dec879e53c527d9ecfe5a4c246e0 debuginfo(build-id) = bb8b13ca42d536f506a1c3344ccb9609703bb0bd debuginfo(build-id) = c46f138227cf3c27d4568e4dad6c3f0ebb6e190f debuginfo(build-id) = c5d110164107904d1cbbe4f7193761d2ae7404c1 debuginfo(build-id) = caf462ad79ddf5feb9fd228b7198b1a3bd9ad004 debuginfo(build-id) = f4277b6134269a1b8e88f5c6dd84b4c07b0f1cdd debuginfo(build-id) = fd022cfd9638f3ba1a66c0230781aff427866b24 kyua-testers-debuginfo = 0.3-7.fc27 kyua-testers-debuginfo(x86-32) = 0.3-7.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: kyua-testers-tests-debuginfo-0.3-7.fc27.i686 Provides: debuginfo(build-id) = 1b8ec8082b30d5833e5d5d7317bc3452815fdf2f debuginfo(build-id) = 1bed2b3965858b86f282c2c2bfa036bf275a78b8 debuginfo(build-id) = 2cea4afc7bfab1979fc7edd2c21e6bd3836811b1 debuginfo(build-id) = 34c32a7b919a640afd4ef9adb451616811d1e862 debuginfo(build-id) = 3eea143e8825fe1f7d77fdc36e6e43d8df3e8e5f debuginfo(build-id) = 41a8cb6626cb73b1b6174c126e43a6eee267cdcb debuginfo(build-id) = 70e54ddd4b8f30f7b510adbffd6003e5fa83b27d debuginfo(build-id) = 772b32962bab4bbafb7b67ef914dd0b11e37e0a7 debuginfo(build-id) = 886b71c97c39f25cf88a1c6c23d99e83e3317a84 debuginfo(build-id) = 95f79c15cbff088ee8e12175f0009472fd676475 debuginfo(build-id) = 9eb28e76586b4391930f798f0c2c19fff82373b4 debuginfo(build-id) = ae412c1916e779cbb91b453d51a01a3643ba1553 debuginfo(build-id) = b332ef2097d8dec879e53c527d9ecfe5a4c246e0 debuginfo(build-id) = bb8b13ca42d536f506a1c3344ccb9609703bb0bd debuginfo(build-id) = c5d110164107904d1cbbe4f7193761d2ae7404c1 debuginfo(build-id) = caf462ad79ddf5feb9fd228b7198b1a3bd9ad004 debuginfo(build-id) = f4277b6134269a1b8e88f5c6dd84b4c07b0f1cdd debuginfo(build-id) = fd022cfd9638f3ba1a66c0230781aff427866b24 kyua-testers-tests-debuginfo = 0.3-7.fc27 kyua-testers-tests-debuginfo(x86-32) = 0.3-7.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386 Wrote: /builddir/build/RPMS/kyua-testers-0.3-7.fc27.i686.rpm Wrote: /builddir/build/RPMS/kyua-testers-debugsource-0.3-7.fc27.i686.rpm Wrote: /builddir/build/RPMS/kyua-testers-devel-0.3-7.fc27.i686.rpm Wrote: /builddir/build/RPMS/kyua-testers-tests-0.3-7.fc27.i686.rpm Wrote: /builddir/build/RPMS/kyua-testers-debuginfo-0.3-7.fc27.i686.rpm Wrote: /builddir/build/RPMS/kyua-testers-tests-debuginfo-0.3-7.fc27.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9jvnt9 + umask 022 + cd /builddir/build/BUILD + cd kyua-testers-0.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.i386 + exit 0 Child return code was: 0