Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_1107_3_0_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_1107_3_0_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_1107_3_0_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: 6.0537109375 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 flatc/1.11.0 exports: File 'conandata.yml' found. Exporting it... flatc/1.11.0 exports: Copied 1 '.yml' file: conandata.yml flatc/1.11.0 exports_sources: Copied 1 '.txt' file: CMakeLists.txt flatc/1.11.0 exports_sources: Copied 1 '.patch' file: 0001-1.11.0-buildflatbuffers-cmake.patch [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'1.11.0': {'url': 'https://github.com/google/flatbuffers/archive/v1.11.0.tar.gz', 'sha256': '3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b'}}, 'patches': {'1.11.0': [{'patch_file': 'patches/0001-1.11.0-buildflatbuffers-cmake.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: 1.11.0: - base_path: source_subfolder patch_file: patches/0001-1.11.0-buildflatbuffers-cmake.patch sources: 1.11.0: sha256: 3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b url: https://github.com/google/flatbuffers/archive/v1.11.0.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK flatc/1.11.0: A new conanfile.py version was exported flatc/1.11.0: Folder: /tmp/c3ipr/pr_1107_3_0_0/.conan/data/flatc/1.11.0/_/_/export flatc/1.11.0: Using the exported files summary hash as the recipe revision: 4b5ab8d6571cc88054696956e2bdec1d flatc/1.11.0: Exported revision: 4b5ab8d6571cc88054696956e2bdec1d 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] [build_requires] [env] flatc/1.11.0: Forced build from source flatc/1.11.0 (test package): Installing package Requirements flatc/1.11.0 from local cache - Cache Packages flatc/1.11.0:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK flatc/1.11.0: Configuring sources in /tmp/c3ipr/pr_1107_3_0_0/.conan/data/flatc/1.11.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK flatc/1.11.0: Copying sources to build folder flatc/1.11.0: Building your package in /tmp/c3ipr/pr_1107_3_0_0/.conan/data/flatc/1.11.0/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830 flatc/1.11.0: 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 flatc/1.11.0: 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 CMake Wrapper -- 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 -- Current conanbuildinfo.cmake directory: /tmp/c3ipr/pr_1107_3_0_0/.conan/data/flatc/1.11.0/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830 -- WARN: conaninfo.txt not found -- WARN: CONAN_COMPILER variable not set, please make sure yourself that your compiler and version matches your declared settings -- Looking for strtof_l -- Looking for strtof_l - found fatal: Not a git repository (or any of the parent directories): .git -- 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_1107_3_0_0/.conan/data/flatc/1.11.0/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/build_subfolder Scanning dependencies of target flathash [ 3%] Building CXX object source_subfolder/CMakeFiles/flathash.dir/src/flathash.cpp.o Scanning dependencies of target flatbuffers [ 6%] Building CXX object source_subfolder/CMakeFiles/flatbuffers.dir/src/code_generators.cpp.o Scanning dependencies of target flatc [ 9%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/code_generators.cpp.o [ 12%] Linking CXX executable ../bin/flathash [ 12%] Built target flathash [ 15%] Building CXX object source_subfolder/CMakeFiles/flatbuffers.dir/src/idl_parser.cpp.o [ 18%] Building CXX object source_subfolder/CMakeFiles/flatbuffers.dir/src/idl_gen_text.cpp.o [ 21%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_parser.cpp.o [ 25%] Building CXX object source_subfolder/CMakeFiles/flatbuffers.dir/src/reflection.cpp.o [ 28%] Building CXX object source_subfolder/CMakeFiles/flatbuffers.dir/src/util.cpp.o [ 31%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o [ 34%] Linking CXX static library ../lib/libflatbuffers.a [ 37%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/reflection.cpp.o [ 37%] Built target flatbuffers [ 40%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/util.cpp.o [ 43%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o [ 46%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o [ 50%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_general.cpp.o [ 53%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o [ 56%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_js_ts.cpp.o [ 59%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o [ 62%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o [ 65%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o [ 68%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_lua.cpp.o [ 71%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o [ 75%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o [ 78%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o [ 81%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o [ 84%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/flatc.cpp.o [ 87%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/src/flatc_main.cpp.o [ 90%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o [ 93%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o [ 96%] Building CXX object source_subfolder/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o [100%] Linking CXX executable ../bin/flatc [100%] Built target flatc flatc/1.11.0: Package '44fcf6b9a7fb86b2586303e3db40189d3b511830' built flatc/1.11.0: Build folder /tmp/c3ipr/pr_1107_3_0_0/.conan/data/flatc/1.11.0/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830 flatc/1.11.0: Generated conaninfo.txt flatc/1.11.0: Generated conanbuildinfo.txt flatc/1.11.0: Generating the package flatc/1.11.0: Package folder /tmp/c3ipr/pr_1107_3_0_0/.conan/data/flatc/1.11.0/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830 flatc/1.11.0: 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 flatc/1.11.0 package(): Packaged 2 files: flathash, flatc flatc/1.11.0 package(): Packaged 1 '.cmake' file: BuildFlatBuffers.cmake flatc/1.11.0 package(): Packaged 1 '.txt' file: LICENSE.txt flatc/1.11.0: Package '44fcf6b9a7fb86b2586303e3db40189d3b511830' created flatc/1.11.0: Created package revision 1d8297eef30692ef31ddc46fca1b6549 flatc/1.11.0: Appending PATH environment variable: /tmp/c3ipr/pr_1107_3_0_0/.conan/data/flatc/1.11.0/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK flatc/1.11.0 (test package): Generator cmake created conanbuildinfo.cmake flatc/1.11.0 (test package): Generator cmake_find_package created Findflatc.cmake flatc/1.11.0 (test package): Generator txt created conanbuildinfo.txt flatc/1.11.0 (test package): Generated conaninfo.txt flatc/1.11.0 (test package): Generated graphinfo Using lockfile: '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6/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 flatc/1.11.0 (test package): 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: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Current conanbuildinfo.cmake directory: /tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 -- WARN: CONAN_COMPILER variable not set, please make sure yourself that your compiler and version matches your declared settings -- Conan: Using autogenerated Findflatc.cmake -- Found flatc: 1.11.0 (found version "1.11.0") -- 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_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 /usr/bin/cmake -S/tmp/c3ipr/pr_1107_3_0_0/test_package -B/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/make -f CMakeFiles/Makefile2 flatbuffers make[1]: Entering directory '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6' /usr/bin/cmake -S/tmp/c3ipr/pr_1107_3_0_0/test_package -B/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6/CMakeFiles 1 /usr/bin/make -f CMakeFiles/Makefile2 CMakeFiles/flatbuffers.dir/all make[2]: Entering directory '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6' /usr/bin/make -f CMakeFiles/flatbuffers.dir/build.make CMakeFiles/flatbuffers.dir/depend make[3]: Entering directory '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6' cd /tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/c3ipr/pr_1107_3_0_0/test_package /tmp/c3ipr/pr_1107_3_0_0/test_package /tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 /tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 /tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6/CMakeFiles/flatbuffers.dir/DependInfo.cmake --color= Scanning dependencies of target flatbuffers make[3]: Leaving directory '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6' /usr/bin/make -f CMakeFiles/flatbuffers.dir/build.make CMakeFiles/flatbuffers.dir/build make[3]: Entering directory '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6' [100%] Generating test_package_generated.h cd /tmp/c3ipr/pr_1107_3_0_0/test_package && flatc --gen-mutable -o /tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6 -c test_package.fbs make[3]: Leaving directory '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6' [100%] Built target flatbuffers make[2]: Leaving directory '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6' /usr/bin/cmake -E cmake_progress_start /tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6/CMakeFiles 0 make[1]: Leaving directory '/tmp/c3ipr/pr_1107_3_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6' flatc/1.11.0 (test package): Running test() flatc version 1.11.0 6fe1 JSON file created at '/tmp/c3ipr/pr_1107_3_0_0/_create.json'