******************************************************************************** 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/50364/943d63c7-e51f-43d2-b461-f1a9a8fc6137/profile_linux_11_libstdcpp_clang_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 11.1 clang>=8, using the major as version Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=11 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=clang compiler.libcxx=libstdc++ compiler.version=11 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/db2663ec47ee481cc7df3841dd1ddaf86ef69ce8/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