******************************************************************************** conan install coz/cci.20210322@ --build=coz --profile=/home/conan/w/BuildSingleReference/15914/b4e8e468-0e4a-4249-8270-05c499dfdcbb/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 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=10 os=Linux os_build=Linux [options] [build_requires] [env] libelfin/0.3: Not found in local cache, looking in remotes... libelfin/0.3: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libelfin/0.3: Downloaded recipe revision 72366b1e0704effe951d43efd970f52c coz/cci.20210322: Forced build from source Installing package: coz/cci.20210322 Requirements coz/cci.20210322 from local cache - Cache libelfin/0.3 from 'conan-center' - Downloaded Packages coz/cci.20210322:d48b690f8efa2ed63ac1dfd4f37466d498e51138 - Build libelfin/0.3:82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3 - Download Installing (downloading, building) binaries... libelfin/0.3: Retrieving package 82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libelfin/0.3: Package installed 82ef5eac51c38971dea2fd342dd55ddf2ddfbbc3 libelfin/0.3: Downloaded package revision e75c8b9ee06b96283aea2ee0898a4366 [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] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK coz/cci.20210322: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/source Unzipping 22.5MB, this can take a while [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK coz/cci.20210322: Copying sources to build folder coz/cci.20210322: Building your package in /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/build/d48b690f8efa2ed63ac1dfd4f37466d498e51138 coz/cci.20210322: Generator cmake_find_package created Findlibelfin.cmake coz/cci.20210322: Generator cmake created conanbuildinfo.cmake [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 coz/cci.20210322: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/build/d48b690f8efa2ed63ac1dfd4f37466d498e51138' && 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++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138" -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" -DCMAKE_MODULE_PATH="/home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/build/d48b690f8efa2ed63ac1dfd4f37466d498e51138" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/build/d48b690f8efa2ed63ac1dfd4f37466d498e51138' ----------------- -- The C compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.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 -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Conan: C++ stdlib: libstdc++ -- 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 -- Found libelfin: 0.3 (found version "0.3") -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/build/d48b690f8efa2ed63ac1dfd4f37466d498e51138 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/build/d48b690f8efa2ed63ac1dfd4f37466d498e51138' '--' '-j3' ----------------- Scanning dependencies of target coz [ 33%] Building CXX object source_subfolder/libcoz/CMakeFiles/coz.dir/libcoz.cpp.o [ 33%] Building CXX object source_subfolder/libcoz/CMakeFiles/coz.dir/inspect.cpp.o [ 50%] Building CXX object source_subfolder/libcoz/CMakeFiles/coz.dir/perf.cpp.o [ 66%] Building CXX object source_subfolder/libcoz/CMakeFiles/coz.dir/profiler.cpp.o [ 83%] Building CXX object source_subfolder/libcoz/CMakeFiles/coz.dir/real.cpp.o [100%] Linking CXX shared module ../../lib/libcoz.so [100%] Built target coz coz/cci.20210322: Package 'd48b690f8efa2ed63ac1dfd4f37466d498e51138' built coz/cci.20210322: Build folder /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/build/d48b690f8efa2ed63ac1dfd4f37466d498e51138 coz/cci.20210322: Generated conaninfo.txt coz/cci.20210322: Generated conanbuildinfo.txt coz/cci.20210322: Generating the package coz/cci.20210322: Package folder /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138 coz/cci.20210322: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/build/d48b690f8efa2ed63ac1dfd4f37466d498e51138' '--target' 'install' '--' '-j3' ----------------- [100%] Built target coz Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138/bin/coz -- Installing: /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138/licenses/LICENSE.md -- Installing: /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138/lib/cmake/coz-profilerConfig.cmake -- Installing: /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138/lib/libcoz.so -- Set runtime path of "/home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138/lib/libcoz.so" to "" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138/include/. -- Installing: /home/conan/w/BuildSingleReference/.conan/data/coz/cci.20210322/_/_/package/d48b690f8efa2ed63ac1dfd4f37466d498e51138/include/./coz.h [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 coz/cci.20210322 package(): Packaged 1 file: coz coz/cci.20210322 package(): Packaged 1 '.so' file: libcoz.so coz/cci.20210322 package(): Packaged 1 '.h' file: coz.h coz/cci.20210322 package(): Packaged 1 '.md' file: LICENSE.md coz/cci.20210322: Package 'd48b690f8efa2ed63ac1dfd4f37466d498e51138' created coz/cci.20210322: Created package revision 18444e91c6f91b30281413d4f9e287dd [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 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY