Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/atf.spec'], chrootPath='/var/lib/mock/dist-oc9-epol-build-65086-16665/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/atf.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/atf-0.21-2.oc9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/atf.spec'], chrootPath='/var/lib/mock/dist-oc9-epol-build-65086-16665/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=991gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/atf.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fXtcYw + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf atf-0.21 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/atf-0.21.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd atf-0.21 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6GvGn7 + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd atf-0.21 + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2014-10-22 18:41:56.000000000 +0800 +++ ./configure 2024-01-16 18:08:43.872239157 +0800 @@ -1792,7 +1792,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ @@ -2022,7 +2022,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2024-01-16 18:08:43.872239157 +0800 +++ ./configure 2024-01-16 18:08:43.948239091 +0800 @@ -6356,7 +6356,7 @@ # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" @@ -18063,7 +18063,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./admin/config.guess + '[' -f /usr/lib/rpm/OpenCloudOS/config.guess ']' + /usr/bin/rm -f ./admin/config.guess ++ basename ./admin/config.guess + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.guess ./admin/config.guess '/usr/lib/rpm/OpenCloudOS/config.guess' -> './admin/config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./admin/config.sub + '[' -f /usr/lib/rpm/OpenCloudOS/config.sub ']' + /usr/bin/rm -f ./admin/config.sub ++ basename ./admin/config.sub + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.sub ./admin/config.sub '/usr/lib/rpm/OpenCloudOS/config.sub' -> './admin/config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld"~' ./admin/ltmain.sh + ./configure --build=aarch64-opencloudos-linux-gnu --host=aarch64-opencloudos-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' --disable-static checking build system type... aarch64-opencloudos-linux-gnu checking host system type... aarch64-opencloudos-linux-gnu checking target system type... aarch64-opencloudos-linux-gnu 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 style of include used by make... GNU checking for aarch64-opencloudos-linux-gnu-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 dependency style of gcc... none checking for aarch64-opencloudos-linux-gnu-ar... no checking for aarch64-opencloudos-linux-gnu-lib... no checking for aarch64-opencloudos-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert aarch64-opencloudos-linux-gnu file names to aarch64-opencloudos-linux-gnu format... func_convert_file_noop checking how to convert aarch64-opencloudos-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for aarch64-opencloudos-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for aarch64-opencloudos-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for aarch64-opencloudos-linux-gnu-ar... ar checking for archiver @FILE support... @ checking for aarch64-opencloudos-linux-gnu-strip... no checking for strip... strip checking for aarch64-opencloudos-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ./configure: line 6362: -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p': No such file or directory ok checking for sysroot... no checking for aarch64-opencloudos-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for aarch64-opencloudos-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether the C++ compiler works... yes 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 g++ supports -Werror... yes checking whether g++ supports -D_FORTIFY_SOURCE=2... yes checking whether g++ supports -Wall... yes checking whether g++ supports -Wcast-qual... yes checking whether g++ supports -Wextra... yes checking whether g++ supports -Wpointer-arith... yes checking whether g++ supports -Wredundant-decls... yes checking whether g++ supports -Wreturn-type... yes checking whether g++ supports -Wshadow... yes checking whether g++ supports -Wsign-compare... yes checking whether g++ supports -Wswitch... yes checking whether g++ supports -Wwrite-strings... yes checking whether g++ supports -DNDEBUG... yes checking whether g++ supports -Wabi... no checking whether g++ supports -Wctor-dtor-privacy... yes checking whether g++ supports -Wno-deprecated... yes checking whether g++ supports -Wno-non-template-friend... yes checking whether g++ supports -Wno-pmf-conversions... yes checking whether g++ supports -Wnon-virtual-dtor... yes checking whether g++ supports -Woverloaded-virtual... yes checking whether g++ supports -Wreorder... yes checking whether g++ supports -Wsign-promo... yes checking whether g++ supports -Wsynth... yes checking whether ln -s works... yes checking whether vsnprintf is in std... yes checking whether getopt allows a + sign for POSIX behavior... yes checking whether getopt has optreset... no checking whether __attribute__((__format__(__printf__, a, b))) is supported... yes checking whether __attribute__((__noreturn__)) is supported... yes checking whether __attribute__((__unused__)) is supported... yes checking for putenv... yes checking for setenv... yes checking for unsetenv... yes checking whether basename takes a constant pointer... no checking whether dirname takes a constant pointer... no checking whether getcwd(NULL, 0) works... yes checking for bash... /usr/bin/bash checking for kyua... no checking for git... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating atf-c/defs.h config.status: creating config.h config.status: executing bootstrap/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool + sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + /usr/bin/make -O -j8 V=1 VERBOSE=1 pkgtestsdir=/usr/libexec/atf/tests testsdir=/usr/libexec/atf/tests /usr/bin/make all-am make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/atf_c_test.o atf-c/atf_c_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/tp_test.o atf-c/tp_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/tc_test.o atf-c/tc_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/build_test.o atf-c/build_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/error_test.o atf-c/error_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/check_test.o atf-c/check_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/utils_test.o atf-c/utils_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/macros_test.o atf-c/macros_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./atf-c -DATF_INCLUDEDIR=\"/usr/include\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo `test -f 'atf-c/detail/test_helpers.c' || echo './'`atf-c/detail/test_helpers.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./atf-c -DATF_INCLUDEDIR=\"/usr/include\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/test_helpers.c -fPIC -DPIC -o atf-c/detail/.libs/atf_c_detail_libtest_helpers_la-test_helpers.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/atf_c++_test.o atf-c++/atf_c++_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/application_test.o atf-c++/detail/application_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/build_test.o atf-c++/build_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/auto_array_test.o atf-c++/detail/auto_array_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' In file included from atf-c++/detail/auto_array_test.cpp:26: In member function 'atf::auto_array::~auto_array()', inlined from '(anonymous namespace)::atfu_tc_auto_array_release::body() const' at atf-c++/detail/auto_array_test.cpp:186:5: ./atf-c++/detail/auto_array.hpp:98:9: warning: 'test_array::operator delete[](void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 98 | delete [] m_ptr; | ^~~~~~~~~~~~~~~ In function 'test_array::operator new[](unsigned long)', inlined from '(anonymous namespace)::atfu_tc_auto_array_release::body() const' at atf-c++/detail/auto_array_test.cpp:179:40: atf-c++/detail/auto_array_test.cpp:66:35: note: returned from 'operator new(unsigned long)' 66 | void* mem = ::operator new(size); | ~~~~~~~~~~~~~~^~~~~~ In member function 'atf::auto_array::~auto_array()', inlined from '(anonymous namespace)::atfu_tc_auto_array_scope::body() const' at atf-c++/detail/auto_array_test.cpp:102:5: ./atf-c++/detail/auto_array.hpp:98:9: warning: 'test_array::operator delete[](void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 98 | delete [] m_ptr; | ^~~~~~~~~~~~~~~ In function 'test_array::operator new[](unsigned long)', inlined from '(anonymous namespace)::atfu_tc_auto_array_scope::body() const' at atf-c++/detail/auto_array_test.cpp:100:53: atf-c++/detail/auto_array_test.cpp:66:35: note: returned from 'operator new(unsigned long)' 66 | void* mem = ::operator new(size); | ~~~~~~~~~~~~~~^~~~~~ In member function 'atf::auto_array::~auto_array()', inlined from '(anonymous namespace)::atfu_tc_auto_array_copy::body() const' at atf-c++/detail/auto_array_test.cpp:126:5: ./atf-c++/detail/auto_array.hpp:98:9: warning: 'test_array::operator delete[](void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 98 | delete [] m_ptr; | ^~~~~~~~~~~~~~~ In function 'test_array::operator new[](unsigned long)', inlined from '(anonymous namespace)::atfu_tc_auto_array_copy::body() const' at atf-c++/detail/auto_array_test.cpp:118:54: atf-c++/detail/auto_array_test.cpp:66:35: note: returned from 'operator new(unsigned long)' 66 | void* mem = ::operator new(size); | ~~~~~~~~~~~~~~^~~~~~ In member function 'atf::auto_array::~auto_array()', inlined from '(anonymous namespace)::atfu_tc_auto_array_copy_ref::body() const' at atf-c++/detail/auto_array_test.cpp:150:5: ./atf-c++/detail/auto_array.hpp:98:9: warning: 'test_array::operator delete[](void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 98 | delete [] m_ptr; | ^~~~~~~~~~~~~~~ In function 'test_array::operator new[](unsigned long)', inlined from '(anonymous namespace)::atfu_tc_auto_array_copy_ref::body() const' at atf-c++/detail/auto_array_test.cpp:142:54: atf-c++/detail/auto_array_test.cpp:66:35: note: returned from 'operator new(unsigned long)' 66 | void* mem = ::operator new(size); | ~~~~~~~~~~~~~~^~~~~~ In member function 'atf::auto_array::~auto_array()', inlined from '(anonymous namespace)::atfu_tc_auto_array_assign::body() const' at atf-c++/detail/auto_array_test.cpp:237:5: ./atf-c++/detail/auto_array.hpp:98:9: warning: 'test_array::operator delete[](void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 98 | delete [] m_ptr; | ^~~~~~~~~~~~~~~ In function 'test_array::operator new[](unsigned long)', inlined from '(anonymous namespace)::atfu_tc_auto_array_assign::body() const' at atf-c++/detail/auto_array_test.cpp:228:54: atf-c++/detail/auto_array_test.cpp:66:35: note: returned from 'operator new(unsigned long)' 66 | void* mem = ::operator new(size); | ~~~~~~~~~~~~~~^~~~~~ In member function 'atf::auto_array::~auto_array()', inlined from '(anonymous namespace)::atfu_tc_auto_array_reset::body() const' at atf-c++/detail/auto_array_test.cpp:212:5: ./atf-c++/detail/auto_array.hpp:98:9: warning: 'test_array::operator delete[](void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 98 | delete [] m_ptr; | ^~~~~~~~~~~~~~~ In function 'test_array::operator new[](unsigned long)', inlined from '(anonymous namespace)::atfu_tc_auto_array_reset::body() const' at atf-c++/detail/auto_array_test.cpp:202:40: atf-c++/detail/auto_array_test.cpp:66:35: note: returned from 'operator new(unsigned long)' 66 | void* mem = ::operator new(size); | ~~~~~~~~~~~~~~^~~~~~ In member function 'atf::auto_array::~auto_array()', inlined from '(anonymous namespace)::atfu_tc_auto_array_assign_ref::body() const' at atf-c++/detail/auto_array_test.cpp:263:5: ./atf-c++/detail/auto_array.hpp:98:9: warning: 'test_array::operator delete[](void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 98 | delete [] m_ptr; | ^~~~~~~~~~~~~~~ In function 'test_array::operator new[](unsigned long)', inlined from '(anonymous namespace)::atfu_tc_auto_array_assign_ref::body() const' at atf-c++/detail/auto_array_test.cpp:254:54: atf-c++/detail/auto_array_test.cpp:66:35: note: returned from 'operator new(unsigned long)' 66 | void* mem = ::operator new(size); | ~~~~~~~~~~~~~~^~~~~~ In member function 'atf::auto_array::~auto_array()', inlined from '(anonymous namespace)::atfu_tc_auto_array_access::body() const' at atf-c++/detail/auto_array_test.cpp:284:1: ./atf-c++/detail/auto_array.hpp:98:9: warning: 'test_array::operator delete[](void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 98 | delete [] m_ptr; | ^~~~~~~~~~~~~~~ In function 'test_array::operator new[](unsigned long)', inlined from '(anonymous namespace)::atfu_tc_auto_array_access::body() const' at atf-c++/detail/auto_array_test.cpp:277:49: atf-c++/detail/auto_array_test.cpp:66:35: note: returned from 'operator new(unsigned long)' 66 | void* mem = ::operator new(size); | ~~~~~~~~~~~~~~^~~~~~ make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/exceptions_test.o atf-c++/detail/exceptions_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/env_test.o atf-c++/detail/env_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/tests_test.o atf-c++/tests_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/version_helper.o atf-c++/detail/version_helper.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/env_test.o atf-c/detail/env_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/dynstr_test.o atf-c/detail/dynstr_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/list_test.o atf-c/detail/list_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/map_test.o atf-c/detail/map_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/process_test.o atf-c++/detail/process_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/process_helpers.o atf-c/detail/process_helpers.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/sanity_test.o atf-c/detail/sanity_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/fs_test.o atf-c/detail/fs_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/utils_test.o atf-c++/utils_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/user_test.o atf-c/detail/user_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/check_test.o atf-c++/check_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/version_helper.o atf-c/detail/version_helper.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-c/pkg_config_test.sh"; \ dst="atf-c/pkg_config_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/text_test.o atf-c/detail/text_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-c++/pkg_config_test.sh"; \ dst="atf-c++/pkg_config_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-sh/misc_helpers.sh"; \ dst="atf-sh/misc_helpers"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-sh/atf_check_test.sh"; \ dst="atf-sh/atf_check_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-sh/config_test.sh"; \ dst="atf-sh/config_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-sh/atf-check_test.sh"; \ dst="atf-sh/atf-check_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-sh/normalize_test.sh"; \ dst="atf-sh/normalize_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-sh/integration_test.sh"; \ dst="atf-sh/integration_test"; \ substs="s,__ATF_SH__,/usr/bin/atf-sh,g"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-sh/tc_test.sh"; \ dst="atf-sh/tc_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./atf-sh/tp_test.sh"; \ dst="atf-sh/tp_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./test-programs/sh_helpers.sh ./test-programs/common.sh"; \ dst="test-programs/sh_helpers"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./test-programs/config_test.sh ./test-programs/common.sh"; \ dst="test-programs/config_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./test-programs/expect_test.sh ./test-programs/common.sh"; \ dst="test-programs/expect_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./test-programs/meta_data_test.sh ./test-programs/common.sh"; \ dst="test-programs/meta_data_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./test-programs/result_test.sh ./test-programs/common.sh"; \ dst="test-programs/result_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' test -d doc || mkdir -p doc; \ sed -e 's#__DOCDIR__#/usr/share/doc/atf#g' \ -e 's#__TESTSDIR__#/usr/libexec/atf/tests#g' \ <./doc/atf.7.in >doc/atf.7.tmp; \ mv doc/atf.7.tmp doc/atf.7 make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' src="./test-programs/srcdir_test.sh ./test-programs/common.sh"; \ dst="test-programs/srcdir_test"; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' test -d atf-c++ || mkdir -p atf-c++; \ sed -e 's#__ATF_VERSION__#0.21#g' \ -e 's#__CXX__#g++#g' \ -e 's#__INCLUDEDIR__#/usr/include#g' \ -e 's#__LIBDIR__#/usr/lib64#g' \ <./atf-c++/atf-c++.pc.in >atf-c++/atf-c++.pc.tmp; \ mv atf-c++/atf-c++.pc.tmp atf-c++/atf-c++.pc make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' test -d atf-c || mkdir -p atf-c; \ sed -e 's#__ATF_VERSION__#0.21#g' \ -e 's#__CC__#gcc#g' \ -e 's#__INCLUDEDIR__#/usr/include#g' \ -e 's#__LIBDIR__#/usr/lib64#g' \ <./atf-c/atf-c.pc.in >atf-c/atf-c.pc.tmp; \ mv atf-c/atf-c.pc.tmp atf-c/atf-c.pc make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' test -d atf-sh || mkdir -p atf-sh; \ sed -e 's#__ATF_VERSION__#0.21#g' \ -e 's#__EXEC_PREFIX__#/usr#g' \ <./atf-sh/atf-sh.pc.in >atf-sh/atf-sh.pc.tmp; \ mv atf-sh/atf-sh.pc.tmp atf-sh/atf-sh.pc make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/process_test.o atf-c/detail/process_test.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/macros_test.o atf-c++/macros_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/fs_test.o atf-c++/detail/fs_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/libatf_c_la-check.lo `test -f 'atf-c/check.c' || echo './'`atf-c/check.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/check.c -fPIC -DPIC -o atf-c/.libs/libatf_c_la-check.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' atf-c/check.c: In function 'cleanup_tmpdir': atf-c/check.c:100:21: warning: unused variable 'err' [-Wunused-variable] 100 | atf_error_t err = atf_fs_rmdir(dir); | ^~~ atf-c/check.c: In function 'atf_check_exec_array': atf-c/check.c:467:21: warning: unused variable 'err2' [-Wunused-variable] 467 | atf_error_t err2 = atf_fs_rmdir(&dir); | ^~~~ make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/libatf_c_la-error.lo `test -f 'atf-c/error.c' || echo './'`atf-c/error.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/error.c -fPIC -DPIC -o atf-c/.libs/libatf_c_la-error.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' atf-c/error.c: In function 'no_memory_format': atf-c/error.c:246:36: warning: unused parameter 'err' [-Wunused-parameter] 246 | no_memory_format(const atf_error_t err, char *buf, size_t buflen) | ~~~~~~~~~~~~~~~~~~^~~ make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/libatf_c_la-tp.lo `test -f 'atf-c/tp.c' || echo './'`atf-c/tp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/tp.c -fPIC -DPIC -o atf-c/.libs/libatf_c_la-tp.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/libatf_c_la-build.lo `test -f 'atf-c/build.c' || echo './'`atf-c/build.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/build.c -fPIC -DPIC -o atf-c/.libs/libatf_c_la-build.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/text_test.o atf-c++/detail/text_test.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/libatf_c_la-utils.lo `test -f 'atf-c/utils.c' || echo './'`atf-c/utils.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/utils.c -fPIC -DPIC -o atf-c/.libs/libatf_c_la-utils.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/libatf_c_la-tc.lo `test -f 'atf-c/tc.c' || echo './'`atf-c/tc.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/tc.c -fPIC -DPIC -o atf-c/.libs/libatf_c_la-tc.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-env.lo `test -f 'atf-c/detail/env.c' || echo './'`atf-c/detail/env.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/env.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-env.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-dynstr.lo `test -f 'atf-c/detail/dynstr.c' || echo './'`atf-c/detail/dynstr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/dynstr.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-dynstr.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-sanity.lo `test -f 'atf-c/detail/sanity.c' || echo './'`atf-c/detail/sanity.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/sanity.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-sanity.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-list.lo `test -f 'atf-c/detail/list.c' || echo './'`atf-c/detail/list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/list.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-list.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-text.lo `test -f 'atf-c/detail/text.c' || echo './'`atf-c/detail/text.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/text.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-text.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-process.lo `test -f 'atf-c/detail/process.c' || echo './'`atf-c/detail/process.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/process.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-process.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' atf-c/detail/process.c: In function 'atf_process_stream_fini': atf-c/detail/process.c:170:47: warning: unused parameter 'sb' [-Wunused-parameter] 170 | atf_process_stream_fini(atf_process_stream_t *sb) | ~~~~~~~~~~~~~~~~~~~~~~^~ atf-c/detail/process.c: In function 'do_exec': atf-c/detail/process.c:603:15: warning: unused variable 'ret' [-Wunused-variable] 603 | const int ret = const_execvp(atf_fs_path_cstring(ea->m_prog), ea->m_argv); | ^~~ atf-c/detail/process.c: At top level: atf-c/detail/process.c:104:1: warning: 'stream_is_valid' defined but not used [-Wunused-function] 104 | stream_is_valid(const atf_process_stream_t *sb) | ^~~~~~~~~~~~~~~ make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-map.lo `test -f 'atf-c/detail/map.c' || echo './'`atf-c/detail/map.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/map.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-map.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-fs.lo `test -f 'atf-c/detail/fs.c' || echo './'`atf-c/detail/fs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/fs.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-fs.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' atf-c/detail/fs.c: In function 'replace_contents': atf-c/detail/fs.c:299:17: warning: variable 'err' set but not used [-Wunused-but-set-variable] 299 | atf_error_t err; | ^~~ make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/env.lo atf-c++/detail/env.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/detail/env.cpp -fPIC -DPIC -o atf-c++/detail/.libs/env.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/build.lo atf-c++/build.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/build.cpp -fPIC -DPIC -o atf-c++/.libs/build.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/check.lo atf-c++/check.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/check.cpp -fPIC -DPIC -o atf-c++/.libs/check.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/utils.lo atf-c++/utils.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/utils.cpp -fPIC -DPIC -o atf-c++/.libs/utils.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/application.lo atf-c++/detail/application.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/detail/application.cpp -fPIC -DPIC -o atf-c++/detail/.libs/application.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/exceptions.lo atf-c++/detail/exceptions.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/detail/exceptions.cpp -fPIC -DPIC -o atf-c++/detail/.libs/exceptions.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/libtest_helpers.la atf-c/detail/atf_c_detail_libtest_helpers_la-test_helpers.lo libtool: link: ar cru atf-c/detail/.libs/libtest_helpers.a atf-c/detail/.libs/atf_c_detail_libtest_helpers_la-test_helpers.o libtool: link: ranlib atf-c/detail/.libs/libtest_helpers.a libtool: link: ( cd "atf-c/detail/.libs" && rm -f "libtest_helpers.la" && ln -s "../libtest_helpers.la" "libtest_helpers.la" ) make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/text.lo atf-c++/detail/text.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/detail/text.cpp -fPIC -DPIC -o atf-c++/detail/.libs/text.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-user.lo `test -f 'atf-c/detail/user.c' || echo './'`atf-c/detail/user.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/user.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-user.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. "-DATF_BUILD_CC=\"gcc\"" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" "-DATF_BUILD_CPPFLAGS=\"\"" "-DATF_BUILD_CXX=\"g++\"" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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-c/detail/libatf_c_la-tp_main.lo `test -f 'atf-c/detail/tp_main.c' || echo './'`atf-c/detail/tp_main.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -DATF_BUILD_CC=\"gcc\" "-DATF_BUILD_CFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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\"" "-DATF_BUILD_CPP=\"gcc -E\"" -DATF_BUILD_CPPFLAGS=\"\" -DATF_BUILD_CXX=\"g++\" "-DATF_BUILD_CXXFLAGS=\"-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth\"" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 atf-c/detail/tp_main.c -fPIC -DPIC -o atf-c/detail/.libs/libatf_c_la-tp_main.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/fs.lo atf-c++/detail/fs.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/detail/fs.cpp -fPIC -DPIC -o atf-c++/detail/.libs/fs.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/process.lo atf-c++/detail/process.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/detail/process.cpp -fPIC -DPIC -o atf-c++/detail/.libs/process.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' atf-c++/detail/process.cpp: In destructor 'atf::process::child::~child()': atf-c++/detail/process.cpp:295:21: warning: unused variable 'err' [-Wunused-variable] 295 | atf_error_t err = atf_process_child_wait(&m_child, &s); | ^~~ make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 test-programs/c_helpers.o test-programs/c_helpers.c make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -DATF_LIBEXECDIR=\"/usr/libexec\" -DATF_PKGDATADIR=\"/usr/share/atf\" -DATF_SHELL=\"/usr/bin/bash\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-sh/atf_sh_atf_sh-atf-sh.o `test -f 'atf-sh/atf-sh.cpp' || echo './'`atf-sh/atf-sh.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' atf-sh/atf-sh.cpp: In member function 'virtual int atf_sh::main()': atf-sh/atf-sh.cpp:174:15: warning: unused variable 'ret' [-Wunused-variable] 174 | const int ret = execv(m_shell.c_str(), const_cast< char** >(argv)); | ^~~ make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/tests.lo atf-c++/tests.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/tests.cpp -fPIC -DPIC -o atf-c++/.libs/tests.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DATF_INCLUDEDIR=\"/usr/include\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo `test -f 'atf-c++/detail/test_helpers.cpp' || echo './'`atf-c++/detail/test_helpers.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -DATF_INCLUDEDIR=\"/usr/include\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c atf-c++/detail/test_helpers.cpp -fPIC -DPIC -o atf-c++/detail/.libs/atf_c___detail_libtest_helpers_la-test_helpers.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/version_helper atf-c++/detail/version_helper.o libtool: link: g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/version_helper atf-c++/detail/version_helper.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/process_helpers atf-c/detail/process_helpers.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/process_helpers atf-c/detail/process_helpers.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -DATF_SHELL=\"/usr/bin/bash\" -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o atf-sh/atf_sh_atf_check-atf-check.o `test -f 'atf-sh/atf-check.cpp' || echo './'`atf-sh/atf-check.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' atf-sh/atf-check.cpp: In function 'int parse_signal(const std::string&)': atf-sh/atf-check.cpp:219:23: warning: catching polymorphic type 'class std::runtime_error' by value [-Wcatch-value=] 219 | } catch (std::runtime_error) { | ^~~~~~~~~~~~~ make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o test-programs/cpp_helpers.o test-programs/cpp_helpers.cpp make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/libtest_helpers.la atf-c++/detail/atf_c___detail_libtest_helpers_la-test_helpers.lo libtool: link: ar cru atf-c++/detail/.libs/libtest_helpers.a atf-c++/detail/.libs/atf_c___detail_libtest_helpers_la-test_helpers.o libtool: link: ranlib atf-c++/detail/.libs/libtest_helpers.a libtool: link: ( cd "atf-c++/detail/.libs" && rm -f "libtest_helpers.la" && ln -s "../libtest_helpers.la" "libtest_helpers.la" ) make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/version_helper atf-c/detail/version_helper.o libtool: link: gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/version_helper atf-c/detail/version_helper.o make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -version-info 1:0:0 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o libatf-c.la -rpath /usr/lib64 atf-c/libatf_c_la-build.lo atf-c/libatf_c_la-check.lo atf-c/libatf_c_la-error.lo atf-c/libatf_c_la-tc.lo atf-c/libatf_c_la-tp.lo atf-c/libatf_c_la-utils.lo atf-c/detail/libatf_c_la-dynstr.lo atf-c/detail/libatf_c_la-env.lo atf-c/detail/libatf_c_la-fs.lo atf-c/detail/libatf_c_la-list.lo atf-c/detail/libatf_c_la-map.lo atf-c/detail/libatf_c_la-process.lo atf-c/detail/libatf_c_la-sanity.lo atf-c/detail/libatf_c_la-text.lo atf-c/detail/libatf_c_la-tp_main.lo atf-c/detail/libatf_c_la-user.lo libtool: link: gcc -shared -fPIC -DPIC atf-c/.libs/libatf_c_la-build.o atf-c/.libs/libatf_c_la-check.o atf-c/.libs/libatf_c_la-error.o atf-c/.libs/libatf_c_la-tc.o atf-c/.libs/libatf_c_la-tp.o atf-c/.libs/libatf_c_la-utils.o atf-c/detail/.libs/libatf_c_la-dynstr.o atf-c/detail/.libs/libatf_c_la-env.o atf-c/detail/.libs/libatf_c_la-fs.o atf-c/detail/.libs/libatf_c_la-list.o atf-c/detail/.libs/libatf_c_la-map.o atf-c/detail/.libs/libatf_c_la-process.o atf-c/detail/.libs/libatf_c_la-sanity.o atf-c/detail/.libs/libatf_c_la-text.o atf-c/detail/.libs/libatf_c_la-tp_main.o atf-c/detail/.libs/libatf_c_la-user.o -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -Wl,--build-id=sha1 -Wl,-soname -Wl,libatf-c.so.1 -o .libs/libatf-c.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libatf-c.so.1" && ln -s "libatf-c.so.1.0.0" "libatf-c.so.1") libtool: link: (cd ".libs" && rm -f "libatf-c.so" && ln -s "libatf-c.so.1.0.0" "libatf-c.so") libtool: link: ( cd ".libs" && rm -f "libatf-c.la" && ln -s "../libatf-c.la" "libatf-c.la" ) make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/check_test atf-c/check_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/.libs/check_test atf-c/check_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/tp_test atf-c/tp_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/.libs/tp_test atf-c/tp_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/atf_c_test atf-c/atf_c_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/.libs/atf_c_test atf-c/atf_c_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/error_test atf-c/error_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/.libs/error_test atf-c/error_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/tc_test atf-c/tc_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/.libs/tc_test atf-c/tc_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/build_test atf-c/build_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/.libs/build_test atf-c/build_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/macros_test atf-c/macros_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/.libs/macros_test atf-c/macros_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/env_test atf-c/detail/env_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/env_test atf-c/detail/env_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/list_test atf-c/detail/list_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/list_test atf-c/detail/list_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/dynstr_test atf-c/detail/dynstr_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/dynstr_test atf-c/detail/dynstr_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/utils_test atf-c/utils_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/.libs/utils_test atf-c/utils_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/map_test atf-c/detail/map_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/map_test atf-c/detail/map_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/fs_test atf-c/detail/fs_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/fs_test atf-c/detail/fs_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/sanity_test atf-c/detail/sanity_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/sanity_test atf-c/detail/sanity_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/process_test atf-c/detail/process_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/process_test atf-c/detail/process_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/user_test atf-c/detail/user_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/user_test atf-c/detail/user_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/text_test atf-c/detail/text_test.o atf-c/detail/libtest_helpers.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c/detail/.libs/text_test atf-c/detail/text_test.o atf-c/detail/.libs/libtest_helpers.a ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-programs/c_helpers test-programs/c_helpers.o libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-programs/.libs/c_helpers test-programs/c_helpers.o ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -version-info 2:0:0 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o libatf-c++.la -rpath /usr/lib64 atf-c++/build.lo atf-c++/check.lo atf-c++/tests.lo atf-c++/utils.lo atf-c++/detail/application.lo atf-c++/detail/env.lo atf-c++/detail/exceptions.lo atf-c++/detail/fs.lo atf-c++/detail/process.lo atf-c++/detail/text.lo libatf-c.la libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-OpenCloudOS-linux/12/../../../../lib64/crti.o /usr/lib/gcc/aarch64-OpenCloudOS-linux/12/crtbeginS.o atf-c++/.libs/build.o atf-c++/.libs/check.o atf-c++/.libs/tests.o atf-c++/.libs/utils.o atf-c++/detail/.libs/application.o atf-c++/detail/.libs/env.o atf-c++/detail/.libs/exceptions.o atf-c++/detail/.libs/fs.o atf-c++/detail/.libs/process.o atf-c++/detail/.libs/text.o ./.libs/libatf-c.so -L/usr/lib/gcc/aarch64-OpenCloudOS-linux/12 -L/usr/lib/gcc/aarch64-OpenCloudOS-linux/12/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-OpenCloudOS-linux/12/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-OpenCloudOS-linux/12/crtendS.o /usr/lib/gcc/aarch64-OpenCloudOS-linux/12/../../../../lib64/crtn.o -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -Wl,--build-id=sha1 -Wl,-soname -Wl,libatf-c++.so.2 -o .libs/libatf-c++.so.2.0.0 libtool: link: (cd ".libs" && rm -f "libatf-c++.so.2" && ln -s "libatf-c++.so.2.0.0" "libatf-c++.so.2") libtool: link: (cd ".libs" && rm -f "libatf-c++.so" && ln -s "libatf-c++.so.2.0.0" "libatf-c++.so") libtool: link: ( cd ".libs" && rm -f "libatf-c++.la" && ln -s "../libatf-c++.la" "libatf-c++.la" ) make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/atf_c++_test atf-c++/atf_c++_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/.libs/atf_c++_test atf-c++/atf_c++_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-sh/atf-sh atf-sh/atf_sh_atf_sh-atf-sh.o libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-sh/.libs/atf-sh atf-sh/atf_sh_atf_sh-atf-sh.o ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/build_test atf-c++/build_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/.libs/build_test atf-c++/build_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/tests_test atf-c++/tests_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/.libs/tests_test atf-c++/tests_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-sh/atf-check atf-sh/atf_sh_atf_check-atf-check.o libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-sh/.libs/atf-check atf-sh/atf_sh_atf_check-atf-check.o ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/application_test atf-c++/detail/application_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/.libs/application_test atf-c++/detail/application_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/env_test atf-c++/detail/env_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/.libs/env_test atf-c++/detail/env_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/utils_test atf-c++/utils_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/.libs/utils_test atf-c++/utils_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/exceptions_test atf-c++/detail/exceptions_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/.libs/exceptions_test atf-c++/detail/exceptions_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/auto_array_test atf-c++/detail/auto_array_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/.libs/auto_array_test atf-c++/detail/auto_array_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/check_test atf-c++/check_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/.libs/check_test atf-c++/check_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/macros_test atf-c++/macros_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/.libs/macros_test atf-c++/macros_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-programs/cpp_helpers test-programs/cpp_helpers.o libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-programs/.libs/cpp_helpers test-programs/cpp_helpers.o ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/process_test atf-c++/detail/process_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/.libs/process_test atf-c++/detail/process_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/fs_test atf-c++/detail/fs_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/.libs/fs_test atf-c++/detail/fs_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/text_test atf-c++/detail/text_test.o atf-c++/detail/libtest_helpers.la libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o atf-c++/detail/.libs/text_test atf-c++/detail/text_test.o atf-c++/detail/.libs/libtest_helpers.a ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FJkMIf + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64 ++ dirname /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64 + cd atf-0.21 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64 'INSTALL=/usr/bin/install -p' doc_DATA= pkgtestsdir=/usr/libexec/atf/tests 'testsdir=%{_pkgtestsdir}' /usr/bin/make install-am make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' make[2]: Entering directory '/builddir/build/BUILD/atf-0.21' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -p libatf-c.la libatf-c++.la '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libatf-c.so.1.0.0 /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/libatf-c.so.1.0.0 libtool: install: (cd /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64 && { ln -s -f libatf-c.so.1.0.0 libatf-c.so.1 || { rm -f libatf-c.so.1 && ln -s libatf-c.so.1.0.0 libatf-c.so.1; }; }) libtool: install: (cd /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64 && { ln -s -f libatf-c.so.1.0.0 libatf-c.so || { rm -f libatf-c.so && ln -s libatf-c.so.1.0.0 libatf-c.so; }; }) libtool: install: /usr/bin/install -p .libs/libatf-c.lai /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/libatf-c.la libtool: warning: relinking 'libatf-c++.la' libtool: install: (cd /builddir/build/BUILD/atf-0.21; /bin/sh "/builddir/build/BUILD/atf-0.21/libtool" --tag CXX --mode=relink g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -version-info 2:0:0 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o libatf-c++.la -rpath /usr/lib64 atf-c++/build.lo atf-c++/check.lo atf-c++/tests.lo atf-c++/utils.lo atf-c++/detail/application.lo atf-c++/detail/env.lo atf-c++/detail/exceptions.lo atf-c++/detail/fs.lo atf-c++/detail/process.lo atf-c++/detail/text.lo libatf-c.la -inst-prefix-dir /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64) libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-OpenCloudOS-linux/12/../../../../lib64/crti.o /usr/lib/gcc/aarch64-OpenCloudOS-linux/12/crtbeginS.o atf-c++/.libs/build.o atf-c++/.libs/check.o atf-c++/.libs/tests.o atf-c++/.libs/utils.o atf-c++/detail/.libs/application.o atf-c++/detail/.libs/env.o atf-c++/detail/.libs/exceptions.o atf-c++/detail/.libs/fs.o atf-c++/detail/.libs/process.o atf-c++/detail/.libs/text.o -L/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64 -L/usr/lib64 -latf-c -L/usr/lib/gcc/aarch64-OpenCloudOS-linux/12 -L/usr/lib/gcc/aarch64-OpenCloudOS-linux/12/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/aarch64-OpenCloudOS-linux/12/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-OpenCloudOS-linux/12/crtendS.o /usr/lib/gcc/aarch64-OpenCloudOS-linux/12/../../../../lib64/crtn.o -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -O2 -flto=auto -g -grecord-gcc-switches -mbranch-protection=standard -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -Wl,--build-id=sha1 -Wl,-soname -Wl,libatf-c++.so.2 -o .libs/libatf-c++.so.2.0.0 libtool: install: /usr/bin/install -p .libs/libatf-c++.so.2.0.0T /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/libatf-c++.so.2.0.0 libtool: install: (cd /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64 && { ln -s -f libatf-c++.so.2.0.0 libatf-c++.so.2 || { rm -f libatf-c++.so.2 && ln -s libatf-c++.so.2.0.0 libatf-c++.so.2; }; }) libtool: install: (cd /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64 && { ln -s -f libatf-c++.so.2.0.0 libatf-c++.so || { rm -f libatf-c++.so && ln -s libatf-c++.so.2.0.0 libatf-c++.so; }; }) libtool: install: /usr/bin/install -p .libs/libatf-c++.lai /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/libatf-c++.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -p atf-sh/atf-sh '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/bin' libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-sh/.libs/atf-sh /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/bin/atf-sh /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec' /bin/sh ./libtool --mode=install /usr/bin/install -p atf-sh/atf-check '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec' libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-sh/.libs/atf-check /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf-check /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/aclocal' /usr/bin/install -p -m 644 atf-c/atf-common.m4 atf-c/atf-c.m4 atf-c++/atf-c++.m4 atf-sh/atf-sh.m4 '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/aclocal' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/include/atf-c' /usr/bin/install -p -m 644 atf-c/build.h atf-c/check.h atf-c/error.h atf-c/error_fwd.h atf-c/macros.h atf-c/tc.h atf-c/tp.h atf-c/utils.h '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/include/atf-c' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/include/atf-c++' /usr/bin/install -p -m 644 atf-c++/build.hpp atf-c++/check.hpp atf-c++/macros.hpp atf-c++/tests.hpp atf-c++/utils.hpp '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/include/atf-c++' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 atf-c++/atf-c++.pc '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 atf-c/atf-c.pc '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/atf' /usr/bin/install -p -m 644 atf-sh/libatf-sh.subr '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/atf' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 atf-sh/atf-sh.pc '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/include' /usr/bin/install -p -m 644 atf-c.h atf-c++.hpp '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/include' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man1' /usr/bin/install -p -m 644 atf-sh/atf-check.1 atf-sh/atf-sh.1 doc/atf-test-program.1 '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man3' /usr/bin/install -p -m 644 atf-c/atf-c.3 atf-c++/atf-c++.3 atf-sh/atf-sh.3 '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man4' /usr/bin/install -p -m 644 doc/atf-test-case.4 '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man4' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man7' /usr/bin/install -p -m 644 doc/atf.7 '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man7' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/include/atf-c' /usr/bin/install -p -m 644 atf-c/defs.h '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/include/atf-c' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests' /usr/bin/install -p -m 644 Kyuafile '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c' /usr/bin/install -p -m 644 atf-c/Kyuafile atf-c/macros_h_test.c atf-c/unused_test.c '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c' /bin/sh ./libtool --mode=install /usr/bin/install -p atf-c/atf_c_test atf-c/build_test atf-c/check_test atf-c/error_test atf-c/macros_test atf-c/tc_test atf-c/tp_test atf-c/utils_test '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/.libs/atf_c_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/atf_c_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/.libs/build_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/build_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/.libs/check_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/check_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/.libs/error_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/error_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/.libs/macros_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/macros_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/.libs/tc_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/tc_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/.libs/tp_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/tp_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/.libs/utils_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/utils_test /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c' /usr/bin/install -p atf-c/pkg_config_test '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++' /usr/bin/install -p -m 644 atf-c++/Kyuafile atf-c++/macros_hpp_test.cpp atf-c++/unused_test.cpp '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++' /bin/sh ./libtool --mode=install /usr/bin/install -p atf-c++/atf_c++_test atf-c++/build_test atf-c++/check_test atf-c++/macros_test atf-c++/tests_test atf-c++/utils_test '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++' libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/.libs/atf_c++_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/atf_c++_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/.libs/build_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/build_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/.libs/check_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/check_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/.libs/macros_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/macros_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/.libs/tests_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/tests_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/.libs/utils_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/utils_test /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++' /usr/bin/install -p atf-c++/pkg_config_test '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail' /usr/bin/install -p -m 644 atf-c++/detail/Kyuafile '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail' /bin/sh ./libtool --mode=install /usr/bin/install -p atf-c++/detail/application_test atf-c++/detail/auto_array_test atf-c++/detail/env_test atf-c++/detail/exceptions_test atf-c++/detail/fs_test atf-c++/detail/process_test atf-c++/detail/text_test atf-c++/detail/version_helper '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail' libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/detail/.libs/application_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/application_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/detail/.libs/auto_array_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/auto_array_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/detail/.libs/env_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/env_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/detail/.libs/exceptions_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/exceptions_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/detail/.libs/fs_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/fs_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/detail/.libs/process_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/process_test libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c++/detail/.libs/text_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/text_test libtool: install: /usr/bin/install -p atf-c++/detail/version_helper /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/version_helper /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail' /usr/bin/install -p -m 644 atf-c/detail/Kyuafile '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail' /bin/sh ./libtool --mode=install /usr/bin/install -p atf-c/detail/dynstr_test atf-c/detail/env_test atf-c/detail/fs_test atf-c/detail/list_test atf-c/detail/map_test atf-c/detail/process_helpers atf-c/detail/process_test atf-c/detail/sanity_test atf-c/detail/text_test atf-c/detail/user_test atf-c/detail/version_helper '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/dynstr_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/dynstr_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/env_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/env_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/fs_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/fs_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/list_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/list_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/map_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/map_test libtool: install: /usr/bin/install -p atf-c/detail/process_helpers /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/process_helpers libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/process_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/process_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/sanity_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/sanity_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/text_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/text_test libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p atf-c/detail/.libs/user_test /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/user_test libtool: install: /usr/bin/install -p atf-c/detail/version_helper /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/version_helper /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-sh' /usr/bin/install -p -m 644 atf-sh/Kyuafile '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-sh' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-sh' /usr/bin/install -p atf-sh/misc_helpers atf-sh/atf_check_test atf-sh/atf-check_test atf-sh/config_test atf-sh/integration_test atf-sh/normalize_test atf-sh/tc_test atf-sh/tp_test '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-sh' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs' /usr/bin/install -p -m 644 test-programs/Kyuafile '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs' /bin/sh ./libtool --mode=install /usr/bin/install -p test-programs/c_helpers test-programs/cpp_helpers '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p test-programs/.libs/c_helpers /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs/c_helpers libtool: warning: 'libatf-c++.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/atf-0.21/libatf-c.la' has not been installed in '/usr/lib64' libtool: warning: 'libatf-c.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p test-programs/.libs/cpp_helpers /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs/cpp_helpers /usr/bin/mkdir -p '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs' /usr/bin/install -p test-programs/sh_helpers test-programs/config_test test-programs/expect_test test-programs/meta_data_test test-programs/result_test test-programs/srcdir_test '/builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs' /usr/bin/make install-data-hook make[3]: Entering directory '/builddir/build/BUILD/atf-0.21' cd /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/share/man/man3 && \ for binding in c c++ sh; do \ rm -f "atf-${binding}-api.3"; \ ln -s "atf-${binding}.3" "atf-${binding}-api.3"; \ done make[3]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[2]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' + rm /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/libatf-c++.la /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/libatf-c.la + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.21-2.oc9 --unique-debug-suffix -0.21-2.oc9.aarch64 --unique-debug-src-base atf-0.21-2.oc9.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/atf-0.21 extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/libatf-c++.so.2.0.0 extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/bin/atf-sh extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/build_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/lib64/libatf-c.so.1.0.0 extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/application_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/atf_c++_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/check_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf-check extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/env_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/auto_array_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/fs_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/exceptions_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/process_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/text_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/detail/version_helper extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/macros_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/tests_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c++/utils_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/atf_c_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/build_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/check_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/dynstr_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/env_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/fs_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/map_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/list_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/process_helpers extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/process_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/sanity_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/text_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/user_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/detail/version_helper extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/error_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/macros_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/tp_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/tc_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/atf-c/utils_test extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs/c_helpers extracting debug info from /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64/usr/libexec/atf/tests/test-programs/cpp_helpers 1483 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/OpenCloudOS/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/OpenCloudOS/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/OpenCloudOS/brp-mangle-shebangs + /usr/lib/rpm/OpenCloudOS/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/OpenCloudOS/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GG4tMG + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd atf-0.21 + make check make check-am make[1]: Entering directory '/builddir/build/BUILD/atf-0.21' make bootstrap/h_tp_basic_c bootstrap/h_tp_basic_cpp bootstrap/h_tp_basic_sh bootstrap/h_tp_atf_check_sh bootstrap/h_tp_fail bootstrap/h_tp_pass make[2]: Entering directory '/builddir/build/BUILD/atf-0.21' gcc -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 bootstrap/h_tp_basic_c.o bootstrap/h_tp_basic_c.c /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o bootstrap/h_tp_basic_c bootstrap/h_tp_basic_c.o libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -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 -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o bootstrap/.libs/h_tp_basic_c bootstrap/h_tp_basic_c.o ./.libs/libatf-c.so g++ -DHAVE_CONFIG_H -I. -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -c -o bootstrap/h_tp_basic_cpp.o bootstrap/h_tp_basic_cpp.cpp /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o bootstrap/h_tp_basic_cpp bootstrap/h_tp_basic_cpp.o libatf-c++.la libatf-c.la libtool: link: DIE_RPATH_DIE="/usr/lib64:" g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -D_FORTIFY_SOURCE=2 -Wall -Wcast-qual -Wextra -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wswitch -Wwrite-strings -DNDEBUG -Wctor-dtor-privacy -Wno-deprecated -Wno-non-template-friend -Wno-pmf-conversions -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wsynth -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o bootstrap/.libs/h_tp_basic_cpp bootstrap/h_tp_basic_cpp.o ./.libs/libatf-c++.so /builddir/build/BUILD/atf-0.21/.libs/libatf-c.so ./.libs/libatf-c.so src=./bootstrap/h_tp_basic_sh.sh; dst=bootstrap/h_tp_basic_sh; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" src=./bootstrap/h_tp_atf_check_sh.sh; dst=bootstrap/h_tp_atf_check_sh; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" src=./bootstrap/h_tp_fail.sh; dst=bootstrap/h_tp_fail; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" src=./bootstrap/h_tp_pass.sh; dst=bootstrap/h_tp_pass; test -d "$(dirname "${dst}")" || mkdir -p "$(dirname "${dst}")"; echo "#! /usr/bin/atf-sh" >"${dst}"; if [ -n "${substs}" ]; then cat ${src} | sed ${substs} >>"${dst}"; else cat ${src} >>"${dst}"; fi; chmod +x "${dst}" make[2]: Leaving directory '/builddir/build/BUILD/atf-0.21' make[1]: Leaving directory '/builddir/build/BUILD/atf-0.21' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: atf-tests-0.21-2.oc9.aarch64 Provides: atf-tests = 0.21-2.oc9 atf-tests(aarch-64) = 0.21-2.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/atf-sh ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libatf-c++.so.2()(64bit) libatf-c.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.26)(64bit) libstdc++.so.6(GLIBCXX_3.4.30)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: libatf-c-0.21-2.oc9.aarch64 Provides: libatf-c = 0.21-2.oc9 libatf-c(aarch-64) = 0.21-2.oc9 libatf-c.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) rtld(GNU_HASH) Processing files: libatf-c-devel-0.21-2.oc9.aarch64 Provides: libatf-c-devel = 0.21-2.oc9 libatf-c-devel(aarch-64) = 0.21-2.oc9 pkgconfig(atf-c) = 0.21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libatf-c.so.1()(64bit) Processing files: libatf-c++-0.21-2.oc9.aarch64 Provides: libatf-c++ = 0.21-2.oc9 libatf-c++(aarch-64) = 0.21-2.oc9 libatf-c++.so.2()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libatf-c.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.29)(64bit) libstdc++.so.6(GLIBCXX_3.4.30)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: libatf-c++-devel-0.21-2.oc9.aarch64 Provides: libatf-c++-devel = 0.21-2.oc9 libatf-c++-devel(aarch-64) = 0.21-2.oc9 pkgconfig(atf-c++) = 0.21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libatf-c++.so.2()(64bit) Processing files: libatf-sh-0.21-2.oc9.aarch64 Provides: libatf-sh = 0.21-2.oc9 libatf-sh(aarch-64) = 0.21-2.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libatf-c++.so.2()(64bit) libatf-c.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.30)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: libatf-sh-devel-0.21-2.oc9.aarch64 Provides: libatf-sh-devel = 0.21-2.oc9 libatf-sh-devel(aarch-64) = 0.21-2.oc9 pkgconfig(atf-sh) = 0.21 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: atf-debugsource-0.21-2.oc9.aarch64 Provides: atf-debugsource = 0.21-2.oc9 atf-debugsource(aarch-64) = 0.21-2.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: atf-tests-debuginfo-0.21-2.oc9.aarch64 Provides: atf-tests-debuginfo = 0.21-2.oc9 atf-tests-debuginfo(aarch-64) = 0.21-2.oc9 debuginfo(build-id) = 03331dadd57707cce45a90492b6981a3571e6984 debuginfo(build-id) = 110cba63b6ccb8e7d1dd847a492a28b608e7bd92 debuginfo(build-id) = 12c4e7ff94675a09293d02dce4e922d49796b742 debuginfo(build-id) = 13fb960df2420e665f9eeb4f08d6694dac707584 debuginfo(build-id) = 1ab0167ca73f5edbe128a084c778c334095daeef debuginfo(build-id) = 1c13929db9726d2364e514138c313a0150b6400d debuginfo(build-id) = 2559e84a22699b08276d7f6e105f7b8b45f6dc76 debuginfo(build-id) = 2893d6ac120d3eeeefea24a93fbca1d9916b51c0 debuginfo(build-id) = 2f7aed00f46d6f5d802803071b92956311e692ad debuginfo(build-id) = 348b80610852c1559a33806a0115df7a527d6309 debuginfo(build-id) = 3ac04979793e3e0e3c5a38f19657fdd4782d4c20 debuginfo(build-id) = 43299eb9f5ca397a9467be6c4a066fb772503e5e debuginfo(build-id) = 4bc8d517937b9fef1f3402703a7156c3ca486802 debuginfo(build-id) = 5162bfa8556468248b25109e081a17ee1f8f11cf debuginfo(build-id) = 540c67ed055b1a22a3cf4fc9e3e0226ac8016028 debuginfo(build-id) = 5645adee230eb0a0ef0f265c7249b8307e8e6edb debuginfo(build-id) = 56fe100f004aa997195de440f6de12aeea0ab029 debuginfo(build-id) = 5ed12eb31cebd27210d21ab8d2b009311c479516 debuginfo(build-id) = 66f7579ee286816f1a001a03752e896d21a4a1b8 debuginfo(build-id) = 712a329244ea745f97b8812d39784975b3116f7f debuginfo(build-id) = 71849e406f8bde317ea49d07f444dc8c3a61ad7b debuginfo(build-id) = 72073cfe8a49ed9547167eebf69f8bb18f5e4b91 debuginfo(build-id) = 7241420962cb840237b8cd55438c6605cc70353b debuginfo(build-id) = 77f689097e2c5ecf06a9c3ae9cf51de6cde27deb debuginfo(build-id) = 7d5ea1498e4d6be111deec10191c3b0362d04021 debuginfo(build-id) = 89a28a8f8b21ddfeda1c416423aeaa36b22ae17c debuginfo(build-id) = 9474956499d90928ab49069ba23a90f4deee0226 debuginfo(build-id) = b5ce0681d00f47d2c8604ffd42fa3aaeebfcbc0c debuginfo(build-id) = c37f38c5298a10ab0aab213293ba2599f56ae765 debuginfo(build-id) = c468e390fda90a59055db15c87b5c10fa7265d1f debuginfo(build-id) = c7b8fce43d6e4e10e46f2fba6d15239992d336ef debuginfo(build-id) = daa979c7f3bd44cf961f56c15c8e39197a9d36b1 debuginfo(build-id) = e3bd6bbb59510d6aaccf97c519bbb67c7440c1bb debuginfo(build-id) = e79f9505e338c444474254057a00dcf4dcb6bb43 debuginfo(build-id) = f2b5ff0ac220eec25b1717db6769d8bc3e092e19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: atf-debugsource(aarch-64) = 0.21-2.oc9 Processing files: libatf-c-debuginfo-0.21-2.oc9.aarch64 Provides: debuginfo(build-id) = cc5834993029578c49b7ec7e6c449e893af5e725 libatf-c-debuginfo = 0.21-2.oc9 libatf-c-debuginfo(aarch-64) = 0.21-2.oc9 libatf-c.so.1.0.0-0.21-2.oc9.aarch64.debug()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: atf-debugsource(aarch-64) = 0.21-2.oc9 Processing files: libatf-c++-debuginfo-0.21-2.oc9.aarch64 Provides: debuginfo(build-id) = 404986a935208e38a6039a51b6b93114621459de libatf-c++-debuginfo = 0.21-2.oc9 libatf-c++-debuginfo(aarch-64) = 0.21-2.oc9 libatf-c++.so.2.0.0-0.21-2.oc9.aarch64.debug()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: atf-debugsource(aarch-64) = 0.21-2.oc9 Processing files: libatf-sh-debuginfo-0.21-2.oc9.aarch64 Provides: debuginfo(build-id) = 19453f10419b55592afc2d86b1fd66f10f52ae38 debuginfo(build-id) = cc7cb2a4006626b9950839d3cff0a29a12bbea80 libatf-sh-debuginfo = 0.21-2.oc9 libatf-sh-debuginfo(aarch-64) = 0.21-2.oc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: atf-debugsource(aarch-64) = 0.21-2.oc9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/atf-0.21-2.oc9.aarch64 Wrote: /builddir/build/RPMS/libatf-sh-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/libatf-c-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/libatf-c-devel-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/libatf-c++-devel-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/libatf-c++-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/libatf-sh-devel-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/libatf-c-debuginfo-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/atf-debugsource-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/libatf-sh-debuginfo-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/libatf-c++-debuginfo-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/atf-tests-0.21-2.oc9.aarch64.rpm Wrote: /builddir/build/RPMS/atf-tests-debuginfo-0.21-2.oc9.aarch64.rpm Child return code was: 0