Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/kyua-testers.spec'], user='mockbuild'uid=1000printOutput=Falseshell=Falsegid=425timeout=172800logger=nspawn_args=[]chrootPath='/var/lib/mock/f27-build-9420930-774320/root'env={'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/kyua-testers.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: s390x Building for target s390x 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 s390x --nodeps /builddir/build/SPECS/kyua-testers.spec'], user='mockbuild'uid=1000printOutput=Falseshell=Falsegid=425timeout=172800logger=nspawn_args=[]chrootPath='/var/lib/mock/f27-build-9420930-774320/root'env={'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/kyua-testers.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zcNK78 + 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 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eLytic + exit 0 + 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 -m64 -march=zEC12 -mtune=z13' + 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 -m64 -march=zEC12 -mtune=z13' + 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 -m64 -march=zEC12 -mtune=z13 -I/usr/lib64/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 -m64 -march=zEC12 -mtune=z13 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=s390x-redhat-linux-gnu --host=s390x-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 '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 s390x-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 s390x-redhat-linux-gnu-ar... no checking for s390x-redhat-linux-gnu-lib... no checking for s390x-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 s390x-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for s390x-redhat-linux-gnu-pkg-config... /usr/bin/s390x-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 -j2 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 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); ^~~ 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 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); ^~~~~~~~ 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; ^~~ 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); ^~~~~~~~~~ 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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 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. -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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 make[1]: Leaving directory '/builddir/build/BUILD/kyua-testers-0.3' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vYu0a8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x ++ dirname /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x + cd kyua-testers-0.3 + make install DESTDIR=/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x 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.s390x/usr/libexec' /usr/bin/install -p kyua-atf-tester kyua-plain-tester kyua-tap-tester '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests' /usr/bin/install -p -m 644 Kyuafile '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/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.s390x/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/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.s390x/usr/share/man/man5' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/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.s390x/usr/share/man/man7' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 kyua-testers.pc '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/lib64/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/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.s390x/usr/libexec/kyua-testers/tests' make[1]: Leaving directory '/builddir/build/BUILD/kyua-testers-0.3' + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.3-7.fc27 --unique-debug-suffix -0.3-7.fc27.s390x --unique-debug-src-base kyua-testers-0.3-7.fc27.s390x --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.s390x/usr/libexec/kyua-atf-tester extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-plain-tester extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-tap-tester extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/atf_list_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/atf_result_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/atf_helpers extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/atf_inttest extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/cli_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/env_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/error_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/fs_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/plain_inttest extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/plain_helpers extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/result_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/run_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/stacktrace_helper extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/stacktrace_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/tap_inttest extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/tap_helpers extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/tap_parser_test extracting debug info from /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/libexec/kyua-testers/tests/text_test /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.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7gzPzF + umask 022 + cd /builddir/build/BUILD + cd kyua-testers-0.3 + DOCDIR=/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers + cp -pr AUTHORS /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers + cp -pr COPYING /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers + cp -pr NEWS /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers + cp -pr README /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers + exit 0 Provides: kyua-testers = 0.3-7.fc27 kyua-testers(s390-64) = 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()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Processing files: kyua-testers-debugsource-0.3-7.fc27.s390x Provides: kyua-testers-debugsource = 0.3-7.fc27 kyua-testers-debugsource(s390-64) = 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.s390x Provides: kyua-testers-devel = 0.3-7.fc27 kyua-testers-devel(s390-64) = 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.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NpJMPz + umask 022 + cd /builddir/build/BUILD + cd kyua-testers-0.3 + DOCDIR=/builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers-tests + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers-tests + cp -pr README.Fedora /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x/usr/share/doc/kyua-testers-tests + exit 0 Provides: kyua-testers-tests = 0.3-7.fc27 kyua-testers-tests(s390-64) = 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()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Processing files: kyua-testers-debuginfo-0.3-7.fc27.s390x Provides: debuginfo(build-id) = 15d4b1ec4132ed218c804d7857b42b493344d58c debuginfo(build-id) = 20b093eeda229b7108b06e38e8aa69b09ff1fa4d debuginfo(build-id) = 2a0b16d7b16ed79f58ddeb9fe4dcbf4902c59ffa debuginfo(build-id) = 34b5816eec470d7f8aa40c6a6a2e45f31c3f3b63 debuginfo(build-id) = 3e12a9fc002e94a567f94a11e09fb0c1eb268bcb debuginfo(build-id) = 3fd7a8c57db35a35b10def280feff18636336739 debuginfo(build-id) = 45e12c1db950dad4749543ca45b0d2023bd82961 debuginfo(build-id) = 6bd56f04fd7397862733205c079aab110235f545 debuginfo(build-id) = 6da53d3d0f023131434fca1356e1dc1762f5e6ca debuginfo(build-id) = 8b3fed7b1508e4324b2c7cdfe44a138b409d36db debuginfo(build-id) = 8c9c770bca65987737335a6d7170ac74a82d47c9 debuginfo(build-id) = 910bffeb63f8c1933e9e4026aef59d6de06f132a debuginfo(build-id) = ce3dcaeaf469fdc3f23b196b879aeae82e15b631 debuginfo(build-id) = ce8513021143263148694fb164476107a1e6689a debuginfo(build-id) = d66e80c73a754e054bede0d7f53dd375abfea775 debuginfo(build-id) = db5a49ce7b0bc64022019716846b81c1254dfa3e debuginfo(build-id) = e07eefac739bc478b6bcaade678bc67c9b511279 debuginfo(build-id) = e407a2c1a1ea36c0f31491458e78dfaec1c83e63 debuginfo(build-id) = ebefc464e784ec77898d12433e5ba0d726669356 debuginfo(build-id) = f261fbd4c6d7ba0506040bdd286a5a40851d304a debuginfo(build-id) = fc8e1a40f332364d3637750a87fd46502e30f956 kyua-testers-debuginfo = 0.3-7.fc27 kyua-testers-debuginfo(s390-64) = 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.s390x Provides: debuginfo(build-id) = 15d4b1ec4132ed218c804d7857b42b493344d58c debuginfo(build-id) = 20b093eeda229b7108b06e38e8aa69b09ff1fa4d debuginfo(build-id) = 2a0b16d7b16ed79f58ddeb9fe4dcbf4902c59ffa debuginfo(build-id) = 34b5816eec470d7f8aa40c6a6a2e45f31c3f3b63 debuginfo(build-id) = 3e12a9fc002e94a567f94a11e09fb0c1eb268bcb debuginfo(build-id) = 3fd7a8c57db35a35b10def280feff18636336739 debuginfo(build-id) = 45e12c1db950dad4749543ca45b0d2023bd82961 debuginfo(build-id) = 6bd56f04fd7397862733205c079aab110235f545 debuginfo(build-id) = 6da53d3d0f023131434fca1356e1dc1762f5e6ca debuginfo(build-id) = 8b3fed7b1508e4324b2c7cdfe44a138b409d36db debuginfo(build-id) = 8c9c770bca65987737335a6d7170ac74a82d47c9 debuginfo(build-id) = 910bffeb63f8c1933e9e4026aef59d6de06f132a debuginfo(build-id) = ce3dcaeaf469fdc3f23b196b879aeae82e15b631 debuginfo(build-id) = ce8513021143263148694fb164476107a1e6689a debuginfo(build-id) = db5a49ce7b0bc64022019716846b81c1254dfa3e debuginfo(build-id) = e07eefac739bc478b6bcaade678bc67c9b511279 debuginfo(build-id) = e407a2c1a1ea36c0f31491458e78dfaec1c83e63 debuginfo(build-id) = fc8e1a40f332364d3637750a87fd46502e30f956 kyua-testers-tests-debuginfo = 0.3-7.fc27 kyua-testers-tests-debuginfo(s390-64) = 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.s390x Wrote: /builddir/build/RPMS/kyua-testers-0.3-7.fc27.s390x.rpm Wrote: /builddir/build/RPMS/kyua-testers-debugsource-0.3-7.fc27.s390x.rpm Wrote: /builddir/build/RPMS/kyua-testers-devel-0.3-7.fc27.s390x.rpm Wrote: /builddir/build/RPMS/kyua-testers-tests-0.3-7.fc27.s390x.rpm Wrote: /builddir/build/RPMS/kyua-testers-debuginfo-0.3-7.fc27.s390x.rpm Wrote: /builddir/build/RPMS/kyua-testers-tests-debuginfo-0.3-7.fc27.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w3iTBr + umask 022 + cd /builddir/build/BUILD + cd kyua-testers-0.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/kyua-testers-0.3-7.fc27.s390x + exit 0 Child return code was: 0