Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target loongarch64 --nodeps /builddir/build/SPECS/mdds.spec'], chrootPath='/home/lib/mock/dist-ocs23-base-build-297280-28993/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 loongarch64 --nodeps /builddir/build/SPECS/mdds.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: loongarch64 Building for target loongarch64 Wrote: /builddir/build/SRPMS/mdds-2.1.1-1.ocs23.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target loongarch64 --nodeps /builddir/build/SPECS/mdds.spec'], chrootPath='/home/lib/mock/dist-ocs23-base-build-297280-28993/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 loongarch64 --nodeps /builddir/build/SPECS/mdds.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: loongarch64 Building for target loongarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Hs6CHF + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mdds-2.1.1 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/mdds-2.1.1.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd mdds-2.1.1 + /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.LMB2Gg + 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 -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 -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 -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 -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 mdds-2.1.1 + autoconf + '[' '-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 + mv ./configure.backup ./configure + /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 + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name 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"~' ./ltmain.sh + ./configure --build=loongarch64-opencloudos-linux-gnu --host=loongarch64-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 race-free 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 to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) 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 the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... none checking whether g++ supports C++17 features with -std=c++17... yes checking for loongarch64-opencloudos-linux-gnu-gcc... gcc checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of void *... 8 checking whether the compiler supports GNU C++... (cached) yes checking whether g++ -std=c++17 accepts -g... (cached) yes checking for g++ -std=c++17 option to enable C++11 features... (cached) none needed checking dependency style of g++ -std=c++17... (cached) none checking for gdb... no checking for expect... no checking for runtest... no checking for valgrind... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/mdds/Makefile config.status: creating include/mdds/multi_type_vector/Makefile config.status: creating include/mdds/multi_type_vector/aos/Makefile config.status: creating include/mdds/multi_type_vector/soa/Makefile config.status: creating example/Makefile config.status: creating example/multi_type_vector/Makefile config.status: creating test/Makefile config.status: creating test/gdb/Makefile config.status: creating test/gdb/src/Makefile config.status: creating test/flat_segment_tree/Makefile config.status: creating test/include/Makefile config.status: creating test/multi_type_matrix/Makefile config.status: creating test/multi_type_vector/Makefile config.status: creating test/multi_type_vector/collection/Makefile config.status: creating test/multi_type_vector/collection/aos/Makefile config.status: creating test/multi_type_vector/collection/soa/Makefile config.status: creating test/multi_type_vector/collection/tc/Makefile config.status: creating test/multi_type_vector/custom/Makefile config.status: creating test/multi_type_vector/custom/aos/Makefile config.status: creating test/multi_type_vector/custom/soa/Makefile config.status: creating test/multi_type_vector/custom/tc/Makefile config.status: creating test/multi_type_vector/custom-trait/Makefile config.status: creating test/multi_type_vector/custom-trait/aos/Makefile config.status: creating test/multi_type_vector/custom-trait/soa/Makefile config.status: creating test/multi_type_vector/debug-util/Makefile config.status: creating test/multi_type_vector/debug-util/soa/Makefile config.status: creating test/multi_type_vector/default/Makefile config.status: creating test/multi_type_vector/default/aos/Makefile config.status: creating test/multi_type_vector/default/soa/Makefile config.status: creating test/multi_type_vector/default/tc/Makefile config.status: creating test/multi_type_vector/element-blocks/Makefile config.status: creating test/multi_type_vector/event/Makefile config.status: creating test/multi_type_vector/event/aos/Makefile config.status: creating test/multi_type_vector/event/soa/Makefile config.status: creating test/multi_type_vector/event/tc/Makefile config.status: creating test/multi_type_vector/perf/Makefile config.status: creating test/point_quad_tree/Makefile config.status: creating test/rtree/Makefile config.status: creating test/segment_tree/Makefile config.status: creating test/sorted_string_map/Makefile config.status: creating test/trie_map/Makefile config.status: creating tools/Makefile config.status: creating tools/runtime-env/Makefile config.status: creating misc/mdds-2.1.pc config.status: executing depfiles commands configure: ============================================================================== Build configuration: gcov no openmp no sanitizer-coverage no loop-unrolling yes 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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 ============================================================================== + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3kmTnM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64 ++ dirname /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64 + cd mdds-2.1.1 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64 'INSTALL=/usr/bin/install -p' Making install in include make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include' Making install in mdds make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' Making install in multi_type_vector make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' Making install in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/aos' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/aos' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/include/mdds-2.1/mdds/multi_type_vector/aos' /usr/bin/install -p -m 644 block_util.hpp iterator.hpp main_def.inl main.hpp '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/include/mdds-2.1/mdds/multi_type_vector/aos' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/aos' Making install in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/soa' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/soa' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/include/mdds-2.1/mdds/multi_type_vector/soa' /usr/bin/install -p -m 644 block_util.hpp iterator.hpp main_def.inl main.hpp '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/include/mdds-2.1/mdds/multi_type_vector/soa' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/soa' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/include/mdds-2.1/mdds/multi_type_vector' /usr/bin/install -p -m 644 block_funcs.hpp collection_def.inl collection.hpp env.hpp iterator_node.hpp macro.hpp standard_element_blocks.hpp types.hpp types_util.hpp util.hpp '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/include/mdds-2.1/mdds/multi_type_vector' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/include/mdds-2.1/mdds' /usr/bin/install -p -m 644 flat_segment_tree_def.inl flat_segment_tree.hpp flat_segment_tree_itr.hpp global.hpp multi_type_matrix_def.inl multi_type_matrix.hpp multi_type_vector.hpp multi_type_vector_itr.hpp multi_type_vector_macro.hpp multi_type_vector_types.hpp node.hpp point_quad_tree.hpp quad_node.hpp ref_pair.hpp rtree_def.inl rtree.hpp segment_tree_def.inl segment_tree.hpp sorted_string_map_def.inl sorted_string_map.hpp trie_map_def.inl trie_map.hpp trie_map_itr.hpp '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/include/mdds-2.1/mdds' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include' Making install in example make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example' Making install in multi_type_vector make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example' Making install in test make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test' Making install in gdb make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' Making install in src make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb/src' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb/src' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb/src' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' Making install in flat_segment_tree make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' Making install in include make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/include' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/include' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/include' Making install in multi_type_vector make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' Making install in collection make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' Making install in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' Making install in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' Making install in tc make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/tc' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/tc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/tc' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/tc' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' Making install in custom make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' Making install in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' Making install in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' Making install in tc make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/tc' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/tc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/tc' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/tc' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' Making install in custom-trait make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' Making install in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' Making install in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' Making install in debug-util make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' Making install in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' Making install in default make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' Making install in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' Making install in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' Making install in tc make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/tc' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/tc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/tc' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/tc' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' Making install in element-blocks make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' Making install in event make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' Making install in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' Making install in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' Making install in tc make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/tc' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/tc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/tc' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/tc' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' Making install in perf make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/perf' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/perf' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/perf' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/perf' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' Making install in multi_type_matrix make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' Making install in point_quad_tree make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' Making install in rtree make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' Making install in segment_tree make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' Making install in sorted_string_map make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' Making install in trie_map make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test' Making install in tools make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/tools' Making install in runtime-env make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/tools/runtime-env' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/tools/runtime-env' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/tools/runtime-env' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/tools/runtime-env' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/tools' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/tools' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/tools' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/tools' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/tools' make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds /usr/bin/install -p -m 644 ./LICENSE /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds/COPYING /usr/bin/install -p -m 644 ./CHANGELOG /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds/NEWS /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds' /usr/bin/install -p -m 644 AUTHORS README.md '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/pkgconfig' /usr/bin/install -p -m 644 misc/mdds-2.1.pc '/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1' + rm -rf /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/OpenCloudOS/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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.qi3Jiv + 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 -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 -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 -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 -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 mdds-2.1.1 + make check -j32 Making check in include make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include' Making check in mdds make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' Making check in multi_type_vector make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' Making check in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/aos' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/aos' Making check in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/soa' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector/soa' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds/multi_type_vector' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include/mdds' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/include' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/include' Making check in example make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example' Making check in multi_type_vector make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o mtv_collection.o mtv_collection.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o basic.o basic.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o custom_value_types.o custom_value_types.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o custom_value_types_custom_store.o custom_value_types_custom_store.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o debug_trace.o debug_trace.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o element_block1.o element_block1.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o standard_custom_store.o standard_custom_store.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o event1.o event1.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o pos_hint.o pos_hint.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o custom-value-types-custom-store custom_value_types_custom_store.o PASS: custom-value-types-custom-store g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o custom-value-types custom_value_types.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o element-block1 element_block1.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o event1 event1.o PASS: custom-value-types PASS: element-block1 PASS: event1 g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o mtv-collection mtv_collection.o PASS: mtv-collection g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o standard-custom-store standard_custom_store.o PASS: standard-custom-store g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o pos-hint pos_hint.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o basic basic.o PASS: pos-hint g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o debug-trace debug_trace.o PASS: basic PASS: debug-trace ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 9 # PASS: 9 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example/multi_type_vector' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/example' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o flat_segment_tree.o flat_segment_tree.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o flat_segment_tree_itrs.o flat_segment_tree_itrs.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o multi_type_matrix.o multi_type_matrix.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o packed_trie_map.o packed_trie_map.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o packed_trie_state_custom.o packed_trie_state_custom.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o packed_trie_state_int.o packed_trie_state_int.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o point_quad_tree.o point_quad_tree.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o segment_tree.o segment_tree.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o trie_map.o trie_map.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o rtree_simple.o rtree_simple.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o rtree_erase.o rtree_erase.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o rtree_medium.o rtree_medium.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -DNDEBUG -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o rtree_medium_bulkload.o rtree_medium_bulkload.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o point-quad-tree point_quad_tree.o In file included from ../include/mdds/segment_tree.hpp:31, from segment_tree.cpp:29: In function 'mdds::__st::intrusive_ptr_add_ref, std::allocator > > >(mdds::__st::node, std::allocator > > >*)void', inlined from 'boost::intrusive_ptr, std::allocator > > > >::intrusive_ptr(boost::intrusive_ptr, std::allocator > > > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr, std::allocator > > > >::operator=(boost::intrusive_ptr, std::allocator > > > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree, std::allocator > >::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr, std::allocator > > > >&, boost::intrusive_ptr, std::allocator > > > >&)' at ../include/mdds/segment_tree_def.inl:286:24: ../include/mdds/node.hpp:241:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release, std::allocator > > >(mdds::__st::node, std::allocator > > >*)void', inlined from 'mdds::__st::intrusive_ptr_release, std::allocator > > >(mdds::__st::node, std::allocator > > >*)void' at ../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr, std::allocator > > > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr, std::allocator > > > >::operator=(boost::intrusive_ptr, std::allocator > > > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree, std::allocator > >::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr, std::allocator > > > >&, boost::intrusive_ptr, std::allocator > > > >&)' at ../include/mdds/segment_tree_def.inl:285:18: ../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In file included from ../include/mdds/flat_segment_tree.hpp:37, from flat_segment_tree.cpp:29: In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'mdds::flat_segment_tree::insert_segment_impl(long, long, int, bool)' at ../include/mdds/flat_segment_tree_def.inl:225:1: ../include/mdds/node.hpp:247:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 247 | --p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'mdds::flat_segment_tree::insert_segment_impl(long, long, int, bool)' at ../include/mdds/flat_segment_tree_def.inl:224:93: ../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In file included from ../include/mdds/flat_segment_tree.hpp:37, from flat_segment_tree_itrs.cpp:29: In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'mdds::flat_segment_tree::insert_segment_impl(long, long, int, bool)' at ../include/mdds/flat_segment_tree_def.inl:225:1: ../include/mdds/node.hpp:247:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 247 | --p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'mdds::flat_segment_tree::insert_segment_impl(long, long, int, bool)' at ../include/mdds/flat_segment_tree_def.inl:224:93: ../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o packed-trie-map packed_trie_map.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o flat-segment-tree-itrs flat_segment_tree_itrs.o PASS: point-quad-tree g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o flat-segment-tree flat_segment_tree.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o trie-map trie_map.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o segment-tree segment_tree.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o packed-trie-state-custom packed_trie_state_custom.o PASS: packed-trie-map g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o packed-trie-state-int packed_trie_state_int.o PASS: flat-segment-tree-itrs g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o rtree-simple rtree_simple.o PASS: trie-map g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o rtree-medium rtree_medium.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o rtree-erase rtree_erase.o PASS: flat-segment-tree PASS: segment-tree PASS: packed-trie-state-custom PASS: packed-trie-state-int g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o rtree-medium-bulkload rtree_medium_bulkload.o PASS: rtree-simple PASS: rtree-medium PASS: rtree-erase PASS: rtree-medium-bulkload g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o multi-type-matrix multi_type_matrix.o PASS: multi-type-matrix ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 13 # PASS: 13 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/example' Making check in test make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test' Making check in gdb make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' Making check in src make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb/src' make test make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb/src' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-flat_segment_tree.o `test -f 'flat_segment_tree.cpp' || echo './'`flat_segment_tree.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-multi_type_matrix.o `test -f 'multi_type_matrix.cpp' || echo './'`multi_type_matrix.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-multi_type_vector.o `test -f 'multi_type_vector.cpp' || echo './'`multi_type_vector.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-point_quad_tree.o `test -f 'point_quad_tree.cpp' || echo './'`point_quad_tree.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-rtree.o `test -f 'rtree.cpp' || echo './'`rtree.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-segment_tree.o `test -f 'segment_tree.cpp' || echo './'`segment_tree.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-sorted_string_map.o `test -f 'sorted_string_map.cpp' || echo './'`sorted_string_map.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-test.o `test -f 'test.cpp' || echo './'`test.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -c -o test-trie_map.o `test -f 'trie_map.cpp' || echo './'`trie_map.cpp In file included from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/os_defines.h:39, from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/c++config.h:655, from /usr/include/c++/12/string:38, from flat_segment_tree.cpp:18: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/os_defines.h:39, from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/c++config.h:655, from /usr/include/c++/12/exception:37, from ../../../include/mdds/./multi_type_vector/soa/../../global.hpp:31, from ../../../include/mdds/./multi_type_vector/soa/main.hpp:32, from ../../../include/mdds/multi_type_vector.hpp:31, from ../../../include/mdds/multi_type_matrix.hpp:37, from multi_type_matrix.cpp:18: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/os_defines.h:39, from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/c++config.h:655, from /usr/include/c++/12/exception:37, from ../../../include/mdds/global.hpp:31, from ../../../include/mdds/quad_node.hpp:31, from ../../../include/mdds/point_quad_tree.hpp:31, from point_quad_tree.cpp:18: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/os_defines.h:39, from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/c++config.h:655, from /usr/include/c++/12/string:38, from rtree.cpp:18: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/os_defines.h:39, from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/c++config.h:655, from /usr/include/c++/12/string:38, from multi_type_vector.cpp:18: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/os_defines.h:39, from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/c++config.h:655, from /usr/include/c++/12/string:38, from segment_tree.cpp:18: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/os_defines.h:39, from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/c++config.h:655, from /usr/include/c++/12/exception:37, from ../../../include/mdds/global.hpp:31, from trie_map.cpp:18: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/os_defines.h:39, from /usr/include/c++/12/loongarch64-OpenCloudOS-linux/bits/c++config.h:655, from /usr/include/c++/12/exception:37, from ../../../include/mdds/global.hpp:31, from sorted_string_map.cpp:18: /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -O0 -ggdb2 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test test-flat_segment_tree.o test-multi_type_matrix.o test-multi_type_vector.o test-point_quad_tree.o test-rtree.o test-segment_tree.o test-sorted_string_map.o test-test.o test-trie_map.o make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb/src' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb/src' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' make check-DEJAGNU make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' Making a new site.exp file ... srcdir='.'; export srcdir; \ EXPECT=; export EXPECT; \ if /bin/sh -c " --version" > /dev/null 2>&1; then \ exit_status=0; l='mdds'; for tool in $l; do \ if --tool $tool --srcdir $srcdir BINFILE=src/test GDB= ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find ''" 1>&2; :;\ fi; \ exit $exit_status WARNING: could not find '' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/gdb' Making check in flat_segment_tree make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' make test-main make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o ../../test/test_global.o ../../test/test_global.cpp In file included from ../../include/mdds/flat_segment_tree.hpp:37, from test_main.cpp:29: In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree::flat_segment_tree(mdds::flat_segment_tree const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref, std::allocator > > >(mdds::__st::node, std::allocator > > >*)void', inlined from 'boost::intrusive_ptr, std::allocator > > > >::intrusive_ptr(boost::intrusive_ptr, std::allocator > > > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr, std::allocator > > > >::operator=(boost::intrusive_ptr, std::allocator > > > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree, std::allocator > >::flat_segment_tree(mdds::flat_segment_tree, std::allocator > > const&)' at ../../include/mdds/flat_segment_tree_def.inl:118:25: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release, std::allocator > > >(mdds::__st::node, std::allocator > > >*)void', inlined from 'mdds::__st::intrusive_ptr_release, std::allocator > > >(mdds::__st::node, std::allocator > > >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr, std::allocator > > > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr, std::allocator > > > >::operator=(boost::intrusive_ptr, std::allocator > > > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::flat_segment_tree, std::allocator > >::flat_segment_tree(mdds::flat_segment_tree, std::allocator > > const&)' at ../../include/mdds/flat_segment_tree_def.inl:117:19: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main.o ../../test/test_global.o make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/flat_segment_tree' Making check in include make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/include' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/include' Making check in multi_type_vector make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' Making check in collection make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' Making check in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' make test-main make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_main.o `test -f 'test_main.cpp' || echo './'`test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o ../../../../test/test_main-test_global.o `test -f '../../../../test/test_global.cpp' || echo './'`../../../../test/test_global.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main-test_main.o ../../../../test/test_main-test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/aos' Making check in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' make test-main make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_main.o `test -f 'test_main.cpp' || echo './'`test_main.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main-test_main.o ../../../../test/test_main-test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/soa' Making check in tc make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/tc' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection/tc' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/collection' Making check in custom make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' Making check in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' make test-main make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_main.o `test -f 'test_main.cpp' || echo './'`test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_basic.o `test -f 'test_basic.cpp' || echo './'`test_basic.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_managed_block.o `test -f 'test_managed_block.cpp' || echo './'`test_managed_block.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_misc.o `test -f 'test_misc.cpp' || echo './'`test_misc.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_swap.o `test -f 'test_swap.cpp' || echo './'`test_swap.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_transfer.o `test -f 'test_transfer.cpp' || echo './'`test_transfer.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main-test_main.o test_main-test_basic.o test_main-test_managed_block.o test_main-test_misc.o test_main-test_swap.o test_main-test_transfer.o ../../../../test/test_main-test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/aos' Making check in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' make test-main make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_main.o `test -f 'test_main.cpp' || echo './'`test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_basic.o `test -f 'test_basic.cpp' || echo './'`test_basic.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_managed_block.o `test -f 'test_managed_block.cpp' || echo './'`test_managed_block.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_misc.o `test -f 'test_misc.cpp' || echo './'`test_misc.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_swap.o `test -f 'test_swap.cpp' || echo './'`test_swap.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_transfer.o `test -f 'test_transfer.cpp' || echo './'`test_transfer.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main-test_main.o test_main-test_basic.o test_main-test_managed_block.o test_main-test_misc.o test_main-test_swap.o test_main-test_transfer.o ../../../../test/test_main-test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/soa' Making check in tc make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/tc' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom/tc' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom' Making check in custom-trait make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' Making check in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' make test make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../../include -I../../../../test/include -I./../tc -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../../include -I../../../../test/include -I./../tc -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_loop_unrolling.o test_loop_unrolling.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test test_main.o test_loop_unrolling.o ../../../../test/test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' PASS: test ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/aos' Making check in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make test make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../../include -I../../../../test/include -I./../tc -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../../include -I../../../../test/include -I./../tc -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_loop_unrolling.o test_loop_unrolling.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../../include -I../../../../test/include -I./../tc -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_loop_unrolling_simd.o test_loop_unrolling_simd.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test test_main.o test_loop_unrolling.o test_loop_unrolling_simd.o ../../../../test/test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' PASS: test ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait/soa' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/custom-trait' Making check in debug-util make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' Making check in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make test-trace make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../../include -I../../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_trace.o test_trace.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-trace test_trace.o ../../../../test/test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' PASS: test-trace ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util/soa' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/debug-util' Making check in default make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' Making check in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' make test-main make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_construction.o `test -f 'test_construction.cpp' || echo './'`test_construction.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_basic.o `test -f 'test_basic.cpp' || echo './'`test_basic.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_empty_cells.o `test -f 'test_empty_cells.cpp' || echo './'`test_empty_cells.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_erase.o `test -f 'test_erase.cpp' || echo './'`test_erase.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_hints.o `test -f 'test_hints.cpp' || echo './'`test_hints.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_insert.o `test -f 'test_insert.cpp' || echo './'`test_insert.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_iterators.o `test -f 'test_iterators.cpp' || echo './'`test_iterators.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_iterators_insert.o `test -f 'test_iterators_insert.cpp' || echo './'`test_iterators_insert.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_iterators_set.o `test -f 'test_iterators_set.cpp' || echo './'`test_iterators_set.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_iterators_set_empty.o `test -f 'test_iterators_set_empty.cpp' || echo './'`test_iterators_set_empty.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_misc.o `test -f 'test_misc.cpp' || echo './'`test_misc.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_position.o `test -f 'test_position.cpp' || echo './'`test_position.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_set.o `test -f 'test_set.cpp' || echo './'`test_set.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_swap_range.o `test -f 'test_swap_range.cpp' || echo './'`test_swap_range.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_transfer.o `test -f 'test_transfer.cpp' || echo './'`test_transfer.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_main.o `test -f 'test_main.cpp' || echo './'`test_main.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main-test_construction.o test_main-test_basic.o test_main-test_empty_cells.o test_main-test_erase.o test_main-test_hints.o test_main-test_insert.o test_main-test_iterators.o test_main-test_iterators_insert.o test_main-test_iterators_set.o test_main-test_iterators_set_empty.o test_main-test_misc.o test_main-test_position.o test_main-test_set.o test_main-test_swap_range.o test_main-test_transfer.o test_main-test_main.o ../../../../test/test_main-test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/aos' Making check in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' make test-main make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_construction.o `test -f 'test_construction.cpp' || echo './'`test_construction.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_basic.o `test -f 'test_basic.cpp' || echo './'`test_basic.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_empty_cells.o `test -f 'test_empty_cells.cpp' || echo './'`test_empty_cells.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_erase.o `test -f 'test_erase.cpp' || echo './'`test_erase.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_hints.o `test -f 'test_hints.cpp' || echo './'`test_hints.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_insert.o `test -f 'test_insert.cpp' || echo './'`test_insert.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_iterators.o `test -f 'test_iterators.cpp' || echo './'`test_iterators.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_iterators_insert.o `test -f 'test_iterators_insert.cpp' || echo './'`test_iterators_insert.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_iterators_set.o `test -f 'test_iterators_set.cpp' || echo './'`test_iterators_set.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_iterators_set_empty.o `test -f 'test_iterators_set_empty.cpp' || echo './'`test_iterators_set_empty.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_misc.o `test -f 'test_misc.cpp' || echo './'`test_misc.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_position.o `test -f 'test_position.cpp' || echo './'`test_position.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_set.o `test -f 'test_set.cpp' || echo './'`test_set.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_swap_range.o `test -f 'test_swap_range.cpp' || echo './'`test_swap_range.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_transfer.o `test -f 'test_transfer.cpp' || echo './'`test_transfer.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./.. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_main.o `test -f 'test_main.cpp' || echo './'`test_main.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main-test_construction.o test_main-test_basic.o test_main-test_empty_cells.o test_main-test_erase.o test_main-test_hints.o test_main-test_insert.o test_main-test_iterators.o test_main-test_iterators_insert.o test_main-test_iterators_set.o test_main-test_iterators_set_empty.o test_main-test_misc.o test_main-test_position.o test_main-test_set.o test_main-test_swap_range.o test_main-test_transfer.o test_main-test_main.o ../../../../test/test_main-test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/soa' Making check in tc make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/tc' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default/tc' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/default' Making check in element-blocks make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' make test test-soa test-aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_basic.o test_basic.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_std_vector_bool.o test_std_vector_bool.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_store_types.o test_store_types.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_functions.o test_functions.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_soa.o test_soa.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_no_standard_blocks_soa.o test_no_standard_blocks_soa.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_aos.o test_aos.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_no_standard_blocks_aos.o test_no_standard_blocks_aos.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-aos test_aos.o test_no_standard_blocks_aos.o ../../../test/test_global.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-soa test_soa.o test_no_standard_blocks_soa.o ../../../test/test_global.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test test_main.o test_basic.o test_std_vector_bool.o test_store_types.o test_functions.o ../../../test/test_global.o make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' PASS: test-soa PASS: test PASS: test-aos ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/element-blocks' Making check in event make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' Making check in aos make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' make test-main make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_main.o `test -f 'test_main.cpp' || echo './'`test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_block_counter.o `test -f 'test_block_counter.cpp' || echo './'`test_block_counter.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_block_init.o `test -f 'test_block_init.cpp' || echo './'`test_block_init.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_swap.o `test -f 'test_swap.cpp' || echo './'`test_swap.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main-test_main.o test_main-test_block_counter.o test_main-test_block_init.o test_main-test_swap.o ../../../../test/test_main-test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/aos' Making check in soa make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' make test-main make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_main.o `test -f 'test_main.cpp' || echo './'`test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_block_counter.o `test -f 'test_block_counter.cpp' || echo './'`test_block_counter.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_block_init.o `test -f 'test_block_init.cpp' || echo './'`test_block_init.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I./../tc -I../../../../include -I../../../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main-test_swap.o `test -f 'test_swap.cpp' || echo './'`test_swap.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main-test_main.o test_main-test_block_counter.o test_main-test_block_init.o test_main-test_swap.o ../../../../test/test_main-test_global.o make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' make[6]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' make[5]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/soa' Making check in tc make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/tc' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event/tc' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/event' Making check in perf make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/perf' make test make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/perf' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../../include -I../../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test test_main.o ../../../test/test_global.o make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/perf' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector/perf' make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_vector' Making check in multi_type_matrix make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' make test-main test-walk make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_walk.o test_walk.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-walk test_walk.o ../../test/test_global.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main.o ../../test/test_global.o make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' PASS: test-main PASS: test-walk ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/multi_type_matrix' Making check in point_quad_tree make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' make test-main make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main.o ../../test/test_global.o make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/point_quad_tree' Making check in rtree make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' make test-main test-bulkload make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_basic.o test_basic.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_copy.o test_copy.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_directory_node_split.o test_directory_node_split.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_erase_directories.o test_erase_directories.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_exact_search_by_extent.o test_exact_search_by_extent.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_exact_search_by_point.o test_exact_search_by_point.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_forced_reinsertion.o test_forced_reinsertion.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_geometry.o test_geometry.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_intersection.o test_intersection.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_move.o test_move.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_node_split.o test_node_split.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_point_objects.o test_point_objects.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_square_distance.o test_square_distance.cpp g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_bulkload_main.o test_bulkload_main.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_basic.o test_copy.o test_directory_node_split.o test_erase_directories.o test_exact_search_by_extent.o test_exact_search_by_point.o test_forced_reinsertion.o test_geometry.o test_intersection.o test_main.o test_move.o test_node_split.o test_point_objects.o test_square_distance.o ../../test/test_global.o g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-bulkload test_bulkload_main.o ../../test/test_global.o make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' PASS: test-bulkload PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/rtree' Making check in segment_tree make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' make test-main make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp In file included from ../../include/mdds/segment_tree.hpp:31, from test_main.cpp:29: In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:286:24: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:285:18: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:286:24: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:285:18: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:286:24: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:285:18: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:286:24: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:285:18: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:286:24: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:285:18: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ In function 'mdds::__st::intrusive_ptr_add_ref >(mdds::__st::node >*)void', inlined from 'boost::intrusive_ptr > >::intrusive_ptr(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:95:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:286:24: ../../include/mdds/node.hpp:241:10: warning: pointer may be used after 'operator delete(void*, unsigned long)' [-Wuse-after-free] 241 | ++p->refcount; | ~~~^~~~~~~~ In function 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void', inlined from 'mdds::__st::intrusive_ptr_release >(mdds::__st::node >*)void' at ../../include/mdds/node.hpp:245:13, inlined from 'boost::intrusive_ptr > >::~intrusive_ptr()' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:100:44, inlined from 'boost::intrusive_ptr > >::operator=(boost::intrusive_ptr > > const&)' at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:156:9, inlined from 'mdds::segment_tree::create_leaf_node_instances(std::vector > const&, boost::intrusive_ptr > >&, boost::intrusive_ptr > >&)' at ../../include/mdds/segment_tree_def.inl:285:18: ../../include/mdds/node.hpp:249:9: note: call to 'operator delete(void*, unsigned long)' here 249 | delete p; | ^~~~~~~~ g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main.o ../../test/test_global.o make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/segment_tree' Making check in sorted_string_map make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' make test make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test test_main.o ../../test/test_global.o make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' PASS: test ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/sorted_string_map' Making check in trie_map make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make test-main make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../../include -I../../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o test_main.o test_main.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o test-main test_main.o ../../test/test_global.o make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' PASS: test-main ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test/trie_map' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test' make ref-pair-test make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test' g++ -std=c++17 -DPACKAGE_NAME=\"mdds\" -DPACKAGE_TARNAME=\"mdds\" -DPACKAGE_VERSION=\"2.1.1\" -DPACKAGE_STRING=\"mdds\ 2.1.1\" -DPACKAGE_BUGREPORT=\"kohei.yoshida@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mdds\" -DVERSION=\"2.1.1\" -DHAVE_CXX17=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DSIZEOF_VOID_P=8 -I. -I../include -I../test/include -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST -Wall -Wshadow -g -pedantic-errors -I/usr/include -I/usr/local/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 -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -c -o ref_pair_test.o ref_pair_test.cpp g++ -std=c++17 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-cc1 -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -DSIZEOF_VOID_P=8 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/OpenCloudOS/OpenCloudOS-hardened-ld -Wl,--build-id=sha1 -o ref-pair-test ref_pair_test.o test_global.o make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test' make check-TESTS make[3]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test' make[4]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/test' PASS: ref-pair-test ============================================================================ Testsuite summary for mdds 2.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test' make[3]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test' make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/test' Making check in tools make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/tools' Making check in runtime-env make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/tools/runtime-env' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/tools/runtime-env' make[2]: Entering directory '/builddir/build/BUILD/mdds-2.1.1/tools' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/tools' make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1/tools' make[1]: Entering directory '/builddir/build/BUILD/mdds-2.1.1' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builddir/build/BUILD/mdds-2.1.1' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: mdds-devel-2.1.1-1.ocs23.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MstS36 + umask 022 + cd /builddir/build/BUILD + cd mdds-2.1.1 + DOCDIR=/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds-devel + cp -pr AUTHORS /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds-devel + cp -pr README.md /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/doc/mdds-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.apG7bJ + umask 022 + cd /builddir/build/BUILD + cd mdds-2.1.1 + LICENSEDIR=/builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/licenses/mdds-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/licenses/mdds-devel + cp -pr LICENSE /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64/usr/share/licenses/mdds-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: mdds-devel = 2.1.1-1.ocs23 mdds-static = 2.1.1-1.ocs23 pkgconfig(mdds-2.1) = 2.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/mdds-2.1.1-1.ocs23.loongarch64 Wrote: /builddir/build/RPMS/mdds-devel-2.1.1-1.ocs23.noarch.rpm Child return code was: 0