******************************************************************************** conan install gperftools/2.10.0@#692e17f894276ffdc49eeb9f63fbe4f2 --build=gperftools -pr /home/conan/w/prod-v1/BuildSingleReference/13385/1de09f4f-530d-40b7-b0a7-0523796d36c5/profile_linux_9_libstdcpp11_gcc_debug_64.gperftools-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod-v1/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod-v1/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod-v1/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux [options] gperftools:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True gperftools/2.10.0: Forced build from source Installing package: gperftools/2.10.0 Requirements gperftools/2.10.0 from local cache - Cache Packages gperftools/2.10.0:4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK gperftools/2.10.0: Configuring sources in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/source/src gperftools/2.10.0: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK gperftools/2.10.0: Copying sources to build folder gperftools/2.10.0: Building your package in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd gperftools/2.10.0: Generator txt created conanbuildinfo.txt gperftools/2.10.0: Calling generate() gperftools/2.10.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK gperftools/2.10.0: Calling build() gperftools/2.10.0: Calling: > "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/configure" '--enable-shared' '--disable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--prefix=' '--enable-cpu-profiler=no' '--enable-heap-profiler=no' '--enable-heap-checker=no' '--enable-debugalloc=no' '--enable-minimal=yes' '--enable-dynamic-sized-delete-support=no' '--enable-sized-delete=no' '--enable-large-alloc-report=no' '--enable-aggressive-decommit-by-default=no' '--enable-libunwind=no' '--enable-frame-pointers=no' '--enable-stacktrace-via-backtrace=no' '--enable-emergency-malloc=no' '--with-tcmalloc-alignment=None' '--with-tcmalloc-pagesize=None' ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug/generators/conanbuild.sh" && "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/configure" '--enable-shared' '--disable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--prefix=' '--enable-cpu-profiler=no' '--enable-heap-profiler=no' '--enable-heap-checker=no' '--enable-debugalloc=no' '--enable-minimal=yes' '--enable-dynamic-sized-delete-support=no' '--enable-sized-delete=no' '--enable-large-alloc-report=no' '--enable-aggressive-decommit-by-default=no' '--enable-libunwind=no' '--enable-frame-pointers=no' '--enable-stacktrace-via-backtrace=no' '--enable-emergency-malloc=no' '--with-tcmalloc-alignment=None' '--with-tcmalloc-pagesize=None' ----------------- checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for git... /usr/bin/git checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... gcc3 checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /usr/bin/g++... gcc3 checking for gcc... (cached) /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to enable C11 features... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/bin/gcc... (cached) gcc3 checking how to run the C preprocessor... /usr/bin/gcc -E checking whether /usr/bin/g++ supports C++11 features with -std=gnu++11... yes checking for objcopy... objcopy checking if objcopy supports -W... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... /usr/bin/g++ -std=gnu++11 -E checking for ld used by /usr/bin/g++ -std=gnu++11... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the /usr/bin/g++ -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ -std=gnu++11 option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ -std=gnu++11 PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ -std=gnu++11 static flag -static works... yes checking if /usr/bin/g++ -std=gnu++11 supports -c -o file.o... yes checking if /usr/bin/g++ -std=gnu++11 supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for __attribute__... yes checking for __attribute__((aligned(N))) on functions... yes checking for egrep... (cached) /usr/bin/grep -E checking for struct mallinfo... yes checking for Elf32_Versym... yes checking for sbrk... yes checking for __sbrk... yes checking for geteuid... yes checking for fork... yes checking for features.h... yes checking for malloc.h... yes checking for glob.h... yes checking for execinfo.h... yes checking for unwind.h... yes checking for sched.h... yes checking for conflict-signal.h... no checking for sys/prctl.h... yes checking for linux/ptrace.h... yes checking for sys/syscall.h... yes checking for sys/socket.h... yes checking for sys/wait.h... yes checking for poll.h... yes checking for fcntl.h... yes checking for grp.h... yes checking for pwd.h... yes checking for sys/resource.h... yes checking for sys/cdefs.h... yes checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether cfree is declared... no checking whether posix_memalign is declared... yes checking whether memalign is declared... yes checking whether valloc is declared... yes checking whether pvalloc is declared... yes checking if int32_t is the same type as intptr_t... no checking for x86 without frame pointers... yes checking if the compiler supports -Wno-unused-result... yes configure: Will build sized deallocation operators that ignore size checking if C++ compiler supports -fsized-deallocation... yes checking if C++ compiler supports std::align_val_t without options... no checking if C++ compiler supports -faligned-new... yes configure: Will build new/delete operators for overaligned types checking if target has _Unwind_Backtrace... yes checking for __environ... yes checking for __thread... yes checking if nanosleep requires any libraries... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether to check for GCC pthread/shared inconsistencies... yes checking whether -pthread is sufficient with -shared... yes checking whether what we have so far is sufficient with -nostdlib... no checking whether -lpthread saves the day... yes checking whether pthread symbols are available in C++ without including pthread.h... no checking for program_invocation_name... yes checking whether backtrace is declared... yes checking for library containing backtrace... none required checking for Linux SIGEV_THREAD_ID... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/gperftools/tcmalloc.h config.status: creating src/windows/gperftools/tcmalloc.h config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug/generators/conanbuild.sh" && make -j3 ----------------- echo 'prefix=' > "libtcmalloc.pc".tmp echo 'exec_prefix='`echo '' | sed 's@^@${prefix}@'` >> "libtcmalloc.pc".tmp /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c -o src/libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/tcmalloc.cc /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-common.Tpo -c -o src/libtcmalloc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/common.cc echo 'libdir='`echo '/lib' | sed 's@^@${exec_prefix}@'` >> "libtcmalloc.pc".tmp echo 'includedir='`echo '/include' | sed 's@^@${prefix}@'` >> "libtcmalloc.pc".tmp echo '' >> "libtcmalloc.pc".tmp echo 'Name: gperftools' >> "libtcmalloc.pc".tmp echo 'Version: 2.10' >> "libtcmalloc.pc".tmp grep '^Summary:' /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/packages/rpm/rpm.spec | sed s/^Summary:/Description:/ | head -n1 >> "libtcmalloc.pc".tmp grep '^URL: ' /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/packages/rpm/rpm.spec >> "libtcmalloc.pc".tmp echo 'Requires:' >> "libtcmalloc.pc".tmp echo 'Libs: -L${libdir} -ltcmalloc' >> "libtcmalloc.pc".tmp echo 'Libs.private: -pthread -lpthread' >> "libtcmalloc.pc".tmp echo 'Cflags: -I${includedir}' >> "libtcmalloc.pc".tmp mv -f "libtcmalloc.pc".tmp "libtcmalloc.pc" /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c -o src/libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/internal_logging.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-common.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/common.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-common.o libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/tcmalloc.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_la-tcmalloc.o libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/internal_logging.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-internal_logging.o mv -f src/.deps/libtcmalloc_minimal_internal_la-common.Tpo src/.deps/libtcmalloc_minimal_internal_la-common.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c -o src/libtcmalloc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/system-alloc.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/system-alloc.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-system-alloc.o mv -f src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo src/.deps/libtcmalloc_minimal_internal_la-internal_logging.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c -o src/libtcmalloc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/memfs_malloc.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/memfs_malloc.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-memfs_malloc.o mv -f src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo src/.deps/libtcmalloc_minimal_internal_la-system-alloc.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c -o src/libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/central_freelist.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/central_freelist.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-central_freelist.o mv -f src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo src/.deps/libtcmalloc_minimal_internal_la-memfs_malloc.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c -o src/libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/page_heap.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/page_heap.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-page_heap.o mv -f src/.deps/libtcmalloc_minimal_la-tcmalloc.Tpo src/.deps/libtcmalloc_minimal_la-tcmalloc.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c -o src/libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/sampler.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/sampler.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-sampler.o mv -f src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo src/.deps/libtcmalloc_minimal_internal_la-central_freelist.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-span.Tpo -c -o src/libtcmalloc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/span.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-span.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/span.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-span.o mv -f src/.deps/libtcmalloc_minimal_internal_la-page_heap.Tpo src/.deps/libtcmalloc_minimal_internal_la-page_heap.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c -o src/libtcmalloc_minimal_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/stack_trace_table.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/stack_trace_table.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-stack_trace_table.o mv -f src/.deps/libtcmalloc_minimal_internal_la-sampler.Tpo src/.deps/libtcmalloc_minimal_internal_la-sampler.Plo mv -f src/.deps/libtcmalloc_minimal_internal_la-span.Tpo src/.deps/libtcmalloc_minimal_internal_la-span.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c -o src/libtcmalloc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/static_vars.cc /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c -o src/libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/symbolize.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/symbolize.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-symbolize.o libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/static_vars.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-static_vars.o mv -f src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo src/.deps/libtcmalloc_minimal_internal_la-stack_trace_table.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c -o src/libtcmalloc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/thread_cache.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/thread_cache.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-thread_cache.o mv -f src/.deps/libtcmalloc_minimal_internal_la-static_vars.Tpo src/.deps/libtcmalloc_minimal_internal_la-static_vars.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c -o src/libtcmalloc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/malloc_hook.cc mv -f src/.deps/libtcmalloc_minimal_internal_la-symbolize.Tpo src/.deps/libtcmalloc_minimal_internal_la-symbolize.Plo /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c -o src/libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/'`src/malloc_extension.cc libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/malloc_hook.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-malloc_hook.o libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/malloc_extension.cc -fPIC -DPIC -o src/.libs/libtcmalloc_minimal_internal_la-malloc_extension.o mv -f src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo src/.deps/libtcmalloc_minimal_internal_la-thread_cache.Plo depbase=`echo src/base/spinlock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/spinlock.lo -MD -MP -MF $depbase.Tpo -c -o src/base/spinlock.lo /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/spinlock.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/spinlock.lo -MD -MP -MF src/base/.deps/spinlock.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/spinlock.cc -fPIC -DPIC -o src/base/.libs/spinlock.o mv -f src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo src/.deps/libtcmalloc_minimal_internal_la-malloc_extension.Plo depbase=`echo src/base/spinlock_internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/spinlock_internal.lo -MD -MP -MF $depbase.Tpo -c -o src/base/spinlock_internal.lo /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/spinlock_internal.cc &&\ mv -f $depbase.Tpo $depbase.Plo mv -f src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo src/.deps/libtcmalloc_minimal_internal_la-malloc_hook.Plo depbase=`echo src/base/atomicops-internals-x86.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/atomicops-internals-x86.lo -MD -MP -MF $depbase.Tpo -c -o src/base/atomicops-internals-x86.lo /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/atomicops-internals-x86.cc &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/base/sysinfo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/sysinfo.lo -MD -MP -MF $depbase.Tpo -c -o src/base/sysinfo.lo /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/sysinfo.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/spinlock_internal.lo -MD -MP -MF src/base/.deps/spinlock_internal.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/spinlock_internal.cc -fPIC -DPIC -o src/base/.libs/spinlock_internal.o libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/atomicops-internals-x86.lo -MD -MP -MF src/base/.deps/atomicops-internals-x86.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/atomicops-internals-x86.cc -fPIC -DPIC -o src/base/.libs/atomicops-internals-x86.o libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/sysinfo.lo -MD -MP -MF src/base/.deps/sysinfo.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/sysinfo.cc -fPIC -DPIC -o src/base/.libs/sysinfo.o depbase=`echo src/base/logging.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/logging.lo -MD -MP -MF $depbase.Tpo -c -o src/base/logging.lo /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/logging.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/base/logging.lo -MD -MP -MF src/base/.deps/logging.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/logging.cc -fPIC -DPIC -o src/base/.libs/logging.o depbase=`echo src/base/dynamic_annotations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -m64 -g -MT src/base/dynamic_annotations.lo -MD -MP -MF $depbase.Tpo -c -o src/base/dynamic_annotations.lo /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/dynamic_annotations.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo src/maybe_threads.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CXX --mode=compile /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/maybe_threads.lo -MD -MP -MF $depbase.Tpo -c -o src/maybe_threads.lo /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/maybe_threads.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -m64 -g -MT src/base/dynamic_annotations.lo -MD -MP -MF src/base/.deps/dynamic_annotations.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/base/dynamic_annotations.c -fPIC -DPIC -o src/base/.libs/dynamic_annotations.o depbase=`echo benchmark/run_benchmark.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -m64 -g -MT benchmark/run_benchmark.lo -MD -MP -MF $depbase.Tpo -c -o benchmark/run_benchmark.lo /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/benchmark/run_benchmark.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: /usr/bin/g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -MT src/maybe_threads.lo -MD -MP -MF src/.deps/maybe_threads.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/maybe_threads.cc -fPIC -DPIC -o src/.libs/maybe_threads.o cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "libtcmalloc_minimal.pc" cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_debug/ > "libtcmalloc_debug.pc" cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal_debug/ > "libtcmalloc_minimal_debug.pc" cat libtcmalloc.pc | sed s/-ltcmalloc/-lprofiler/ > "libprofiler.pc" /bin/bash ./libtool --tag=CXX --mode=link /usr/bin/g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -no-undefined -m64 -o libspinlock.la src/base/spinlock.lo src/base/spinlock_internal.lo src/base/atomicops-internals-x86.lo libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src -I./src -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src -DNO_TCMALLOC_SAMPLES -m64 -g -MT benchmark/run_benchmark.lo -MD -MP -MF benchmark/.deps/run_benchmark.Tpo -c /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/benchmark/run_benchmark.c -fPIC -DPIC -o benchmark/.libs/run_benchmark.o /bin/bash ./libtool --tag=CXX --mode=link /usr/bin/g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -no-undefined -m64 -o libsysinfo.la src/base/sysinfo.lo libtool: link: ar cr .libs/libspinlock.a src/base/.libs/spinlock.o src/base/.libs/spinlock_internal.o src/base/.libs/atomicops-internals-x86.o libtool: link: ranlib .libs/libspinlock.a libtool: link: ( cd ".libs" && rm -f "libspinlock.la" && ln -s "../libspinlock.la" "libspinlock.la" ) /bin/bash ./libtool --tag=CXX --mode=link /usr/bin/g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -no-undefined -m64 -o liblogging.la src/base/logging.lo src/base/dynamic_annotations.lo /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -m64 -g -no-undefined -m64 -o librun_benchmark.la benchmark/run_benchmark.lo libtool: link: ar cr .libs/libsysinfo.a src/base/.libs/sysinfo.o libtool: link: ranlib .libs/libsysinfo.a libtool: link: ( cd ".libs" && rm -f "libsysinfo.la" && ln -s "../libsysinfo.la" "libsysinfo.la" ) /bin/bash ./libtool --tag=CXX --mode=link /usr/bin/g++ -std=gnu++11 -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -no-undefined -m64 -o libmaybe_threads.la src/maybe_threads.lo libtool: link: ar cr .libs/librun_benchmark.a benchmark/.libs/run_benchmark.o libtool: link: ranlib .libs/librun_benchmark.a libtool: link: ar cr .libs/liblogging.a src/base/.libs/logging.o src/base/.libs/dynamic_annotations.o libtool: link: ( cd ".libs" && rm -f "librun_benchmark.la" && ln -s "../librun_benchmark.la" "librun_benchmark.la" ) libtool: link: ranlib .libs/liblogging.a libtool: link: ( cd ".libs" && rm -f "liblogging.la" && ln -s "../liblogging.la" "liblogging.la" ) libtool: link: ar cr .libs/libmaybe_threads.a src/.libs/maybe_threads.o libtool: link: ranlib .libs/libmaybe_threads.a libtool: link: ( cd ".libs" && rm -f "libmaybe_threads.la" && ln -s "../libmaybe_threads.la" "libmaybe_threads.la" ) /bin/bash ./libtool --tag=CXX --mode=link /usr/bin/g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -no-undefined -m64 -o libtcmalloc_minimal_internal.la src/libtcmalloc_minimal_internal_la-common.lo src/libtcmalloc_minimal_internal_la-internal_logging.lo src/libtcmalloc_minimal_internal_la-system-alloc.lo src/libtcmalloc_minimal_internal_la-memfs_malloc.lo src/libtcmalloc_minimal_internal_la-central_freelist.lo src/libtcmalloc_minimal_internal_la-page_heap.lo src/libtcmalloc_minimal_internal_la-sampler.lo src/libtcmalloc_minimal_internal_la-span.lo src/libtcmalloc_minimal_internal_la-stack_trace_table.lo src/libtcmalloc_minimal_internal_la-static_vars.lo src/libtcmalloc_minimal_internal_la-symbolize.lo src/libtcmalloc_minimal_internal_la-thread_cache.lo src/libtcmalloc_minimal_internal_la-malloc_hook.lo src/libtcmalloc_minimal_internal_la-malloc_extension.lo libspinlock.la libsysinfo.la liblogging.la libmaybe_threads.la libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libspinlock.a && ar x "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug/./.libs/libspinlock.a") libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a && ar x "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug/./.libs/libsysinfo.a") libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/liblogging.a && ar x "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug/./.libs/liblogging.a") libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libmaybe_threads.a && ar x "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug/./.libs/libmaybe_threads.a") libtool: link: ar cr .libs/libtcmalloc_minimal_internal.a src/.libs/libtcmalloc_minimal_internal_la-common.o src/.libs/libtcmalloc_minimal_internal_la-internal_logging.o src/.libs/libtcmalloc_minimal_internal_la-system-alloc.o src/.libs/libtcmalloc_minimal_internal_la-memfs_malloc.o src/.libs/libtcmalloc_minimal_internal_la-central_freelist.o src/.libs/libtcmalloc_minimal_internal_la-page_heap.o src/.libs/libtcmalloc_minimal_internal_la-sampler.o src/.libs/libtcmalloc_minimal_internal_la-span.o src/.libs/libtcmalloc_minimal_internal_la-stack_trace_table.o src/.libs/libtcmalloc_minimal_internal_la-static_vars.o src/.libs/libtcmalloc_minimal_internal_la-symbolize.o src/.libs/libtcmalloc_minimal_internal_la-thread_cache.o src/.libs/libtcmalloc_minimal_internal_la-malloc_hook.o src/.libs/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock_internal.o .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a/sysinfo.o .libs/libtcmalloc_minimal_internal.lax/liblogging.a/dynamic_annotations.o .libs/libtcmalloc_minimal_internal.lax/liblogging.a/logging.o .libs/libtcmalloc_minimal_internal.lax/libmaybe_threads.a/maybe_threads.o libtool: link: ranlib .libs/libtcmalloc_minimal_internal.a libtool: link: rm -fr .libs/libtcmalloc_minimal_internal.lax libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_internal.la" && ln -s "../libtcmalloc_minimal_internal.la" "libtcmalloc_minimal_internal.la" ) /bin/bash ./libtool --tag=CXX --mode=link /usr/bin/g++ -std=gnu++11 -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -Wno-unused-result -fsized-deallocation -faligned-new -DNO_FRAME_POINTER -m64 -g -version-info 9:10:5 -no-undefined -m64 -o libtcmalloc_minimal.la -rpath /lib src/libtcmalloc_minimal_la-tcmalloc.lo libtcmalloc_minimal_internal.la libtool: link: /usr/bin/g++ -std=gnu++11 -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o src/.libs/libtcmalloc_minimal_la-tcmalloc.o -Wl,--whole-archive ./.libs/libtcmalloc_minimal_internal.a -Wl,--no-whole-archive -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o -m64 -g -m64 -pthread -Wl,-soname -Wl,libtcmalloc_minimal.so.4 -o .libs/libtcmalloc_minimal.so.4.5.10 libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal.so.4" && ln -s "libtcmalloc_minimal.so.4.5.10" "libtcmalloc_minimal.so.4") libtool: link: (cd ".libs" && rm -f "libtcmalloc_minimal.so" && ln -s "libtcmalloc_minimal.so.4.5.10" "libtcmalloc_minimal.so") libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal.la" && ln -s "../libtcmalloc_minimal.la" "libtcmalloc_minimal.la" ) for la in libtcmalloc_minimal.la ; do lib=".libs/`basename $la .la`.a"; [ ! -f "$lib" ] || : "$lib"; done gperftools/2.10.0: Package '4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd' built gperftools/2.10.0: Build folder /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug gperftools/2.10.0: Generated conaninfo.txt gperftools/2.10.0: Generated conanbuildinfo.txt gperftools/2.10.0: Generating the package gperftools/2.10.0: Package folder /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd gperftools/2.10.0: Calling package() gperftools/2.10.0: Copied 1 file: COPYING ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug/generators/conanbuild.sh" && make install DESTDIR=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd -j3 ----------------- for la in libtcmalloc_minimal.la ; do lib=".libs/`basename $la .la`.a"; [ ! -f "$lib" ] || : "$lib"; done make[1]: Entering directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug' /usr/bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/share/doc/gperftools' /usr/bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/include/google' /usr/bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/include/gperftools' /usr/bin/install -c -m 644 /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/heap-checker.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/heap-profiler.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/malloc_extension.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/malloc_extension_c.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/malloc_hook.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/malloc_hook_c.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/profiler.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/stacktrace.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/google/tcmalloc.h '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/include/google' /usr/bin/install -c -m 644 src/gperftools/tcmalloc.h '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/include/gperftools' /usr/bin/install -c -m 644 /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/AUTHORS /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/COPYING /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/ChangeLog /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/INSTALL /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/NEWS /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/README /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/README_windows.txt /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/TODO /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/ChangeLog.old /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/index.html /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/designstyle.css /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc.html /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/overview.gif /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/pageheap.gif /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/spanmap.gif /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/threadheap.gif /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/t-test1.times.txt /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.1024.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.128.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.131072.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.16384.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.2048.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.256.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.32768.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.4096.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.512.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.64.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.65536.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspercpusec.vs.threads.8192.bytes.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.1.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.12.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.16.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.2.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.20.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.3.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.4.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.5.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/tcmalloc-opspersec.vs.size.8.threads.png /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/overview.dot /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/pageheap.dot '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/share/doc/gperftools' /usr/bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/include/gperftools' /usr/bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/lib/pkgconfig' /usr/bin/install -c -m 644 /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/spanmap.dot /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/docs/threadheap.dot '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/share/doc/gperftools' /usr/bin/install -c -m 644 /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/gperftools/malloc_hook.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/gperftools/malloc_hook_c.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/gperftools/malloc_extension.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/gperftools/malloc_extension_c.h /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/src/src/gperftools/nallocx.h '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/include/gperftools' /usr/bin/install -c -m 644 libtcmalloc.pc libtcmalloc_minimal.pc libtcmalloc_debug.pc libtcmalloc_minimal_debug.pc libprofiler.pc '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/lib/pkgconfig' for la in libtcmalloc_minimal.la ; do lib=".libs/`basename $la .la`.a"; [ ! -f "$lib" ] || : "$lib"; done /usr/bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libtcmalloc_minimal.la '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/lib' libtool: install: /usr/bin/install -c .libs/libtcmalloc_minimal.so.4.5.10 /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/lib/libtcmalloc_minimal.so.4.5.10 libtool: install: (cd /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/lib && { ln -s -f libtcmalloc_minimal.so.4.5.10 libtcmalloc_minimal.so.4 || { rm -f libtcmalloc_minimal.so.4 && ln -s libtcmalloc_minimal.so.4.5.10 libtcmalloc_minimal.so.4; }; }) libtool: install: (cd /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/lib && { ln -s -f libtcmalloc_minimal.so.4.5.10 libtcmalloc_minimal.so || { rm -f libtcmalloc_minimal.so && ln -s libtcmalloc_minimal.so.4.5.10 libtcmalloc_minimal.so; }; }) libtool: install: /usr/bin/install -c .libs/libtcmalloc_minimal.lai /home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/package/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/lib/libtcmalloc_minimal.la make[1]: Leaving directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/gperftools/2.10.0/_/_/build/4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd/build/Debug' [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [STATIC ARTIFACTS (KB-H074)] OK [HOOK - conan-center.py] post_package(): [EITHER STATIC OR SHARED OF EACH LIB (KB-H076)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK [HOOK - conan-center.py] post_package(): [APPLE RELOCATABLE SHARED LIBS (KB-H077)] OK gperftools/2.10.0 package(): Packaged 1 file: COPYING gperftools/2.10.0 package(): Packaged 1 '.10' file: libtcmalloc_minimal.so.4.5.10 gperftools/2.10.0 package(): Packaged 1 '.so' file: libtcmalloc_minimal.so gperftools/2.10.0 package(): Packaged 1 '.4' file: libtcmalloc_minimal.so.4 gperftools/2.10.0 package(): Packaged 15 '.h' files gperftools/2.10.0: Package '4c9fb287628c8c7d3ebeee790ee15ee86c1ca9cd' created gperftools/2.10.0: Created package revision eae31ff2ecad75fec139fe62fb0dfe9d [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators configure: WARNING: NoneK size not supported, using default tcmalloc page size. configure: WARNING: None bytes not supported, using default tcmalloc allocation alignment. Makefile:4241: warning: overriding recipe for target 'debugallocation_test.sh' Makefile:4237: warning: ignoring old recipe for target 'debugallocation_test.sh' Makefile:4271: warning: overriding recipe for target 'heap-checker_debug_unittest.sh' Makefile:4267: warning: ignoring old recipe for target 'heap-checker_debug_unittest.sh' Makefile:4295: warning: overriding recipe for target 'heap-profiler_debug_unittest.sh' Makefile:4291: warning: ignoring old recipe for target 'heap-profiler_debug_unittest.sh' Makefile:4501: warning: overriding recipe for target 'sampling_debug_test.sh' Makefile:4497: warning: ignoring old recipe for target 'sampling_debug_test.sh' Makefile:4241: warning: overriding recipe for target 'debugallocation_test.sh' Makefile:4237: warning: ignoring old recipe for target 'debugallocation_test.sh' Makefile:4271: warning: overriding recipe for target 'heap-checker_debug_unittest.sh' Makefile:4267: warning: ignoring old recipe for target 'heap-checker_debug_unittest.sh' Makefile:4295: warning: overriding recipe for target 'heap-profiler_debug_unittest.sh' Makefile:4291: warning: ignoring old recipe for target 'heap-profiler_debug_unittest.sh' Makefile:4501: warning: overriding recipe for target 'sampling_debug_test.sh' Makefile:4497: warning: ignoring old recipe for target 'sampling_debug_test.sh' Makefile:4241: warning: overriding recipe for target 'debugallocation_test.sh' Makefile:4237: warning: ignoring old recipe for target 'debugallocation_test.sh' Makefile:4271: warning: overriding recipe for target 'heap-checker_debug_unittest.sh' Makefile:4267: warning: ignoring old recipe for target 'heap-checker_debug_unittest.sh' Makefile:4295: warning: overriding recipe for target 'heap-profiler_debug_unittest.sh' Makefile:4291: warning: ignoring old recipe for target 'heap-profiler_debug_unittest.sh' Makefile:4501: warning: overriding recipe for target 'sampling_debug_test.sh' Makefile:4497: warning: ignoring old recipe for target 'sampling_debug_test.sh' libtool: warning: remember to run 'libtool --finish /lib' gperftools/2.10.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior gperftools/2.10.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior