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/perftest.spec'], chrootPath='/var/lib/mock/dist-rebuild-after-rpm-check-build-133755-9616/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=981gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/perftest.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/perftest-23.10.0.0.29-1.ocs23.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/perftest.spec'], chrootPath='/var/lib/mock/dist-rebuild-after-rpm-check-build-133755-9616/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=981gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/perftest.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.EvlSKv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf perftest-23.10.0 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/perftest-23.10.0-0.29.g0705c22.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd perftest-23.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find src -type f -iname '*.[ch]' -exec chmod a-x '{}' ';' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BjOdqx + 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 perftest-23.10.0 + '[' '-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 2023-09-03 15:52:27.000000000 +0800 +++ ./configure 2024-04-18 15:51:14.803165448 +0800 @@ -1886,7 +1886,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-04-18 15:51:14.803165448 +0800 +++ ./configure 2024-04-18 15:51:14.843165570 +0800 @@ -6761,7 +6761,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'" @@ -18890,7 +18890,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 ./config/config.sub + '[' -f /usr/lib/rpm/OpenCloudOS/config.sub ']' + /usr/bin/rm -f ./config/config.sub ++ basename ./config/config.sub + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.sub ./config/config.sub '/usr/lib/rpm/OpenCloudOS/config.sub' -> './config/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config/config.guess + '[' -f /usr/lib/rpm/OpenCloudOS/config.guess ']' + /usr/bin/rm -f ./config/config.guess ++ basename ./config/config.guess + /usr/bin/cp -fv /usr/lib/rpm/OpenCloudOS/config.guess ./config/config.guess '/usr/lib/rpm/OpenCloudOS/config.guess' -> './config/config.guess' + '[' 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"~' ./config/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 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes 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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking dependency style of gcc... none checking build system type... aarch64-opencloudos-linux-gnu checking host system type... aarch64-opencloudos-linux-gnu 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... no checking for 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 6767: -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 a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 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... yes 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 for aarch64-opencloudos-linux-gnu-ranlib... ranlib checking for ANSI C header files... (cached) yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_get_device_list in -libverbs... yes checking for rdma_create_event_channel in -lrdmacm... yes checking for umad_init in -libumad... yes checking for log in -lm... yes checking for ibv_reg_dmabuf_mr in -libverbs... yes checking pci/pci.h usability... yes checking pci/pci.h presence... yes checking for pci/pci.h... yes checking for pci_init in -lpci... yes checking for efadv_create_qp_ex in -lefa... yes checking for mlx5dv_create_qp in -lmlx5... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands + /usr/bin/make -O -j8 V=1 VERBOSE=1 /usr/bin/make all-am make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/ib_write_bw.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/ib_read_bw.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/ib_send_bw.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/ib_atomic_bw.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/ib_write_lat.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/ib_read_lat.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/ib_atomic_lat.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/ib_send_lat.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/raw_ethernet_bw.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/raw_ethernet_lat.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/raw_ethernet_burst_lat.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' ln -s perftest.1 man/raw_ethernet_fs_rate.1 make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/get_clock.o src/get_clock.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/multicast_resources.o src/multicast_resources.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/host_memory.o src/host_memory.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/perftest_counters.o src/perftest_counters.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/send_bw.o src/send_bw.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/mmap_memory.o src/mmap_memory.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/write_lat.o src/write_lat.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/send_lat.o src/send_lat.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/read_lat.o src/read_lat.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/atomic_lat.o src/atomic_lat.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/write_bw.o src/write_bw.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/raw_ethernet_resources.o src/raw_ethernet_resources.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/read_bw.o src/read_bw.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/raw_ethernet_send_lat.o src/raw_ethernet_send_lat.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/atomic_bw.o src/atomic_bw.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/raw_ethernet_send_bw.o src/raw_ethernet_send_bw.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/raw_ethernet_send_burst_lat.o src/raw_ethernet_send_burst_lat.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/raw_ethernet_fs_rate.o src/raw_ethernet_fs_rate.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/perftest_communication.o src/perftest_communication.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/perftest_parameters.o src/perftest_parameters.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' gcc -DHAVE_CONFIG_H -I. -g -Wall -D_GNU_SOURCE -O3 -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 -c -o src/perftest_resources.o src/perftest_resources.c make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' rm -f libperftest.a ar cru libperftest.a src/get_clock.o src/perftest_communication.o src/perftest_parameters.o src/perftest_resources.o src/perftest_counters.o src/host_memory.o src/mmap_memory.o src/raw_ethernet_resources.o ranlib libperftest.a make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_write_bw src/write_bw.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_write_bw src/write_bw.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_read_bw src/read_bw.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_read_bw src/read_bw.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_write_lat src/write_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_write_lat src/write_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_send_lat src/send_lat.o src/multicast_resources.o libperftest.a -libumad -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_send_lat src/send_lat.o src/multicast_resources.o libperftest.a -libumad -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_atomic_lat src/atomic_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_atomic_lat src/atomic_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_read_lat src/read_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_read_lat src/read_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_atomic_bw src/atomic_bw.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_atomic_bw src/atomic_bw.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_send_bw src/send_bw.o src/multicast_resources.o libperftest.a -libumad -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ib_send_bw src/send_bw.o src/multicast_resources.o libperftest.a -libumad -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o raw_ethernet_bw src/raw_ethernet_send_bw.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o raw_ethernet_bw src/raw_ethernet_send_bw.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o raw_ethernet_burst_lat src/raw_ethernet_send_burst_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o raw_ethernet_burst_lat src/raw_ethernet_send_burst_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o raw_ethernet_lat src/raw_ethernet_send_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o raw_ethernet_lat src/raw_ethernet_send_lat.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' make[1]: Entering directory '/builddir/build/BUILD/perftest-23.10.0' /bin/sh ./libtool --tag=CC --mode=link gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o raw_ethernet_fs_rate src/raw_ethernet_fs_rate.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread libtool: link: gcc -g -Wall -D_GNU_SOURCE -O3 -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 -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o raw_ethernet_fs_rate src/raw_ethernet_fs_rate.o libperftest.a -lm -lmlx5 -lefa -lrdmacm -libverbs -lpci -lpthread make[1]: Leaving directory '/builddir/build/BUILD/perftest-23.10.0' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.knLWwJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64 ++ dirname /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64 + cd perftest-23.10.0 + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 ib_atomic_lat /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_atomic_lat + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 ib_atomic_bw /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_atomic_bw + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 ib_read_lat /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_read_lat + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 ib_read_bw /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_read_bw + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 ib_send_lat /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_send_lat + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 ib_send_bw /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_send_bw + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 ib_write_lat /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_write_lat + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 ib_write_bw /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_write_bw + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 raw_ethernet_lat /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/raw_ethernet_lat + for file in ib_{atomic,read,send,write}_{lat,bw} raw_ethernet_{lat,bw} + install -D -m 0755 raw_ethernet_bw /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/raw_ethernet_bw + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 23.10.0.0.29-1.ocs23 --unique-debug-suffix -23.10.0.0.29-1.ocs23.aarch64 --unique-debug-src-base perftest-23.10.0.0.29-1.ocs23.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/perftest-23.10.0 extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_read_lat extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_read_bw extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_send_lat extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_atomic_lat extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_atomic_bw extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_send_bw extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_write_bw extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/ib_write_lat extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/raw_ethernet_lat extracting debug info from /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/bin/raw_ethernet_bw 1377 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 Processing files: perftest-23.10.0.0.29-1.ocs23.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.epCFJa + umask 022 + cd /builddir/build/BUILD + cd perftest-23.10.0 + DOCDIR=/builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/share/doc/perftest + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/share/doc/perftest + cp -pr README /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/share/doc/perftest + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.g92Jx3 + umask 022 + cd /builddir/build/BUILD + cd perftest-23.10.0 + LICENSEDIR=/builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/share/licenses/perftest + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/share/licenses/perftest + cp -pr COPYING /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64/usr/share/licenses/perftest + RPM_EC=0 ++ jobs -p + exit 0 Provides: perftest = 23.10.0.0.29-1.ocs23 perftest(aarch-64) = 23.10.0.0.29-1.ocs23 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.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libefa.so.1()(64bit) libefa.so.1(EFA_1.1)(64bit) libibumad.so.3()(64bit) libibumad.so.3(IBUMAD_1.0)(64bit) libibverbs.so.1()(64bit) libibverbs.so.1(IBVERBS_1.0)(64bit) libibverbs.so.1(IBVERBS_1.1)(64bit) libibverbs.so.1(IBVERBS_1.11)(64bit) libibverbs.so.1(IBVERBS_1.12)(64bit) libibverbs.so.1(IBVERBS_1.6)(64bit) libibverbs.so.1(IBVERBS_1.8)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libmlx5.so.1()(64bit) libmlx5.so.1(MLX5_1.10)(64bit) libmlx5.so.1(MLX5_1.21)(64bit) libmlx5.so.1(MLX5_1.3)(64bit) libmlx5.so.1(MLX5_1.7)(64bit) libpci.so.3()(64bit) libpci.so.3(LIBPCI_3.0)(64bit) libpci.so.3(LIBPCI_3.5)(64bit) libpci.so.3(LIBPCI_3.8)(64bit) librdmacm.so.1()(64bit) librdmacm.so.1(RDMACM_1.0)(64bit) rtld(GNU_HASH) Processing files: perftest-debugsource-23.10.0.0.29-1.ocs23.aarch64 Provides: perftest-debugsource = 23.10.0.0.29-1.ocs23 perftest-debugsource(aarch-64) = 23.10.0.0.29-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perftest-debuginfo-23.10.0.0.29-1.ocs23.aarch64 Provides: debuginfo(build-id) = 201ac3de7e7c3c9a5dad1a2a65d59637a53277b4 debuginfo(build-id) = 2a4e8413ab3e6b010f00b18a596b7ef3607b09c4 debuginfo(build-id) = 2e6be0ac7122601b4b67003ab4d382faa20c8f1c debuginfo(build-id) = 2ef6823885153f9dcae9672d13b82a59d1b3c695 debuginfo(build-id) = 576e0c8cd09a82ac8c098b516dab3096c2a98e14 debuginfo(build-id) = 6dc1d7ed635658a5ceebfa8edfec0ce7b10ac4c8 debuginfo(build-id) = 9958c179887e6269bb19fe85f28489aceee8f6cb debuginfo(build-id) = b943ce2c859e9719c96ebc9151a9dbb676b5bc65 debuginfo(build-id) = c2c815a17819a7f6f2da07ca82e32ec27ad9dd9b debuginfo(build-id) = dc35f8df397e4df64b010cedb98cc49448a6efde perftest-debuginfo = 23.10.0.0.29-1.ocs23 perftest-debuginfo(aarch-64) = 23.10.0.0.29-1.ocs23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perftest-debugsource(aarch-64) = 23.10.0.0.29-1.ocs23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perftest-23.10.0.0.29-1.ocs23.aarch64 Wrote: /builddir/build/RPMS/perftest-debugsource-23.10.0.0.29-1.ocs23.aarch64.rpm Wrote: /builddir/build/RPMS/perftest-23.10.0.0.29-1.ocs23.aarch64.rpm Wrote: /builddir/build/RPMS/perftest-debuginfo-23.10.0.0.29-1.ocs23.aarch64.rpm Child return code was: 0