Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_1294_6_2_0/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 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 '/tmp/c3ipr/pr_1294_6_2_0/.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=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /tmp/c3ipr/pr_1294_6_2_0/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 8.9677734375 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ['CMakeLists.txt', 'patches/*'] [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK Exporting package recipe g3log/1.3.2 exports: File 'conandata.yml' found. Exporting it... g3log/1.3.2 exports: Copied 1 '.yml' file: conandata.yml g3log/1.3.2 exports_sources: Copied 1 '.txt' file: CMakeLists.txt g3log/1.3.2 exports_sources: Copied 2 '.patch' files: 0001-remove-explicit-stdlib-setting.patch, 0002-remove-explicit-stdlib-setting.patch [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'1.3.2': {'url': 'https://github.com/KjellKod/g3log/archive/1.3.2.tar.gz', 'sha256': '0ed1983654fdd8268e051274904128709c3d9df8234acf7916e9015199b0b247'}}, 'patches': {'1.3.2': [{'patch_file': 'patches/0002-remove-explicit-stdlib-setting.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: 1.3.2: - base_path: source_subfolder patch_file: patches/0002-remove-explicit-stdlib-setting.patch sources: 1.3.2: sha256: 0ed1983654fdd8268e051274904128709c3d9df8234acf7916e9015199b0b247 url: https://github.com/KjellKod/g3log/archive/1.3.2.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK g3log/1.3.2: A new conanfile.py version was exported g3log/1.3.2: Folder: /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/export g3log/1.3.2: Using the exported files summary hash as the recipe revision: 86b8dd7d727046f2ca931ecc171db566 g3log/1.3.2: Exported revision: 86b8dd7d727046f2ca931ecc171db566 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=5 os=Linux os_build=Linux [options] g3log:shared=False [build_requires] [env] g3log/1.3.2: Forced build from source g3log/1.3.2 (test package): Installing package Requirements g3log/1.3.2 from local cache - Cache Packages g3log/1.3.2:48ab080b3ebecc5d2dbf724da82afef71f162e33 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK g3log/1.3.2: Configuring sources in /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK g3log/1.3.2: Copying sources to build folder g3log/1.3.2: Building your package in /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/build/48ab080b3ebecc5d2dbf724da82afef71f162e33 g3log/1.3.2: Generator cmake created conanbuildinfo.cmake [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 g3log/1.3.2: Calling build() -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- 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: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++ -- Build type: Release -- Configuration types: -- A 64-bit OS detected -- nix: Extracting git software version fatal: Not a git repository (or any of the parent directories): .git -- git build version: 0 -- version base: 0 -- version remainder: 0 -- Software Version: 1.3.0-0 -- -DUSE_DYNAMIC_LOGGING_LEVELS=OFF -- -DCHANGE_G3LOG_DEBUG_TO_DBUG=OFF (Debuggin logging level is 'DEBUG') -- -DUSE_G3_DYNAMIC_MAX_MESSAGE_SIZE=ON Dynamic memory used during log capture -- -DG3_LOG_FULL_FILENAME=OFF -- -DENABLE_FATAL_SIGNALHANDLING=ON Fatal signal handler is enabled -DG3_SHARED_LIB=OFF Build static library -- -- -- COMPILE_DEFINITIONS: [G3LOG_DEBUG DEBUG;G3_DYNAMIC_MAX_MESSAGE_SIZE] -- -- Generated /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/build/48ab080b3ebecc5d2dbf724da82afef71f162e33/source_subfolder/include/g3log/generated_definitions.hpp -- ******************** START ************************* // AUTO GENERATED MACRO DEFINITIONS FOR G3LOG /** ========================================================================== * 2015 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes * with no warranties. This code is yours to share, use and modify with no * strings attached and no restrictions or obligations. * * For more information see g3log/LICENSE or refer refer to http://unlicense.org * ============================================================================*/ #pragma once // CMake induced definitions below. See g3log/Options.cmake for details. #define G3LOG_DEBUG DEBUG #define G3_DYNAMIC_MAX_MESSAGE_SIZE -- ******************** END ************************* -- cmake for GCC -- Creating g3logger VERSION: 1.3.0-0 -- -DADD_SIMPLE_EXAMPLE=OFF -- -DADD_G3LOG_BENCH_PERFORMANCE=OFF -- -DADD_G3LOG_UNIT_TEST=OFF -- To create installation package: -- make package -- Option to install using 'make install' -- Installation locations: -- ==================== -- Headers: /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/package/48ab080b3ebecc5d2dbf724da82afef71f162e33/include/g3log -- Library installation directory: /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/package/48ab080b3ebecc5d2dbf724da82afef71f162e33//tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/build/48ab080b3ebecc5d2dbf724da82afef71f162e33/lib -- For more information please see g3log/CPackLists.txt -- To install: sudo dpkg -i g3log-***Linux.deb -- To list package contents: sudo dpkg --contents g3log-***Linux.deb -- List content of the installed package: sudo dpkg -L g3log -- To remove: sudo dpkg -r g3log -- ******************************************************************* Please do 'make clean-cmake' before next cmake generation. It is a good idea to purge your build directory of CMake generated cache files ******************************************************************* -- Configuring done -- Generating done 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_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR -- Build files have been written to: /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/build/48ab080b3ebecc5d2dbf724da82afef71f162e33 Scanning dependencies of target g3logger [ 22%] Building CXX object source_subfolder/CMakeFiles/g3logger.dir/src/crashhandler_unix.cpp.o [ 22%] Building CXX object source_subfolder/CMakeFiles/g3logger.dir/src/filesink.cpp.o [ 33%] Building CXX object source_subfolder/CMakeFiles/g3logger.dir/src/g3log.cpp.o [ 44%] Building CXX object source_subfolder/CMakeFiles/g3logger.dir/src/logcapture.cpp.o [ 55%] Building CXX object source_subfolder/CMakeFiles/g3logger.dir/src/loglevels.cpp.o [ 66%] Building CXX object source_subfolder/CMakeFiles/g3logger.dir/src/logmessage.cpp.o [ 77%] Building CXX object source_subfolder/CMakeFiles/g3logger.dir/src/logworker.cpp.o [ 88%] Building CXX object source_subfolder/CMakeFiles/g3logger.dir/src/time.cpp.o [100%] Linking CXX static library ../lib/libg3logger.a [100%] Built target g3logger g3log/1.3.2: Package '48ab080b3ebecc5d2dbf724da82afef71f162e33' built g3log/1.3.2: Build folder /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/build/48ab080b3ebecc5d2dbf724da82afef71f162e33 g3log/1.3.2: Generated conaninfo.txt g3log/1.3.2: Generated conanbuildinfo.txt g3log/1.3.2: Generating the package g3log/1.3.2: Package folder /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/package/48ab080b3ebecc5d2dbf724da82afef71f162e33 g3log/1.3.2: 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 g3log/1.3.2 package(): Packaged 1 '.a' file: libg3logger.a g3log/1.3.2 package(): Packaged 20 '.hpp' files g3log/1.3.2 package(): Packaged 1 file: LICENSE g3log/1.3.2: Package '48ab080b3ebecc5d2dbf724da82afef71f162e33' created g3log/1.3.2: Created package revision ddf967ca9628065cfbb9aeca55eafb0f [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK g3log/1.3.2 (test package): Generator cmake created conanbuildinfo.cmake g3log/1.3.2 (test package): Generator txt created conanbuildinfo.txt g3log/1.3.2 (test package): Generated conaninfo.txt g3log/1.3.2 (test package): Generated graphinfo Using lockfile: '/tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da/conan.lock' Using cached profile from lockfile [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 g3log/1.3.2 (test package): Calling build() -- The CXX compiler identification is GNU 5.4.0 -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Library g3logger found /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/package/48ab080b3ebecc5d2dbf724da82afef71f162e33/lib/libg3logger.a -- Library pthread not found in package, might be system one -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++ -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: /tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da /usr/bin/cmake -S/tmp/c3ipr/pr_1294_6_2_0/test_package -B/tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da/CMakeFiles /tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da' /usr/bin/make -f CMakeFiles/test_package.dir/build.make CMakeFiles/test_package.dir/depend make[2]: Entering directory '/tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da' cd /tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/c3ipr/pr_1294_6_2_0/test_package /tmp/c3ipr/pr_1294_6_2_0/test_package /tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da /tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da /tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da/CMakeFiles/test_package.dir/DependInfo.cmake --color= Scanning dependencies of target test_package make[2]: Leaving directory '/tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da' /usr/bin/make -f CMakeFiles/test_package.dir/build.make CMakeFiles/test_package.dir/build make[2]: Entering directory '/tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da' [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o /usr/bin/g++ -D_GLIBCXX_USE_CXX11_ABI=0 -isystem /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/package/48ab080b3ebecc5d2dbf724da82afef71f162e33/include -m64 -O3 -DNDEBUG -std=c++14 -o CMakeFiles/test_package.dir/test_package.cpp.o -c /tmp/c3ipr/pr_1294_6_2_0/test_package/test_package.cpp [100%] Linking CXX executable bin/test_package /usr/bin/cmake -E cmake_link_script CMakeFiles/test_package.dir/link.txt --verbose=1 /usr/bin/g++ -m64 -O3 -DNDEBUG -rdynamic CMakeFiles/test_package.dir/test_package.cpp.o -o bin/test_package /tmp/c3ipr/pr_1294_6_2_0/.conan/data/g3log/1.3.2/_/_/package/48ab080b3ebecc5d2dbf724da82afef71f162e33/lib/libg3logger.a -lpthread make[2]: Leaving directory '/tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da' [100%] Built target test_package make[1]: Leaving directory '/tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da' /usr/bin/cmake -E cmake_progress_start /tmp/c3ipr/pr_1294_6_2_0/test_package/build/c63a998e513ef9a49698a366db662dcd5d78b4da/CMakeFiles 0 g3log/1.3.2 (test package): Running test() g3log g3FileSink shutdown at: 11:18:58 157246 Log file at: [./my_log.g3log.20200407-111858.log] JSON file created at '/tmp/c3ipr/pr_1294_6_2_0/_create.json'