******************************************************************************** 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@5\51173\e8e981df-14cc-4fe0-bbec-eb891ef29bd9/profile_windows_15_mt_vs_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\prod\BuildSingleReference@5\.conan\profiles\default) Found Visual Studio 17 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=17 build_type=Release *** You can change them in C:\J\w\prod\BuildSingleReference@5\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** 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 - Download Installing (downloading, building) binaries... objectbox-generator/0.13.0: Retrieving package ca33edce272a279b24f87dc0d4cf5bbdcffbc187 from remote 'c3i_PR-11420' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz objectbox-generator/0.13.0: Package installed ca33edce272a279b24f87dc0d4cf5bbdcffbc187 objectbox-generator/0.13.0: Downloaded package revision b9b8d24b5db50a8378727bd83ec4eef8 objectbox-generator/0.13.0: Appending PATH env var: C:\J\w\prod\BuildSingleReference@5\.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@5\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() ----Running------ > C:/J/w/prod/BuildSingleReference@5/.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