******************************************************************************** conan test conan-center-index/recipes/objectbox-generator/all/test_package/conanfile.py objectbox-generator/0.13.0@#54ab0feebcd8052d450c4f73993e6880 -pr /home/conan/w/prod/BuildSingleReference/51164/9b95169e-339b-4ffa-b094-5c15bf574ba6/profile_linux_5_libstdcpp11_gcc_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.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 '/home/conan/w/prod/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=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/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++11 compiler.version=5 os=Linux [options] [build_requires] [env] objectbox-generator/0.13.0 (test package): Installing package Requirements objectbox-generator/0.13.0 from local cache - Cache Packages objectbox-generator/0.13.0:4db1be536558d833e52e862fd84d64d75c2b3656 - Download Installing (downloading, building) binaries... objectbox-generator/0.13.0: Retrieving package 4db1be536558d833e52e862fd84d64d75c2b3656 from remote 'c3i_PR-11420' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz objectbox-generator/0.13.0: Package installed 4db1be536558d833e52e862fd84d64d75c2b3656 objectbox-generator/0.13.0: Downloaded package revision b18453093a65a64c6854ec33a39e0050 objectbox-generator/0.13.0: Appending PATH env var: /home/conan/w/prod/BuildSingleReference/.conan/data/objectbox-generator/0.13.0/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin objectbox-generator/0.13.0 (test package): Generator txt created conanbuildinfo.txt objectbox-generator/0.13.0 (test package): Aggregating env generators objectbox-generator/0.13.0 (test package): Generated conaninfo.txt objectbox-generator/0.13.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/objectbox-generator/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/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 objectbox-generator/0.13.0 (test package): Calling build() objectbox-generator/0.13.0 (test package): Running test() ----Running------ > /home/conan/w/prod/BuildSingleReference/.conan/data/objectbox-generator/0.13.0/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin/objectbox-generator -help ----------------- Usage: objectbox-generator [flags] {path} * to execute "clean" action (see below) on the path, removing previously generated code and missing entities, * and execute code generation on the path afterwards. The given {path} can be one of the following: * a directory - a non-recursive clean and generation is performed on the given directory, * a glob path pattern (e.g. contains a "*") - performs clean and generation on the matching paths, * a Go-style path pattern (e.g. "./..." - a recursive match of the current dir) - performs clean and generation on the matching paths, or objectbox-generator [flags] {model/file/path.fbs} to generate the binding code for a single file or objectbox-generator [flags] clean {path} to remove the generated files instead of creating them - this removes *.obx.* and objectbox-model.h but keeps objectbox-model.json or objectbox-generator FLATC [flatc arguments] to execute FlatBuffers flatc command line tool Any arguments after the FLATC keyword are passed through. path: * a source file path or a valid path pattern (e.g. ./...) Available flags: -c generate plain C code -cpp generate C++ code -go generate Go code -help print this help -optional string C++ wrapper type to use for fields annotated "optional"; one of: std::optional, std::unique_ptr, std::shared_ptr -out string output path for generated source files -persist string path to the model information persistence file (JSON) -version print the generator version info objectbox-generator/0.13.0 (test package): WARN: This conanfile has no build step