******************************************************************************** conan test conan-center-index\recipes\objectbox-generator\all\test_package\conanfile.py objectbox-generator/0.13.0@#54ab0feebcd8052d450c4f73993e6880 -pr C:\J\w\prod\BuildSingleReference@4\49964\6add52a8-b178-459d-9201-0fbc09133d17/profile_windows_15_mt_vs_release_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=15 os=Windows [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:ca33edce272a279b24f87dc0d4cf5bbdcffbc187 - Cache Installing (downloading, building) binaries... objectbox-generator/0.13.0: Already installed! objectbox-generator/0.13.0: Appending PATH env var: C:\J\w\prod\BuildSingleReference@4\.conan\data\objectbox-generator\0.13.0\_\_\package\ca33edce272a279b24f87dc0d4cf5bbdcffbc187\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: 'C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\objectbox-generator\all\test_package\build\c50876b7b4d345f61b334f4d8f12671306a33be5/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() C:/J/w/prod/BuildSingleReference@4/.conan/data/objectbox-generator/0.13.0/_/_/package/ca33edce272a279b24f87dc0d4cf5bbdcffbc187\bin\objectbox-generator ----Running------ > C:/J/w/prod/BuildSingleReference@4/.conan/data/objectbox-generator/0.13.0/_/_/package/ca33edce272a279b24f87dc0d4cf5bbdcffbc187\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