******************************************************************************** conan install perfetto/20.1@ --build=perfetto --profile=/home/conan/w/BuildSingleReference/47324/28e52621-9107-48d8-a80c-6764ef573d90/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 10 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/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=10 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=10 os=Linux [options] perfetto:shared=False [build_requires] [env] perfetto/20.1: Forced build from source Installing package: perfetto/20.1 Requirements perfetto/20.1 from local cache - Cache Packages perfetto/20.1:82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK perfetto/20.1: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK perfetto/20.1: Copying sources to build folder perfetto/20.1: Building your package in /home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/build/82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3 perfetto/20.1: Generator cmake created conanbuildinfo.cmake perfetto/20.1: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK perfetto/20.1: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/build/82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/package/82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/build/82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3/examples/sdk' ----------------- -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/build/82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/build/82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3' '--' '-j3' ----------------- Scanning dependencies of target perfetto [ 7%] Building CXX object CMakeFiles/perfetto.dir/sdk/perfetto.cc.o [ 15%] Linking CXX static library libperfetto.a [ 15%] Built target perfetto Scanning dependencies of target example_custom_data_source [ 23%] Building CXX object CMakeFiles/example_custom_data_source.dir/example_custom_data_source.cc.o Scanning dependencies of target example_system_wide Scanning dependencies of target example_console [ 30%] Building CXX object CMakeFiles/example_console.dir/example_console.cc.o [ 38%] Building CXX object CMakeFiles/example_system_wide.dir/example_system_wide.cc.o [ 46%] Building CXX object CMakeFiles/example_system_wide.dir/trace_categories.cc.o [ 53%] Linking CXX executable example_custom_data_source [ 53%] Built target example_custom_data_source Scanning dependencies of target example [ 61%] Building CXX object CMakeFiles/example.dir/example.cc.o [ 69%] Building CXX object CMakeFiles/example_console.dir/trace_categories.cc.o [ 76%] Linking CXX executable example_system_wide [ 76%] Built target example_system_wide [ 84%] Building CXX object CMakeFiles/example.dir/trace_categories.cc.o [ 92%] Linking CXX executable example_console [ 92%] Built target example_console [100%] Linking CXX executable example [100%] Built target example perfetto/20.1: Package '82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3' built perfetto/20.1: Build folder /home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/build/82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3 perfetto/20.1: Generated conaninfo.txt perfetto/20.1: Generated conanbuildinfo.txt perfetto/20.1: Generating the package perfetto/20.1: Package folder /home/conan/w/BuildSingleReference/.conan/data/perfetto/20.1/_/_/package/82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3 perfetto/20.1: Calling package() [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(): [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 perfetto/20.1 package(): Packaged 1 file: LICENSE perfetto/20.1 package(): Packaged 1 '.a' file: libperfetto.a perfetto/20.1 package(): Packaged 1 '.h' file: perfetto.h perfetto/20.1: Package '82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3' created perfetto/20.1: Created package revision a1ec91ed6ed67d52b42931254991f236 [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 Aggregating env generators CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CONAN_CMAKE_POSITION_INDEPENDENT_CODE CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_LIBCXX CONAN_SHARED_LINKER_FLAGS